packages: mpg123/mpg123.spec - updated to 1.9.1 - ltdl patch no longer need...

adamg adamg at pld-linux.org
Sun Nov 8 17:07:53 CET 2009


Author: adamg                        Date: Sun Nov  8 16:07:53 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.9.1
- ltdl patch no longer needed
- openal package (new audio output plugin)

---- Files affected:
packages/mpg123:
   mpg123.spec (1.102 -> 1.103) 

---- Diffs:

================================================================
Index: packages/mpg123/mpg123.spec
diff -u packages/mpg123/mpg123.spec:1.102 packages/mpg123/mpg123.spec:1.103
--- packages/mpg123/mpg123.spec:1.102	Sun Jan 11 00:13:32 2009
+++ packages/mpg123/mpg123.spec	Sun Nov  8 17:07:48 2009
@@ -7,6 +7,7 @@
 %bcond_without	arts	# disable aRts support
 %bcond_without	jack	# disable jack support
 %bcond_without	nas	# diasble nas support
+%bcond_without	openal	# disable openal support
 %bcond_without	sdl	# disable sdl support
 %bcond_without	port	# disable portaudio support
 %bcond_without	pulse	# disable pulseaudio support
@@ -21,17 +22,17 @@
 Summary(ru.UTF-8):	Проигрыватель MPEG аудиофайлов
 Summary(uk.UTF-8):	Програвач MPEG аудіофайлів
 Name:		mpg123
-Version:	1.6.4
+Version:	1.9.1
 Release:	1
 # some old parts are GPLed, but they are not included in package
 License:	LGPL v2.1
 Group:		Applications/Sound
 Source0:	http://dl.sourceforge.net/mpg123/%{name}-%{version}.tar.bz2
-# Source0-md5:	a111bcb82628e602abd9a5860928e870
+# Source0-md5:	39aa4407b53fa8c86f7d963bfe0702c9
 Patch0:		%{name}-am.patch
 Patch1:		%{name}-no-la.patch
-Patch3:		%{name}-ltdl.patch
 URL:		http://www.mpg123.de/
+%{?with_openal:BuildRequires:	OpenAL-devel}
 %{?with_sdl:BuildRequires:	SDL-devel >= 1.2.11}
 %{?with_alsa:BuildRequires:	alsa-lib-devel}
 %{?with_arts:BuildRequires:	artsc-devel}
@@ -146,6 +147,18 @@
 %description nas -l pl.UTF-8
 Wtyczka wyjścia dźwięku NAS dla mpg123.
 
+%package openal
+Summary:	OpenAL audio output plugin for mpg123
+Summary(pl.UTF-8):	Wtyczka wyjścia dźwięku OpenAL dla mpg123
+Group:		Applications/Sound
+Requires:	%{name} = %{version}-%{release}
+
+%description openal
+OpenAL audio output plugin for mpg123.
+
+%description openal -l pl.UTF-8
+Wtyczka wyjścia dźwięku OpenAL dla mpg123.
+
 %package portaudio
 Summary:	PortAudio audio output plugin for mpg123
 Summary(pl.UTF-8):	Wtyczka wyjścia dźwięku PortAudio dla mpg123
@@ -221,7 +234,6 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch3 -p1
 
 rm -rf libltdl
 
@@ -297,6 +309,12 @@
 %attr(755,root,root) %{_libdir}/mpg123/output_nas.so
 %endif
 
+%if %{with openal}
+%files openal
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/mpg123/output_openal.so
+%endif
+
 %if %{with port}
 %files portaudio
 %defattr(644,root,root,755)
@@ -338,6 +356,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.103  2009/11/08 16:07:48  adamg
+- updated to 1.9.1
+- ltdl patch no longer needed
+- openal package (new audio output plugin)
+
 Revision 1.102  2009/01/10 23:13:32  aredridel
 - 1.6.4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mpg123/mpg123.spec?r1=1.102&r2=1.103&f=u



More information about the pld-cvs-commit mailing list