]> git.pld-linux.org Git - packages/sox.git/commitdiff
- updated to 12.18.2, updated install patch
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 Sep 2006 20:25:07 +0000 (20:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added gsm patch, use shared libgsm again

Changed files:
    sox.spec -> 1.47

sox.spec

index aa8225f16eb953a4b9a3bd404b9143630e56619e..7b258b93ec630e0a2c0a6f37a6f334b8e6312ab9 100644 (file)
--- a/sox.spec
+++ b/sox.spec
@@ -12,17 +12,20 @@ Summary(ru):        
 Summary(tr):   Genel amaçlý ses dosyasý çevirme aracý
 Summary(uk):   õÔÉ̦ÔÁ ÚÁÇÁÌØÎÏÇÏ ÐÒÉÚÎÁÞÅÎÎÑ ÄÌÑ ÒÏÂÏÔÉ ¦Ú Ú×ÕËÏ×ÉÍÉ ÆÁÊÌÁÍÉ
 Name:          sox
-Version:       12.18.1
+Version:       12.18.2
 Release:       1
 License:       distributable
 Group:         Applications/Sound
 Source0:       http://dl.sourceforge.net/sox/%{name}-%{version}.tar.gz
-# Source0-md5: b12507493d3c8571fa8b6e70a01d5438
+# Source0-md5: ba25e512a6c824d6e56d76767a18af99
 Patch0:                %{name}-install.patch
+Patch1:                %{name}-gsm.patch
 URL:           http://sox.sourceforge.net/
 %{?with_alsa:BuildRequires:    alsa-lib-devel}
+BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: lame-libs-devel
+BuildRequires: libgsm-devel
 BuildRequires: libmad-devel
 BuildRequires: libvorbis-devel >= 1:1.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -94,9 +97,12 @@ bibliotecas do sox.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
+%{__autoconf}
+%{__autoheader}
 %configure \
        %{!?with_alsa:--disable-alsa-dsp}
 
This page took 0.085348 seconds and 4 git commands to generate.