SPECS: lame.spec - updated to 3.98 - updated link patch, added stdint patch

qboosh qboosh at pld-linux.org
Sat Aug 23 14:43:00 CEST 2008


Author: qboosh                       Date: Sat Aug 23 12:43:00 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 3.98
- updated link patch, added stdint patch

---- Files affected:
SPECS:
   lame.spec (1.52 -> 1.53) 

---- Diffs:

================================================================
Index: SPECS/lame.spec
diff -u SPECS/lame.spec:1.52 SPECS/lame.spec:1.53
--- SPECS/lame.spec:1.52	Sat Dec  1 22:24:17 2007
+++ SPECS/lame.spec	Sat Aug 23 14:42:55 2008
@@ -8,25 +8,28 @@
 Summary(pl.UTF-8):	Program do tworzenia skompresowanych plików dźwiękowych
 Summary(pt_BR.UTF-8):	Lame é um gerador de MP3
 Name:		lame
-Version:	3.97
-Release:	3
+Version:	3.98
+Release:	1
 # libmp3lame encoder is LGPL v2+, but decoder parts (enabled by default)
 # come from old mpg123 code, which was licensed on GPL
-License:	GPL
+License:	GPL v2+ (MP3 decoder), LGPL v2+ (the rest)
 Group:		Applications/Sound
-Source0:	http://dl.sourceforge.net/lame/%{name}-%{version}.tar.gz
-# Source0-md5:	90a4acbb730d150dfe80de145126eef7
+Source0:	http://dl.sourceforge.net/lame/%{name}-%(echo %{version} | tr -d .).tar.gz
+# Source0-md5:	f44b9f8e1b5d8835d0a77f9cc9cedd1c
 Patch0:		%{name}-link.patch
 Patch1:		%{name}-without_gtk.patch
 Patch2:		%{name}-amfix.patch
+Patch3:		%{name}-stdint.patch
 URL:		http://lame.sourceforge.net/
-BuildRequires:	autoconf >= 2.53
+BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake
 %{?with_gtk:BuildRequires:	gtk+-devel >= 1.2.0}
+# with --with-fileio=sndfile (but disables stdin input)
+#BuildRequires:	libsndfile-devel >= 1.0.2
 BuildRequires:	libtool
 BuildRequires:	nasm
 BuildRequires:	ncurses-devel >= 4.2
-Requires:	%{name}-libs = %{version}
+Requires:	%{name}-libs = %{version}-%{release}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -109,17 +112,20 @@
 Analizator ramek w GTK+.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%(echo %{version} | tr -d .)
 %patch0 -p1
 %{!?with_gtk:%patch1 -p1}
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
+	--disable-cpml \
 	--enable-shared \
 	--enable-static \
 	%{?with_gtk:--enable-mp3x} \
@@ -152,18 +158,19 @@
 %files libs
 %defattr(644,root,root,755)
 %doc LICENSE
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/libmp3lame.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libmp3lame.so.0
 
 %files libs-devel
 %defattr(644,root,root,755)
 %doc API DEFINES
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libmp3lame.so
+%{_libdir}/libmp3lame.la
 %{_includedir}/lame
 
 %files libs-static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libmp3lame.a
 
 %if %{with gtk}
 %files x11
@@ -177,6 +184,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.53  2008/08/23 12:42:55  qboosh
+- updated to 3.98
+- updated link patch, added stdint patch
+
 Revision 1.52  2007/12/01 21:24:17  qboosh
 - license note
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lame.spec?r1=1.52&r2=1.53&f=u



More information about the pld-cvs-commit mailing list