From 97bfd10a17585dc52911a8009ed11abdfddd0f06 Mon Sep 17 00:00:00 2001 From: Tony Vroon Date: Mon, 26 Feb 2007 14:00:11 +0000 Subject: New upstream release. Now with end-user support. Sparc/HPPA keywords lost over libprojectm dependency, filed bug #168465. Do try the AAC+ streaming support! (Portage version: 2.1.2-r10) --- media-plugins/audacious-plugins/ChangeLog | 11 +- .../audacious-plugins-1.3.0_alpha4.ebuild | 113 -------------------- .../audacious-plugins-1.3.0_rc1.ebuild | 114 +++++++++++++++++++++ .../files/digest-audacious-plugins-1.3.0_alpha4 | 3 - .../files/digest-audacious-plugins-1.3.0_rc1 | 3 + 5 files changed, 127 insertions(+), 117 deletions(-) delete mode 100644 media-plugins/audacious-plugins/audacious-plugins-1.3.0_alpha4.ebuild create mode 100644 media-plugins/audacious-plugins/audacious-plugins-1.3.0_rc1.ebuild delete mode 100644 media-plugins/audacious-plugins/files/digest-audacious-plugins-1.3.0_alpha4 create mode 100644 media-plugins/audacious-plugins/files/digest-audacious-plugins-1.3.0_rc1 (limited to 'media-plugins/audacious-plugins') diff --git a/media-plugins/audacious-plugins/ChangeLog b/media-plugins/audacious-plugins/ChangeLog index 25bc29fd5cb6..f3dd5256670b 100644 --- a/media-plugins/audacious-plugins/ChangeLog +++ b/media-plugins/audacious-plugins/ChangeLog @@ -1,6 +1,15 @@ # 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.31 2007/02/16 11:21:07 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.32 2007/02/26 14:00:11 chainsaw Exp $ + +*audacious-plugins-1.3.0_rc1 (26 Feb 2007) + + 26 Feb 2007; Tony Vroon + -audacious-plugins-1.3.0_alpha4.ebuild, + +audacious-plugins-1.3.0_rc1.ebuild: + New upstream release. Now with end-user support. Sparc/HPPA keywords lost + over libprojectm dependency, filed bug #168465. Do try the AAC+ streaming + support! *audacious-plugins-1.3.0_alpha5 (16 Feb 2007) diff --git a/media-plugins/audacious-plugins/audacious-plugins-1.3.0_alpha4.ebuild b/media-plugins/audacious-plugins/audacious-plugins-1.3.0_alpha4.ebuild deleted file mode 100644 index 3bbe7a64f5ed..000000000000 --- a/media-plugins/audacious-plugins/audacious-plugins-1.3.0_alpha4.ebuild +++ /dev/null @@ -1,113 +0,0 @@ -# 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.3.0_alpha4.ebuild,v 1.1 2007/02/05 20:29:38 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://static.audacious-media-player.org/release/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="aac adplug alsa arts chardet esd flac jack lirc modplug mp3 musepack nls opengl oss sid sndfile timidity tta vorbis wavpack wma pulseaudio" - -RDEPEND="app-arch/unzip - dev-libs/libxml2 - net-misc/curl - >=media-sound/audacious-1.3.0_alpha4 - >=x11-libs/gtk+-2.6 - >=gnome-base/libglade-2.3.1 - >=media-libs/libsdl-1.2.5 - media-libs/taglib - 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 - || ( ~media-libs/flac-1.1.2 - ~media-libs/flac-1.1.3 ) - ) - jack? ( >=media-libs/bio2jack-0.4 - media-libs/libsamplerate - media-sound/jack-audio-connection-kit ) - lirc? ( app-misc/lirc ) - modplug? ( media-libs/libmodplug ) - musepack? ( media-libs/libmpcdec ) - opengl? ( =media-libs/libprojectm-0.99* ) - 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 ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) - wavpack? ( >=media-sound/wavpack-4.31 )" - -DEPEND="${RDEPEND} - nls? ( dev-util/intltool ) - >=dev-util/pkgconfig-0.9.0" - -mp3_warning() { - if ! useq mp3 ; then - echo - ewarn "MP3 support is now optional, you may want to enable the mp3 USE-flag" - echo - fi -} - -src_compile() { - mp3_warning - - # Bug #42893 - replace-flags "-Os" "-O2" - # Bug #86689 - is-flag "-O*" || append-flags -O - - econf \ - --with-dev-dsp=/dev/sound/dsp \ - --with-dev-mixer=/dev/sound/mixer \ - $(use_enable vorbis) \ - $(use_enable esd) \ - $(use_enable mp3) \ - $(use_enable nls) \ - $(use_enable oss) \ - $(use_enable alsa) \ - $(use_enable arts) \ - $(use_enable flac) \ - $(use_enable aac) \ - $(use_enable modplug) \ - $(use_enable lirc) \ - $(use_enable sndfile) \ - $(use_enable wma) \ - $(use_enable sid) \ - $(use_enable musepack) \ - $(use_enable jack) \ - $(use_enable timidity) \ - $(use_enable pulseaudio pulse) \ - $(use_enable chardet) \ - $(use_enable wavpack) \ - $(use_enable tta) \ - $(use_enable opengl projectm) \ - $(use_enable adplug) \ - || die - - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS NEWS -} - -pkg_postinst() { - mp3_warning - ewarn "This is alpha-quality software, and you have unmasked this software manually. Do *not* use the Gentoo bugtracker for this package." - elog "Note that you need to recompile *all* third-party plugins to use Audacious 1.3 alpha builds." - elog "Failure to do so may cause the player to crash." - elog "Any bug reports are to be made on: http://bugs-meta.atheme.org/" -} diff --git a/media-plugins/audacious-plugins/audacious-plugins-1.3.0_rc1.ebuild b/media-plugins/audacious-plugins/audacious-plugins-1.3.0_rc1.ebuild new file mode 100644 index 000000000000..8bf7a076dd12 --- /dev/null +++ b/media-plugins/audacious-plugins/audacious-plugins-1.3.0_rc1.ebuild @@ -0,0 +1,114 @@ +# 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.3.0_rc1.ebuild,v 1.1 2007/02/26 14:00:11 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://static.audacious-media-player.org/release/${MY_P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="aac adplug alsa arts chardet esd flac jack lirc mad modplug musepack nls opengl oss sid sndfile timidity tta vorbis wavpack wma pulseaudio sdl" + +RDEPEND="app-arch/unzip + dev-libs/libxml2 + net-misc/curl + >=media-sound/audacious-1.3.0_rc1 + >=x11-libs/gtk+-2.6 + >=gnome-base/libglade-2.3.1 + media-libs/taglib + 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 + || ( ~media-libs/flac-1.1.2 + ~media-libs/flac-1.1.3 ) + ) + jack? ( >=media-libs/bio2jack-0.4 + media-libs/libsamplerate + media-sound/jack-audio-connection-kit ) + lirc? ( app-misc/lirc ) + mad? ( media-libs/libmad ) + musepack? ( media-libs/libmpcdec ) + opengl? ( =media-libs/libprojectm-0.99* ) + 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 ) + pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) + wavpack? ( >=media-sound/wavpack-4.31 )" + +DEPEND="${RDEPEND} + nls? ( dev-util/intltool ) + >=dev-util/pkgconfig-0.9.0" + +mp3_warning() { + if ! useq mad ; then + echo + ewarn "MP3 support is optional, you may want to enable the mad USE-flag" + echo + fi +} + +src_compile() { + mp3_warning + + # Bug #42893 + replace-flags "-Os" "-O2" + # Bug #86689 + is-flag "-O*" || append-flags -O + + econf \ + --with-dev-dsp=/dev/sound/dsp \ + --with-dev-mixer=/dev/sound/mixer \ + $(use_enable vorbis) \ + $(use_enable esd) \ + $(use_enable mad mp3) \ + $(use_enable nls) \ + $(use_enable oss) \ + $(use_enable alsa) \ + $(use_enable arts) \ + $(use_enable flac) \ + $(use_enable aac) \ + $(use_enable modplug) \ + $(use_enable lirc) \ + $(use_enable sndfile) \ + $(use_enable wma) \ + $(use_enable sid) \ + $(use_enable musepack) \ + $(use_enable jack) \ + $(use_enable timidity) \ + $(use_enable pulseaudio pulse) \ + $(use_enable chardet) \ + $(use_enable wavpack) \ + $(use_enable tta) \ + $(use_enable opengl projectm) \ + $(use_enable adplug) \ + $(use_enable sdl paranormal) \ + || die + + emake || die "make failed" +} + +src_install() { + make DESTDIR="${D}" install || die + dodoc AUTHORS NEWS +} + +pkg_postinst() { + mp3_warning + ewarn "This is alpha-quality software, and you have unmasked this software manually. Do *not* use the Gentoo bugtracker for this package." + elog "Note that you need to recompile *all* third-party plugins to use Audacious 1.3 alpha builds." + elog "Failure to do so may cause the player to crash." + elog "Any bug reports are to be made on: http://bugs-meta.atheme.org/" +} diff --git a/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.3.0_alpha4 b/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.3.0_alpha4 deleted file mode 100644 index 60475ae1a180..000000000000 --- a/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.3.0_alpha4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0147fd347d41a7ad303a4bbdc2500ad9 audacious-plugins-1.3.0-alpha4.tgz 2603584 -RMD160 8973361fb6627e3db1fcfef1f8ba30ba97d9fbca audacious-plugins-1.3.0-alpha4.tgz 2603584 -SHA256 2c1e0d0bd02801814e975ea2ce53516158673ddb4b8ff8761db3189c76e70eba audacious-plugins-1.3.0-alpha4.tgz 2603584 diff --git a/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.3.0_rc1 b/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.3.0_rc1 new file mode 100644 index 000000000000..b323c1ab1e5f --- /dev/null +++ b/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.3.0_rc1 @@ -0,0 +1,3 @@ +MD5 2bf5405369bfbfa52f8040af3adb0d24 audacious-plugins-1.3.0-rc1.tgz 2812645 +RMD160 f722942d612947389531b8f72e43f1a8cdf6e778 audacious-plugins-1.3.0-rc1.tgz 2812645 +SHA256 ccfac29e2449f2214bf5252a7c33b02531557fc795fc59157ac3da33062dab1e audacious-plugins-1.3.0-rc1.tgz 2812645 -- cgit v1.2.3-65-gdbad