]> git.pld-linux.org Git - packages/ffmpeg.git/blame - ffmpeg.spec
- use http for sources from sourceforge
[packages/ffmpeg.git] / ffmpeg.spec
CommitLineData
2b3b2117 1
2# Conditional build:
3# _without_imlib - we can safetly play without it :-)
4#
5
76243dbd
JB
6Summary: Realtime audio/video encoder and streaming server
7Summary(pl): Koder audio/wideo czasu rzeczywistego oraz serwer strumieni
9fc4ad22 8Name: ffmpeg
539b540f
JB
9Version: 0.4.6
10Release: 1
11License: LGPL/GPL
9fc4ad22 12Group: Daemons
38737615 13Source0: http://dl.sourceforge.net/ffmpeg/%{name}-%{version}.tar.gz
76243dbd 14Patch0: %{name}-opt.patch
539b540f
JB
15Patch1: %{name}-imlib2.patch
16Patch2: %{name}-libtool.patch
bb062d35 17URL: http://ffmpeg.sourceforge.net/
2b3b2117 18%{!?_without_imlib:BuildRequires: imlib2-devel}
539b540f 19BuildRequires: libtool >= 1:1.4.2-9
75274d30 20%ifarch i586 i686 athlon
76243dbd
JB
21BuildRequires: nasm
22%endif
539b540f
JB
23BuildRequires: zlib-devel
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9fc4ad22
AM
25
26%description
27ffmpeg is a hyper fast realtime audio/video encoder and streaming
28server. It can grab from a standard Video4Linux video source and
29convert it into several file formats based on DCT/motion compensation
30encoding. Sound is compressed in MPEG audio layer 2 or using an AC3
fda3e16d 31compatible stream.
9fc4ad22 32
539b540f
JB
33This package contains also ffmpeg shared libraries (libavcodec and
34libavformat).
35
9fc4ad22 36%description -l pl
fda3e16d 37ffmpeg jest bardzo szybkim koderem audio/wideo w czasie rzeczywistym
38