rpms/audacious/devel .cvsignore, 1.15, 1.16 README, 1.2, 1.3 audacious.spec, 1.54, 1.55 sources, 1.15, 1.16 audacious-2.1-pluginprio.patch, 1.1, NONE

Michael Schwendt mschwendt at fedoraproject.org
Thu Oct 22 15:41:27 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/rpms/audacious/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11320

Modified Files:
	.cvsignore README audacious.spec sources 
Removed Files:
	audacious-2.1-pluginprio.patch 
Log Message:
* Thu Oct 22 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2-0.1.beta1
- Upgrade to 2.2-beta1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/audacious/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- .cvsignore	14 Jul 2009 17:09:26 -0000	1.15
+++ .cvsignore	22 Oct 2009 15:41:25 -0000	1.16
@@ -1 +1 @@
-audacious-2.1.tgz
+audacious-2.2-beta1.tgz


Index: README
===================================================================
RCS file: /cvs/pkgs/rpms/audacious/devel/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- README	18 Oct 2009 14:52:18 -0000	1.2
+++ README	22 Oct 2009 15:41:25 -0000	1.3
@@ -1,14 +0,0 @@
-Audacious 2.2-alpha2 defaults to alsa-ng output plugin, which fails
-to work with PulseAudio (F-11). Switching to the only other choice, the
-experimental alsa-gapless plugin, doesn't work either. There is no
-pulseaudio plugin anymore.
-
-$ md5sum audacious-2.2-alpha2.tgz 
-c922d26dc5c746a1bacfef9149b5e4af  audacious-2.2-alpha2.tgz
-
-[...]
-
-$ md5sum audacious-2.2-alpha1.tgz 
-e5f0f4c69e9dc95d5882ea35feefea96  audacious-2.2-alpha1.tgz
-
-only minor spec changes necessary (added header directories).


Index: audacious.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacious/devel/audacious.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -p -r1.54 -r1.55
--- audacious.spec	21 Sep 2009 10:41:16 -0000	1.54
+++ audacious.spec	22 Oct 2009 15:41:26 -0000	1.55
@@ -1,21 +1,18 @@
 # Minimum audacious/audacious-plugins version in inter-package
 # dependencies.
-# We enforce 2.1 as 2.0.1 or older is insufficient.
-%define aud_ver 2.1
+# We enforce 2.2 as 2.1 or older is insufficient.
+%define aud_ver 2.2
 
 Name: audacious
-Version: 2.1
-Release: 5%{?dist}
+Version: 2.2
+Release: 0.1.beta1%{?dist}
 
 License: GPLv3
 Summary: GTK2 based media player similar to XMMS
 URL: http://audacious-media-player.org/
 Group: Applications/Multimedia
 
-Source0: http://distfiles.atheme.org/audacious-%{version}.tgz
-
-# will be obsolete in > 2.1
-Patch0: audacious-2.1-pluginprio.patch
+Source0: http://distfiles.atheme.org/audacious-%{version}-beta1.tgz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -69,8 +66,7 @@ Files needed when building software for 
 
 
 %prep
-%setup -q -n %{name}-%{version}
-%patch0 -p1 -b .pluginprio
+%setup -q -n %{name}-%{version}-beta1
 sed -i '\,^.SILENT:,d' buildsys.mk.in
 
 %build
@@ -105,7 +101,7 @@ desktop-file-install  \
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
 mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/audacious2.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
 
-# 2.2-alpha1 will install these compatibility softlinks
+# fix for: tarball installs softlinks that point into buildroot
 cd $RPM_BUILD_ROOT%{_bindir}
 rm -f audacious audtool
 ln -s audacious2 audacious
@@ -156,12 +152,25 @@ gtk-update-icon-cache %{_datadir}/icons/
 %defattr(-,root,root,-)
 %{_includedir}/audacious/
 %{_includedir}/libaudcore/
+%{_includedir}/libaudgui/
+%{_includedir}/libaudtag/
 %{_includedir}/libSAD/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 
 
 %changelog
+* Thu Oct 22 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2-0.1.beta1
+- Upgrade to 2.2-beta1
+
+* Sun Oct 18 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2-0.1.alpha2
+- Upgrade to 2.2-alpha2
+
+* Sun Sep 20 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2-0.1.alpha1
+- Upgrade to 2.2-alpha1 (primarly for alsa-gapless output plugin).
+- /usr/bin/audacious and /usr/bin/audtool compatibility links are now
+  provided officially by upstream.
+
 * Sun Sep 20 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 2.1-5
 - /usr/bin/audacious and /usr/bin/audtool compatibility links are
   provided officially by upstream within 2.2-alpha1.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audacious/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	14 Jul 2009 17:09:26 -0000	1.15
+++ sources	22 Oct 2009 15:41:26 -0000	1.16
@@ -1 +1 @@
-03ab6a062e5909214841f90f767f1147  audacious-2.1.tgz
+fbb651b1443238b459d047eae6c16270  audacious-2.2-beta1.tgz


--- audacious-2.1-pluginprio.patch DELETED ---




More information about the fedora-extras-commits mailing list