]> git.pld-linux.org Git - packages/ffmpeg.git/blame - ffmpeg.spec
- cflags (i586,i686) += -mmmx.
[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
c01d7857 11Release: 3.%{snap}.4
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
d7493de8 34BuildRequires: libtheora-devel
4814ac84 35BuildRequires: libtool >= 2:1.4d-3
e380e18a 36BuildRequires: libvorbis-devel
e1fe03f7 37%ifarch %{ix86}
38%ifnarch i386 i486
76243dbd
JB
39BuildRequires: nasm
40%endif
e1fe03f7 41%endif
1463656a
KK
42BuildRequires: perl-tools-pod
43BuildRequires: tetex
9cf4d8a4 44BuildRequires: texinfo
114b5e6e 45BuildRequires: xvid-devel
33a1c0f3 46BuildRequires: zlib-devel
57ebb8ad 47%{?with_autoreqdep:BuildConflicts: libpostproc}
af49d6ab 48Obsoletes: libpostproc
539b540f 49BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9fc4ad22 50
2a60eebe
JB
51%define _noautoreqdep libGL.so.1 libGLU.so.1
52
c01d7857
PS
53%define specflags -fno-strict-aliasing
54
55# -fomit-frame-pointer is always needed on x86 due to lack of registers (-fPIC takes one)
56%define specflags_ia32 -fomit-frame-pointer
57# -mmmx is needed to enable <mmintrin.h> code.
58%define specflags_i586 -mmmx
59%define specflags_i686 -mmmx
60
9fc4ad22
AM
61%description
62ffmpeg is a hyper fast realtime audio/video encoder and streaming
63server. It can grab from a standard Video4Linux video source and
64convert it into several file formats based on DCT/motion compensation
65encoding. Sound is compressed in MPEG audio layer 2 or using an AC3
fda3e16d 66compatible stream.
9fc4ad22 67
539b540f
JB
68This package contains also ffmpeg shared libraries (libavcodec and
69libavformat).
70
9fc4ad22 71%description -l pl
fda3e16d 72ffmpeg jest bardzo szybkim koderem audio/wideo w czasie rzeczywistym
73