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

Travis Willard travis at archlinux.org
Sat Mar 8 17:52:53 UTC 2008


    Date: Saturday, March 8, 2008 @ 12:52:53
  Author: travis
    Path: /home/cvs-extra/extra/multimedia/audacious-plugins

Modified: ChangeLog (1.1 -> 1.2) PKGBUILD (1.32 -> 1.33)
          audacious-plugins.install (1.7 -> 1.8)

upgpkg: audacious-plugins 1.4.5-2
    Moved to optdepends usage


---------------------------+
 ChangeLog                 |    7 ++++++-
 PKGBUILD                  |   18 ++++++++++++++----
 audacious-plugins.install |   13 +------------
 3 files changed, 21 insertions(+), 17 deletions(-)


Index: extra/multimedia/audacious-plugins/ChangeLog
diff -u extra/multimedia/audacious-plugins/ChangeLog:1.1 extra/multimedia/audacious-plugins/ChangeLog:1.2
--- extra/multimedia/audacious-plugins/ChangeLog:1.1	Sat Feb 16 11:48:22 2008
+++ extra/multimedia/audacious-plugins/ChangeLog	Sat Mar  8 12:52:53 2008
@@ -1,5 +1,10 @@
+2008-03-08 Travis Willard <travis at archlinux.org>
+
+	* 1.4.5-2
+	Switched to optdepends usage for optional dependencies
+
 2008-02-16 Travis Willard <travis at archlinux.org>
 
-	* 1.4.5
+	* 1.4.5-1
 	Added ChangeLog
 	New upstream release.
Index: extra/multimedia/audacious-plugins/PKGBUILD
diff -u extra/multimedia/audacious-plugins/PKGBUILD:1.32 extra/multimedia/audacious-plugins/PKGBUILD:1.33
--- extra/multimedia/audacious-plugins/PKGBUILD:1.32	Sat Feb 16 11:48:22 2008
+++ extra/multimedia/audacious-plugins/PKGBUILD	Sat Mar  8 12:52:53 2008
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.32 2008/02/16 16:48:22 travis Exp $
+# $Id: PKGBUILD,v 1.33 2008/03/08 17:52:53 travis Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca>
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=audacious-plugins
 pkgver=1.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Plugins for the audacious media player."
 arch=('i686' 'x86_64')
 url="http://audacious-media-player.org/"
@@ -12,11 +12,21 @@
 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' '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: first two lines are for optdepends - 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' 'wavpack' 'fluidsynth' \
              'pkgconfig')
+optdepends=('jack-audio-connection-kit: Jack output' \
+            'curl>=7.16.2: Audioscrobbler plugin' \
+            'musicbrainz: Audioscrobbler plugin' \
+            'lirc-utils: Infra-red support' \
+            'libmodplug: Modplug plugin' \
+            'projectm: Projectm visualization plugin' \
+            'sdl: Paranormal visualization plugin' \
+            'neon: HTTP and Web-stream playback' \
+            'wavpack: Wavpack input' \
+            'fluidsynth: Fluidsynth amidi-plug backend' \
+            )
 replaces=('audacious') # audacious split into player and plugins.  Used to be a
                        # dummy-package for this, but that's dumb. Since the
                        # plugins depend on the player, anyone still using the
Index: extra/multimedia/audacious-plugins/audacious-plugins.install
diff -u extra/multimedia/audacious-plugins/audacious-plugins.install:1.7 extra/multimedia/audacious-plugins/audacious-plugins.install:1.8
--- extra/multimedia/audacious-plugins/audacious-plugins.install:1.7	Sat Dec 15 21:27:33 2007
+++ extra/multimedia/audacious-plugins/audacious-plugins.install	Sat Mar  8 12:52:53 2008
@@ -1,17 +1,6 @@
-# $Id: audacious-plugins.install,v 1.7 2007/12/16 02:27:33 travis Exp $
+# $Id: audacious-plugins.install,v 1.8 2008/03/08 17:52:53 travis Exp $
 # arg 1:  the new package version
 post_install() {
-    echo "> Optional Dependencies for audacious-plugins"
-    echo ">> jack-audio-connection-kit:  Enable jack output."
-    echo ">> curl, musicbrainz: Enable audioscrobbler plugin."
-    echo ">> lirc-utils: Enable lirc plugin."
-    echo ">> libmodplug: Enable modplug plugin."
-    echo ">> projectm: Enable projectm visualization plugin."
-    echo ">> sdl: Enable paranormal visualization plugin."
-    echo ">> neon: Enable playback of http and other web streams."
-    echo ">> fluidsynth: Enable fluidsynth amidi-plug backend support."
-    echo ">> wavpack: Enable wavpack input support."
-
     # Run ldconfig after installation
     #  the makefile wants to do this after make install
     /sbin/ldconfig




More information about the arch-commits mailing list