]> git.pld-linux.org Git - packages/sox.git/commitdiff
- updated to 12.17.6 (many bugfixes)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 21 Oct 2004 20:24:22 +0000 (20:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated install,play patches, removed unneeded soundcard patch
- libgsm-devel not needed - sox uses parts of modified libgsm library

Changed files:
    sox.spec -> 1.41

sox.spec

index f85b7052c65652a45f6ebbdda4e4084183f618fe..70ade50f4ab9693ad92264de1c0fa85cd0a3847d 100644 (file)
--- a/sox.spec
+++ b/sox.spec
@@ -1,3 +1,4 @@
+#
 # Conditional build:
 %bcond_without alsa    # without ALSA support
 #
@@ -11,21 +12,18 @@ Summary(ru):        
 Summary(tr):   Genel amaçlý ses dosyasý çevirme aracý
 Summary(uk):   õÔÉ̦ÔÁ ÚÁÇÁÌØÎÏÇÏ ÐÒÉÚÎÁÞÅÎÎÑ ÄÌÑ ÒÏÂÏÔÉ ¦Ú Ú×ÕËÏ×ÉÍÉ ÆÁÊÌÁÍÉ
 Name:          sox
-Version:       12.17.5
-Release:       3
+Version:       12.17.6
+Release:       1
 License:       distributable
 Group:         Applications/Sound
-Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: 53a3ebe3da0f5845770fd99e2ff0a965
+Source0:       http://dl.sourceforge.net/sox/%{name}-%{version}.tar.gz
+# Source0-md5: ea368e7baf6618a2116f3ed6c111bd4a
 Patch0:                %{name}-play.patch
-Patch1:                %{name}-soundcard.patch
-Patch2:                %{name}-install.patch
+Patch1:                %{name}-install.patch
 URL:           http://sox.sourceforge.net/
 %{?with_alsa:BuildRequires:    alsa-driver-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)
@@ -98,18 +96,16 @@ bibliotecas do sox.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
-#%%{__aclocal}
-#%%{__autoconf}
 cp -f /usr/share/automake/config.sub .
 %configure \
        --with-oss-dsp \
        --with-gsm \
        %{?with_alsa:--with-alsa-dsp}
 
-%{__make} PREFIX=%{_prefix}
+%{__make} \
+       PREFIX=%{_prefix}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -126,7 +122,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc monkey.* Changelog README TODO
+%doc src/monkey.* Changelog README TODO
 %attr(755,root,root) %{_bindir}/[!l]*
 %{_mandir}/man1/*
 
This page took 0.05459 seconds and 4 git commands to generate.