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

Travis Willard travis at archlinux.org
Tue Nov 20 02:48:22 UTC 2007


    Date: Monday, November 19, 2007 @ 21:48:22
  Author: travis
    Path: /home/cvs-extra/extra/multimedia/audacious-plugins

Modified: PKGBUILD (1.28 -> 1.29) audacious-plugins.install (1.5 -> 1.6)

upgpkg: audacious-plugins 1.4.1-1
Upstream Update


---------------------------+
 PKGBUILD                  |   15 ++++++++-------
 audacious-plugins.install |    5 +++--
 2 files changed, 11 insertions(+), 9 deletions(-)


Index: extra/multimedia/audacious-plugins/PKGBUILD
diff -u extra/multimedia/audacious-plugins/PKGBUILD:1.28 extra/multimedia/audacious-plugins/PKGBUILD:1.29
--- extra/multimedia/audacious-plugins/PKGBUILD:1.28	Fri Nov  9 23:13:02 2007
+++ extra/multimedia/audacious-plugins/PKGBUILD	Mon Nov 19 21:48:22 2007
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD,v 1.28 2007/11/10 04:13:02 eric Exp $
+# $Id: PKGBUILD,v 1.29 2007/11/20 02:48:22 travis Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca>
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=audacious-plugins
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="Plugins for the audacious media player."
 arch=('i686' 'x86_64')
 url="http://audacious-media-player.org/"
-license=('GPL')
+license=('GPL3')
 depends=('audacious-player>=1.4.0' 'lame' 'libmcs' 'gtk2' 'libxml2' 'libvorbis' \
          'libsidplay' 'libsndfile' 'libmpcdec>=1.2.5' 'taglib' 'flac>=1.1.4' \
-         'libmad' 'libxcomposite' 'libmowgli' 'dbus-glib')
+         'libmad' 'libxcomposite' 'libmowgli' 'dbus-glib' 'libcdio')
 # Makedepends: first two lines are for the 'optional' deps listed in the
 # .install file - they need to be present at build to be enabled
 makedepends=('jack-audio-connection-kit' 'curl>=7.16.2' 'musicbrainz' 'lirc-utils' \
-             'libmodplug' 'projectm' 'sdl' 'neon' \
+             'libmodplug' 'projectm' 'sdl' 'neon' 'wavpack' \
              'pkgconfig')
 replaces=('audacious') # audacious split into player and plugins.  Used to be a
                        # dummy-package for this, but that's dumb. Since the
@@ -24,7 +24,7 @@
                        # end up with essentially the same as they used to have.
 install=audacious-plugins.install
 source=(http://distfiles.atheme.org/$pkgname-$pkgver.tgz)
-md5sums=('59b9cea333075052c4f8806f472f569f')
+md5sums=('eefc820fe019ab55c92ae1b9b4bb2a98')
 options=('!libtool')
 
 build() {
@@ -44,6 +44,7 @@
               --disable-esd --enable-jack \
               --disable-timidity --enable-amidiplug \
               --enable-chardet --enable-modplug \
+	      --enable-wavpack \
               --enable-sid --disable-sse2
 
   make || return 1
Index: extra/multimedia/audacious-plugins/audacious-plugins.install
diff -u extra/multimedia/audacious-plugins/audacious-plugins.install:1.5 extra/multimedia/audacious-plugins/audacious-plugins.install:1.6
--- extra/multimedia/audacious-plugins/audacious-plugins.install:1.5	Wed Nov  7 20:24:34 2007
+++ extra/multimedia/audacious-plugins/audacious-plugins.install	Mon Nov 19 21:48:22 2007
@@ -1,4 +1,4 @@
-# $Id: audacious-plugins.install,v 1.5 2007/11/08 01:24:34 travis Exp $
+# $Id: audacious-plugins.install,v 1.6 2007/11/20 02:48:22 travis Exp $
 # arg 1:  the new package version
 post_install() {
     echo "> Optional Dependencies for audacious-plugins"
@@ -8,7 +8,8 @@
     echo ">> libmodplug: Enable modplug plugin."
     echo ">> projectm: Enable projectm visualization plugin."
     echo ">> sdl: Enable paranormal visualization plugin."
-    echo ">> neon: Enable neon input plugin."
+    echo ">> neon: Enable playback of http and other web streams."
+    echo ">> wavpack: Enable wavpack input support."
 
     # Run ldconfig after installation
     #  the makefile wants to do this after make install




More information about the arch-commits mailing list