summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2007-10-31 17:06:23 +0000
committerTony Vroon <chainsaw@gentoo.org>2007-10-31 17:06:23 +0000
commit691834ea74709956ee7f009ab2b5f2da96db29fa (patch)
treea589fc4758e2c0b615a19fb15f5211a20e2197a3 /media-sound/audacious
parentChanged mirror to avoid version bump problems. (diff)
downloadgentoo-2-691834ea74709956ee7f009ab2b5f2da96db29fa.tar.gz
gentoo-2-691834ea74709956ee7f009ab2b5f2da96db29fa.tar.bz2
gentoo-2-691834ea74709956ee7f009ab2b5f2da96db29fa.zip
Add 1.4.0 beta 4. MIPS keyword lost over libmcs/libmowgli dependency, bug #196169.
(Portage version: 2.1.3.16)
Diffstat (limited to 'media-sound/audacious')
-rw-r--r--media-sound/audacious/ChangeLog9
-rw-r--r--media-sound/audacious/audacious-1.1.2-r1.ebuild10
-rw-r--r--media-sound/audacious/audacious-1.1.2.ebuild8
-rw-r--r--media-sound/audacious/audacious-1.4.0_beta4.ebuild61
-rw-r--r--media-sound/audacious/files/digest-audacious-1.4.0_beta46
5 files changed, 84 insertions, 10 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog
index 1c5b40cef560..fa35b72d76ab 100644
--- a/media-sound/audacious/ChangeLog
+++ b/media-sound/audacious/ChangeLog
@@ -1,6 +1,13 @@
# 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.123 2007/10/23 23:55:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.124 2007/10/31 17:06:22 chainsaw Exp $
+
+*audacious-1.4.0_beta4 (31 Oct 2007)
+
+ 31 Oct 2007; Tony Vroon <chainsaw@gentoo.org> audacious-1.1.2.ebuild,
+ audacious-1.1.2-r1.ebuild, +audacious-1.4.0_beta4.ebuild:
+ Add 1.4.0 beta 4. MIPS keyword lost over libmcs/libmowgli dependency, bug
+ #196169.
23 Oct 2007; Jeroen Roovers <jer@gentoo.org> audacious-1.3.2.ebuild:
Stable for HPPA too.
diff --git a/media-sound/audacious/audacious-1.1.2-r1.ebuild b/media-sound/audacious/audacious-1.1.2-r1.ebuild
index 3a53ae7fee41..c83c5aaa1f50 100644
--- a/media-sound/audacious/audacious-1.1.2-r1.ebuild
+++ b/media-sound/audacious/audacious-1.1.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# 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.1.2-r1.ebuild,v 1.5 2006/10/21 18:43:02 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.1.2-r1.ebuild,v 1.6 2007/10/31 17:06:22 chainsaw Exp $
inherit flag-o-matic
@@ -52,9 +52,9 @@ mp3_warning() {
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/1.1.2-fix-playlist-transparency.patch
- epatch ${FILESDIR}/1.1.2-robust-resume.patch
+ cd "${S}"
+ epatch "${FILESDIR}/1.1.2-fix-playlist-transparency.patch"
+ epatch "${FILESDIR}/1.1.2-robust-resume.patch"
}
src_compile() {
diff --git a/media-sound/audacious/audacious-1.1.2.ebuild b/media-sound/audacious/audacious-1.1.2.ebuild
index e9babdf16688..e241b2211c86 100644
--- a/media-sound/audacious/audacious-1.1.2.ebuild
+++ b/media-sound/audacious/audacious-1.1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# 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.1.2.ebuild,v 1.11 2006/10/20 20:50:45 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.1.2.ebuild,v 1.12 2007/10/31 17:06:22 chainsaw Exp $
inherit flag-o-matic
@@ -52,8 +52,8 @@ mp3_warning() {
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/1.1.1-ffwma-asm.diff
+ cd "${S}"
+ epatch "${FILESDIR}/1.1.1-ffwma-asm.diff"
}
src_compile() {
diff --git a/media-sound/audacious/audacious-1.4.0_beta4.ebuild b/media-sound/audacious/audacious-1.4.0_beta4.ebuild
new file mode 100644
index 000000000000..1b577e73e723
--- /dev/null
+++ b/media-sound/audacious/audacious-1.4.0_beta4.ebuild
@@ -0,0 +1,61 @@
+# 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_beta4.ebuild,v 1.1 2007/10/31 17:06:22 chainsaw Exp $
+
+inherit 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
+ mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="chardet dbus nls"
+
+RDEPEND="dbus? ( >=dev-libs/dbus-glib-0.60 )
+ >=dev-libs/libmcs-0.6.0
+ >=dev-libs/libmowgli-0.5.0
+ dev-libs/libxml2
+ >=gnome-base/libglade-2.3.1
+ media-libs/libsamplerate
+ >=x11-libs/gtk+-2.6
+ >=dev-libs/glib-2.10"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.9.0
+ nls? ( dev-util/intltool )"
+
+PDEPEND=">=media-plugins/audacious-plugins-1.4.0_beta4"
+
+src_compile() {
+ econf \
+ --enable-samplerate \
+ $(use_enable chardet) \
+ $(use_enable dbus) \
+ $(use_enable nls) \
+ || die
+
+ emake || die "make failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die
+ dodoc AUTHORS NEWS README
+
+ # Gentoo_ice skin installation; bug #109772
+ insinto /usr/share/audacious/Skins/gentoo_ice
+ doins "${WORKDIR}"/gentoo_ice/*
+ docinto gentoo_ice
+ dodoc "${WORKDIR}"/README
+}
+
+pkg_postinst() {
+ elog "Note that you need to recompile *all* third-party plugins for Audacious 1.4"
+ elog "Plugins compiled against 1.3 will not be loaded. Remote control is now only "
+ elog "provided over D-Bus. Audacious offers both a private interface and an MPRIS "
+ elog "compliant interface on the bus."
+}
diff --git a/media-sound/audacious/files/digest-audacious-1.4.0_beta4 b/media-sound/audacious/files/digest-audacious-1.4.0_beta4
new file mode 100644
index 000000000000..f1de6e022d1f
--- /dev/null
+++ b/media-sound/audacious/files/digest-audacious-1.4.0_beta4
@@ -0,0 +1,6 @@
+MD5 6c1a93e62a96251ade6291730d716398 audacious-1.4.0-beta4.tgz 2017254
+RMD160 576b80b3b29fc8c41cc0528548bfa960cb550ee9 audacious-1.4.0-beta4.tgz 2017254
+SHA256 43e4d208eb46ea3ae1244912a993fcc9a833d01ebbc4e068811603e356e9b021 audacious-1.4.0-beta4.tgz 2017254
+MD5 41eababfa8bad11e9e34e467cdfb86be gentoo_ice-xmms-0.2.tar.bz2 51839
+RMD160 11439cbebf8c6dc5745c8593a79e88303d094544 gentoo_ice-xmms-0.2.tar.bz2 51839
+SHA256 d1be63368b76f4a8b1d5b0e955cd7a77177f56a7f0b828c6603d8fd2836422b1 gentoo_ice-xmms-0.2.tar.bz2 51839