[arch-commits] CVS update of extra/multimedia/audacious-plugins (PKGBUILD)

Travis Willard travis at archlinux.org
Fri Jun 22 03:59:23 UTC 2007


    Date: Thursday, June 21, 2007 @ 23:59:23
  Author: travis
    Path: /home/cvs-extra/extra/multimedia/audacious-plugins

Modified: PKGBUILD (1.21 -> 1.22)

Comment the oddness of the cflags


----------+
 PKGBUILD |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)


Index: extra/multimedia/audacious-plugins/PKGBUILD
diff -u extra/multimedia/audacious-plugins/PKGBUILD:1.21 extra/multimedia/audacious-plugins/PKGBUILD:1.22
--- extra/multimedia/audacious-plugins/PKGBUILD:1.21	Thu Jun 21 23:49:23 2007
+++ extra/multimedia/audacious-plugins/PKGBUILD	Thu Jun 21 23:59:23 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.21 2007/06/22 03:49:23 travis Exp $
+# $Id: PKGBUILD,v 1.22 2007/06/22 03:59:23 travis Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca>
 # Contributor: William Rea <sillywilly at gmail.com>
 
@@ -29,6 +29,13 @@
 options=('!libtool')
 
 build() {
+
+  # This odd little hack seems to be needed to ensure audacious playlists
+  # don't corrupt themselves on exit.  Without, each file URI ends up with
+  # a ?xspf appended, which screws the whole playlist over, since it can't
+  # find the files anymore.
+  # Seems to me a wierd kinda bug to be fixed with a compiler flag tuning 
+  # change, but what do I know?
   CFLAGS=${CFLAGS/-mtune=generic/}
   CXXFLAGS=${CXXFLAGS/-mtune=generic/}
 




More information about the arch-commits mailing list