[arch-commits] Commit in audacious-plugins/repos/extra-i686 (PKGBUILD PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Thu Aug 25 03:20:59 UTC 2011


    Date: Wednesday, August 24, 2011 @ 23:20:59
  Author: bisson
Revision: 136229

archrelease: copy trunk to extra-i686

Added:
  audacious-plugins/repos/extra-i686/PKGBUILD
    (from rev 136228, audacious-plugins/trunk/PKGBUILD)
Deleted:
  audacious-plugins/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |  134 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-25 03:20:40 UTC (rev 136228)
+++ PKGBUILD	2011-08-25 03:20:59 UTC (rev 136229)
@@ -1,67 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: William Rea <sillywilly at gmail.com>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=audacious-plugins
-pkgver=3.0.1
-pkgrel=1
-pkgdesc='Plugins for Audacious'
-arch=('i686' 'x86_64')
-url='http://audacious-media-player.org/'
-license=('GPL')
-
-makedepends=("audacious>=${pkgver}"
-             'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
-             'mpg123' 'faad2' 'ffmpeg' 'fluidsynth' 'libcdio' 'libsidplay' 'wavpack'
-             'libnotify' 'lirc-utils' 'curl' 'libmtp'
-             'neon' 'libmms' 'libcue')
-
-optdepends=('oss: Open Sound System v4 output'
-            'alsa-lib: Advanced Linux Sound Arch. output'
-            'pulseaudio: PulseAudio output'
-            'jack2: Jack Audio Connection Kit output'
-            'lame: FileWriter MP3 output'
-            'libvorbis: Vorbis input, FileWriter Vorbis output'
-            'flac: FLAC input, FileWriter FLAC output'
-
-            'mpg123: MP3 input'
-            'faad2: AAC input'
-            'ffmpeg: ffaudio input'
-            'fluidsynth: MIDI FluidSynth backend input'
-            'libcdio: CD Digital Audio input'
-            'libsidplay: Commodore 64 audio input'
-            'wavpack: WavPack input'
-
-            'libnotify: libnotify OSD'
-            'lirc-utils: LIRC'
-            'curl: AudioScrobbler Client'
-            'libmtp: Upload to MTP device'
-
-            'neon: neon-based http transport'
-            'libmms: libmms-based mms transport'
-            'libcue: CUE playlist format')
-
-source=("http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('59f8f1f6a197eac8ccab7b84fb541b4fefac9458')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	sed -e 's/gdk-x11-2.0/gdk-x11-3.0/g' -i configure # hack to enable global hotkeys with gtk3
-
-	[[ ${CARCH} == x86_64 ]] && extraopts='' || extraopts='--disable-sse2'
-	./configure \
-		--prefix=/usr \
-		--enable-chardet \
-		--enable-amidiplug \
-		--disable-adplug \
-		${extraopts} \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: audacious-plugins/repos/extra-i686/PKGBUILD (from rev 136228, audacious-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-08-25 03:20:59 UTC (rev 136229)
@@ -0,0 +1,67 @@
+# $Id$
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=audacious-plugins
+pkgver=3.0.2
+pkgrel=1
+pkgdesc='Plugins for Audacious'
+arch=('i686' 'x86_64')
+url='http://audacious-media-player.org/'
+license=('GPL')
+
+makedepends=("audacious>=${pkgver}"
+             'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+             'mpg123' 'faad2' 'ffmpeg' 'fluidsynth' 'libcdio' 'libsidplay' 'wavpack'
+             'libnotify' 'lirc-utils' 'curl' 'libmtp'
+             'neon' 'libmms' 'libcue')
+
+optdepends=('oss: Open Sound System v4 output'
+            'alsa-lib: Advanced Linux Sound Arch. output'
+            'pulseaudio: PulseAudio output'
+            'jack2: Jack Audio Connection Kit output'
+            'lame: FileWriter MP3 output'
+            'libvorbis: Vorbis input, FileWriter Vorbis output'
+            'flac: FLAC input, FileWriter FLAC output'
+
+            'mpg123: MP3 input'
+            'faad2: AAC input'
+            'ffmpeg: ffaudio input'
+            'fluidsynth: MIDI FluidSynth backend input'
+            'libcdio: CD Digital Audio input'
+            'libsidplay: Commodore 64 audio input'
+            'wavpack: WavPack input'
+
+            'libnotify: libnotify OSD'
+            'lirc-utils: LIRC'
+            'curl: AudioScrobbler Client'
+            'libmtp: Upload to MTP device'
+
+            'neon: neon-based http transport'
+            'libmms: libmms-based mms transport'
+            'libcue: CUE playlist format')
+
+source=("http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('6c57b1b83a5288061da02e13279a98d1becd7ccd')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	sed -e 's/gdk-x11-2.0/gdk-x11-3.0/g' -i configure # hack to enable global hotkeys with gtk3
+
+	[[ ${CARCH} == x86_64 ]] && _extraopts='' || _extraopts='--disable-sse2'
+	./configure \
+		--prefix=/usr \
+		--enable-chardet \
+		--enable-amidiplug \
+		--disable-adplug \
+		${_extraopts} \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list