public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/streamtuner/
@ 2024-12-28  0:05 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2024-12-28  0:05 UTC (permalink / raw
  To: gentoo-commits

commit:     299c06720f8859a7845a3a0d5e248b608116fb6d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 23:54:33 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 00:04:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=299c0672

net-misc/streamtuner: drop 0.99.99-r6

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/streamtuner/streamtuner-0.99.99-r6.ebuild | 57 ----------------------
 1 file changed, 57 deletions(-)

diff --git a/net-misc/streamtuner/streamtuner-0.99.99-r6.ebuild b/net-misc/streamtuner/streamtuner-0.99.99-r6.ebuild
deleted file mode 100644
index 2bade45c8ab6..000000000000
--- a/net-misc/streamtuner/streamtuner-0.99.99-r6.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-GNOME2_EAUTORECONF="yes"
-inherit gnome2
-
-DESCRIPTION="Stream directory browser for browsing internet radio streams"
-HOMEPAGE="https://www.nongnu.org/streamtuner/"
-SRC_URI="
-	https://savannah.nongnu.org/download/${PN}/${P}.tar.gz
-	https://savannah.nongnu.org/download/${PN}/${P}-pygtk-2.6.diff"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE="+shout +xiph"
-
-RDEPEND="
-	>=x11-libs/gtk+-2.4:2
-	net-misc/curl
-	xiph? ( dev-libs/libxml2:2 )
-	>=media-libs/taglib-1.2
-	x11-misc/xdg-utils"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	dev-build/gtk-doc-am
-	virtual/pkgconfig"
-
-src_prepare() {
-	eapply "${FILESDIR}"/${P}-gentoo.patch
-	eapply "${FILESDIR}"/${P}-shoutcast.patch
-	eapply "${FILESDIR}"/${P}-shoutcast-2.patch
-	eapply "${FILESDIR}"/${P}-audacious.patch
-	eapply -p0 "${DISTDIR}"/${P}-pygtk-2.6.diff
-	eapply "${FILESDIR}"/${P}-stack_increase.patch
-
-	# Fix .desktop file
-	sed -i \
-		-e 's/streamtuner.png/streamtuner/' \
-		-e 's/Categories=Application;/Categories=/' \
-		data/streamtuner.desktop.in || die
-
-	gnome2_src_prepare
-}
-
-src_configure() {
-	# live365 causes parse errors at connect time
-	# The right value for compile-warning for this is 'yes' (#481124)
-	gnome2_src_configure \
-		--enable-compile-warnings=yes \
-		--disable-live365 \
-		--disable-python \
-		$(use_enable shout shoutcast) \
-		$(use_enable xiph)
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/streamtuner/
@ 2024-12-28  0:05 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2024-12-28  0:05 UTC (permalink / raw
  To: gentoo-commits

commit:     42e833e8080e30daa8f65f0cd63dd2c58c983074
Author:     Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Wed Dec 25 21:33:21 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 00:04:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e833e8

net-misc/streamtuner: Add media-libs/taglib:= slot op, ABI break imminent

Committer-comment: de-stabilising not necessary

Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/streamtuner/streamtuner-0.99.99-r7.ebuild | 57 ++++++++++++++++++++++
 1 file changed, 57 insertions(+)

diff --git a/net-misc/streamtuner/streamtuner-0.99.99-r7.ebuild b/net-misc/streamtuner/streamtuner-0.99.99-r7.ebuild
new file mode 100644
index 000000000000..f0100a083d3c
--- /dev/null
+++ b/net-misc/streamtuner/streamtuner-0.99.99-r7.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+GNOME2_EAUTORECONF="yes"
+inherit gnome2
+
+DESCRIPTION="Stream directory browser for browsing internet radio streams"
+HOMEPAGE="https://www.nongnu.org/streamtuner/"
+SRC_URI="
+	https://savannah.nongnu.org/download/${PN}/${P}.tar.gz
+	https://savannah.nongnu.org/download/${PN}/${P}-pygtk-2.6.diff"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 ~ppc ~sparc x86"
+IUSE="+shout +xiph"
+
+RDEPEND="
+	>=x11-libs/gtk+-2.4:2
+	net-misc/curl
+	xiph? ( dev-libs/libxml2:2 )
+	media-libs/taglib:=
+	x11-misc/xdg-utils"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-build/gtk-doc-am
+	virtual/pkgconfig"
+
+src_prepare() {
+	eapply "${FILESDIR}"/${P}-gentoo.patch
+	eapply "${FILESDIR}"/${P}-shoutcast.patch
+	eapply "${FILESDIR}"/${P}-shoutcast-2.patch
+	eapply "${FILESDIR}"/${P}-audacious.patch
+	eapply -p0 "${DISTDIR}"/${P}-pygtk-2.6.diff
+	eapply "${FILESDIR}"/${P}-stack_increase.patch
+
+	# Fix .desktop file
+	sed -i \
+		-e 's/streamtuner.png/streamtuner/' \
+		-e 's/Categories=Application;/Categories=/' \
+		data/streamtuner.desktop.in || die
+
+	gnome2_src_prepare
+}
+
+src_configure() {
+	# live365 causes parse errors at connect time
+	# The right value for compile-warning for this is 'yes' (#481124)
+	gnome2_src_configure \
+		--enable-compile-warnings=yes \
+		--disable-live365 \
+		--disable-python \
+		$(use_enable shout shoutcast) \
+		$(use_enable xiph)
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/streamtuner/
@ 2020-02-19 14:00 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2020-02-19 14:00 UTC (permalink / raw
  To: gentoo-commits

commit:     cea4514eeef984c280241a639d31a0d3837c5689
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 19 14:00:01 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 19 14:00:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea4514e

net-misc/streamtuner: Drop USE python

Closes: https://bugs.gentoo.org/708154
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild b/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
index a8d6ec3abcd..c07f5be960e 100644
--- a/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
+++ b/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 inherit gnome2
 
 DESCRIPTION="Stream directory browser for browsing internet radio streams"
@@ -12,14 +13,13 @@ SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.gz
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE="python +shout +xiph"
+IUSE="+shout +xiph"
 
 RDEPEND="
 	>=x11-libs/gtk+-2.4:2
 	net-misc/curl
 	xiph? ( dev-libs/libxml2:2 )
 	>=media-libs/taglib-1.2
-	python? ( dev-python/pygtk:2 )
 	x11-misc/xdg-utils
 "
 DEPEND="${RDEPEND}
@@ -50,7 +50,7 @@ src_configure() {
 	gnome2_src_configure \
 		--enable-compile-warnings=yes \
 		--disable-live365 \
-		$(use_enable python) \
+		--disable-python \
 		$(use_enable shout shoutcast) \
 		$(use_enable xiph)
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/streamtuner/
@ 2018-05-13 19:20 Aaron Bauman
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2018-05-13 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     dc9a1e0408eacc9c7705c9420fda127d8ddae49c
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri May 11 13:09:28 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 13 19:18:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc9a1e04

net-misc/streamtuner: use HTTPS

 net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild b/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
index ea6fe488906..a8d6ec3abcd 100644
--- a/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
+++ b/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit gnome2
 
 DESCRIPTION="Stream directory browser for browsing internet radio streams"
-HOMEPAGE="http://www.nongnu.org/streamtuner"
+HOMEPAGE="https://www.nongnu.org/streamtuner/"
 SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.gz
 	 https://savannah.nongnu.org/download/${PN}/${P}-pygtk-2.6.diff"
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-12-28  0:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-28  0:05 [gentoo-commits] repo/gentoo:master commit in: net-misc/streamtuner/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-12-28  0:05 Andreas Sturmlechner
2020-02-19 14:00 Andreas Sturmlechner
2018-05-13 19:20 Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox