summaryrefslogtreecommitdiff
path: root/media-sound/mp3splt-gtk
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /media-sound/mp3splt-gtk
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'media-sound/mp3splt-gtk')
-rw-r--r--media-sound/mp3splt-gtk/Manifest4
-rw-r--r--media-sound/mp3splt-gtk/metadata.xml3
-rw-r--r--media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild17
3 files changed, 7 insertions, 17 deletions
diff --git a/media-sound/mp3splt-gtk/Manifest b/media-sound/mp3splt-gtk/Manifest
index ec1b6fcb2cf8..3423aa86f4b0 100644
--- a/media-sound/mp3splt-gtk/Manifest
+++ b/media-sound/mp3splt-gtk/Manifest
@@ -1,3 +1,3 @@
DIST mp3splt-gtk-0.9.2.tar.gz 1070580 BLAKE2B b49a246eeb03d11ec8d4c8968323c62e200439af5d2cb52321442365615b20444908f4c33e6bddeec4051fc320f303b98a1d341bc834ec768bc4d803d2fb5be8 SHA512 e837cbc0759cd6535fc466099a170d066ab72b4854f8546f524261fe660887f5d2add60d9fa1e19d68d811004c682a324b5bcba86aa8cb89ae1ad2bc2f9b1d9d
-EBUILD mp3splt-gtk-0.9.2-r1.ebuild 1144 BLAKE2B c43cc8ec5dd140e5acb10cd3060a1dcd44c5d1f9a4c2fd3a5359c7dcfadc8af8ca99c693ea1481c273c7243eabe4cccde02d4d36e04bdca57f5f0e8503e3b4cf SHA512 00b6bebd9461917b73b1d3ea3708240f398625935487b13cf0c6fb298e8abbbfff86aa146945794c75f9a0771dfa5bc4105b6be269653220b46888ff887f2b0d
-MISC metadata.xml 426 BLAKE2B d40b4d17f8b9b613f30a83b785db5728b5d1c3485594a470758e1be644dab472d3c4130d36631f0f3dc48db14dedd673afd36142b9f33cd9f7c8e5c50f7b8ce7 SHA512 bdb4ccec57ed706d1bec69d42ae6dc1f4c5aa59155cb671df061632155d8aacceb83ec3e1c66702176d4be5a462a31d30153e32696bcf28dc6a9b2eb137f9de9
+EBUILD mp3splt-gtk-0.9.2-r1.ebuild 930 BLAKE2B 3086bf682804c6d753bcf37947f4ed35203ff6059dc133560279ee1b430145e6329c65303fe29e687a8da11467cc743f6da31e4e830b3718dd62307f7019b232 SHA512 21f1e13f2db7580dacc15700a12d80f04f47b49be5eba538077be671e1bbcb469f625d0284a27469d3954ee3730fe2355b5c1d96fbdea19c461ff0bb7933a803
+MISC metadata.xml 330 BLAKE2B f237f66bdf5752ca2864a72cd27918776b88b73d113a2aff324dbbe53956973421724b3babd3e25892d0894184bf842dbe3cb48cd3514285e500110c7d7bb1ac SHA512 46486e0840a5f4891a1d611ba22e1e540d0e16d3cf61ef362e1085d188a75b5297e6ac2abf8c3af40eeabf246c076958dc2fc8b9cce5f5bdd248b282491afc38
diff --git a/media-sound/mp3splt-gtk/metadata.xml b/media-sound/mp3splt-gtk/metadata.xml
index 19ed72cab9b7..fa7e71f336a3 100644
--- a/media-sound/mp3splt-gtk/metadata.xml
+++ b/media-sound/mp3splt-gtk/metadata.xml
@@ -5,9 +5,6 @@
<email>sound@gentoo.org</email>
<name>Gentoo Sound project</name>
</maintainer>
- <use>
- <flag name="audacious">Include <pkg>media-sound/audacious</pkg> support</flag>
- </use>
<upstream>
<remote-id type="sourceforge">mp3splt</remote-id>
</upstream>
diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
index 741682ebf20c..d0f02f52dc94 100644
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
+++ b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit versionator autotools multilib
+
+inherit versionator autotools
DESCRIPTION="a GTK+ based utility to split mp3 and ogg files without decoding"
HOMEPAGE="http://mp3splt.sourceforge.net"
@@ -11,13 +12,12 @@ SRC_URI="mirror://sourceforge/mp3splt/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc x86"
-IUSE="audacious doc gstreamer nls"
+IUSE="doc gstreamer nls"
RDEPEND="
>=media-libs/libmp3splt-0.9.2
x11-libs/gtk+:3
- audacious? ( >=media-sound/audacious-3.0 )
- !audacious? ( dev-libs/dbus-glib )
+ dev-libs/dbus-glib
gstreamer? (
media-libs/gstreamer:1.0
media-plugins/gst-plugins-meta:1.0[mp3] )
@@ -29,13 +29,6 @@ DEPEND="${RDEPEND}
src_prepare() {
default
-
- if use audacious; then
- sed -i \
- -e 's:@AUDACIOUS_LIBS@:-laudclient &:' \
- src/Makefile.am || die
- fi
-
eautoreconf
}
@@ -43,10 +36,10 @@ src_configure() {
local myconf
use nls || myconf+=" --disable-nls"
- use audacious || myconf+=" --disable-audacious"
use gstreamer || myconf+=" --disable-gstreamer"
econf \
+ --disable-audacious \
--disable-gnome \
$(use_enable doc doxygen_doc) \
--disable-cutter \