summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-24 00:43:22 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-24 00:43:22 +0200
commit27a3c18f303b850eda1a29816095ba0db3e0ee9d (patch)
treef06a6430b8c0621818b546f5695aa43893b8e746 /media-sound
parentmedia-sound/konvertible: Import 1.0.1 from before slot 4 removal (diff)
downloadkde-sunset-27a3c18f303b850eda1a29816095ba0db3e0ee9d.tar.gz
kde-sunset-27a3c18f303b850eda1a29816095ba0db3e0ee9d.tar.bz2
kde-sunset-27a3c18f303b850eda1a29816095ba0db3e0ee9d.zip
media-sound/kstreamripper: Import 0.7.100 from before last-rites
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/kstreamripper/Manifest3
-rw-r--r--media-sound/kstreamripper/files/kstreamripper-0.7.100-nodebuglog.patch11
-rw-r--r--media-sound/kstreamripper/kstreamripper-0.3.4.ebuild2
-rw-r--r--media-sound/kstreamripper/kstreamripper-0.7.100-r2.ebuild27
-rw-r--r--media-sound/kstreamripper/metadata.xml3
5 files changed, 44 insertions, 2 deletions
diff --git a/media-sound/kstreamripper/Manifest b/media-sound/kstreamripper/Manifest
index 13857c59..fcbff996 100644
--- a/media-sound/kstreamripper/Manifest
+++ b/media-sound/kstreamripper/Manifest
@@ -1 +1,2 @@
-DIST kstreamripper-0.3.4.tar.bz2 126307 SHA256 924b1ced837ac6e5078e0bf9a5a88e0ca853ce2a200b47900a7ba63ef831c824
+DIST kstreamripper-0.3.4.tar.bz2 126307 BLAKE2B a7241e67398d937be1989aa2c1f058bdd6ada3e6405467b08af344adadfb91de5c7ed595ff57a9fe7894ab0487b48f035571be0582af104accf10b880e6a254d SHA512 2c8183ef333fa3a1c7b2688da94117fd83231e66479af75f4afbaa658cce676c652df78e61d7f889fb19f5a35b2b98526e96b81c80af9882caa0d538639e7b21
+DIST kstreamripper-0.7.100.tar.bz2 1019096 BLAKE2B b2f896f249f873f59422d8973d35ae9034f6c4c4950d80e3c23297ecf8c18db0716d899064ea90b3f63952e4b20db5fc8b05fe11bdc48fccd59e14c549f78ae6 SHA512 395a2238470bc40686ac29b5d0d05ec082668a23a908649d643edbe72cb3c581f74a46ad9607f98e6b8f43148e1993676e4e295578bbf9db4ee077498957aec0
diff --git a/media-sound/kstreamripper/files/kstreamripper-0.7.100-nodebuglog.patch b/media-sound/kstreamripper/files/kstreamripper-0.7.100-nodebuglog.patch
new file mode 100644
index 00000000..d4b7172e
--- /dev/null
+++ b/media-sound/kstreamripper/files/kstreamripper-0.7.100-nodebuglog.patch
@@ -0,0 +1,11 @@
+diff -ruN kstreamripper.orig/src/version.h.cmake kstreamripper/src/version.h.cmake
+--- kstreamripper.orig/src/version.h.cmake 2011-09-07 19:54:40.000000000 +0200
++++ kstreamripper/src/version.h.cmake 2011-12-18 20:17:53.521611664 +0100
+@@ -21,6 +21,6 @@
+
+ /** This macro indicates that
+ * #myMessageOutput() should be included in the binary. */
+-#define CUSTOMMESSAGEHANDLER
++/* #define CUSTOMMESSAGEHANDLER */
+
+ #endif
diff --git a/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild b/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild
index b1d4883d..d666030e 100644
--- a/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild
+++ b/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="KStreamripper - a nice KDE3 frontend to media-sound/streamripper"
HOMEPAGE="http://kstreamripper.tuxipuxi.org/"
# Portage isn't capable to get along with this url.
# SRC_URI="http://www.tuxipuxi.org/?download=${P}.tar.bz2"
-SRC_URI="http://mirror.krakonos.org/kde-sunset/${P}.tar.bz2"
+SRC_URI="mirror://kde-sunset/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
diff --git a/media-sound/kstreamripper/kstreamripper-0.7.100-r2.ebuild b/media-sound/kstreamripper/kstreamripper-0.7.100-r2.ebuild
new file mode 100644
index 00000000..a0ad271b
--- /dev/null
+++ b/media-sound/kstreamripper/kstreamripper-0.7.100-r2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="Program for ripping internet radios"
+HOMEPAGE="http://kstreamripper.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2 GPL-3"
+SLOT="4"
+KEYWORDS="amd64 x86"
+IUSE="debug"
+
+DEPEND=""
+#>=net-libs/libproxy-0.3.1
+RDEPEND="${DEPEND}
+ media-sound/streamripper
+"
+
+S=${WORKDIR}/${PN}
+
+DOCS=( TODO.odt )
+
+PATCHES=( "${FILESDIR}/${P}-nodebuglog.patch" )
diff --git a/media-sound/kstreamripper/metadata.xml b/media-sound/kstreamripper/metadata.xml
index 6f49eba8..d98046c3 100644
--- a/media-sound/kstreamripper/metadata.xml
+++ b/media-sound/kstreamripper/metadata.xml
@@ -2,4 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
+ <upstream>
+ <remote-id type="sourceforge">kstreamripper</remote-id>
+ </upstream>
</pkgmetadata>