[arch-commits] Commit in audacious/trunk (ChangeLog PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Sat Oct 3 14:54:33 UTC 2009
Date: Saturday, October 3, 2009 @ 10:54:33
Author: andrea
Revision: 53849
upgpkg: audacious 2.1-2
FS#15559
Modified:
audacious/trunk/PKGBUILD
Deleted:
audacious/trunk/ChangeLog
-----------+
ChangeLog | 31 -------------------------------
PKGBUILD | 24 ++++++++++++++++--------
2 files changed, 16 insertions(+), 39 deletions(-)
Deleted: ChangeLog
===================================================================
--- ChangeLog 2009-10-03 14:52:59 UTC (rev 53848)
+++ ChangeLog 2009-10-03 14:54:33 UTC (rev 53849)
@@ -1,31 +0,0 @@
-2009-07-12 Eric Belanger <eric at archlinux.org>
-
- * audacious-2.1.0-1
- New upstream release.
- Added audacious-plugins depends (close FS#14655)
-
-2008-08-16 Alexander Fehr <pizzapunk gmail com>
-
- * audacious-1.5.1-1:
- New upstream release.
- New maintainer.
- Added dependencies on libxml2 and desktop-file-utils.
- Removed dependency on libglade.
- Made dependency on unzip optional.
- Removed conflicts audacious-player.
- Removed !libtool option.
- Enabled SSE2 for x86_64.
- Cleaned up install file.
- Added update-desktop-database to install file.
-
-2008-03-15 Travis Willard <travis at archlinux.org>
-
- * audacious-1.5.0-1:
- New upstream release.
- Renamed audacious-player to audacious - been a long time coming.
-
-2008-02-16 Travis Willard <travis at archlinux.org>
-
- * audacious-1.4.6-1:
- New upstream release.
- Added ChangeLog.
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-10-03 14:52:59 UTC (rev 53848)
+++ PKGBUILD 2009-10-03 14:54:33 UTC (rev 53849)
@@ -1,29 +1,37 @@
# $Id$
-# Maintainer: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
# Contributor: William Rea <sillywilly at gmail.com>
pkgname=audacious
pkgver=2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Media player based on BMP"
arch=('i686' 'x86_64')
url="http://audacious-media-player.org/"
license=('GPL3')
-depends=('gtk2' 'libmcs' 'dbus-glib' 'libsamplerate' 'libxml2' 'desktop-file-utils' 'audacious-plugins')
+depends=('gtk2' 'libmcs' 'dbus-glib' 'libsamplerate' 'libxml2' 'desktop-file-utils'
+ 'audacious-plugins')
optdepends=('unzip: Zipped skins support')
provides=('audacious-player')
replaces=('audacious-player')
install=audacious.install
-source=(http://distfiles.atheme.org/audacious-$pkgver.tgz)
-md5sums=('03ab6a062e5909214841f90f767f1147')
+source=(http://distfiles.atheme.org/$pkgname-$pkgver.tgz
+ 'remove_libudet.patch')
+md5sums=('03ab6a062e5909214841f90f767f1147'
+ 'd194f9f187c415b60165dd584ae3bad1')
build() {
- cd "$srcdir/audacious-$pkgver"
+ cd "$srcdir/$pkgname-$pkgver"
+ patch -Np1 -i ${srcdir}/remove_libudet.patch || return 1
+
if [[ $CARCH == "i686" ]]; then
- ./configure --prefix=/usr --enable-samplerate --disable-sse2 || return 1
+ ./configure --prefix=/usr \
+ --enable-samplerate \
+ --disable-sse2 || return 1
elif [[ $CARCH == "x86_64" ]]; then
- ./configure --prefix=/usr --enable-samplerate || return 1
+ ./configure --prefix=/usr \
+ --enable-samplerate || return 1
fi
make || return 1
More information about the arch-commits
mailing list