Author: goetz
Date: Thu Oct 26 15:12:11 2006
New Revision: 73025
Added:
packages/cooker/audacious/current/SOURCES/audacious-1.2.1.tar.bz2
(contents, props changed)
Modified:
packages/cooker/audacious/current/SPECS/audacious.spec
Log:
- new version
- remove merged A-B patch and README.MDK
- new major
Added: packages/cooker/audacious/current/SOURCES/audacious-1.2.1.tar.bz2
==============================================================================
Binary file. No diff available.
Modified: packages/cooker/audacious/current/SPECS/audacious.spec
==============================================================================
--- packages/cooker/audacious/current/SPECS/audacious.spec (original)
+++ packages/cooker/audacious/current/SPECS/audacious.spec Thu Oct 26
15:12:11 2006
@@ -1,6 +1,6 @@
%define name audacious
%define svn 0
-%define pre rc3
+%define pre 0
%if %pre
%define release %mkrel 0.%pre.1
%define fname %name-%version-%pre
@@ -8,20 +8,18 @@
%define fname %name-%version
%define release %mkrel 1
%endif
-%define major 3.0.0
+%define major 4
%define libname %mklibname %{name} %{major}
%define libname_devel %mklibname %{name} %{major} -d
Summary: A versatile and handy media player
Name: %name
-Version: 1.2.0
+Version: 1.2.1
Release: %release
Epoch: 3
Source0: http://audacious-media-player.org/release/%fname.tar.bz2
# Patch to make it check ~/.xmms for skins too
Patch1: bmp-0.9.7.1-xmms-skins.patch
-# Patch that adds A-B functionality. See README.MDK
-Patch2: audacious-1.1.0-dr2-ab.patch
License: GPL
Group: Sound
Url: http://audacious-media-player.org/
@@ -76,7 +74,6 @@
cd %name
%patch1 -p1 -b .ski
cd ..
-%patch2 -p1 -b .ab
%if %svn
sh ./autogen.sh
%endif
@@ -104,35 +101,6 @@
--dir $RPM_BUILD_ROOT%{_datadir}/applications
$RPM_BUILD_ROOT%{_datadir}/applications/*
-cat << EOF > README.MDK
-Additional features patched into the Mandriva Linux Audacious package
-
-The A-B feature
----------------
-
-The A-B feature by Rodrigo Martins de Matos Ventura was found here:
-http://lists.xmms.org/pipermail/xmms-devel/2002-January/002282.html
-It was rediffed by Oden Eriksson Tue 18 Nov 2003.
-Adapted to beep media player 0.9.6 by David Walser Tue, 27 Jan 2004.
-Adapted to beep media player 0.9.7cvs by Michael Reinsch Sun, 11 Apr 2004.
-
-
-Here's Rodrigos explaination what it is about:
-
-"I just did a minor patch to CVS version of xmms, in order to
-add a small but very useful (at least to me) feature: A-B
-repetition. My old CD player has it, and it is extremely useful,
-namely for transcribing music.
-
-The idea is simple: anytime during play, you press the "A" key
-(marks A point), the music keeps playing, when you press the "A" key
-again (marks B point), it loops endlessly between the two marked
-points, until the "S" key is pressed (clear), or a new A point is
-marked. Morover, whenever a A-B range is defined, the "play"
-button/menu jumps straight to the A position."
-EOF
-#'
-
%find_lang %name
mkdir -p %buildroot{%_liconsdir,%_miconsdir}
convert -scale 32 icons/%name.png %buildroot%_iconsdir/%name.png
@@ -160,7 +128,7 @@
%_bindir/audtool
%{_bindir}/%name
%defattr(0644,root,root,0755)
-%doc AUTHORS NEWS README README.MDK
+%doc AUTHORS NEWS README
%{_menudir}/%{name}
%{_datadir}/applications/%name.desktop
%dir %{_datadir}/%name
@@ -181,7 +149,7 @@
%files -n %{libname}
%defattr(0644,root,root,0755)
-%{_libdir}/*.so.3*
+%{_libdir}/*.so.%{major}*
%files -n %{libname_devel}
%defattr(0644,root,root,0755)