]> git.pld-linux.org Git - packages/ffmpeg.git/blame - ffmpeg.spec
- *GPL versions
[packages/ffmpeg.git] / ffmpeg.spec
CommitLineData
94447fde 1# TODO
328d1431 2# - libnut enabled no (http://www.nut-container.org/)
197f4211 3#
2b3b2117 4# Conditional build:
e756f355 5%bcond_with amr # build 3GPP Adaptive Multi Rate (AMR) speech codec
294c9b1e
JB
6%bcond_without autoreqdep # don't care about package name deps generated by rpm
7%bcond_without imlib2 # don't build imlib2 vhook module
874f67c9 8#
d5e88cc3 9%define _snap 2007-10-09
2305d791 10%define snap %(echo %{_snap} | tr -d -)
29e9b7cf 11%define _rel 0.3
76243dbd 12Summary: Realtime audio/video encoder and streaming server
adcc0f76 13Summary(pl.UTF-8): Koder audio/wideo czasu rzeczywistego oraz serwer strumieni
9fc4ad22 14Name: ffmpeg
c32b589f 15Version: 0.4.9
72c23aa0 16Release: 4.%{snap}.%{_rel}
9cf4d8a4 17# LGPL or GPL, chosen at configure time (GPL version is more featured)
9ce23f21 18# (postprocessing, a52, xvid, x264, faad)
be868f35 19License: GPL v2+ with LGPL v2.1+ parts
fde29260 20Group: Applications/Multimedia
d7493de8 21#Source0: http://dl.sourceforge.net/ffmpeg/%{name}-%{version}-pre1.tar.gz
2305d791 22Source0: http://ffmpeg.mplayerhq.hu/%{name}-export-snapshot.tar.bz2
d5e88cc3 23# Source0-md5: fcf10b6a1bf7d0ff1aa41e7d57c69e22
fde29260
ER
24Source1: ffserver.init
25Source2: ffserver.sysconfig
38cf6de3 26Source3: ffserver.conf
52e0a780
ER
27Patch0: %{name}-gcc4.patch
28Patch1: %{name}-img_convert_symbol.patch
21a5acb2 29Patch2: %{name}-a52bin.patch
72c23aa0 30Patch3: %{name}-pkgconfig-lib64.patch
d2fa6a1d 31URL: http://ffmpeg.mplayerhq.hu/
2a60eebe 32BuildRequires: SDL-devel
bb96c836 33BuildRequires: a52dec-libs-devel
fc8de229 34%if %{with amr}
7e9547bc
JB
35BuildRequires: amrnb-devel >= 6.1.0.4
36BuildRequires: amrwb-devel >= 7.0.0.1
fc8de229 37%endif
e380e18a 38BuildRequires: faac-devel
b959c224 39BuildRequires: faad2-devel
2a60eebe 40BuildRequires: freetype-devel
4bee03f0
JB
41%ifarch ppc
42# require version with altivec support fixed
43BuildRequires: gcc >= 5:3.3.2-3
44%endif
15c15700 45%{?with_imlib2:BuildRequires: imlib2-devel >= 1.3.0}
e380e18a 46BuildRequires: lame-libs-devel
f3692243 47BuildRequires: libgsm-devel
94447fde
ER
48BuildRequires: libogg-devel
49BuildRequires: libraw1394-devel
6bbd46a6 50BuildRequires: libtheora-devel >= 1.0-0.alpha7
4814ac84 51BuildRequires: libtool >= 2:1.4d-3
e380e18a 52BuildRequires: libvorbis-devel
42dd6e0f 53BuildRequires: libx264-devel >= 0.1.2-1.20061024_2245.1
e1fe03f7 54%ifarch %{ix86}
55%ifnarch i386 i486
76243dbd
JB
56BuildRequires: nasm
57%endif
e1fe03f7 58%endif
1463656a 59BuildRequires: perl-tools-pod
593d3a64 60BuildRequires: rpmbuild(macros) >= 1.268
1463656a 61BuildRequires: tetex
9cf4d8a4 62BuildRequires: texinfo
872de59d 63%{?with_amr:BuildRequires: unzip}
46f2a56b 64BuildRequires: xvid-devel >= 1:1.1.0
33a1c0f3 65BuildRequires: zlib-devel
57ebb8ad 66%{?with_autoreqdep:BuildConflicts: libpostproc}
54ec280e 67Requires: %{name}-libs = %{version}-%{release}
839e806f 68Requires: xvid >= 1:1.1.0
af49d6ab 69Obsoletes: libpostproc
539b540f 70BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9fc4ad22 71
2a60eebe
JB
72%define _noautoreqdep libGL.so.1 libGLU.so.1
73
c01d7857
PS
74%define specflags -fno-strict-aliasing
75
76# -fomit-frame-pointer is always needed on x86 due to lack of registers (-fPIC takes one)
77%define specflags_ia32 -fomit-frame-pointer
78# -mmmx is needed to enable <mmintrin.h> code.
79%define specflags_i586 -mmmx
80%define specflags_i686 -mmmx
81
9fc4ad22
AM
82%description
83ffmpeg is a hyper fast realtime audio/video encoder and streaming
84server. It can grab from a standard Video4Linux video source and
85convert it into several file formats based on DCT/motion compensation
86encoding. Sound is compressed in MPEG audio layer 2 or using an AC3
fda3e16d 87compatible stream.
9fc4ad22 88
cdb7b42e 89%description -l pl.UTF-8
fda3e16d 90ffmpeg jest bardzo szybkim koderem audio/wideo w czasie rzeczywistym
cdb7b42e
JR
91oraz serwerem strumieni multimedialnych. ffmpeg potrafi zrzucać dane
92ze standardowego urządzenia Video4Linux i przekonwertować je w kilka
93formatów plików bazujących na kodowaniu DCT/kompensacji ruchu. Dźwięk
94jest kompresowany do strumienia MPEG audio layer 2 lub używając
fda3e16d 95strumienia kompatybilnego z AC3.
9fc4ad22 96
54ec280e
PG
97%package libs
98Summary: ffmpeg libraries
adcc0f76 99Summary(pl.UTF-8): Biblioteki ffmpeg
54ec280e
PG
100Group: Libraries
101
102%description libs
5e173375 103This package contains ffmpeg shared libraries.
54ec280e 104
cdb7b42e
JR
105%description libs -l pl.UTF-8
106Ten pakiet zawiera biblioteki współdzielone ffmpeg.
54ec280e 107
af49d6ab
JB
108%package devel
109Summary: ffmpeg header files
adcc0f76 110Summary(pl.UTF-8): Pliki nagłówkowe ffmpeg
af49d6ab 111Group: Development/Libraries
54ec280e 112Requires: %{name}-libs = %{version}-%{release}
33a1c0f3 113# for libavcodec:
fc8de229
JB
114%if %{with amr}
115Requires: amrnb-devel
116Requires: amrwb-devel >= 5.3.0
117%endif
33a1c0f3 118Requires: faac-devel
96182eea 119Requires: faad2-devel
33a1c0f3 120Requires: lame-libs-devel
bf479bc6 121Requires: libgsm-devel
3e95d354 122Requires: libtheora-devel >= 1.0-0.alpha7
33a1c0f3 123Requires: libvorbis-devel
7bf6921d 124Requires: libx264-devel >= 0.1.2-1.20060828_2245.1
46f2a56b 125Requires: xvid-devel >= 1:1.1.0
33a1c0f3 126Requires: zlib-devel
8152d6a2 127Obsoletes: libpostproc-devel
af49d6ab
JB
128
129%description devel
130ffmpeg header files.
131
cdb7b42e
JR
132%description devel -l pl.UTF-8
133Pliki nagłówkowe ffmpeg.
af49d6ab
JB
134
135%package static
136Summary: ffmpeg static libraries
adcc0f76 137Summary(pl.UTF-8): Statyczne biblioteki ffmpeg
af49d6ab
JB
138Group: Development/Libraries
139Requires: %{name}-devel = %{version}-%{release}
140
141%description static
142ffmpeg static libraries (libavcodec and libavformat).
143
cdb7b42e 144%description static -l pl.UTF-8
af49d6ab
JB
145Statyczne biblioteki ffmpeg (libavcodec i libavformat).
146
2a60eebe
JB
147%package ffplay
148Summary: FFplay - SDL-based media player
adcc0f76 149Summary(pl.UTF-8): FFplay - odtwarzacz mediów oparty na SDL
2a60eebe 150Group: Applications/Multimedia
54ec280e 151Requires: %{name}-libs = %{version}-%{release}
2a60eebe
JB
152
153%description ffplay
154FFplay is a very simple and portable media player using the FFmpeg
155libraries and the SDL library. It is mostly used as a test bench for
156the various APIs of FFmpeg.
157
cdb7b42e
JR
158%description ffplay -l pl.UTF-8
159FFplay to bardzo prosty i przenośny odtwarzacz mediów używający
160bibliotek FFmpeg oraz biblioteki SDL. Jest używany głównie do
161testowania różnych API FFmpeg.
2a60eebe 162
539b540f
JB
163%package vhook-imlib2
164Summary: imlib2 based hook
adcc0f76 165Summary(pl.UTF-8): Moduł przejściowy oparty o imlib2
539b540f 166Group: Libraries
54ec280e 167Requires: %{name}-libs = %{version}-%{release}
539b540f
JB
168
169%description vhook-imlib2
170This module implements a text overlay for a video image. Currently it
171supports a fixed overlay or reading the text from a file. The string
172is passed through strftime so that it is easy to imprint the date and
173time onto the image.
174
cdb7b42e
JR
175%description vhook-imlib2 -l pl.UTF-8
176Ten moduł implementuje tekstową nakładkę dla obrazu. Aktualnie
177obsługuje stałą nakładkę lub wczytywanie tekstu z pliku. Łańcuch jest
178przepuszczany przez strftime, więc łatwo umieścić datę i czas na
539b540f
JB
179obrazie.
180
fde29260
ER
181%package ffserver
182Summary: FFserver video server
adcc0f76 183Summary(pl.UTF-8): FFserver - serwer strumieni obrazu
fde29260 184Group: Daemons
593d3a64 185Requires(post,preun): /sbin/chkconfig
67103923 186Requires: %{name}-libs = %{version}-%{release}
2305d791 187Requires: rc-scripts >= 0.4.0.10
fde29260
ER
188
189%description ffserver
190FFserver is a streaming server for both audio and video. It supports
191several live feeds, streaming from files and time shifting on live
192feeds (you can seek to positions in the past on each live feed,
193provided you specify a big enough feed storage in ffserver.conf).
194
cdb7b42e
JR
195%description ffserver -l pl.UTF-8
196FFserver to serwer strumieni dla dźwięku i obrazu. Obsługuje kilka
197źródeł na żywo, przekazywanie strumieni z plików i przesuwanie w
198czasie dla źródeł na żywo (można przeskakiwać na położenia w
199przeszłości dla każdego źródła na żywo, pod warunkiem odpowiednio
200dużej przestrzeni na dane skonfigurowanej w ffserver.conf).
4e0bd1da 201
9fc4ad22 202%prep
2305d791 203%setup -q -n %{name}-export-%{_snap}
ee032235 204%patch0 -p1
9ce23f21 205%patch1 -p1
099920ad 206#%patch2 -p1
72c23aa0 207%ifarch %{x8664}
208%patch3 -p0
209%endif
9fc4ad22
AM
210
211%build
05e1eb2f
JB
212# notes:
213# - it's not autoconf configure
05e1eb2f 214# - --disable-debug, --disable-opts, tune=generic causes not to override our optflags
2080d1d3 215./configure \
b4680d0b 216 --arch=%{_target_base_arch} \
539b540f 217 --prefix=%{_prefix} \
9cf4d8a4 218 --libdir=%{_libdir} \
d81dfa95 219 --shlibdir=%{_libdir} \
2a60eebe 220 --mandir=%{_mandir} \
d7493de8 221 --disable-strip \
15c15700
ER
222 --enable-liba52 \
223 --enable-liba52bin \
15c15700
ER
224 --enable-libfaac \
225 --enable-libfaad \
226 --enable-libfaadbin \
9cf4d8a4 227 --enable-gpl \
f3692243 228 --enable-libgsm \
d7493de8 229 --enable-libogg \
3e95d354 230 --enable-libtheora \
15c15700 231 --enable-libmp3lame \
9cf4d8a4 232 --enable-pp \
d7493de8 233 --enable-pthreads \
9cf4d8a4 234 --enable-shared \
ee032235 235 --enable-swscaler \
15c15700 236 --enable-libvorbis \
9ce23f21
AM
237 --enable-libx264 \
238 --enable-libxvid \
7a286645 239%ifnarch %{ix86} %{x8664}
e1fe03f7 240 --disable-mmx \
241%endif
242%ifarch i386 i486
05e1eb2f 243 --disable-mmx \
b524cd99 244%endif
245%if %{with amr}
2c00d607
JB
246 --enable-libamr-nb \
247 --enable-libamr-wb \
76243dbd 248%endif
05e1eb2f 249 --cc="%{__cc}" \
c01d7857 250 --extra-cflags="%{rpmcflags}" \
05e1eb2f
JB
251 --extra-ldflags="%{rpmldflags}" \
252 --disable-debug \
253 --disable-opts \
2305d791 254
873cd1c3 255%{__make}
9fc4ad22
AM
256
257%install
258rm -rf $RPM_BUILD_ROOT
38cf6de3
ER
259install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_sbindir},/etc/{sysconfig,rc.d/init.d}} \
260 $RPM_BUILD_ROOT/var/{cache,log}/ffserver
9fc4ad22 261
539b540f 262%{__make} install \
9cf4d8a4 263 DESTDIR=$RPM_BUILD_ROOT
539b540f 264
ece24152 265install config.h $RPM_BUILD_ROOT%{_includedir}/ffmpeg
075d3a6a 266install libavutil/intreadwrite.h $RPM_BUILD_ROOT%{_includedir}/ffmpeg
fde29260
ER
267install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/ffserver
268install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/ffserver
38cf6de3 269install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/ffserver.conf
539b540f 270mv -f $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/ffserver
9fc4ad22 271
9fc4ad22
AM
272%clean
273rm -rf $RPM_BUILD_ROOT
274
3146af55
KK
275%post libs -p /sbin/ldconfig
276%postun libs -p /sbin/ldconfig
539b540f 277
38cf6de3
ER
278%pre ffserver
279%groupadd -g 167 ffserver
280%useradd -g ffserver -u 167 ffserver
281
593d3a64
ER
282%post ffserver
283/sbin/chkconfig --add ffserver
284%service ffserver restart
285
38cf6de3 286%preun ffserver
593d3a64
ER
287if [ "$1" = 0 ]; then
288 %service ffserver stop
289 /sbin/chkconfig --del ffserver
290fi
291
38cf6de3
ER
292%postun ffserver
293if [ "$1" = 0 ]; then
294 %userremove ffserver
295 %groupremove ffserver
296fi
297
9fc4ad22
AM
298%files
299%defattr(644,root,root,755)
54ec280e 300%doc Changelog README doc/*.html doc/TODO
2a60eebe 301%attr(755,root,root) %{_bindir}/ffmpeg
54ec280e 302%{_mandir}/man1/ffmpeg.1*
54ec280e
PG
303
304%files libs
305%defattr(644,root,root,755)
f50f7d7c
JB
306%attr(755,root,root) %{_libdir}/libavcodec.so.*.*.*
307%attr(755,root,root) %{_libdir}/libavformat.so.*.*.*
308%attr(755,root,root) %{_libdir}/libavutil.so.*.*.*
d7493de8 309%attr(755,root,root) %{_libdir}/libpostproc.so.*.*.*
ee032235 310%attr(755,root,root) %{_libdir}/libswscale.so.*.*.*
539b540f 311%dir %{_libdir}/vhook
2a60eebe 312%attr(755,root,root) %{_libdir}/vhook/drawtext.so
539b540f 313%attr(755,root,root) %{_libdir}/vhook/fish.so
2a60eebe 314%attr(755,root,root) %{_libdir}/vhook/null.so
d2af4612 315%attr(755,root,root) %{_libdir}/vhook/ppm.so
d7493de8 316%attr(755,root,root) %{_libdir}/vhook/watermark.so
2a60eebe 317
539b540f
JB
318%files devel
319%defattr(644,root,root,755)
54ec280e 320%doc doc/optimization.txt
539b540f
JB
321%attr(755,root,root) %{_libdir}/libavcodec.so
322%attr(755,root,root) %{_libdir}/libavformat.so
d7493de8 323%attr(755,root,root) %{_libdir}/libavutil.so
d2af4612 324%attr(755,root,root) %{_libdir}/libpostproc.so
ee032235 325%attr(755,root,root) %{_libdir}/libswscale.so
539b540f 326%{_includedir}/ffmpeg
c32b589f 327%{_includedir}/postproc
d7493de8 328%{_pkgconfigdir}/*.pc
539b540f 329
9cf4d8a4
JB
330%files static
331%defattr(644,root,root,755)
332%{_libdir}/lib*.a
af49d6ab
JB
333
334%files ffplay
335%defattr(644,root,root,755)
336%attr(755,root,root) %{_bindir}/ffplay
337%{_mandir}/man1/ffplay.1*
338
339%if %{with imlib2}
340%files vhook-imlib2
341%defattr(644,root,root,755)
342%attr(755,root,root) %{_libdir}/vhook/imlib2.so
343%endif
fde29260
ER
344
345%files ffserver
346%defattr(644,root,root,755)
347%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ffserver.conf
348%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/ffserver
349%attr(755,root,root) %{_sbindir}/ffserver
350%attr(754,root,root) /etc/rc.d/init.d/ffserver
351%{_mandir}/man1/ffserver.1*
38cf6de3
ER
352%dir %attr(770,root,ffserver) /var/cache/ffserver
353%dir %attr(770,root,ffserver) /var/log/ffserver
This page took 0.098207 seconds and 4 git commands to generate.