[gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/, media-plugins/audacious-plugins/files/

2019-02-14 Thread Andreas Sturmlechner
commit: 64a65ff4896ce418615b4f372d266922a19f7c5c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb 14 22:59:49 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 14 23:06:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a65ff4

media-plugins/audacious-plugins: Drop 3.10-r1

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-plugins/audacious-plugins/Manifest   |   1 -
 .../audacious-plugins-3.10-r1.ebuild   | 170 -
 .../audacious-plugins-3.10.1.ebuild|   2 +-
 .../audacious-plugins-.ebuild  |   2 +-
 .../audacious-plugins-3.10-fix-slow-search.patch   | 108 -
 5 files changed, 2 insertions(+), 281 deletions(-)

diff --git a/media-plugins/audacious-plugins/Manifest 
b/media-plugins/audacious-plugins/Manifest
index d8188f36726..4be89181fe8 100644
--- a/media-plugins/audacious-plugins/Manifest
+++ b/media-plugins/audacious-plugins/Manifest
@@ -1,3 +1,2 @@
 DIST audacious-plugins-3.10.1.tar.bz2 1715477 BLAKE2B 
fda3940e6c06aadd93a3e1538be747083fcc969cf3118cf3e942787906b9ee0a13bd3c30d15ba19cb713559cdf8f7b71d7b961173b1619f0aafbdea5deb75ac3
 SHA512 
454e9ce4061e92a0ecda40f562d4cc7453fc0019fd76b25dbe9e319319fa37c22f9785cb29563e8074de8a88e6130106aca1e431790297e1b4636dc974fde565
-DIST audacious-plugins-3.10.tar.bz2 1701877 BLAKE2B 
4db7351af494ff5b7d2a7968524e2480f321505759f4a6532dd86f8fd87f43ab0a66e9f1fc75cfcbc8c59d35c1071048b61a8452fa6e041cd1667872f5b5699e
 SHA512 
88dd93b5a7f6582ec42cf539d1000de0900cce683f4de85d8a17f57c7ba34545c6277882cad1505cb6682ee7b885ffcd1fe5675f7e24dc3e2a650615789d9d52
 DIST audacious-plugins-3.9-gtk3.tar.bz2 1842950 BLAKE2B 
55f373be204a9b4c9cff41d41d43c4776f680ab203643e90e5d338bec2e7f8a4c60cda9caa08e461089a475f3ec1bc237538f781718eb0d26a4365743337e977
 SHA512 
e2529af761bc97e589cac08689b16db657096b1bbfcc802789726ae1b472746025bec1b492de52eef755d7b50574d09b9250761bf701b1ca37f8a0e8db0f207b

diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.10-r1.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-3.10-r1.ebuild
deleted file mode 100644
index 2866dd8fcd2..000
--- a/media-plugins/audacious-plugins/audacious-plugins-3.10-r1.ebuild
+++ /dev/null
@@ -1,170 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P="${P/_/-}"
-
-if [[ ${PV} == * ]]; then
-   inherit autotools git-r3
-   
EGIT_REPO_URI="https://github.com/audacious-media-player/audacious-plugins.git;
-else
-   SRC_URI="https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2;
-   KEYWORDS="~amd64 ~x86"
-fi
-DESCRIPTION="Lightweight and versatile audio player"
-HOMEPAGE="https://audacious-media-player.org/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="aac adplug +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth http gme 
jack lame libav libnotify libsamplerate
-   lirc mms modplug mp3 nls opengl pulseaudio qt5 qtmedia scrobbler sdl 
sid sndfile soxr speedpitch vorbis wavpack"
-REQUIRED_USE="
-   || ( alsa jack pulseaudio qtmedia sdl )
-   ampache? ( qt5 http ) qtmedia? ( qt5 )"
-
-# The following plugins REQUIRE a GUI build of audacious, because non-GUI
-# builds do NOT install the libaudgui library & headers.
-# Plugins without a configure option:
-#   alarm
-#   albumart
-#   delete-files
-#   ladspa
-#   playlist-manager
-#   search-tool
-#   skins
-#   vtx
-# Plugins with a configure option:
-#   glspectrum
-#   gtkui
-#   hotkey
-#   notify
-#   statusicon
-RDEPEND="
-   app-arch/unzip
-   dev-libs/dbus-glib
-   dev-libs/glib
-   dev-libs/libxml2:2
-   ~media-sound/audacious-${PV}[qt5=]
-   aac? ( >=media-libs/faad2-2.7 )
-   adplug? ( media-libs/adplug )
-   alsa? ( >=media-libs/alsa-lib-1.0.16 )
-   ampache? ( =media-libs/ampache_browser-1* )
-   bs2b? ( media-libs/libbs2b )
-   cdda? (
-   dev-libs/libcdio:=
-   dev-libs/libcdio-paranoia
-   >=media-libs/libcddb-1.2.1
-   )
-   cue? ( media-libs/libcue )
-   ffmpeg? ( >=virtual/ffmpeg-0.7.3 )
-   flac? (
-   >=media-libs/flac-1.2.1-r1
-   >=media-libs/libvorbis-1.0
-   )
-   fluidsynth? ( media-sound/fluidsynth )
-   http? ( >=net-libs/neon-0.26.4 )
-   jack? (
-   >=media-libs/bio2jack-0.4
-   virtual/jack
-   )
-   lame? ( media-sound/lame )
-   libnotify? ( x11-libs/libnotify )
-   libsamplerate? ( media-libs/libsamplerate:= )
-   lirc? ( app-misc/lirc )
-   mms? ( >=media-libs/libmms-0.3 )
-   modplug? ( media-libs/libmodplug )
-   mp3? ( >=media-sound/mpg123-1.12.1 )
-   pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
-   !qt5? (
-   x11-libs/gtk+:2
-   x11-libs/libXcomposite
-   

[gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/, media-plugins/audacious-plugins/files/

2018-12-12 Thread Andreas Sturmlechner
commit: 954b71d60ef9b75682de23d52859561e58d44657
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov 25 16:30:53 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec 13 00:32:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954b71d6

media-plugins/audacious-plugins: Drop 3.9-r1

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-plugins/audacious-plugins/Manifest   |   1 -
 .../audacious-plugins-3.9-r1.ebuild| 180 -
 .../files/audacious-plugins-3.9-qt-5.10.patch  |  26 ---
 media-plugins/audacious-plugins/metadata.xml   |   3 -
 4 files changed, 210 deletions(-)

diff --git a/media-plugins/audacious-plugins/Manifest 
b/media-plugins/audacious-plugins/Manifest
index 607c7195c5e..d6fc74039d6 100644
--- a/media-plugins/audacious-plugins/Manifest
+++ b/media-plugins/audacious-plugins/Manifest
@@ -1,3 +1,2 @@
 DIST audacious-plugins-3.10.tar.bz2 1701877 BLAKE2B 
4db7351af494ff5b7d2a7968524e2480f321505759f4a6532dd86f8fd87f43ab0a66e9f1fc75cfcbc8c59d35c1071048b61a8452fa6e041cd1667872f5b5699e
 SHA512 
88dd93b5a7f6582ec42cf539d1000de0900cce683f4de85d8a17f57c7ba34545c6277882cad1505cb6682ee7b885ffcd1fe5675f7e24dc3e2a650615789d9d52
 DIST audacious-plugins-3.9-gtk3.tar.bz2 1842950 BLAKE2B 
55f373be204a9b4c9cff41d41d43c4776f680ab203643e90e5d338bec2e7f8a4c60cda9caa08e461089a475f3ec1bc237538f781718eb0d26a4365743337e977
 SHA512 
e2529af761bc97e589cac08689b16db657096b1bbfcc802789726ae1b472746025bec1b492de52eef755d7b50574d09b9250761bf701b1ca37f8a0e8db0f207b
-DIST audacious-plugins-3.9.tar.bz2 1843084 BLAKE2B 
fa3a8433a869a2df0589f59e12513adcc0da0545b53ee441db4b18be7e12334b4125bd60b48902c37041041555859ab19df814c483f7d971214077e9980148b6
 SHA512 
00c8c53d69995ca1fedb91c7df609cc6c65b13e1af23b98a2fbda143c02ac554cc2c42c01f1c593af252e36bfb85b6324f2daca8632d3b672c69fb4dead2e3fa

diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild
deleted file mode 100644
index 21da7bb77a8..000
--- a/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild
+++ /dev/null
@@ -1,180 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P="${P/_/-}"
-
-DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
-HOMEPAGE="https://audacious-media-player.org/;
-
-if [[ ${PV} == * ]]; then
-   inherit autotools git-r3
-   
EGIT_REPO_URI="https://github.com/audacious-media-player/audacious-plugins.git;
-else
-   SRC_URI="
-   !gtk3? ( 
https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 )
-   gtk3? ( 
https://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth gnome 
hotkeys http gme gtk gtk3 jack lame libav
-   libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio qt5 
scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
-REQUIRED_USE="
-   ^^ ( gtk gtk3 qt5 )
-   qt5? ( !libnotify )
-   || ( alsa jack pulseaudio sdl )
-   ampache? ( qt5 http )"
-
-# The following plugins REQUIRE a GUI build of audacious, because non-GUI
-# builds do NOT install the libaudgui library & headers.
-# Plugins without a configure option:
-#   alarm
-#   albumart
-#   delete-files
-#   ladspa
-#   playlist-manager
-#   search-tool
-#   skins
-#   vtx
-# Plugins with a configure option:
-#   glspectrum
-#   gtkui
-#   hotkey
-#   notify
-#   statusicon
-RDEPEND="
-   app-arch/unzip
-   dev-libs/dbus-glib
-   dev-libs/glib
-   dev-libs/libxml2:2
-   ~media-sound/audacious-${PV}[gtk?,gtk3?,qt5?]
-   aac? ( >=media-libs/faad2-2.7 )
-   alsa? ( >=media-libs/alsa-lib-1.0.16 )
-   ampache? ( =media-libs/ampache_browser-1* )
-   aosd? (
-   x11-libs/libXrender
-   x11-libs/libXcomposite
-   )
-   bs2b? ( media-libs/libbs2b )
-   cdda? (
-   >=media-libs/libcddb-1.2.1
-   dev-libs/libcdio-paranoia
-   )
-   cue? ( media-libs/libcue )
-   ffmpeg? ( >=virtual/ffmpeg-0.7.3 )
-   flac? (
-   >=media-libs/libvorbis-1.0
-   >=media-libs/flac-1.2.1-r1
-   )
-   fluidsynth? ( media-sound/fluidsynth )
-   http? ( >=net-libs/neon-0.26.4 )
-   gtk? ( x11-libs/gtk+:2 )
-   gtk3? ( x11-libs/gtk+:3 )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5
-   dev-qt/qtwidgets:5
-   media-libs/adplug
-   )
-   jack? (
-   >=media-libs/bio2jack-0.4
-   virtual/jack
-   )
-   lame? ( media-sound/lame )
-   libnotify? ( 

[gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/, media-plugins/audacious-plugins/files/

2018-11-24 Thread Andreas Sturmlechner
commit: a3702a269470f337543c71211f788fc39bd989ec
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov 24 23:41:05 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov 24 23:43:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3702a26

media-plugins/audacious-plugins: Revert drop 3.9

Required by media-libs/freeverb3[audacious].
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-plugins/audacious-plugins/Manifest   |   2 +
 .../audacious-plugins-3.9-r1.ebuild| 180 +
 .../files/audacious-plugins-3.9-qt-5.10.patch  |  26 +++
 media-plugins/audacious-plugins/metadata.xml   |   3 +
 4 files changed, 211 insertions(+)

diff --git a/media-plugins/audacious-plugins/Manifest 
b/media-plugins/audacious-plugins/Manifest
index 740575e95ad..607c7195c5e 100644
--- a/media-plugins/audacious-plugins/Manifest
+++ b/media-plugins/audacious-plugins/Manifest
@@ -1 +1,3 @@
 DIST audacious-plugins-3.10.tar.bz2 1701877 BLAKE2B 
4db7351af494ff5b7d2a7968524e2480f321505759f4a6532dd86f8fd87f43ab0a66e9f1fc75cfcbc8c59d35c1071048b61a8452fa6e041cd1667872f5b5699e
 SHA512 
88dd93b5a7f6582ec42cf539d1000de0900cce683f4de85d8a17f57c7ba34545c6277882cad1505cb6682ee7b885ffcd1fe5675f7e24dc3e2a650615789d9d52
+DIST audacious-plugins-3.9-gtk3.tar.bz2 1842950 BLAKE2B 
55f373be204a9b4c9cff41d41d43c4776f680ab203643e90e5d338bec2e7f8a4c60cda9caa08e461089a475f3ec1bc237538f781718eb0d26a4365743337e977
 SHA512 
e2529af761bc97e589cac08689b16db657096b1bbfcc802789726ae1b472746025bec1b492de52eef755d7b50574d09b9250761bf701b1ca37f8a0e8db0f207b
+DIST audacious-plugins-3.9.tar.bz2 1843084 BLAKE2B 
fa3a8433a869a2df0589f59e12513adcc0da0545b53ee441db4b18be7e12334b4125bd60b48902c37041041555859ab19df814c483f7d971214077e9980148b6
 SHA512 
00c8c53d69995ca1fedb91c7df609cc6c65b13e1af23b98a2fbda143c02ac554cc2c42c01f1c593af252e36bfb85b6324f2daca8632d3b672c69fb4dead2e3fa

diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild
new file mode 100644
index 000..21da7bb77a8
--- /dev/null
+++ b/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild
@@ -0,0 +1,180 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
+HOMEPAGE="https://audacious-media-player.org/;
+
+if [[ ${PV} == * ]]; then
+   inherit autotools git-r3
+   
EGIT_REPO_URI="https://github.com/audacious-media-player/audacious-plugins.git;
+else
+   SRC_URI="
+   !gtk3? ( 
https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 )
+   gtk3? ( 
https://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth gnome 
hotkeys http gme gtk gtk3 jack lame libav
+   libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio qt5 
scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
+REQUIRED_USE="
+   ^^ ( gtk gtk3 qt5 )
+   qt5? ( !libnotify )
+   || ( alsa jack pulseaudio sdl )
+   ampache? ( qt5 http )"
+
+# The following plugins REQUIRE a GUI build of audacious, because non-GUI
+# builds do NOT install the libaudgui library & headers.
+# Plugins without a configure option:
+#   alarm
+#   albumart
+#   delete-files
+#   ladspa
+#   playlist-manager
+#   search-tool
+#   skins
+#   vtx
+# Plugins with a configure option:
+#   glspectrum
+#   gtkui
+#   hotkey
+#   notify
+#   statusicon
+RDEPEND="
+   app-arch/unzip
+   dev-libs/dbus-glib
+   dev-libs/glib
+   dev-libs/libxml2:2
+   ~media-sound/audacious-${PV}[gtk?,gtk3?,qt5?]
+   aac? ( >=media-libs/faad2-2.7 )
+   alsa? ( >=media-libs/alsa-lib-1.0.16 )
+   ampache? ( =media-libs/ampache_browser-1* )
+   aosd? (
+   x11-libs/libXrender
+   x11-libs/libXcomposite
+   )
+   bs2b? ( media-libs/libbs2b )
+   cdda? (
+   >=media-libs/libcddb-1.2.1
+   dev-libs/libcdio-paranoia
+   )
+   cue? ( media-libs/libcue )
+   ffmpeg? ( >=virtual/ffmpeg-0.7.3 )
+   flac? (
+   >=media-libs/libvorbis-1.0
+   >=media-libs/flac-1.2.1-r1
+   )
+   fluidsynth? ( media-sound/fluidsynth )
+   http? ( >=net-libs/neon-0.26.4 )
+   gtk? ( x11-libs/gtk+:2 )
+   gtk3? ( x11-libs/gtk+:3 )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtwidgets:5
+   media-libs/adplug
+   )
+   jack? (
+   >=media-libs/bio2jack-0.4
+   virtual/jack
+   )
+   lame? ( media-sound/lame )
+   libnotify? ( x11-libs/libnotify )

[gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/, media-plugins/audacious-plugins/files/

2018-11-24 Thread Andreas Sturmlechner
commit: ce1aca6b61471e12ca7b2e3af7db417198f6e159
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov 24 23:11:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov 24 23:17:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1aca6b

media-plugins/audacious-plugins: Drop 3.9

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-plugins/audacious-plugins/Manifest   |   2 -
 .../audacious-plugins-3.9-r1.ebuild| 180 -
 .../files/audacious-plugins-3.9-qt-5.10.patch  |  26 ---
 media-plugins/audacious-plugins/metadata.xml   |   3 -
 4 files changed, 211 deletions(-)

diff --git a/media-plugins/audacious-plugins/Manifest 
b/media-plugins/audacious-plugins/Manifest
index 607c7195c5e..740575e95ad 100644
--- a/media-plugins/audacious-plugins/Manifest
+++ b/media-plugins/audacious-plugins/Manifest
@@ -1,3 +1 @@
 DIST audacious-plugins-3.10.tar.bz2 1701877 BLAKE2B 
4db7351af494ff5b7d2a7968524e2480f321505759f4a6532dd86f8fd87f43ab0a66e9f1fc75cfcbc8c59d35c1071048b61a8452fa6e041cd1667872f5b5699e
 SHA512 
88dd93b5a7f6582ec42cf539d1000de0900cce683f4de85d8a17f57c7ba34545c6277882cad1505cb6682ee7b885ffcd1fe5675f7e24dc3e2a650615789d9d52
-DIST audacious-plugins-3.9-gtk3.tar.bz2 1842950 BLAKE2B 
55f373be204a9b4c9cff41d41d43c4776f680ab203643e90e5d338bec2e7f8a4c60cda9caa08e461089a475f3ec1bc237538f781718eb0d26a4365743337e977
 SHA512 
e2529af761bc97e589cac08689b16db657096b1bbfcc802789726ae1b472746025bec1b492de52eef755d7b50574d09b9250761bf701b1ca37f8a0e8db0f207b
-DIST audacious-plugins-3.9.tar.bz2 1843084 BLAKE2B 
fa3a8433a869a2df0589f59e12513adcc0da0545b53ee441db4b18be7e12334b4125bd60b48902c37041041555859ab19df814c483f7d971214077e9980148b6
 SHA512 
00c8c53d69995ca1fedb91c7df609cc6c65b13e1af23b98a2fbda143c02ac554cc2c42c01f1c593af252e36bfb85b6324f2daca8632d3b672c69fb4dead2e3fa

diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild
deleted file mode 100644
index 21da7bb77a8..000
--- a/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild
+++ /dev/null
@@ -1,180 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P="${P/_/-}"
-
-DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
-HOMEPAGE="https://audacious-media-player.org/;
-
-if [[ ${PV} == * ]]; then
-   inherit autotools git-r3
-   
EGIT_REPO_URI="https://github.com/audacious-media-player/audacious-plugins.git;
-else
-   SRC_URI="
-   !gtk3? ( 
https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 )
-   gtk3? ( 
https://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth gnome 
hotkeys http gme gtk gtk3 jack lame libav
-   libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio qt5 
scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
-REQUIRED_USE="
-   ^^ ( gtk gtk3 qt5 )
-   qt5? ( !libnotify )
-   || ( alsa jack pulseaudio sdl )
-   ampache? ( qt5 http )"
-
-# The following plugins REQUIRE a GUI build of audacious, because non-GUI
-# builds do NOT install the libaudgui library & headers.
-# Plugins without a configure option:
-#   alarm
-#   albumart
-#   delete-files
-#   ladspa
-#   playlist-manager
-#   search-tool
-#   skins
-#   vtx
-# Plugins with a configure option:
-#   glspectrum
-#   gtkui
-#   hotkey
-#   notify
-#   statusicon
-RDEPEND="
-   app-arch/unzip
-   dev-libs/dbus-glib
-   dev-libs/glib
-   dev-libs/libxml2:2
-   ~media-sound/audacious-${PV}[gtk?,gtk3?,qt5?]
-   aac? ( >=media-libs/faad2-2.7 )
-   alsa? ( >=media-libs/alsa-lib-1.0.16 )
-   ampache? ( =media-libs/ampache_browser-1* )
-   aosd? (
-   x11-libs/libXrender
-   x11-libs/libXcomposite
-   )
-   bs2b? ( media-libs/libbs2b )
-   cdda? (
-   >=media-libs/libcddb-1.2.1
-   dev-libs/libcdio-paranoia
-   )
-   cue? ( media-libs/libcue )
-   ffmpeg? ( >=virtual/ffmpeg-0.7.3 )
-   flac? (
-   >=media-libs/libvorbis-1.0
-   >=media-libs/flac-1.2.1-r1
-   )
-   fluidsynth? ( media-sound/fluidsynth )
-   http? ( >=net-libs/neon-0.26.4 )
-   gtk? ( x11-libs/gtk+:2 )
-   gtk3? ( x11-libs/gtk+:3 )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5
-   dev-qt/qtwidgets:5
-   media-libs/adplug
-   )
-   jack? (
-   >=media-libs/bio2jack-0.4
-   virtual/jack
-   )
-   lame? ( media-sound/lame )
-   libnotify? ( x11-libs/libnotify )

[gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/, media-plugins/audacious-plugins/files/

2018-11-17 Thread Andreas Sturmlechner
commit: dd997071f2419d01998a4283731fe6b25e3309fa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov 17 21:53:23 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov 17 22:00:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd997071

media-plugins/audacious-plugins: 3.10 version bump

Bug: https://bugs.gentoo.org/640672
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-plugins/audacious-plugins/Manifest   |   1 +
 .../audacious-plugins-3.10.ebuild  | 154 +
 .../audacious-plugins-3.10-fix-slow-search.patch   | 108 +++
 3 files changed, 263 insertions(+)

diff --git a/media-plugins/audacious-plugins/Manifest 
b/media-plugins/audacious-plugins/Manifest
index 324166a4f33..607c7195c5e 100644
--- a/media-plugins/audacious-plugins/Manifest
+++ b/media-plugins/audacious-plugins/Manifest
@@ -1,2 +1,3 @@
+DIST audacious-plugins-3.10.tar.bz2 1701877 BLAKE2B 
4db7351af494ff5b7d2a7968524e2480f321505759f4a6532dd86f8fd87f43ab0a66e9f1fc75cfcbc8c59d35c1071048b61a8452fa6e041cd1667872f5b5699e
 SHA512 
88dd93b5a7f6582ec42cf539d1000de0900cce683f4de85d8a17f57c7ba34545c6277882cad1505cb6682ee7b885ffcd1fe5675f7e24dc3e2a650615789d9d52
 DIST audacious-plugins-3.9-gtk3.tar.bz2 1842950 BLAKE2B 
55f373be204a9b4c9cff41d41d43c4776f680ab203643e90e5d338bec2e7f8a4c60cda9caa08e461089a475f3ec1bc237538f781718eb0d26a4365743337e977
 SHA512 
e2529af761bc97e589cac08689b16db657096b1bbfcc802789726ae1b472746025bec1b492de52eef755d7b50574d09b9250761bf701b1ca37f8a0e8db0f207b
 DIST audacious-plugins-3.9.tar.bz2 1843084 BLAKE2B 
fa3a8433a869a2df0589f59e12513adcc0da0545b53ee441db4b18be7e12334b4125bd60b48902c37041041555859ab19df814c483f7d971214077e9980148b6
 SHA512 
00c8c53d69995ca1fedb91c7df609cc6c65b13e1af23b98a2fbda143c02ac554cc2c42c01f1c593af252e36bfb85b6324f2daca8632d3b672c69fb4dead2e3fa

diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
new file mode 100644
index 000..13310dcdcc9
--- /dev/null
+++ b/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
@@ -0,0 +1,154 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="Lightweight and versatile audio player"
+HOMEPAGE="https://audacious-media-player.org/;
+
+if [[ ${PV} == * ]]; then
+   inherit autotools git-r3
+   
EGIT_REPO_URI="https://github.com/audacious-media-player/audacious-plugins.git;
+else
+   SRC_URI="https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth 
hotkeys http gme jack lame libav
+   libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio scrobbler 
sdl sid sndfile soxr speedpitch vorbis wavpack"
+REQUIRED_USE="
+   || ( alsa jack pulseaudio sdl )
+   ampache? ( http )"
+
+# The following plugins REQUIRE a GUI build of audacious, because non-GUI
+# builds do NOT install the libaudgui library & headers.
+# Plugins without a configure option:
+#   alarm
+#   albumart
+#   delete-files
+#   ladspa
+#   playlist-manager
+#   search-tool
+#   skins
+#   vtx
+# Plugins with a configure option:
+#   glspectrum
+#   gtkui
+#   hotkey
+#   notify
+#   statusicon
+RDEPEND="
+   app-arch/unzip
+   dev-libs/dbus-glib
+   dev-libs/glib
+   dev-libs/libxml2:2
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtwidgets:5
+   media-libs/adplug
+   ~media-sound/audacious-${PV}
+   aac? ( >=media-libs/faad2-2.7 )
+   alsa? ( >=media-libs/alsa-lib-1.0.16 )
+   ampache? ( =media-libs/ampache_browser-1* )
+   aosd? (
+   x11-libs/libXrender
+   x11-libs/libXcomposite
+   )
+   bs2b? ( media-libs/libbs2b )
+   cdda? (
+   >=media-libs/libcddb-1.2.1
+   dev-libs/libcdio-paranoia
+   )
+   cue? ( media-libs/libcue )
+   ffmpeg? ( >=virtual/ffmpeg-0.7.3 )
+   flac? (
+   >=media-libs/libvorbis-1.0
+   >=media-libs/flac-1.2.1-r1
+   )
+   fluidsynth? ( media-sound/fluidsynth )
+   http? ( >=net-libs/neon-0.26.4 )
+   jack? (
+   >=media-libs/bio2jack-0.4
+   virtual/jack
+   )
+   lame? ( media-sound/lame )
+   libsamplerate? ( media-libs/libsamplerate:= )
+   lirc? ( app-misc/lirc )
+   mms? ( >=media-libs/libmms-0.3 )
+   modplug? ( media-libs/libmodplug )
+   mp3? ( >=media-sound/mpg123-1.12.1 )
+   pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
+   scrobbler? ( net-misc/curl )
+   sdl? ( media-libs/libsdl2[sound] )
+   sid? ( >=media-libs/libsidplayfp-1.0.0 )
+   sndfile? ( 

[gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/, media-plugins/audacious-plugins/files/, ...

2017-12-24 Thread David Seifert
commit: bf878c27023b60b95dc0ed7fbece859ea3b385e7
Author: David Seifert  gentoo  org>
AuthorDate: Sun Dec 24 21:43:10 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Dec 24 21:52:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf878c27

media-plugins/audacious-plugins: Remove old

Closes: https://bugs.gentoo.org/558228
Closes: https://bugs.gentoo.org/562094
Closes: https://bugs.gentoo.org/564498
Closes: https://bugs.gentoo.org/584392
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/audacious-plugins/Manifest   |   6 -
 .../audacious-plugins-3.6.2-r1.ebuild  | 133 
 .../audacious-plugins-3.7.1-r1.ebuild  | 173 
 .../audacious-plugins-3.7.1.ebuild | 152 --
 .../audacious-plugins-3.8.2.ebuild | 175 -
 .../files/audacious-plugins-3.7.1-gl-jack.patch|  24 ---
 profiles/package.mask  |   1 -
 7 files changed, 664 deletions(-)

diff --git a/media-plugins/audacious-plugins/Manifest 
b/media-plugins/audacious-plugins/Manifest
index 40d1c0a493a..324166a4f33 100644
--- a/media-plugins/audacious-plugins/Manifest
+++ b/media-plugins/audacious-plugins/Manifest
@@ -1,8 +1,2 @@
-DIST audacious-plugins-3.6.2-gtk3.tar.bz2 176 BLAKE2B 
e5e662aeec074710e45eda237d67467bae5ad8fa079614b3f595cf0967b62b17d3c915ccb3f93a3ef41b4e30db0690dc7b615d7eb2ac5ee519b9c3fd9864c918
 SHA512 
1745c48ec5a71ed92d938fc56d0ae06fbbd43b2ef62652dd06178a3c739e2f8c701ee55249db135ee8afca663151482bb9a2b8c83f1d5bbfcd0408b0594d5847
-DIST audacious-plugins-3.6.2.tar.bz2 1786338 BLAKE2B 
44ffbe18affab6d9a0c1a18118f25801d424a0f0e2576b19be8ce2dd2678fb612fa721e7cc274501cf5f4ecc8b2c339d88b2522f4dc0306cefc5ebadc9bf4a92
 SHA512 
d0715bdc819b115e55daafc6715a770a9e2d8d61d19b9a9485195774e8ace672144dc7852f71bd0b796d26bfcb82766252f65d58a2a061e7a0228a1dda3148c5
-DIST audacious-plugins-3.7.1-gtk3.tar.bz2 1838067 BLAKE2B 
29538ee6f78fc5340a1097351c153fcae838b16d5e20174e1f1eec6d04ea2d7b6bd92d79f867a1798d35d353013a96f79a5ed3ef925051148df71b337ce7fc51
 SHA512 
77b0e3c167d430ed97dfb2bd344d856de9a384a4667f7759ad59f47706de12d7b5b849455c381c27a58f82d3b423d08e922ac81f5e1bb0dd763b9a09bc3e53c6
-DIST audacious-plugins-3.7.1.tar.bz2 1838045 BLAKE2B 
5eef8c69b945cbb24dddb6ed746ed4b1765744e551be723cfd20ff96a51a9a25de6ffdb9cbc2e4d4a412bc3de9a0ec7472e82fc029c7219991c837ba14f1ca98
 SHA512 
2d22131babba572af235ec5f27135061a1602be55a2f709e327b7cd4052f7c11bc31398d01574a6f07197daa6b79cb42d5fa7b26f75764680420a46aede5cd9a
-DIST audacious-plugins-3.8.2-gtk3.tar.bz2 1821924 BLAKE2B 
477c0aecfbf90111b24dbed7d43424f007f7ea4a68c788651e6aab016ce36dcb6d015c9b76e083c5022d7993a02e74d32190bd44ddadee2a2c48cfa006aa4273
 SHA512 
a5457cecc72ca4d57a3fad686b5ff42b2110d8ef65203fa49ad063c8944fc41af5d231b0870126e21c4cc8b3152de36c13726813075d26ba86450ef2132a6d33
-DIST audacious-plugins-3.8.2.tar.bz2 1821558 BLAKE2B 
1321c0987668a7e51dc2325208de68d175eaccc802db2ed75921f2e7fc1e710f22f2647216a15c53668138ed241368c11eccfd1f6af0e724052881700e785d28
 SHA512 
61be2ee962853ed05366d4089ae1bef96c282ff61a947dc32f06651a9b620035a33cf4d75f4c4d74821099f36f9124f2b2266940f4844d14ca43ef70a81cde08
 DIST audacious-plugins-3.9-gtk3.tar.bz2 1842950 BLAKE2B 
55f373be204a9b4c9cff41d41d43c4776f680ab203643e90e5d338bec2e7f8a4c60cda9caa08e461089a475f3ec1bc237538f781718eb0d26a4365743337e977
 SHA512 
e2529af761bc97e589cac08689b16db657096b1bbfcc802789726ae1b472746025bec1b492de52eef755d7b50574d09b9250761bf701b1ca37f8a0e8db0f207b
 DIST audacious-plugins-3.9.tar.bz2 1843084 BLAKE2B 
fa3a8433a869a2df0589f59e12513adcc0da0545b53ee441db4b18be7e12334b4125bd60b48902c37041041555859ab19df814c483f7d971214077e9980148b6
 SHA512 
00c8c53d69995ca1fedb91c7df609cc6c65b13e1af23b98a2fbda143c02ac554cc2c42c01f1c593af252e36bfb85b6324f2daca8632d3b672c69fb4dead2e3fa

diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.6.2-r1.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-3.6.2-r1.ebuild
deleted file mode 100644
index 1fe0269d3a0..000
--- a/media-plugins/audacious-plugins/audacious-plugins-3.6.2-r1.ebuild
+++ /dev/null
@@ -1,133 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-MY_P="${P/_/-}"
-S="${WORKDIR}/${MY_P}"
-DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
-HOMEPAGE="http://audacious-media-player.org/;
-SRC_URI="!gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 )
-gtk3? ( 
http://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
-IUSE="aac adplug alsa bs2b cdda cue ffmpeg flac fluidsynth gnome http gtk3 jack
-lame libnotify libsamplerate lirc mms mp3 nls pulseaudio qt5 scrobbler sdl sid 
sndfile vorbis wavpack"
-REQUIRED_USE="||