Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Tony Vroon (chainsaw)" <chainsaw@g.o>
|
|
Subject:
|
gentoo-x86 commit in media-plugins/audacious-plugins: ChangeLog audacious-plugins-1.4.0_rc1-r2.ebuild
|
|
Date:
|
Sat, 03 Nov 2007 00:55:23 +0000
|
|
chainsaw 07/11/03 00:55:23
Modified: ChangeLog
Added: audacious-plugins-1.4.0_rc1-r2.ebuild
Log:
Make D-Bus dependency mandatory, remote control will not work otherwise. Closes bug #197894.
(Portage version: 2.1.3.16)
Revision Changes Path
1.66 media-plugins/audacious-plugins/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.65&r2=1.66
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog 2 Nov 2007 11:16:46 -0000 1.65
+++ ChangeLog 3 Nov 2007 00:55:22 -0000 1.66
@@ -1,6 +1,13 @@
# ChangeLog for media-plugins/audacious-plugins
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.65 2007/11/02 11:16:46 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.66 2007/11/03 00:55:22 chainsaw Exp $
+
+*audacious-plugins-1.4.0_rc1-r2 (03 Nov 2007)
+
+ 03 Nov 2007; Tony Vroon <chainsaw@g.o>
+ +audacious-plugins-1.4.0_rc1-r2.ebuild:
+ Make D-Bus dependency mandatory, remote control will not work otherwise.
+ Closes bug #197894.
*audacious-plugins-1.4.0_rc1-r1 (02 Nov 2007)
1.1 media-plugins/audacious-plugins/audacious-plugins-1.4.0_rc1-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.0_rc1-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.0_rc1-r2.ebuild?rev=1.1&content-type=text/plain
Index: audacious-plugins-1.4.0_rc1-r2.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.0_rc1-r2.ebuild,v 1.1 2007/11/03 00:55:22 chainsaw Exp $
inherit eutils flag-o-matic
MY_P="${P/_/-}"
S="${WORKDIR}/${MY_P}"
DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
HOMEPAGE="http://audacious-media-player.org/"
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="aac adplug alsa arts chardet esd flac gnome jack lirc modplug mp3 mtp musepack nls oss pulseaudio sdl sid sndfile timidity tta vorbis wavpack wma"
RDEPEND="app-arch/unzip
>=dev-libs/dbus-glib-0.60
>=dev-libs/libcdio-0.78.2
dev-libs/libxml2
>=gnome-base/libglade-2.3.1
media-libs/libsamplerate
>=media-libs/libcddb-1.2.1
>=media-sound/audacious-1.4.0_rc1-r1
>=net-misc/neon-0.26.3
>=x11-libs/gtk+-2.6
adplug? ( >=dev-cpp/libbinio-1.4 )
alsa? ( >=media-libs/alsa-lib-1.0.9_rc2 )
arts? ( kde-base/arts )
esd? ( >=media-sound/esound-0.2.30 )
flac? ( >=media-libs/libvorbis-1.0 )
jack? ( >=media-libs/bio2jack-0.4
media-sound/jack-audio-connection-kit )
lirc? ( app-misc/lirc )
mp3? ( media-libs/libmad )
mtp? ( >=media-libs/libmtp-0.2.3 )
musepack? ( media-libs/libmpcdec media-libs/taglib )
pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
sdl? ( >=media-libs/libsdl-1.2.5 )
sid? ( media-libs/libsidplay )
sndfile? ( media-libs/libsndfile )
timidity? ( media-sound/timidity++ )
tta? ( media-libs/libid3tag )
vorbis? ( >=media-libs/libvorbis-1.0
>=media-libs/libogg-1.0 )
wavpack? ( >=media-sound/wavpack-4.31 )
wma? ( >=media-libs/libmms-0.3 )"
DEPEND="${RDEPEND}
nls? ( dev-util/intltool )
>=dev-util/pkgconfig-0.9.0"
mp3_warning() {
if ! useq mp3 ; then
echo
ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag"
echo
fi
}
src_compile() {
mp3_warning
econf \
--enable-cdaudio-ng \
--enable-dbus \
--enable-neon \
$(use_enable aac) \
$(use_enable adplug) \
$(use_enable alsa) \
$(use_enable arts) \
$(use_enable chardet) \
$(use_enable esd) \
$(use_enable flac) \
$(use_enable jack) \
$(use_enable gnome gnomeshortcuts) \
$(use_enable lirc) \
$(use_enable mp3) \
$(use_enable modplug) \
$(use_enable musepack) \
$(use_enable mtp mtp_up) \
$(use_enable nls) \
$(use_enable oss) \
$(use_enable pulseaudio pulse) \
$(use_enable sdl paranormal) \
$(use_enable sid) \
$(use_enable sndfile) \
$(use_enable timidity) \
$(use_enable tta) \
$(use_enable vorbis) \
$(use_enable wavpack) \
$(use_enable wma) \
|| die
emake || die "make failed"
}
src_install() {
make DESTDIR="${D}" install || die
dodoc AUTHORS NEWS
}
pkg_postinst() {
mp3_warning
}
--
gentoo-commits@g.o mailing list
|
|