summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2011-09-22 14:59:42 +0000
committerTony Vroon <chainsaw@gentoo.org>2011-09-22 14:59:42 +0000
commiteedaea47cc21f496dd38a5eb76554fcbd406bbdb (patch)
tree9a9b2f59433ccc0183b21a589521fa74b78375d6 /media-sound
parentRevbump: also drop -L flags from libgcrypt-config as done for libgpg-error; a... (diff)
downloadgentoo-2-eedaea47cc21f496dd38a5eb76554fcbd406bbdb.tar.gz
gentoo-2-eedaea47cc21f496dd38a5eb76554fcbd406bbdb.tar.bz2
gentoo-2-eedaea47cc21f496dd38a5eb76554fcbd406bbdb.zip
Version bump. Ebuild improvements by Agostino "ago" Sarubbo close bugs #380577, #383357 & #383649. Remove vulnerable version for security bug #383991.
(Portage version: 2.1.10.19/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/audacious/ChangeLog10
-rw-r--r--media-sound/audacious/audacious-3.0.3.ebuild (renamed from media-sound/audacious/audacious-3.0.2.ebuild)11
-rw-r--r--media-sound/audacious/metadata.xml1
3 files changed, 16 insertions, 6 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog
index 0132cf6d0211..deea83544162 100644
--- a/media-sound/audacious/ChangeLog
+++ b/media-sound/audacious/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for media-sound/audacious
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.239 2011/09/04 12:17:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.240 2011/09/22 14:59:42 chainsaw Exp $
+
+*audacious-3.0.3 (22 Sep 2011)
+
+ 22 Sep 2011; Tony Vroon <chainsaw@gentoo.org> -audacious-3.0.2.ebuild,
+ +audacious-3.0.3.ebuild, metadata.xml:
+ Version bump. Ebuild improvements by Agostino "ago" Sarubbo close bugs
+ #380577, #383357 & #383649. Remove vulnerable version for security bug
+ #383991.
04 Sep 2011; Markus Meier <maekke@gentoo.org> audacious-2.5.4.ebuild:
x86 stable, bug #380575
diff --git a/media-sound/audacious/audacious-3.0.2.ebuild b/media-sound/audacious/audacious-3.0.3.ebuild
index b6215203979c..929c17f7bd31 100644
--- a/media-sound/audacious/audacious-3.0.2.ebuild
+++ b/media-sound/audacious/audacious-3.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.0.2.ebuild,v 1.1 2011/08/24 21:51:33 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.0.3.ebuild,v 1.1 2011/09/22 14:59:42 chainsaw Exp $
EAPI=4
@@ -14,7 +14,7 @@ SRC_URI="http://distfiles.atheme.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="altivec chardet nls session sse2"
+IUSE="altivec chardet gtk3 nls session sse2"
RDEPEND=">=dev-libs/dbus-glib-0.60
>=dev-libs/glib-2.16
@@ -22,8 +22,8 @@ RDEPEND=">=dev-libs/dbus-glib-0.60
>=dev-libs/libmowgli-0.9.50
dev-libs/libxml2
>=x11-libs/cairo-1.2.6
- >=x11-libs/gtk+-2.14:2
>=x11-libs/pango-1.8.0
+ gtk3? ( x11-libs/gtk+:3 ) || ( >=x11-libs/gtk+-2.14:2 )
session? ( x11-libs/libSM )"
DEPEND="${RDEPEND}
@@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
chardet? ( app-i18n/libguess )
nls? ( dev-util/intltool )"
-PDEPEND=">=media-plugins/audacious-plugins-3.0.2"
+PDEPEND=">=media-plugins/audacious-plugins-3.0.3"
src_configure() {
# D-Bus is a mandatory dependency, remote control,
@@ -43,13 +43,14 @@ src_configure() {
--enable-dbus \
$(use_enable altivec) \
$(use_enable chardet) \
+ $(use_enable gtk3) \
$(use_enable nls) \
$(use_enable session sm) \
$(use_enable sse2)
}
src_install() {
- emake DESTDIR="${D}" install || die
+ default
dodoc AUTHORS NEWS README
# Gentoo_ice skin installation; bug #109772
diff --git a/media-sound/audacious/metadata.xml b/media-sound/audacious/metadata.xml
index 1cd8056dd368..8b0c56abf9aa 100644
--- a/media-sound/audacious/metadata.xml
+++ b/media-sound/audacious/metadata.xml
@@ -8,5 +8,6 @@
</maintainer>
<use>
<flag name="chardet">Try to handle non-UTF8 chinese/japanese/korean ID3 tags</flag>
+ <flag name="gtk3">Use GTK+ version 3 instead of GTK+ version 2</flag>
</use>
</pkgmetadata>