blob: b6bcf730e5a05dba463062a1be7466c7f104bfda (
plain)
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
|
Name: gst-ffmpeg
Summary: FFmpeg plugin for GStreamer
Version: 0.10.11
Release: 1
Group: TO_BE/FILLED_IN
License: TO_BE/FILLED_IN
Source0: %{name}-%{version}.tar.gz
BuildRequires: gettext
BuildRequires: which
BuildRequires: prelink
BuildRequires: gstreamer-tools
BuildRequires: gst-plugins-base-devel
BuildRequires: pkgconfig(gstreamer-0.10)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(liboil-0.3)
BuildRequires: pkgconfig(zlib)
BuildRequires: pkgconfig(vorbis)
BuildRequires: pkgconfig(theora)
%description
This GStreamer plugin supports a large number of audio and video compression
formats through the use of the FFmpeg library. The plugin contains GStreamer
elements for decoding 90+ formats (AVI, MPEG, OGG, Matroska, ASF, ...),
demuxing 30+ formats and colorspace conversion.
%prep
%setup -q
%build
./autogen.sh
%configure --disable-static \
--disable-nls \
--prefix=%{_prefix} \
--with-html-dir=/tmp/dump
make %{?jobs:-j%jobs}
%install
rm -rf %{buildroot}
%make_install
%files
%defattr(-,root,root,-)
%{_libdir}/gstreamer-0.10/libgstffmpeg_emul.so
%exclude %{_libdir}/gstreamer-0.10/libgstffmpegscale.so
%exclude %{_libdir}/gstreamer-0.10/libgstpostproc.so
|