[arch-commits] Commit in audacious-plugins/repos (6 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Jan 29 18:58:12 UTC 2017
Date: Sunday, January 29, 2017 @ 18:58:12
Author: foutrelis
Revision: 287737
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
audacious-plugins/repos/extra-i686/PKGBUILD
(from rev 287736, audacious-plugins/trunk/PKGBUILD)
audacious-plugins/repos/extra-x86_64/PKGBUILD
(from rev 287736, audacious-plugins/trunk/PKGBUILD)
Deleted:
audacious-plugins/repos/extra-i686/PKGBUILD
audacious-plugins/repos/extra-i686/ffaudio-fix-packet-initialization.patch
audacious-plugins/repos/extra-x86_64/PKGBUILD
audacious-plugins/repos/extra-x86_64/ffaudio-fix-packet-initialization.patch
------------------------------------------------------+
/PKGBUILD | 142 +++++++++++++++++
extra-i686/PKGBUILD | 76 ---------
extra-i686/ffaudio-fix-packet-initialization.patch | 36 ----
extra-x86_64/PKGBUILD | 76 ---------
extra-x86_64/ffaudio-fix-packet-initialization.patch | 36 ----
5 files changed, 142 insertions(+), 224 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-01-29 18:58:00 UTC (rev 287736)
+++ extra-i686/PKGBUILD 2017-01-29 18:58:12 UTC (rev 287737)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=audacious-plugins
-pkgver=3.8.1
-pkgrel=2
-pkgdesc="Plugins for Audacious"
-arch=('i686' 'x86_64')
-url="http://audacious-media-player.org/"
-license=('BSD' 'GPL')
-
-makedepends=("audacious>=$pkgver"
- 'glib2' 'python' # for gdbus-codegen
- 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio-paranoia' 'libsidplayfp' 'wavpack'
- 'dbus-glib' 'libsamplerate' 'libnotify' 'lirc' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('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'
- 'libmodplug: modplug input'
- 'fluidsynth: MIDI FluidSynth backend input'
- 'libcdio-paranoia: CD Digital Audio input'
- 'libsidplayfp: Commodore 64 audio input'
- 'wavpack: WavPack input'
-
- 'dbus-glib: Gnome Shortcuts Plugin'
- 'libsamplerate: Speed and Pitch Plugin'
- 'libnotify: libnotify OSD'
- 'lirc: 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.audacious-media-player.org/$pkgname-$pkgver.tar.bz2
- ffaudio-fix-packet-initialization.patch)
-sha256sums=('109c0559c072703dd8d9fc0bb1c5121126bd1e0edcc2804e1ea85974d98e2638'
- 'c1ef4a79cdcace10fbef4eda669301df70bcf125bdaeec4ed863445d0c5fe4b8')
-
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # http://redmine.audacious-media-player.org/issues/691
- patch -Np1 -i ../ffaudio-fix-packet-initialization.patch
-}
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure \
- --prefix=/usr \
- --enable-amidiplug
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: audacious-plugins/repos/extra-i686/PKGBUILD (from rev 287736, audacious-plugins/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-29 18:58:12 UTC (rev 287737)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=audacious-plugins
+pkgver=3.8.2
+pkgrel=1
+pkgdesc="Plugins for Audacious"
+arch=('i686' 'x86_64')
+url="http://audacious-media-player.org/"
+license=('BSD' 'GPL')
+
+makedepends=("audacious>=$pkgver"
+ 'glib2' 'python' # for gdbus-codegen
+ 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'dbus-glib' 'libsamplerate' 'libnotify' 'lirc' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('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'
+ 'libmodplug: modplug input'
+ 'fluidsynth: MIDI FluidSynth backend input'
+ 'libcdio-paranoia: CD Digital Audio input'
+ 'libsidplayfp: Commodore 64 audio input'
+ 'wavpack: WavPack input'
+
+ 'dbus-glib: Gnome Shortcuts Plugin'
+ 'libsamplerate: Speed and Pitch Plugin'
+ 'libnotify: libnotify OSD'
+ 'lirc: 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.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('d7cefca7a0e32bf4e58bb6e84df157268b5e9a6771a0e8c2da98b03f92a5fdd4')
+
+prepare() {
+ cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure \
+ --prefix=/usr \
+ --enable-amidiplug
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-i686/ffaudio-fix-packet-initialization.patch
===================================================================
--- extra-i686/ffaudio-fix-packet-initialization.patch 2017-01-29 18:58:00 UTC (rev 287736)
+++ extra-i686/ffaudio-fix-packet-initialization.patch 2017-01-29 18:58:12 UTC (rev 287737)
@@ -1,36 +0,0 @@
-From 634cca030d4b9c03f86ed0a2c95f64b1c8b4eb80 Mon Sep 17 00:00:00 2001
-From: John Lindgren <john.lindgren at aol.com>
-Date: Thu, 22 Dec 2016 15:26:31 -0500
-Subject: [PATCH] ffaudio: av_init_packet() is not enough to initialize the
- packet. Closes: #691.
-
----
- src/ffaudio/ffaudio-core.cc | 7 +++++--
- 1 file changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/src/ffaudio/ffaudio-core.cc b/src/ffaudio/ffaudio-core.cc
-index 4800db1..390160c 100644
---- a/src/ffaudio/ffaudio-core.cc
-+++ b/src/ffaudio/ffaudio-core.cc
-@@ -99,7 +99,8 @@ struct ScopedContext
-
- struct ScopedPacket : public AVPacket
- {
-- ScopedPacket () { av_init_packet (this); }
-+ ScopedPacket () : AVPacket ()
-+ { av_init_packet (this); }
-
- #if CHECK_LIBAVCODEC_VERSION (55, 25, 100, 55, 16, 0)
- ~ScopedPacket () { av_packet_unref (this); }
-@@ -553,8 +554,10 @@ bool FFaudio::play (const char * filename, VFSFile & file)
- /* On EOF, send an empty packet to "flush" the decoder */
- /* Otherwise, make a mutable (shallow) copy of the real packet */
- AVPacket tmp;
-- if (eof)
-+ if (eof) {
-+ tmp = AVPacket ();
- av_init_packet (& tmp);
-+ }
- else
- tmp = pkt;
-
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-01-29 18:58:00 UTC (rev 287736)
+++ extra-x86_64/PKGBUILD 2017-01-29 18:58:12 UTC (rev 287737)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=audacious-plugins
-pkgver=3.8.1
-pkgrel=2
-pkgdesc="Plugins for Audacious"
-arch=('i686' 'x86_64')
-url="http://audacious-media-player.org/"
-license=('BSD' 'GPL')
-
-makedepends=("audacious>=$pkgver"
- 'glib2' 'python' # for gdbus-codegen
- 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio-paranoia' 'libsidplayfp' 'wavpack'
- 'dbus-glib' 'libsamplerate' 'libnotify' 'lirc' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('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'
- 'libmodplug: modplug input'
- 'fluidsynth: MIDI FluidSynth backend input'
- 'libcdio-paranoia: CD Digital Audio input'
- 'libsidplayfp: Commodore 64 audio input'
- 'wavpack: WavPack input'
-
- 'dbus-glib: Gnome Shortcuts Plugin'
- 'libsamplerate: Speed and Pitch Plugin'
- 'libnotify: libnotify OSD'
- 'lirc: 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.audacious-media-player.org/$pkgname-$pkgver.tar.bz2
- ffaudio-fix-packet-initialization.patch)
-sha256sums=('109c0559c072703dd8d9fc0bb1c5121126bd1e0edcc2804e1ea85974d98e2638'
- 'c1ef4a79cdcace10fbef4eda669301df70bcf125bdaeec4ed863445d0c5fe4b8')
-
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # http://redmine.audacious-media-player.org/issues/691
- patch -Np1 -i ../ffaudio-fix-packet-initialization.patch
-}
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure \
- --prefix=/usr \
- --enable-amidiplug
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: audacious-plugins/repos/extra-x86_64/PKGBUILD (from rev 287736, audacious-plugins/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-01-29 18:58:12 UTC (rev 287737)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=audacious-plugins
+pkgver=3.8.2
+pkgrel=1
+pkgdesc="Plugins for Audacious"
+arch=('i686' 'x86_64')
+url="http://audacious-media-player.org/"
+license=('BSD' 'GPL')
+
+makedepends=("audacious>=$pkgver"
+ 'glib2' 'python' # for gdbus-codegen
+ 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'dbus-glib' 'libsamplerate' 'libnotify' 'lirc' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('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'
+ 'libmodplug: modplug input'
+ 'fluidsynth: MIDI FluidSynth backend input'
+ 'libcdio-paranoia: CD Digital Audio input'
+ 'libsidplayfp: Commodore 64 audio input'
+ 'wavpack: WavPack input'
+
+ 'dbus-glib: Gnome Shortcuts Plugin'
+ 'libsamplerate: Speed and Pitch Plugin'
+ 'libnotify: libnotify OSD'
+ 'lirc: 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.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('d7cefca7a0e32bf4e58bb6e84df157268b5e9a6771a0e8c2da98b03f92a5fdd4')
+
+prepare() {
+ cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure \
+ --prefix=/usr \
+ --enable-amidiplug
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-x86_64/ffaudio-fix-packet-initialization.patch
===================================================================
--- extra-x86_64/ffaudio-fix-packet-initialization.patch 2017-01-29 18:58:00 UTC (rev 287736)
+++ extra-x86_64/ffaudio-fix-packet-initialization.patch 2017-01-29 18:58:12 UTC (rev 287737)
@@ -1,36 +0,0 @@
-From 634cca030d4b9c03f86ed0a2c95f64b1c8b4eb80 Mon Sep 17 00:00:00 2001
-From: John Lindgren <john.lindgren at aol.com>
-Date: Thu, 22 Dec 2016 15:26:31 -0500
-Subject: [PATCH] ffaudio: av_init_packet() is not enough to initialize the
- packet. Closes: #691.
-
----
- src/ffaudio/ffaudio-core.cc | 7 +++++--
- 1 file changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/src/ffaudio/ffaudio-core.cc b/src/ffaudio/ffaudio-core.cc
-index 4800db1..390160c 100644
---- a/src/ffaudio/ffaudio-core.cc
-+++ b/src/ffaudio/ffaudio-core.cc
-@@ -99,7 +99,8 @@ struct ScopedContext
-
- struct ScopedPacket : public AVPacket
- {
-- ScopedPacket () { av_init_packet (this); }
-+ ScopedPacket () : AVPacket ()
-+ { av_init_packet (this); }
-
- #if CHECK_LIBAVCODEC_VERSION (55, 25, 100, 55, 16, 0)
- ~ScopedPacket () { av_packet_unref (this); }
-@@ -553,8 +554,10 @@ bool FFaudio::play (const char * filename, VFSFile & file)
- /* On EOF, send an empty packet to "flush" the decoder */
- /* Otherwise, make a mutable (shallow) copy of the real packet */
- AVPacket tmp;
-- if (eof)
-+ if (eof) {
-+ tmp = AVPacket ();
- av_init_packet (& tmp);
-+ }
- else
- tmp = pkt;
-
More information about the arch-commits
mailing list