summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-05-30 16:50:39 -0700
committerMatt Turner <mattst88@gentoo.org>2021-05-30 18:58:15 -0700
commitee7ee0c50d829c9ac7973ce5bac75684b7d084a1 (patch)
treea8c465086214ceacb06e7a6b27e41b4ab8d55396 /media-sound/sound-juicer
parentmedia-sound/gnome-sound-recorder: Drop old versions (diff)
downloadgentoo-ee7ee0c50d829c9ac7973ce5bac75684b7d084a1.tar.gz
gentoo-ee7ee0c50d829c9ac7973ce5bac75684b7d084a1.tar.bz2
gentoo-ee7ee0c50d829c9ac7973ce5bac75684b7d084a1.zip
media-sound/sound-juicer: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-sound/sound-juicer')
-rw-r--r--media-sound/sound-juicer/Manifest1
-rw-r--r--media-sound/sound-juicer/sound-juicer-3.24.0.ebuild61
2 files changed, 0 insertions, 62 deletions
diff --git a/media-sound/sound-juicer/Manifest b/media-sound/sound-juicer/Manifest
index 40f89f0a1402..65593dad4b56 100644
--- a/media-sound/sound-juicer/Manifest
+++ b/media-sound/sound-juicer/Manifest
@@ -1,2 +1 @@
-DIST sound-juicer-3.24.0.tar.xz 1019588 BLAKE2B 04ba81aaa2e02fa0f6d7bfc1304be3dd1eb750c324c577b4a12809fbf43fc5ff74339750af3d99e91dc66bb0f0e4e6c33144177421f34258fb13c949a3fd5b63 SHA512 7bd158a4e3a7c3072513fc508f59cd70b6d9371cde142fdb58597e72b3687790b9368fc7e1a35fd8c7b49cb28703f8b2da4a789854f96cdc0af076278818a91f
DIST sound-juicer-3.38.0.tar.xz 1775916 BLAKE2B d811f91256197cb6575f491e3c692a60ccfaa78ae28d5a489c27e835dec07a16c19b5bae6cae774e6efe3bc7ae10cffc3c03f652f9e60263325167cb1b348743 SHA512 d76d38839c1f5a997a900d0ba4f43d59e38d9a1d547f51bdf15d1aa9ee0a2b24210a876bfccb7b221feb1adab5882ac1d884da6131a0f259dd985326222eff9f
diff --git a/media-sound/sound-juicer/sound-juicer-3.24.0.ebuild b/media-sound/sound-juicer/sound-juicer-3.24.0.ebuild
deleted file mode 100644
index ed690672588a..000000000000
--- a/media-sound/sound-juicer/sound-juicer-3.24.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="CD ripper for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/SoundJuicer"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="debug flac test vorbis"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
- app-text/iso-codes
- >=dev-libs/glib-2.49.5:2[dbus]
- >=x11-libs/gtk+-3.21.6:3
- media-libs/libcanberra[gtk3]
- >=app-cdr/brasero-2.90
- sys-apps/dbus
- gnome-base/gsettings-desktop-schemas
-
- >=media-libs/libdiscid-0.4.0
- >=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-libs/appstream-glib
- dev-util/itstool
- >=sys-devel/gettext-0.19.6
- 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 \
- $(usex debug --enable-debug=yes ' ')
-}