summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2012-06-10 18:44:25 +0000
committerJeff Horelick <jdhore@gentoo.org>2012-06-10 18:44:25 +0000
commit7980256f5aed83793a01b9bf6cc718fcfeeb833b (patch)
treeeb698b2d0c3c5c006b5fc9e648b5f4210274b27b /media-plugins/audacious-plugins
parentDrop gtk3 support for now as it is currently a bit broken. (diff)
downloadgentoo-2-7980256f5aed83793a01b9bf6cc718fcfeeb833b.tar.gz
gentoo-2-7980256f5aed83793a01b9bf6cc718fcfeeb833b.tar.bz2
gentoo-2-7980256f5aed83793a01b9bf6cc718fcfeeb833b.zip
Drop gtk3 support for now as it is currently a bit broken.
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'media-plugins/audacious-plugins')
-rw-r--r--media-plugins/audacious-plugins/ChangeLog5
-rw-r--r--media-plugins/audacious-plugins/audacious-plugins-3.2.3.ebuild11
2 files changed, 8 insertions, 8 deletions
diff --git a/media-plugins/audacious-plugins/ChangeLog b/media-plugins/audacious-plugins/ChangeLog
index 11e323750524..502fab8ed4bc 100644
--- a/media-plugins/audacious-plugins/ChangeLog
+++ b/media-plugins/audacious-plugins/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/audacious-plugins
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.250 2012/06/06 13:22:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.251 2012/06/10 18:44:25 jdhore Exp $
+
+ 10 Jun 2012; Jeff Horelick <jdhore@gentoo.org> audacious-plugins-3.2.3.ebuild:
+ Drop gtk3 support for now as it is currently a bit broken.
06 Jun 2012; Jeroen Roovers <jer@gentoo.org>
audacious-plugins-3.2.2-r1.ebuild:
diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.2.3.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.2.3.ebuild
index 283c0458a661..c8213b1323f1 100644
--- a/media-plugins/audacious-plugins/audacious-plugins-3.2.3.ebuild
+++ b/media-plugins/audacious-plugins/audacious-plugins-3.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.2.3.ebuild,v 1.1 2012/05/27 21:02:42 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.2.3.ebuild,v 1.2 2012/06/10 18:44:25 jdhore Exp $
EAPI=4
@@ -13,7 +13,7 @@ SRC_URI="http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="aac adplug alsa bs2b cdda cue ffmpeg flac fluidsynth gnome +gtk gtk3 ipv6 jack
+IUSE="aac adplug alsa bs2b cdda cue ffmpeg flac fluidsynth gnome ipv6 jack
lame libnotify libsamplerate midi mms mp3 mtp nls oss pulseaudio scrobbler sdl sid sndfile vorbis wavpack"
RDEPEND="app-arch/unzip
@@ -22,8 +22,7 @@ RDEPEND="app-arch/unzip
media-libs/libmodplug
>=media-sound/audacious-3.2.3
>=net-libs/neon-0.26.4
- gtk? ( x11-libs/gtk+:2 )
- gtk3? ( x11-libs/gtk+:3 )
+ x11-libs/gtk+:2
aac? ( >=media-libs/faad2-2.7 )
adplug? ( >=dev-cpp/libbinio-1.4 )
alsa? ( >=media-libs/alsa-lib-1.0.16 )
@@ -56,8 +55,6 @@ DEPEND="${RDEPEND}
nls? ( dev-util/intltool )
virtual/pkgconfig"
-REQUIRED_USE="^^ ( gtk gtk3 )"
-
DOCS="AUTHORS"
mp3_warning() {
@@ -72,6 +69,7 @@ src_configure() {
econf \
--enable-modplug \
--enable-neon \
+ --disable-gtk3 \
$(use_enable adplug) \
$(use_enable aac) \
$(use_enable alsa) \
@@ -83,7 +81,6 @@ src_configure() {
$(use_enable flac flacng) \
$(use_enable fluidsynth amidiplug-flsyn) \
$(use_enable flac filewriter_flac) \
- $(use_enable gtk3) \
$(use_enable ipv6) \
$(use_enable jack) \
$(use_enable gnome gnomeshortcuts) \