[arch-commits] CVS update of extra/multimedia/audacious-plugins (ChangeLog PKGBUILD)
Travis Willard
travis at archlinux.org
Sat Mar 15 15:17:28 UTC 2008
Date: Saturday, March 15, 2008 @ 11:17:28
Author: travis
Path: /home/cvs-extra/extra/multimedia/audacious-plugins
Modified: ChangeLog (1.2 -> 1.3) PKGBUILD (1.33 -> 1.34)
upgpkg: audacious-plugins 1.5.0-1
Upstream update
-----------+
ChangeLog | 6 ++++++
PKGBUILD | 19 ++++++-------------
2 files changed, 12 insertions(+), 13 deletions(-)
Index: extra/multimedia/audacious-plugins/ChangeLog
diff -u extra/multimedia/audacious-plugins/ChangeLog:1.2 extra/multimedia/audacious-plugins/ChangeLog:1.3
--- extra/multimedia/audacious-plugins/ChangeLog:1.2 Sat Mar 8 12:52:53 2008
+++ extra/multimedia/audacious-plugins/ChangeLog Sat Mar 15 11:17:28 2008
@@ -1,3 +1,9 @@
+2008-03-15 Travis Willard <travis at archlinux.org>
+
+ * 1.5.0-1
+ New upstream release.
+ Changed dependency on 'audacious-player' to 'audacious'
+
2008-03-08 Travis Willard <travis at archlinux.org>
* 1.4.5-2
Index: extra/multimedia/audacious-plugins/PKGBUILD
diff -u extra/multimedia/audacious-plugins/PKGBUILD:1.33 extra/multimedia/audacious-plugins/PKGBUILD:1.34
--- extra/multimedia/audacious-plugins/PKGBUILD:1.33 Sat Mar 8 12:52:53 2008
+++ extra/multimedia/audacious-plugins/PKGBUILD Sat Mar 15 11:17:28 2008
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD,v 1.33 2008/03/08 17:52:53 travis Exp $
+# $Id: PKGBUILD,v 1.34 2008/03/15 15:17:28 travis Exp $
# Maintainer: Travis Willard <travisw at wmpub.ca>
# Contributor: William Rea <sillywilly at gmail.com>
pkgname=audacious-plugins
-pkgver=1.4.5
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
pkgdesc="Plugins for the audacious media player."
arch=('i686' 'x86_64')
url="http://audacious-media-player.org/"
license=('GPL3')
-depends=('audacious-player>=1.4.0' 'lame' 'libmcs' 'gtk2' 'libxml2' 'libvorbis' \
+depends=('audacious>=1.5.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 optdepends - they need to be present at build to be enabled
@@ -27,28 +27,21 @@
'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
- # old audacious package will, after this replacement,
- # end up with essentially the same as they used to have.
install=audacious-plugins.install
source=(http://distfiles.atheme.org/$pkgname-$pkgver.tgz)
-md5sums=('ecb7802c1800ed2b10b44e7e9fea46aa')
+md5sums=('42c82ffffd57aca612141bc106b9f51e')
options=('!libtool')
build() {
# NOTE TO ANYONE BUILDING THIS PKG!
#
- # Audacious-player and Audacious-plugins must both be built with
+ # Audacious and Audacious-plugins must both be built with
# the same CFLAGS and CXXFLAGS.
# If ever strange, unexplainable playlist corruption happens, this
# is likely the cause - make sure both packages were built with
# the same flags and same version of GCC.
-
-
cd ${startdir}/src/${pkgname}-${pkgver}
./configure --prefix=/usr \
--disable-esd --enable-jack \
More information about the arch-commits
mailing list