]> git.pld-linux.org Git - packages/ffmpeg.git/blame - ffmpeg.spec
- updated for current snap
[packages/ffmpeg.git] / ffmpeg.spec
CommitLineData
94447fde 1# TODO
50fe20dd 2# - libtool patch breaks linked libs (-Wl,as-needed inside configure and Makefiles broken)
94447fde 3# - libnut enabled no
197f4211 4#
2b3b2117 5# Conditional build:
e756f355 6%bcond_with amr # build 3GPP Adaptive Multi Rate (AMR) speech codec
294c9b1e
JB
7%bcond_without autoreqdep # don't care about package name deps generated by rpm
8%bcond_without imlib2 # don't build imlib2 vhook module
874f67c9 9#
2305d791
ER
10%define _snap 2006-12-04
11%define snap %(echo %{_snap} | tr -d -)
89c7339b 12%define _rel 2
76243dbd
JB
13Summary: Realtime audio/video encoder and streaming server
14Summary(pl): Koder audio/wideo czasu rzeczywistego oraz serwer strumieni
9fc4ad22 15Name: ffmpeg
c32b589f 16Version: 0.4.9
839e806f 17Release: 3.%{snap}.%{_rel}
9cf4d8a4 18# LGPL or GPL, chosen at configure time (GPL version is more featured)
fc8de229 19# (postprocessing, a52, xvid, x264, dts, faad)
f68a4dcc 20License: GPL with LGPL parts
fde29260 21Group: Applications/Multimedia
d7493de8 22#Source0: http://dl.sourceforge.net/ffmpeg/%{name}-%{version}-pre1.tar.gz
f50f7d7c 23#Source0: ftp://ftp2.mplayerhq.hu/MPlayer/cvs/FFMpeg-%{snap}.tar.bz2
2305d791
ER
24#Source0: %{name}-%{snap}.tar.bz2
25Source0: http://ffmpeg.mplayerhq.hu/%{name}-export-snapshot.tar.bz2
26# Source0-md5: 5be2e4d1e326bb7809205a3401204621
fde29260
ER
27Source1: ffserver.init
28Source2: ffserver.sysconfig
38cf6de3 29Source3: ffserver.conf
89c7339b 30#PatchX: %{name}-libtool.patch
ee032235 31Patch0: %{name}-link.patch
d7493de8 32Patch1: %{name}-libdir.patch
7a286645 33Patch2: %{name}-gcc4.patch
fc8de229 34Patch3: %{name}-system-amr.patch
2305d791 35Patch4: %{name}-x264-symbol.patch
892bb830 36Patch5: %{name}-kill-mabi_altivec.patch
73e3bb9e 37Patch6: %{name}-altivec_fix.patch
d2fa6a1d 38URL: http://ffmpeg.mplayerhq.hu/
2a60eebe 39BuildRequires: SDL-devel
fc8de229
JB
40%if %{with amr}
41BuildRequires: amrnb-devel
42BuildRequires: amrwb-devel >= 5.3.0
43%endif
e380e18a 44BuildRequires: faac-devel
b959c224 45BuildRequires: faad2-devel
2a60eebe 46BuildRequires: freetype-devel
4bee03f0
JB
47%ifarch ppc
48# require version with altivec support fixed
49BuildRequires: gcc >= 5:3.3.2-3
50%endif
8a764e4b 51%{?with_imlib2:BuildRequires: imlib2-devel >= 1.1.0-2}
e380e18a 52BuildRequires: lame-libs-devel
b959c224 53BuildRequires: libdts-devel
f3692243 54BuildRequires: libgsm-devel
94447fde
ER
55BuildRequires: libogg-devel
56BuildRequires: libraw1394-devel
4814ac84 57BuildRequires: libtool >= 2:1.4d-3
e380e18a 58BuildRequires: libvorbis-devel
42dd6e0f 59BuildRequires: libx264-devel >= 0.1.2-1.20061024_2245.1
e1fe03f7 60%ifarch %{ix86}
61%ifnarch i386 i486
76243dbd
JB
62BuildRequires: nasm
63%endif
e1fe03f7 64%endif
1463656a 65BuildRequires: perl-tools-pod
593d3a64 66BuildRequires: rpmbuild(macros) >= 1.268
1463656a 67BuildRequires: tetex
9cf4d8a4 68BuildRequires: texinfo
872de59d 69%{?with_amr:BuildRequires: unzip}
46f2a56b 70BuildRequires: xvid-devel >= 1:1.1.0
33a1c0f3 71BuildRequires: zlib-devel
57ebb8ad 72%{?with_autoreqdep:BuildConflicts: libpostproc}
54ec280e 73Requires: %{name}-libs = %{version}-%{release}
839e806f 74Requires: xvid >= 1:1.1.0
af49d6ab 75Obsoletes: libpostproc
539b540f 76BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9fc4ad22 77
2a60eebe
JB
78%define _noautoreqdep libGL.so.1 libGLU.so.1
79
c01d7857
PS
80%define specflags -fno-strict-aliasing
81
82# -fomit-frame-pointer is always needed on x86 due to lack of registers (-fPIC takes one)
83%define specflags_ia32 -fomit-frame-pointer
84# -mmmx is needed to enable <mmintrin.h> code.
85%define specflags_i586 -mmmx
86%define specflags_i686 -mmmx
87
9fc4ad22
AM
88%description
89ffmpeg is a hyper fast realtime audio/video encoder and streaming
90server. It can grab from a standard Video4Linux video source and
91convert it into several file formats based on DCT/motion compensation
92encoding. Sound is compressed in MPEG audio layer 2 or using an AC3
fda3e16d 93compatible stream.
9fc4ad22
AM
94
95%description -l pl
fda3e16d 96ffmpeg jest bardzo szybkim koderem audio/wideo w czasie rzeczywistym
97