]> git.pld-linux.org Git - packages/ffmpeg.git/blame - ffmpeg.spec
- enable fix for 4.0.2 too, s/long/ptrdiff_t/.
[packages/ffmpeg.git] / ffmpeg.spec
CommitLineData
2a60eebe 1#
2b3b2117 2# Conditional build:
8063dce4 3%bcond_without imlib2 # we can safely play without it :-)
c2a62dca 4%bcond_without autoreqdep # don't care about package name deps generated by rpm
874f67c9 5#
76243dbd
JB
6Summary: Realtime audio/video encoder and streaming server
7Summary(pl): Koder audio/wideo czasu rzeczywistego oraz serwer strumieni
9fc4ad22 8Name: ffmpeg
c32b589f 9Version: 0.4.9
f50f7d7c 10%define snap 20060129
f3692243 11Release: 3.%{snap}.8
9cf4d8a4
JB
12# LGPL or GPL, chosen at configure time (GPL version is more featured)
13License: GPL
9fc4ad22 14Group: Daemons
d7493de8 15#Source0: http://dl.sourceforge.net/ffmpeg/%{name}-%{version}-pre1.tar.gz
f50f7d7c
JB
16#Source0: ftp://ftp2.mplayerhq.hu/MPlayer/cvs/FFMpeg-%{snap}.tar.bz2
17Source0: %{name}-%{snap}.tar.bz2
18# Source0-md5: d8ea09431d6c0c91bfd35e0ca74a67e1
d7493de8
JB
19Patch0: %{name}-libtool.patch
20Patch1: %{name}-libdir.patch
7a286645 21Patch2: %{name}-gcc4.patch
bb062d35 22URL: http://ffmpeg.sourceforge.net/
2a60eebe 23BuildRequires: SDL-devel
e380e18a 24BuildRequires: faac-devel
b959c224 25BuildRequires: faad2-devel
2a60eebe 26BuildRequires: freetype-devel
4bee03f0
JB
27%ifarch ppc
28# require version with altivec support fixed
29BuildRequires: gcc >= 5:3.3.2-3
30%endif
8a764e4b 31%{?with_imlib2:BuildRequires: imlib2-devel >= 1.1.0-2}
e380e18a 32BuildRequires: lame-libs-devel
b959c224 33BuildRequires: libdts-devel
f3692243 34BuildRequires: libgsm-devel
d7493de8 35BuildRequires: libtheora-devel
4814ac84 36BuildRequires: libtool >= 2:1.4d-3
e380e18a 37BuildRequires: libvorbis-devel
e1fe03f7 38%ifarch %{ix86}
39%ifnarch i386 i486
76243dbd
JB
40BuildRequires: nasm
41%endif
e1fe03f7 42%endif
1463656a
KK
43BuildRequires: perl-tools-pod
44BuildRequires: tetex
9cf4d8a4 45BuildRequires: texinfo
46f2a56b 46BuildRequires: xvid-devel >= 1:1.1.0
33a1c0f3 47BuildRequires: zlib-devel
57ebb8ad 48%{?with_autoreqdep:BuildConflicts: libpostproc}
46f2a56b 49Requires: xvid >= 1:1.1.0
af49d6ab 50Obsoletes: libpostproc
539b540f 51BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9fc4ad22 52
2a60eebe
JB
53%define _noautoreqdep libGL.so.1 libGLU.so.1
54
c01d7857
PS
55%define specflags -fno-strict-aliasing
56
57# -fomit-frame-pointer is always needed on x86 due to lack of registers (-fPIC takes one)
58%define specflags_ia32 -fomit-frame-pointer
59# -mmmx is needed to enable <mmintrin.h> code.
60%define specflags_i586 -mmmx
61%define specflags_i686 -mmmx
62
9fc4ad22
AM
63%description
64ffmpeg is a hyper fast realtime audio/video encoder and streaming
65server. It can grab from a standard Video4Linux video source and
66convert it into several file formats based on DCT/motion compensation
67encoding. Sound is compressed in MPEG audio layer 2 or using an AC3
fda3e16d 68compatible stream.
9fc4ad22 69
539b540f
JB
70This package contains also ffmpeg shared libraries (libavcodec and
71libavformat).
72
9fc4ad22 73%description -l pl
fda3e16d 74ffmpeg jest bardzo szybkim koderem audio/wideo w czasie rzeczywistym
75