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

Travis Willard travis at archlinux.org
Sat Mar 15 15:16:41 UTC 2008


    Date: Saturday, March 15, 2008 @ 11:16:41
  Author: travis
    Path: /home/cvs-extra/extra/multimedia/audacious-player

 Removed: ChangeLog (1.1) PKGBUILD (1.19) audacious-player.install (1.2)

Renamed audacious-player package to audacious.


--------------------------+
 ChangeLog                |    5 -----
 PKGBUILD                 |   37 -------------------------------------
 audacious-player.install |   25 -------------------------
 3 files changed, 67 deletions(-)


Index: extra/multimedia/audacious-player/ChangeLog
diff -u extra/multimedia/audacious-player/ChangeLog:1.1 extra/multimedia/audacious-player/ChangeLog:removed
--- extra/multimedia/audacious-player/ChangeLog:1.1	Sat Feb 16 11:36:02 2008
+++ extra/multimedia/audacious-player/ChangeLog	Sat Mar 15 11:16:41 2008
@@ -1,5 +0,0 @@
-2008-02-16 Travis Willard <travis at archlinux.org>
-
-	* 1.4.6
-	Added ChangeLog
-	New upstream release.
Index: extra/multimedia/audacious-player/PKGBUILD
diff -u extra/multimedia/audacious-player/PKGBUILD:1.19 extra/multimedia/audacious-player/PKGBUILD:removed
--- extra/multimedia/audacious-player/PKGBUILD:1.19	Sat Feb 16 11:36:02 2008
+++ extra/multimedia/audacious-player/PKGBUILD	Sat Mar 15 11:16:41 2008
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD,v 1.19 2008/02/16 16:36:02 travis Exp $
-# Maintainer: Travis Willard <travisw at wmpub.ca>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=audacious-player
-pkgver=1.4.6
-pkgrel=1
-pkgdesc="A media player forked from BMP 0.9.7.1 - player component (no plugins)."
-arch=('i686' 'x86_64')
-url="http://audacious-media-player.org/"
-license=('GPL3')
-depends=('libmcs' 'dbus-glib' 'libglade' 'unzip' 'libsamplerate') # Unzip for theme changing
-provides=('audacious')
-install=audacious-player.install
-source=(http://distfiles.atheme.org/audacious-$pkgver.tgz)
-md5sums=('51c828b34300b592c363e6f441312898')
-options=('!libtool')
-
-build() {
-
-    # NOTE TO ANYONE BUILDING THIS PKG!
-    # 
-    # Audacious-player 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/audacious-$pkgver
-
-    ./configure --prefix=/usr --enable-chardet --enable-samplerate
-    make || return 1
-
-    make DESTDIR=$startdir/pkg install
-
-} 
-
Index: extra/multimedia/audacious-player/audacious-player.install
diff -u extra/multimedia/audacious-player/audacious-player.install:1.2 extra/multimedia/audacious-player/audacious-player.install:removed
--- extra/multimedia/audacious-player/audacious-player.install:1.2	Fri Mar 16 11:29:26 2007
+++ extra/multimedia/audacious-player/audacious-player.install	Sat Mar 15 11:16:41 2008
@@ -1,25 +0,0 @@
-# $Id: audacious-player.install,v 1.2 2007/03/16 15:29:26 travis Exp $
-# arg 1:  the new package version
-post_install() {
-    echo "==> Audacious has been split into -player and -plugins packages."
-    echo "==> Ensure audacious-plugins is also installed for functionality." 
-
-    # Run ldconfig after installation
-    #  the makefile wants to do this after make install
-    /sbin/ldconfig
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-    post_install $1
-    if [ "`vercmp $2 1.3.1`" -lt "0" ]; then
-        echo "==> As of version 1.3.0, Audacious now supports the XDG BASEDIR standard."
-        echo "==> Skins and plugins have moved to ~/.local/share/audacious"
-        echo "==> Configuration files have moved to ~/.config/audacious"
-    fi 
-}
-
-op=$1
-shift
-$op $*




More information about the arch-commits mailing list