]> git.pld-linux.org Git - packages/audacity.git/commitdiff
- fix build with newer ffmpeg
authorlisu <lisu@pld-linux.org>
Fri, 16 Sep 2011 14:26:09 +0000 (14:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: ffmpeg-devel >= 0.8.0

Changed files:
    audacity.spec -> 1.95

audacity.spec

index cd26e8879e6e9cd645b63aac8fb9377b1952ea3e..ee7f00aeb512cf67fbc444d4e62d4a2d9f0a452c 100644 (file)
@@ -29,10 +29,12 @@ Patch1:             %{name}-opt.patch
 Patch2:                %{name}-no-macos.patch
 # modified from http://audioscience.com/internet/download/drivers/released/v4/06/portaudio_asihpi_406.patch
 Patch3:                portaudio_asihpi_406.patch
+Patch4:                %{name}-ffmpeg.patch
 URL:           http://audacity.sourceforge.net/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
 BuildRequires: expat-devel >= 1.95
+BuildRequires: ffmpeg-devel >= 0.8.0
 BuildRequires: flac-c++-devel >= 1.2.0
 BuildRequires: gettext-devel
 BuildRequires: hpklinux-devel >= 4.06
@@ -95,6 +97,7 @@ Audacity - это звуковой редактор, позволяющий ра
 cd lib-src/portaudio-v19
 %patch3 -p0
 cd ../..
+%patch4 -p1
 
 sed -i 's/libmp3lame.so/libmp3lame.so.0/g' locale/*.po
 
This page took 0.118913 seconds and 4 git commands to generate.