File: gst-ffmpeg.spec.in

package info (click to toggle)
gstreamer0.10-ffmpeg 0.10.13-5
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 30,932 kB
  • sloc: ansic: 405,745; asm: 26,544; sh: 15,705; makefile: 1,819; perl: 1,724; python: 362
file content (72 lines) | stat: -rw-r--r-- 2,152 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
%define majorminor  @GST_MAJORMINOR@
%define gstreamer   gstreamer
%define gst_minver  0.10.0
%define gst_majorminor  0.10


Name: 		%{gstreamer}-ffmpeg
Version: 	@VERSION@
Release:	@PACKAGE_VERSION_RELEASE@	
Summary: 	GStreamer Streaming-media framework plug-in using FFmpeg.

Group: 		Libraries/Multimedia
License: 	LGPL
URL:		http://gstreamer.net/
Vendor:		GStreamer Backpackers Team <package@gstreamer.net>
Source:		http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg/gst-ffmpeg-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:  	%{gstreamer} >= 0.9.7
BuildRequires: 	%{gstreamer}-devel >= 0.9.7
BuildRequires: 	%{gstreamer}-plugins-base-devel >= 0.9.7
BuildRequires: 	liboil-devel >= 0.3.6

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related. Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This plugin contains the FFmpeg codecs, containing codecs for most popular
multimedia formats.

%prep
%setup -q -n gst-ffmpeg-%{version}

%build
%configure

make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall
rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{gst_majorminor}/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{gst_majorminor}/*.a

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root, -)
%doc AUTHORS COPYING README gst-ffmpeg.doap
%{_libdir}/gstreamer-%{gst_majorminor}/libgstffmpeg.so
%{_libdir}/gstreamer-%{gst_majorminor}/libgstpostproc.so
%{_libdir}/gstreamer-%{gst_majorminor}/libgstffmpegscale.so

%changelog
* Fri Dec 15 2006 Thomas Vander Stichele <thomas at apestaart dot org>
- clean up
- add doap file

* Wed Oct 05 2004 Christian Schaller <christian at fluendo dot com>
- Update SPEC file to fit the times

* Sat Feb 14 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- Clean up spec file

* Wed Jan 21 2004 Christian Schaller <Uraeus@gnome.org>
- First version of spec