]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- enabled libnut; release 2 auto/ti/ffmpeg-0_8-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 2 Jul 2011 10:46:35 +0000 (10:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg.spec -> 1.218

ffmpeg.spec

index bb742cbf15731782faac4dc6dadd2e6b63f2dbb0..4ad1fffacc7c9bc40380e05eaa74a4726207c12f 100644 (file)
@@ -1,6 +1,5 @@
 # TODO
 # - is bug803 patch still needed? the code changed somehow
-# - libnut enabled   no (http://www.nut-container.org/)
 #
 # Conditional build:
 %bcond_with    nonfree         # non free options of package (currently: faac)
@@ -13,7 +12,7 @@ Summary:      FFmpeg - a very fast video and audio converter
 Summary(pl.UTF-8):     FFmpeg - szybki konwerter audio/wideo
 Name:          ffmpeg
 Version:       0.8
-Release:       1
+Release:       2
 # LGPL or GPL, chosen at configure time (GPL version is more featured)
 # (postprocessing, some filters, x264, xavs, xvid, x11grab)
 # using v3 allows Apache-licensed libs (opencore-amr, libvo-*enc)
@@ -43,6 +42,7 @@ BuildRequires:        jack-audio-connection-kit-devel
 BuildRequires: lame-libs-devel >= 3.98.3
 BuildRequires: libdc1394-devel
 BuildRequires: libgsm-devel
+BuildRequires: libnut-devel
 BuildRequires: libraw1394-devel
 BuildRequires: librtmp-devel
 BuildRequires: libtheora-devel >= 1.0-0.beta3
@@ -143,6 +143,7 @@ Requires:   jack-audio-connection-kit-devel
 Requires:      lame-libs-devel >= 3.98.3
 Requires:      libdc1394-devel
 Requires:      libgsm-devel
+Requires:      libnut-devel
 Requires:      libraw1394-devel
 Requires:      librtmp-devel
 Requires:      libtheora-devel >= 1.0-0.beta3
@@ -301,6 +302,7 @@ EOF
        --enable-libdirac \
        --enable-libgsm \
        --enable-libmp3lame \
+       --enable-libnut \
        --enable-libopencore-amrnb \
        --enable-libopencore-amrwb \
        --enable-libopenjpeg \
This page took 0.036962 seconds and 4 git commands to generate.