]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- enhanced descs (base pkg is not server)
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 13 Nov 2009 17:27:40 +0000 (17:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg.spec -> 1.186

ffmpeg.spec

index 0a731e017651dd26e9dc1b157700214f109d817d..a10e2b76069abeb0ce73e693d688f27c5a5b5a13 100644 (file)
@@ -6,7 +6,7 @@
 %bcond_without autoreqdep      # don't care about package name deps generated by rpm
 %bcond_without imlib2          # don't build imlib2 vhook module
 
-Summary:       Realtime audio/video encoder and streaming server
+Summary:       FFmpeg is a very fast video and audio converter
 Summary(pl.UTF-8):     Koder audio/wideo czasu rzeczywistego oraz serwer strumieni
 Name:          ffmpeg
 Version:       0.5
@@ -23,7 +23,7 @@ Source3:      ffserver.conf
 Patch0:                %{name}-x264.patch
 Patch1:                %{name}-bug-803.patch
 Patch2:                imagewidth.patch
-URL:           http://ffmpeg.mplayerhq.hu/
+URL:           http://www.ffmpeg.org/
 BuildRequires: SDL-devel
 %if %{with amr}
 BuildRequires: amrnb-devel >= 6.1.0.4
@@ -80,11 +80,10 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                specflags_ppc   -fPIC
 
 %description
-ffmpeg is a hyper fast realtime audio/video encoder and streaming
-server. It can grab from a standard Video4Linux video source and
-convert it into several file formats based on DCT/motion compensation
-encoding. Sound is compressed in MPEG audio layer 2 or using an AC3
-compatible stream.
+FFmpeg is a complete solution to record, convert and stream audio and
+video. It is a command line tool to convert one video file format to
+another. It also supports grabbing and encoding in real time from a TV
+card.
 
 %description -l pl.UTF-8
 ffmpeg jest bardzo szybkim koderem audio/wideo w czasie rzeczywistym
@@ -100,7 +99,12 @@ Summary(pl.UTF-8):  Biblioteki ffmpeg
 Group:         Libraries
 
 %description libs
-This package contains ffmpeg shared libraries.
+This package contains:
+- the codec library from the ffmpeg project. It supports most existing
+  encoding formats (MPEG, DivX, MPEG4, AC3, DV...),
+- demuxer library from the ffmpeg project. It supports most existing
+  file formats (AVI, MPEG, OGG, Matroska, ASF...),
+- video postprocessing library from the ffmpeg project.
 
 %description libs -l pl.UTF-8
 Ten pakiet zawiera biblioteki współdzielone ffmpeg.
This page took 0.044517 seconds and 4 git commands to generate.