diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2009-06-17 19:43:12 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2009-06-17 19:43:12 +0000 |
commit | f167bd45358b6514cdca129a3025a81395086d3e (patch) | |
tree | ab59774280d81ad8d02d297a2c5506076b42309e /media-sound/audacious | |
parent | Version bump. (diff) | |
download | gentoo-2-f167bd45358b6514cdca129a3025a81395086d3e.tar.gz gentoo-2-f167bd45358b6514cdca129a3025a81395086d3e.tar.bz2 gentoo-2-f167bd45358b6514cdca129a3025a81395086d3e.zip |
Remove old ebuilds.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/audacious')
-rw-r--r-- | media-sound/audacious/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/audacious/audacious-1.4.5.ebuild | 72 | ||||
-rw-r--r-- | media-sound/audacious/audacious-1.4.6.ebuild | 72 | ||||
-rw-r--r-- | media-sound/audacious/audacious-1.5.0.ebuild | 67 | ||||
-rw-r--r-- | media-sound/audacious/files/1.1.1-ffwma-asm.diff | 13 | ||||
-rw-r--r-- | media-sound/audacious/files/1.1.1-remove-15instrument-magic.diff | 23 | ||||
-rw-r--r-- | media-sound/audacious/files/1.1.2-fix-playlist-transparency.patch | 24 | ||||
-rw-r--r-- | media-sound/audacious/files/1.1.2-robust-resume.patch | 21 |
8 files changed, 8 insertions, 293 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index 996e6cbe2b09..809b818a718d 100644 --- a/media-sound/audacious/ChangeLog +++ b/media-sound/audacious/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-sound/audacious # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.163 2009/06/17 12:06:57 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.164 2009/06/17 19:43:12 chainsaw Exp $ + + 17 Jun 2009; <chainsaw@gentoo.org> -files/1.1.1-ffwma-asm.diff, + -audacious-1.4.5.ebuild, -files/1.1.2-fix-playlist-transparency.patch, + -audacious-1.4.6.ebuild, -audacious-1.5.0.ebuild, + -files/1.1.1-remove-15instrument-magic.diff, + -files/1.1.2-robust-resume.patch: + Remove old ebuilds. 17 Jun 2009; <chainsaw@gentoo.org> audacious-2.0.1.ebuild: Mark stable on AMD64. Tested on a Core2 Duo with Realtek ALC226 @ ICH9M diff --git a/media-sound/audacious/audacious-1.4.5.ebuild b/media-sound/audacious/audacious-1.4.5.ebuild deleted file mode 100644 index 7f5bc1a1f762..000000000000 --- a/media-sound/audacious/audacious-1.4.5.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.4.5.ebuild,v 1.8 2008/01/29 12:37:28 drac 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 libsamplerate" - -RDEPEND="dbus? ( >=dev-libs/dbus-glib-0.60 ) - libsamplerate? ( media-libs/libsamplerate ) - >=dev-libs/libmcs-0.6.0 - >=dev-libs/libmowgli-0.5.0 - dev-libs/libxml2 - >=gnome-base/libglade-2.3.1 - >=x11-libs/gtk+-2.6 - >=dev-libs/glib-2.10" - -DEPEND="${RDEPEND} - !media-plugins/audacious-plugins-ugly - >=dev-util/pkgconfig-0.9.0 - nls? ( dev-util/intltool )" - -PDEPEND=">=media-plugins/audacious-plugins-1.4.4" - -src_compile() { - econf \ - $(use_enable chardet) \ - $(use_enable dbus) \ - $(use_enable nls) \ - $(use_enable libsamplerate samplerate) \ - || 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." - if ! useq dbus ; then - eerror "Unsupported configuration: D-Bus disabled" - ewarn "D-Bus has been disabled. Note that audtool will not be provided, you will not" - ewarn "be to able to get song information from scripts or control the player remotely." - ewarn "This configuration is provided for people heavily opposed to D-Bus that are able " - ewarn "to live with the loss of functionality that this implies. Reports about remote " - ewarn "control or multiple instances of Audacious being launched will be *closed*." - else - elog "Remote control is now only provided over D-Bus. Audacious offers both a private " - elog "interface and an MPRIS compliant interface on the bus. The older interface using " - elog "beepctrl.h is no longer present." - fi -} diff --git a/media-sound/audacious/audacious-1.4.6.ebuild b/media-sound/audacious/audacious-1.4.6.ebuild deleted file mode 100644 index bbc10340a559..000000000000 --- a/media-sound/audacious/audacious-1.4.6.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.4.6.ebuild,v 1.4 2008/05/12 15:35:51 corsair 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 libsamplerate" - -RDEPEND="dbus? ( >=dev-libs/dbus-glib-0.60 ) - libsamplerate? ( media-libs/libsamplerate ) - >=dev-libs/libmcs-0.6.0 - >=dev-libs/libmowgli-0.5.0 - dev-libs/libxml2 - >=gnome-base/libglade-2.3.1 - >=x11-libs/gtk+-2.6 - >=dev-libs/glib-2.10" - -DEPEND="${RDEPEND} - !media-plugins/audacious-plugins-ugly - >=dev-util/pkgconfig-0.9.0 - nls? ( dev-util/intltool )" - -PDEPEND=">=media-plugins/audacious-plugins-1.4.5" - -src_compile() { - econf \ - $(use_enable chardet) \ - $(use_enable dbus) \ - $(use_enable nls) \ - $(use_enable libsamplerate samplerate) \ - || 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." - if ! useq dbus ; then - eerror "Unsupported configuration: D-Bus disabled" - ewarn "D-Bus has been disabled. Note that audtool will not be provided, you will not" - ewarn "be to able to get song information from scripts or control the player remotely." - ewarn "This configuration is provided for people heavily opposed to D-Bus that are able " - ewarn "to live with the loss of functionality that this implies. Reports about remote " - ewarn "control or multiple instances of Audacious being launched will be *closed*." - else - elog "Remote control is now only provided over D-Bus. Audacious offers both a private " - elog "interface and an MPRIS compliant interface on the bus. The older interface using " - elog "beepctrl.h is no longer present." - fi -} diff --git a/media-sound/audacious/audacious-1.5.0.ebuild b/media-sound/audacious/audacious-1.5.0.ebuild deleted file mode 100644 index ef8ec7bc9fe3..000000000000 --- a/media-sound/audacious/audacious-1.5.0.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.5.0.ebuild,v 1.1 2008/03/14 01:23:20 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="altivec chardet nls libsamplerate sse2" - -RDEPEND=">=dev-libs/dbus-glib-0.60 - libsamplerate? ( media-libs/libsamplerate ) - >=dev-libs/libmcs-0.7.0 - >=dev-libs/libmowgli-0.6.1 - dev-libs/libxml2 - >=gnome-base/libglade-2.3.1 - >=x11-libs/gtk+-2.10 - >=dev-libs/glib-2.14" - -DEPEND="${RDEPEND} - !media-plugins/audacious-plugins-ugly - >=dev-util/pkgconfig-0.9.0 - nls? ( dev-util/intltool )" - -PDEPEND=">=media-plugins/audacious-plugins-1.5.0" - -src_compile() { - # D-Bus is a mandatory dependency, remote control, - # session management and some plugins depend on this. - # Building without D-Bus is *unsupported* and a USE-flag - # will not be added due to the bug reports that will result. - # Bugs #197894, #199069, #207330, #208606 - econf \ - --enable-dbus \ - $(use_enable altivec) \ - $(use_enable chardet) \ - $(use_enable nls) \ - $(use_enable sse2) \ - $(use_enable libsamplerate samplerate) \ - || 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.5" - elog "Plugins compiled against 1.3 or 1.4 will not be loaded." -} diff --git a/media-sound/audacious/files/1.1.1-ffwma-asm.diff b/media-sound/audacious/files/1.1.1-ffwma-asm.diff deleted file mode 100644 index d3abc2cbc0ee..000000000000 --- a/media-sound/audacious/files/1.1.1-ffwma-asm.diff +++ /dev/null @@ -1,13 +0,0 @@ -Index: Plugins/Input/wma/libffwma/fft.c -=================================================================== ---- Plugins/Input/wma/libffwma/fft.c (revision 1937) -+++ Plugins/Input/wma/libffwma/fft.c (working copy) -@@ -105,7 +105,7 @@ - } else { - canjump = 1; - -- asm volatile ("mtspr 256, %0\n\t" -+ __asm__ volatile ("mtspr 256, %0\n\t" - "vand %%v0, %%v0, %%v0" - : - : "r" (-1)); diff --git a/media-sound/audacious/files/1.1.1-remove-15instrument-magic.diff b/media-sound/audacious/files/1.1.1-remove-15instrument-magic.diff deleted file mode 100644 index 2e1650224f3d..000000000000 --- a/media-sound/audacious/files/1.1.1-remove-15instrument-magic.diff +++ /dev/null @@ -1,23 +0,0 @@ ---- trunk/Plugins/Input/modplug/modplugbmp.h 2006/04/11 21:33:16 965 -+++ trunk/Plugins/Input/modplug/modplugbmp.h 2006/08/06 13:24:06 1936 -@@ -31,7 +31,6 @@ - #define MOD_MAGIC_OKTALYZER8X (unsigned char [4]) { 0x4F, 0x4B, 0x54, 0x41 } // "OKTA" - Atari oktalyzer 8 channel - #define MOD_MAGIC_TAKETRACKER16 (unsigned char [4]) { 0x31, 0x36, 0x43, 0x4E } // "16CN" - Taketracker 16 channel - #define MOD_MAGIC_TAKETRACKER32 (unsigned char [4]) { 0x33, 0x32, 0x43, 0x4E } // "32CN" - Taketracker 32 channel --#define MOD_MAGIC_15INSTRUMENT (unsigned char [4]) { 0x20, 0x20, 0x20, 0x20 } // " " - 15-instrument 4 channel - - #define S3M_MAGIC (unsigned char [4]) { 0x53, 0x43, 0x52, 0x4D } /* This is the SCRM string at offset 44 to 47 in the S3M header */ - ---- trunk/Plugins/Input/modplug/modplugbmp.cpp 2006/04/11 21:33:16 965 -+++ trunk/Plugins/Input/modplug/modplugbmp.cpp 2006/08/06 13:24:06 1936 -@@ -192,10 +192,6 @@ - vfs_fclose(file); - return 1; - } -- if (!memcmp(magic, MOD_MAGIC_15INSTRUMENT, 4)) { -- vfs_fclose(file); -- return 1; -- } - } /* end of if(mModProps.mGrabAmigaMOD) */ - - /* We didn't find the magic bytes, fall back to extension check */ diff --git a/media-sound/audacious/files/1.1.2-fix-playlist-transparency.patch b/media-sound/audacious/files/1.1.2-fix-playlist-transparency.patch deleted file mode 100644 index 8389bee82cd4..000000000000 --- a/media-sound/audacious/files/1.1.2-fix-playlist-transparency.patch +++ /dev/null @@ -1,24 +0,0 @@ -Index: trunk/audacious/widgets/playlist_list.c -=================================================================== ---- audacious/playlist_list.c (revision 2158) -+++ audacious/playlist_list.c (revision 2159) -@@ -108,10 +108,16 @@ - - gdk_error_trap_pop(); - -- shade_gdkimage_generic(gdk_drawable_get_visual(GDK_WINDOW(playlistwin->window)), -- ximg, ximg->bpl, w, h, 60, 60, 60, shade_color->pixel); -+ if (GDK_IS_IMAGE(ximg)) -+ { -+ shade_gdkimage_generic(gdk_drawable_get_visual(GDK_WINDOW(playlistwin->window)), -+ ximg, ximg->bpl, w, h, 60, 60, 60, shade_color->pixel); - -- gdk_draw_image(p, gc, ximg, 0, 0, x, y, w, h); -+ gdk_draw_image(p, gc, ximg, 0, 0, x, y, w, h); -+ } -+ else { -+ cfg.playlist_transparent = FALSE; -+ } - - g_object_unref(gc); - diff --git a/media-sound/audacious/files/1.1.2-robust-resume.patch b/media-sound/audacious/files/1.1.2-robust-resume.patch deleted file mode 100644 index 53e9f9b1af56..000000000000 --- a/media-sound/audacious/files/1.1.2-robust-resume.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- trunk/audacious/main.c 2006/09/08 05:26:54 2239 -+++ trunk/audacious/main.c 2006/09/10 01:04:36 2255 -@@ -1127,12 +1127,15 @@ - has_x11_connection = TRUE; - - if (cfg.resume_playback_on_startup) { -- if (cfg.resume_playback_on_startup_time != -1) { -+ if (cfg.resume_playback_on_startup_time != -1 && playlist_get_length() > 0) { -+ int i; - while (gtk_events_pending()) gtk_main_iteration(); - bmp_playback_initiate(); -- g_usleep(10000); /* XXX: musepack and others need this! */ -- while (!ip_data.playing) -+ for (i = 0; i < 8; i++) { - g_usleep(10000); -+ if (!ip_data.playing) -+ break; -+ } - bmp_playback_seek(cfg.resume_playback_on_startup_time / - 1000); - } |