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