[arch-commits] Commit in audacious/repos (3 files)
Eric Bélanger
eric at archlinux.org
Mon Jul 13 01:20:23 UTC 2009
Date: Sunday, July 12, 2009 @ 21:20:23
Author: eric
Revision: 45595
Merged revisions 45590 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/audacious/trunk
........
r45590 | eric | 2009-07-12 20:32:11 -0400 (Sun, 12 Jul 2009) | 2 lines
upgpkg: audacious 2.1-1
New upstream release, Added audacious-plugins depends (close FS#14655)
........
Modified:
audacious/repos/extra-i686/ (properties)
audacious/repos/extra-i686/ChangeLog
audacious/repos/extra-i686/PKGBUILD
-----------+
ChangeLog | 6 ++++++
PKGBUILD | 8 ++++----
2 files changed, 10 insertions(+), 4 deletions(-)
Property changes on: audacious/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /audacious/trunk:1-11715
+ /audacious/trunk:1-45594
Modified: extra-i686/ChangeLog
===================================================================
--- extra-i686/ChangeLog 2009-07-13 01:10:18 UTC (rev 45594)
+++ extra-i686/ChangeLog 2009-07-13 01:20:23 UTC (rev 45595)
@@ -1,3 +1,9 @@
+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:
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-07-13 01:10:18 UTC (rev 45594)
+++ extra-i686/PKGBUILD 2009-07-13 01:20:23 UTC (rev 45595)
@@ -3,19 +3,19 @@
# Contributor: William Rea <sillywilly at gmail.com>
pkgname=audacious
-pkgver=1.5.1
+pkgver=2.1
pkgrel=1
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')
+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.tbz2)
-md5sums=('ea7a8ee2e8f1a301b40ccf40788ab0eb')
+source=(http://distfiles.atheme.org/audacious-$pkgver.tgz)
+md5sums=('03ab6a062e5909214841f90f767f1147')
build() {
cd "$srcdir/audacious-$pkgver"
More information about the arch-commits
mailing list