blob: b639862f77bc88c3d8493e34cca5118b4c7e1517 (
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
51
52
53
54
55
56
57
58
|
Name: gst-ffmpeg-emul
Version: 0.2.16
Release: 1
Summary: GStreamer Streaming-media framework plug-in for Tizen emulator using FFmpeg.
Group: Libraries/Multimedia
License: LGPL
URL: http://gstreamer.net/
Source0: %{name}-%{version}.tar.gz
ExclusiveArch: %{ix86}
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 \
--enable-lgpl \
--prefix=%{_prefix} \
--with-html-dir=/tmp/dump
make %{?jobs:-j%jobs}
%install
rm -rf %{buildroot}
%make_install
%clean
rm -rf %{buildroot}
%post
%postun
%files
%defattr(-,root,root,-)
/usr/lib/gstreamer-0.10/libgstffmpeg_emul.so
%changelog
|