summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-sound/audacious/ChangeLog8
-rw-r--r--media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild (renamed from media-sound/audacious/audacious-1.4.0_rc1.ebuild)8
-rw-r--r--media-sound/audacious/files/digest-audacious-1.4.0_rc1-r1 (renamed from media-sound/audacious/files/digest-audacious-1.4.0_rc1)0
3 files changed, 11 insertions, 5 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog
index a56008d64b80..3a007278910c 100644
--- a/media-sound/audacious/ChangeLog
+++ b/media-sound/audacious/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/audacious
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.125 2007/11/01 23:51:04 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.126 2007/11/03 00:56:00 chainsaw Exp $
+
+*audacious-1.4.0_rc1-r1 (03 Nov 2007)
+
+ 03 Nov 2007; Tony Vroon <chainsaw@gentoo.org> -audacious-1.4.0_rc1.ebuild,
+ +audacious-1.4.0_rc1-r1.ebuild:
+ Make D-Bus dependency mandatory, remote control will not work otherwise.
*audacious-1.4.0_rc1 (01 Nov 2007)
diff --git a/media-sound/audacious/audacious-1.4.0_rc1.ebuild b/media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild
index 74ea87649a96..3880ec72dcbe 100644
--- a/media-sound/audacious/audacious-1.4.0_rc1.ebuild
+++ b/media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.4.0_rc1.ebuild,v 1.1 2007/11/01 23:51:04 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild,v 1.1 2007/11/03 00:56:00 chainsaw Exp $
inherit flag-o-matic
@@ -14,9 +14,9 @@ SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="chardet dbus nls"
+IUSE="chardet nls"
-RDEPEND="dbus? ( >=dev-libs/dbus-glib-0.60 )
+RDEPEND=">=dev-libs/dbus-glib-0.60
>=dev-libs/libmcs-0.6.0
>=dev-libs/libmowgli-0.5.0
dev-libs/libxml2
@@ -33,9 +33,9 @@ PDEPEND=">=media-plugins/audacious-plugins-1.4.0_rc1"
src_compile() {
econf \
+ --enable-dbus
--enable-samplerate \
$(use_enable chardet) \
- $(use_enable dbus) \
$(use_enable nls) \
|| die
diff --git a/media-sound/audacious/files/digest-audacious-1.4.0_rc1 b/media-sound/audacious/files/digest-audacious-1.4.0_rc1-r1
index 7a2d2e23b267..7a2d2e23b267 100644
--- a/media-sound/audacious/files/digest-audacious-1.4.0_rc1
+++ b/media-sound/audacious/files/digest-audacious-1.4.0_rc1-r1