diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-13 12:22:47 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-13 12:22:47 +0000 |
commit | 39452d8ea7e27bf7f7eec6b4ba93b117088fbc1f (patch) | |
tree | 19b1a61fa5d6fcd1b14d1b12fb0b9a4db19a8d2e /media-sound | |
parent | Drop old (#508854) (diff) | |
download | gentoo-2-39452d8ea7e27bf7f7eec6b4ba93b117088fbc1f.tar.gz gentoo-2-39452d8ea7e27bf7f7eec6b4ba93b117088fbc1f.tar.bz2 gentoo-2-39452d8ea7e27bf7f7eec6b4ba93b117088fbc1f.zip |
Drop old (#508854)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-sound')
6 files changed, 7 insertions, 244 deletions
diff --git a/media-sound/sound-juicer/ChangeLog b/media-sound/sound-juicer/ChangeLog index 139527a08721..428533924c06 100644 --- a/media-sound/sound-juicer/ChangeLog +++ b/media-sound/sound-juicer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/sound-juicer # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.237 2014/07/23 15:23:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.238 2014/11/13 12:22:46 pacho Exp $ + + 13 Nov 2014; Pacho Ramos <pacho@gentoo.org> + -files/sound-juicer-2.28.2-fix-pause-conflict.patch, + -files/sound-juicer-2.32.0-desktop-file.patch, -sound-juicer-2.32.0-r1.ebuild, + -sound-juicer-3.11.90.ebuild, -sound-juicer-3.5.1_pre20130826.ebuild: + Drop old (#508854) 23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> sound-juicer-3.12.0.ebuild: Stable for x86, wrt bug #512012 diff --git a/media-sound/sound-juicer/files/sound-juicer-2.28.2-fix-pause-conflict.patch b/media-sound/sound-juicer/files/sound-juicer-2.28.2-fix-pause-conflict.patch deleted file mode 100644 index 56438871eb30..000000000000 --- a/media-sound/sound-juicer/files/sound-juicer-2.28.2-fix-pause-conflict.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- src/sj-play.c -+++ src/sj-play.c -@@ -96,7 +96,7 @@ - * Pause - */ - static void --pause (void) -+do_pause (void) - { - gst_element_set_state (pipeline, GST_STATE_PAUSED); - } -@@ -440,7 +440,7 @@ - GError *err = NULL; - - if (is_playing ()) { -- pause (); -+ do_pause (); - gtk_list_store_set (track_store, ¤t_iter, - COLUMN_STATE, STATE_PAUSED, -1); - } else if (pipeline && GST_STATE (pipeline) == GST_STATE_PAUSED && diff --git a/media-sound/sound-juicer/files/sound-juicer-2.32.0-desktop-file.patch b/media-sound/sound-juicer/files/sound-juicer-2.32.0-desktop-file.patch deleted file mode 100644 index 5d7546bcba39..000000000000 --- a/media-sound/sound-juicer/files/sound-juicer-2.32.0-desktop-file.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/data/sound-juicer.desktop.in.in b/data/sound-juicer.desktop.in.in -index ecd42e0..3a7dc28 100644 ---- a/data/sound-juicer.desktop.in.in -+++ b/data/sound-juicer.desktop.in.in -@@ -1,5 +1,7 @@ - [Desktop Entry] --_Name=Audio CD Extractor -+_Name=Sound Juicer -+_GenericName=Audio CD Extractor -+_X-GNOME-FullName=Sound Juicer Audio CD Extractor - _Comment=Copy music from your CDs - Exec=sound-juicer %u - Icon=sound-juicer diff --git a/media-sound/sound-juicer/sound-juicer-2.32.0-r1.ebuild b/media-sound/sound-juicer/sound-juicer-2.32.0-r1.ebuild deleted file mode 100644 index a910a8d2bc4f..000000000000 --- a/media-sound/sound-juicer/sound-juicer-2.32.0-r1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.32.0-r1.ebuild,v 1.9 2012/05/05 08:53:59 mgorny Exp $ - -EAPI="3" -GCONF_DEBUG="yes" - -inherit eutils gnome2 - -DESCRIPTION="CD ripper for GNOME" -HOMEPAGE="http://www.burtonini.com/blog/computers/sound-juicer/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="test" - -COMMON_DEPEND=">=dev-libs/glib-2.18:2 - >=x11-libs/gtk+-2.20:2 - media-libs/libcanberra[gtk] - >=app-cdr/brasero-2.26 - <app-cdr/brasero-3 - gnome-base/gconf:2 - sys-apps/dbus - dev-libs/dbus-glib - - >=media-libs/musicbrainz-3.0.2:3 - >=gnome-extra/gnome-media-2.11.91 - <gnome-extra/gnome-media-2.91 - - >=media-libs/gstreamer-0.10.15:0.10 - >=media-libs/gst-plugins-base-0.10:0.10" - -RDEPEND="${COMMON_DEPEND} - gnome-base/gvfs[cdda,udev] - >=media-plugins/gst-plugins-gconf-0.10:0.10 - >=media-plugins/gst-plugins-gio-0.10:0.10 - || ( - >=media-plugins/gst-plugins-cdparanoia-0.10:0.10 - >=media-plugins/gst-plugins-cdio-0.10:0.10 ) - >=media-plugins/gst-plugins-meta-0.10-r2:0.10" - -DEPEND="${COMMON_DEPEND} - virtual/pkgconfig - >=dev-util/intltool-0.40 - >=app-text/scrollkeeper-0.3.5 - app-text/gnome-doc-utils - test? ( ~app-text/docbook-xml-dtd-4.3 )" - -pkg_setup() { - # GST_INSPECT needed to get around some sandboxing checks - G2CONF="${G2CONF} - --with-gtk=2.0 - --disable-scrollkeeper GST_INSPECT=/bin/true" - DOCS="AUTHORS ChangeLog NEWS README TODO" -} - -src_prepare() { - gnome2_src_prepare - - # Fix description in desktop file, bug #377855 - epatch "${FILESDIR}"/${P}-desktop-file.patch -} - -pkg_postinst() { - gnome2_pkg_postinst - ewarn "If ${PN} does not rip to some music format, please check your USE" - ewarn "flags on gnome-extra/gnome-media and media-plugins/gst-plugins-meta" -} diff --git a/media-sound/sound-juicer/sound-juicer-3.11.90.ebuild b/media-sound/sound-juicer/sound-juicer-3.11.90.ebuild deleted file mode 100644 index 6c966a7fc128..000000000000 --- a/media-sound/sound-juicer/sound-juicer-3.11.90.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-3.11.90.ebuild,v 1.1 2014/04/27 17:36:12 eva Exp $ - -EAPI="5" -GCONF_DEBUG="yes" - -inherit gnome2 - -DESCRIPTION="CD ripper for GNOME" -HOMEPAGE="http://www.burtonini.com/blog/computers/sound-juicer/" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="flac test vorbis" - -COMMON_DEPEND=" - app-text/iso-codes - >=dev-libs/glib-2.32:2 - >=x11-libs/gtk+-3.2:3 - media-libs/libcanberra[gtk3] - >=app-cdr/brasero-2.90 - sys-apps/dbus - - media-libs/libdiscid - >=media-libs/musicbrainz-5.0.1:5 - - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0[vorbis?] - flac? ( media-plugins/gst-plugins-flac:1.0 ) -" -RDEPEND="${COMMON_DEPEND} - gnome-base/gvfs[cdda,udev] - || ( - media-plugins/gst-plugins-cdparanoia:1.0 - media-plugins/gst-plugins-cdio:1.0 ) - media-plugins/gst-plugins-meta:1.0 -" -DEPEND="${COMMON_DEPEND} - >=dev-util/intltool-0.50 - >=app-text/scrollkeeper-0.3.5 - virtual/pkgconfig - test? ( ~app-text/docbook-xml-dtd-4.3 ) -" - -src_prepare() { - gnome2_src_prepare - - # FIXME: gst macros does not take GST_INSPECT override anymore but we need a - # way to disable inspection due to gst-clutter always creating a GL context - # which is forbidden in sandbox since it needs write access to - # /dev/card*/dri - sed -e "s|\(gstinspect=\).*|\1$(type -P true)|" \ - -i configure || die -} - -src_configure() { - gnome2_src_configure ITSTOOLS="$(type -P true)" -} - -pkg_postinst() { - gnome2_pkg_postinst - if [ -z ${REPLACING_VERSIONS} ]; then - ewarn "The list of audio encoding profiles in ${P} is non-customizable." - ewarn "A possible workaround is to rip to flac using ${PN}, and convert to" - ewarn "your desired format using a separate tool." - fi -} diff --git a/media-sound/sound-juicer/sound-juicer-3.5.1_pre20130826.ebuild b/media-sound/sound-juicer/sound-juicer-3.5.1_pre20130826.ebuild deleted file mode 100644 index a58fa6db2fa3..000000000000 --- a/media-sound/sound-juicer/sound-juicer-3.5.1_pre20130826.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-3.5.1_pre20130826.ebuild,v 1.5 2014/02/22 22:19:18 pacho Exp $ - -EAPI="5" -GCONF_DEBUG="yes" -#GNOME2_LA_PUNT="yes" - -inherit gnome2 - -DESCRIPTION="CD ripper for GNOME" -HOMEPAGE="http://www.burtonini.com/blog/computers/sound-juicer/" -SRC_URI="http://dev.gentoo.org/~eva/distfiles/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" -IUSE="flac test vorbis" - -COMMON_DEPEND=" - app-text/iso-codes - >=dev-libs/glib-2.32:2 - >=x11-libs/gtk+-3.2:3 - media-libs/libcanberra[gtk3] - >=app-cdr/brasero-2.90 - >=gnome-base/gconf-2:2 - sys-apps/dbus - - media-libs/libdiscid - >=media-libs/musicbrainz-5.0.1:5 - - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0[vorbis?] - flac? ( media-plugins/gst-plugins-flac:1.0 ) -" -RDEPEND="${COMMON_DEPEND} - gnome-base/gvfs[cdda,udev] - || ( - media-plugins/gst-plugins-cdparanoia:1.0 - media-plugins/gst-plugins-cdio:1.0 ) - media-plugins/gst-plugins-meta:1.0 -" -DEPEND="${COMMON_DEPEND} - >=dev-util/intltool-0.40 - >=app-text/scrollkeeper-0.3.5 - app-text/gnome-doc-utils - virtual/pkgconfig - test? ( ~app-text/docbook-xml-dtd-4.3 )" - -# Upstream did not do a post-release version bump. -S="${WORKDIR}/${PN}-3.5.0" - -src_prepare() { - gnome2_src_prepare - - # FIXME: gst macros does not take GST_INSPECT override anymore but we need a - # way to disable inspection due to gst-clutter always creating a GL context - # which is forbidden in sandbox since it needs write access to - # /dev/card*/dri - sed -e "s|\(gstinspect=\).*|\1$(type -P true)|" \ - -i configure || die -} - -pkg_postinst() { - gnome2_pkg_postinst - ewarn "If ${PN} does not rip to some music format, please check your USE flags" - ewarn "on media-libs/libgnome-media-profiles and media-plugins/gst-plugins-meta" - ewarn - ewarn "The list of audio encoding profiles in ${P} is non-customizable." - ewarn "A possible workaround is to rip to flac using ${PN}, and convert to" - ewarn "your desired format using a separate tool." -} |