public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/streamtuner/, net-misc/streamtuner/files/
@ 2016-11-04 10:30 Pacho Ramos
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos @ 2016-11-04 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     822c365e8558b6b78ec6364263773203635c5656
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  4 10:28:50 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Nov  4 10:30:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822c365e

net-misc/streamtuner: scrollkeeper is not needed, update ebuild

Package-Manager: portage-2.3.2

 .../files/streamtuner-0.99.99-shoutcast-2.patch      |  4 ++--
 .../files/streamtuner-0.99.99-shoutcast.patch        |  4 ++--
 .../files/streamtuner-0.99.99-stack_increase.patch   |  4 ++--
 net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild   | 20 +++++++++-----------
 4 files changed, 15 insertions(+), 17 deletions(-)

diff --git a/net-misc/streamtuner/files/streamtuner-0.99.99-shoutcast-2.patch b/net-misc/streamtuner/files/streamtuner-0.99.99-shoutcast-2.patch
index e62df03..dac5973 100644
--- a/net-misc/streamtuner/files/streamtuner-0.99.99-shoutcast-2.patch
+++ b/net-misc/streamtuner/files/streamtuner-0.99.99-shoutcast-2.patch
@@ -1,5 +1,5 @@
---- src/plugins/shoutcast/shoutcast.c
-+++ src/plugins/shoutcast/shoutcast.c
+--- a/src/plugins/shoutcast/shoutcast.c
++++ b/src/plugins/shoutcast/shoutcast.c
 @@ -40,1 +40,1 @@
 -#define SHOUTCAST_ROOT		"http://www.shoutcast.com/"
 +#define SHOUTCAST_ROOT		"http://classic.shoutcast.com/"

diff --git a/net-misc/streamtuner/files/streamtuner-0.99.99-shoutcast.patch b/net-misc/streamtuner/files/streamtuner-0.99.99-shoutcast.patch
index b7db78b..41f80c4 100644
--- a/net-misc/streamtuner/files/streamtuner-0.99.99-shoutcast.patch
+++ b/net-misc/streamtuner/files/streamtuner-0.99.99-shoutcast.patch
@@ -1,5 +1,5 @@
---- src/plugins/shoutcast/shoutcast.c.orig	2004-12-19 15:21:00.000000000 +0000
-+++ src/plugins/shoutcast/shoutcast.c	2008-03-16 10:39:24.000000000 +0000
+--- a/src/plugins/shoutcast/shoutcast.c.orig	2004-12-19 15:21:00.000000000 +0000
++++ b/src/plugins/shoutcast/shoutcast.c	2008-03-16 10:39:24.000000000 +0000
 @@ -94,6 +94,8 @@
  
    GNode			*parent_node;

diff --git a/net-misc/streamtuner/files/streamtuner-0.99.99-stack_increase.patch b/net-misc/streamtuner/files/streamtuner-0.99.99-stack_increase.patch
index 0b64aa7..2313915 100644
--- a/net-misc/streamtuner/files/streamtuner-0.99.99-stack_increase.patch
+++ b/net-misc/streamtuner/files/streamtuner-0.99.99-stack_increase.patch
@@ -1,5 +1,5 @@
---- src/streamtuner/st-thread.c
-+++ src/streamtuner/st-thread.c
+--- a/src/streamtuner/st-thread.c
++++ b/src/streamtuner/st-thread.c
 @@ -108,1 +108,1 @@
 -			     0x18000, /* 96k, big enough for libcurl */
 +			     0x40000, /* change from 96k to 256k */

diff --git a/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild b/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
index c108b0a..bdd97ba 100644
--- a/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
+++ b/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-GCONF_DEBUG=no
-inherit eutils gnome2
+EAPI=6
+inherit gnome2
 
 DESCRIPTION="Stream directory browser for browsing internet radio streams"
 HOMEPAGE="http://www.nongnu.org/streamtuner"
@@ -19,7 +18,6 @@ IUSE="python +shout +xiph"
 RDEPEND="
 	>=x11-libs/gtk+-2.4:2
 	net-misc/curl
-	app-text/scrollkeeper
 	xiph? ( dev-libs/libxml2:2 )
 	>=media-libs/taglib-1.2
 	python? ( dev-python/pygtk:2 )
@@ -31,12 +29,12 @@ DEPEND="${RDEPEND}
 "
 
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-gentoo.patch \
-		"${FILESDIR}"/${P}-shoutcast.patch \
-		"${FILESDIR}"/${P}-shoutcast-2.patch \
-		"${FILESDIR}"/${P}-audacious.patch \
-		"${DISTDIR}"/${P}-pygtk-2.6.diff \
-		"${FILESDIR}"/${P}-stack_increase.patch
+	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 \


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/streamtuner/, net-misc/streamtuner/files/
@ 2024-06-08 12:01 David Seifert
  0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2024-06-08 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     d46e2fc7f745cb263846f1c0d2575c5685be68fc
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  8 12:01:30 2024 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jun  8 12:01:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d46e2fc7

net-misc/streamtuner: update EAPI 6 -> 8

Closes: https://bugs.gentoo.org/849332
Closes: https://bugs.gentoo.org/885883
Closes: https://bugs.gentoo.org/900258
Closes: https://bugs.gentoo.org/926211
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../files/streamtuner-0.99.99-audacious.patch      |  25 ++---
 .../files/streamtuner-0.99.99-gentoo.patch         | 122 +++++++++++++++------
 .../files/streamtuner-0.99.99-shoutcast.patch      |   4 +-
 ....99-r5.ebuild => streamtuner-0.99.99-r6.ebuild} |  17 +--
 4 files changed, 110 insertions(+), 58 deletions(-)

diff --git a/net-misc/streamtuner/files/streamtuner-0.99.99-audacious.patch b/net-misc/streamtuner/files/streamtuner-0.99.99-audacious.patch
index 75eb2738e6b0..4dcc9837edc9 100644
--- a/net-misc/streamtuner/files/streamtuner-0.99.99-audacious.patch
+++ b/net-misc/streamtuner/files/streamtuner-0.99.99-audacious.patch
@@ -1,6 +1,5 @@
-diff -ur streamtuner-0.99.99.orig/src/plugins/live365/live365.c streamtuner-0.99.99/src/plugins/live365/live365.c
---- streamtuner-0.99.99.orig/src/plugins/live365/live365.c	2004-12-19 12:27:03.000000000 +0200
-+++ streamtuner-0.99.99/src/plugins/live365/live365.c	2009-01-18 20:03:35.000000000 +0200
+--- a/src/plugins/live365/live365.c
++++ b/src/plugins/live365/live365.c
 @@ -1411,7 +1411,7 @@
  
    st_action_register("record-stream", _("Record a stream"), "xterm -e streamripper %q");
@@ -10,9 +9,8 @@ diff -ur streamtuner-0.99.99.orig/src/plugins/live365/live365.c streamtuner-0.99
  
    return TRUE;
  }
-diff -ur streamtuner-0.99.99.orig/src/plugins/local/local.c streamtuner-0.99.99/src/plugins/local/local.c
---- streamtuner-0.99.99.orig/src/plugins/local/local.c	2004-12-13 09:39:29.000000000 +0200
-+++ streamtuner-0.99.99/src/plugins/local/local.c	2009-01-18 20:03:49.000000000 +0200
+--- a/src/plugins/local/local.c
++++ b/src/plugins/local/local.c
 @@ -1057,7 +1057,7 @@
  
    init_handler();
@@ -22,9 +20,8 @@ diff -ur streamtuner-0.99.99.orig/src/plugins/local/local.c streamtuner-0.99.99/
    st_action_register("view-web", _("Open a web page"), "epiphany %q");
  
    return TRUE;
-diff -ur streamtuner-0.99.99.orig/src/plugins/shoutcast/shoutcast.c streamtuner-0.99.99/src/plugins/shoutcast/shoutcast.c
---- streamtuner-0.99.99.orig/src/plugins/shoutcast/shoutcast.c	2004-12-19 17:21:00.000000000 +0200
-+++ streamtuner-0.99.99/src/plugins/shoutcast/shoutcast.c	2009-01-18 20:03:42.000000000 +0200
+--- a/src/plugins/shoutcast/shoutcast.c
++++ b/src/plugins/shoutcast/shoutcast.c
 @@ -959,7 +959,7 @@
  
    init_handler();
@@ -34,9 +31,8 @@ diff -ur streamtuner-0.99.99.orig/src/plugins/shoutcast/shoutcast.c streamtuner-
    st_action_register("record-stream", _("Record a stream"), "xterm -e streamripper %q");
    st_action_register("view-web", _("Open a web page"), "epiphany %q");
  
-diff -ur streamtuner-0.99.99.orig/src/plugins/xiph/xiph.c streamtuner-0.99.99/src/plugins/xiph/xiph.c
---- streamtuner-0.99.99.orig/src/plugins/xiph/xiph.c	2004-12-13 11:57:33.000000000 +0200
-+++ streamtuner-0.99.99/src/plugins/xiph/xiph.c	2009-01-18 20:04:17.000000000 +0200
+--- a/src/plugins/xiph/xiph.c
++++ b/src/plugins/xiph/xiph.c
 @@ -957,7 +957,7 @@
    init_handler();
  
@@ -46,9 +42,8 @@ diff -ur streamtuner-0.99.99.orig/src/plugins/xiph/xiph.c streamtuner-0.99.99/sr
  
    return TRUE;
  }
-diff -ur streamtuner-0.99.99.orig/src/streamtuner/st-preselections.c streamtuner-0.99.99/src/streamtuner/st-preselections.c
---- streamtuner-0.99.99.orig/src/streamtuner/st-preselections.c	2004-12-13 11:57:52.000000000 +0200
-+++ streamtuner-0.99.99/src/streamtuner/st-preselections.c	2009-01-18 20:04:02.000000000 +0200
+--- a/src/streamtuner/st-preselections.c
++++ b/src/streamtuner/st-preselections.c
 @@ -390,7 +390,7 @@
  {
    st_preselections_init_handler();

diff --git a/net-misc/streamtuner/files/streamtuner-0.99.99-gentoo.patch b/net-misc/streamtuner/files/streamtuner-0.99.99-gentoo.patch
index 2e5d843420da..d739f309893a 100644
--- a/net-misc/streamtuner/files/streamtuner-0.99.99-gentoo.patch
+++ b/net-misc/streamtuner/files/streamtuner-0.99.99-gentoo.patch
@@ -1,6 +1,50 @@
-diff -ur streamtuner-0.99.99.orig/data/streamtuner.pc.in streamtuner-0.99.99/data/streamtuner.pc.in
---- streamtuner-0.99.99.orig/data/streamtuner.pc.in	2004-12-11 04:03:20.000000000 +0200
-+++ streamtuner-0.99.99/data/streamtuner.pc.in	2007-07-29 09:40:44.000000000 +0300
+--- a/configure.ac
++++ b/configure.ac
+@@ -23,14 +23,6 @@
+ AM_CONFIG_HEADER(config.h)
+ AC_PROG_LIBTOOL
+ 
+-if $CONFIG_SHELL ./libtool --features | grep "enable shared" >/dev/null 2>&1; then :; else
+-	if test "$enable_shared" = no; then
+-		AC_MSG_ERROR([streamtuner requires shared libraries: do not use --disable-shared])
+-	else
+-		AC_MSG_ERROR([streamtuner requires shared libraries but the target system does not support them])
+-	fi
+-fi
+-
+ ### i18n
+ 
+ GETTEXT_PACKAGE=AC_PACKAGE_NAME
+@@ -49,9 +41,6 @@
+ 
+ # check for ANSI C headers
+ AC_HEADER_STDC
+-if test $ac_cv_header_stdc != yes; then
+-	AC_MSG_ERROR([ANSI C headers not present])
+-fi
+ 
+ ### build dependencies
+ 
+@@ -62,7 +51,7 @@
+ 
+ AM_PATH_GTK_2_0(2.4.0,, [AC_MSG_ERROR([unable to find the GTK+ library])])
+ 
+-AM_PATH_CURL(7.10.8,, [AC_MSG_ERROR([unable to find the libcurl library])])
++PKG_CHECK_MODULES([CURL], [libcurl >= 7.10.8])
+ 
+ if ST_FEATURE_ENABLED(xiph); then
+ 	PKG_CHECK_MODULES(LIBXML, libxml-2.0,, [ST_FEATURE_DISABLE(xiph, [libxml not found])])
+@@ -70,7 +59,7 @@
+ 
+ if ST_FEATURE_ENABLED(local); then
+ 	if ST_FEATURE_ENABLED(local-metadata); then
+-		AM_PATH_TAGLIB_C(1.2,, [ST_FEATURE_DISABLE(local-metadata, [TagLib not found])])
++		PKG_CHECK_MODULES([TAGLIB], [taglib_c])
+ 	fi
+ else
+ 	if ST_FEATURE_ENABLED(local-metadata); then
+--- a/data/streamtuner.pc.in
++++ b/data/streamtuner.pc.in
 @@ -1,9 +1,8 @@
  prefix=@prefix@
  includedir=@includedir@/streamtuner
@@ -12,21 +56,19 @@ diff -ur streamtuner-0.99.99.orig/data/streamtuner.pc.in streamtuner-0.99.99/dat
  Requires: gmodule-2.0 gtk+-2.0
 -Cflags: -I${includedir} -I${oldincludedir}
 +Cflags: -I${includedir}
-diff -ur streamtuner-0.99.99.orig/docs/reference/Makefile.in streamtuner-0.99.99/docs/reference/Makefile.in
---- streamtuner-0.99.99.orig/docs/reference/Makefile.in	2004-12-21 17:31:18.000000000 +0200
-+++ streamtuner-0.99.99/docs/reference/Makefile.in	2007-07-29 09:41:15.000000000 +0300
-@@ -517,7 +517,7 @@
- @ENABLE_GTK_DOC_TRUE@	rm -rf $(srcdir)/html 
- @ENABLE_GTK_DOC_TRUE@	mkdir $(srcdir)/html
- @ENABLE_GTK_DOC_TRUE@	cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
--@ENABLE_GTK_DOC_TRUE@	sed -i "" -e \
-+@ENABLE_GTK_DOC_TRUE@	sed -i -e \
- @ENABLE_GTK_DOC_TRUE@		's/background: #ffeeee/background: #daffd1/g; \
- @ENABLE_GTK_DOC_TRUE@		 s/border: solid 1px #ffaaaa/border: solid 1px #74ff54/g; \
- @ENABLE_GTK_DOC_TRUE@		 s/background: #eeeeff/background: #feffde/g; \
-diff -ur streamtuner-0.99.99.orig/help/omf.make streamtuner-0.99.99/help/omf.make
---- streamtuner-0.99.99.orig/help/omf.make	2004-03-23 18:17:10.000000000 +0200
-+++ streamtuner-0.99.99/help/omf.make	2007-07-29 09:42:50.000000000 +0300
+--- a/docs/gtk-doc.make
++++ b/docs/gtk-doc.make
+@@ -95,7 +95,7 @@
+ 	rm -rf $(srcdir)/html 
+ 	mkdir $(srcdir)/html
+ 	cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
+-	sed -i "" -e \
++	sed -i -e \
+ 		's/background: #ffeeee/background: #daffd1/g; \
+ 		 s/border: solid 1px #ffaaaa/border: solid 1px #74ff54/g; \
+ 		 s/background: #eeeeff/background: #feffde/g; \
+--- a/help/omf.make
++++ b/help/omf.make
 @@ -42,7 +42,9 @@
  	for file in $(omffile); do \
  		$(INSTALL_DATA) $(srcdir)/$$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
@@ -38,9 +80,27 @@ diff -ur streamtuner-0.99.99.orig/help/omf.make streamtuner-0.99.99/help/omf.mak
  
  uninstall-local-omf:
  	-for file in $(srcdir)/*.omf; do \
-diff -ur streamtuner-0.99.99.orig/src/streamtuner/st-category-store.c streamtuner-0.99.99/src/streamtuner/st-category-store.c
---- streamtuner-0.99.99.orig/src/streamtuner/st-category-store.c	2004-12-18 11:17:32.000000000 +0200
-+++ streamtuner-0.99.99/src/streamtuner/st-category-store.c	2007-07-29 09:41:46.000000000 +0300
+--- a/src/sglib/Makefile.am
++++ b/src/sglib/Makefile.am
+@@ -6,6 +6,5 @@
+ 	sg-parser.h				\
+ 	sg-util.c				\
+ 	sg-util.h
+-libsglib_la_LDFLAGS = -static
+ 
+ AM_CPPFLAGS = $(WARN_CFLAGS) $(GLIB_CFLAGS)
+--- a/src/sgtk/Makefile.am
++++ b/src/sgtk/Makefile.am
+@@ -21,7 +21,6 @@
+ 	sgtk-util.h
+ nodist_libsgtk_la_SOURCES =			\
+ 	$(top_srcdir)/art/auth.h
+-libsgtk_la_LDFLAGS = -static
+ 
+ AM_CPPFLAGS = $(WARN_CFLAGS) $(GTK_CFLAGS) \
+ 	-I$(top_srcdir)/src/sglib
+--- a/src/streamtuner/st-category-store.c
++++ b/src/streamtuner/st-category-store.c
 @@ -356,7 +356,6 @@
  {
    STCategoryBag **bag = data;
@@ -58,9 +118,8 @@ diff -ur streamtuner-0.99.99.orig/src/streamtuner/st-category-store.c streamtune
  }
  
  static gboolean
-diff -ur streamtuner-0.99.99.orig/src/streamtuner/st-network-preferences-page.c streamtuner-0.99.99/src/streamtuner/st-network-preferences-page.c
---- streamtuner-0.99.99.orig/src/streamtuner/st-network-preferences-page.c	2004-12-16 15:05:07.000000000 +0200
-+++ streamtuner-0.99.99/src/streamtuner/st-network-preferences-page.c	2007-07-29 09:43:21.000000000 +0300
+--- a/src/streamtuner/st-network-preferences-page.c
++++ b/src/streamtuner/st-network-preferences-page.c
 @@ -183,10 +183,10 @@
    st_preferences_bind_boolean(GTK_TOGGLE_BUTTON(page->priv->proxy_check),
  			      &st_settings.proxy_enabled);
@@ -74,9 +133,8 @@ diff -ur streamtuner-0.99.99.orig/src/streamtuner/st-network-preferences-page.c
  				ST_TRANSFER_PROXY_SOCKS5);
    st_preferences_bind_string(GTK_ENTRY(page->priv->server_entry),
  			     &st_settings.proxy_server);
-diff -ur streamtuner-0.99.99.orig/src/streamtuner/st-preferences.c streamtuner-0.99.99/src/streamtuner/st-preferences.c
---- streamtuner-0.99.99.orig/src/streamtuner/st-preferences.c	2004-10-17 20:43:18.000000000 +0300
-+++ streamtuner-0.99.99/src/streamtuner/st-preferences.c	2007-07-29 09:43:21.000000000 +0300
+--- a/src/streamtuner/st-preferences.c
++++ b/src/streamtuner/st-preferences.c
 @@ -140,13 +140,13 @@
  }
  
@@ -93,9 +151,8 @@ diff -ur streamtuner-0.99.99.orig/src/streamtuner/st-preferences.c streamtuner-0
    g_signal_connect(radio, "toggled", G_CALLBACK(st_preferences_radio_toggled_h), ptr);
  }
  
-diff -ur streamtuner-0.99.99.orig/src/streamtuner/st-preferences.h streamtuner-0.99.99/src/streamtuner/st-preferences.h
---- streamtuner-0.99.99.orig/src/streamtuner/st-preferences.h	2004-10-17 20:42:06.000000000 +0300
-+++ streamtuner-0.99.99/src/streamtuner/st-preferences.h	2007-07-29 09:43:21.000000000 +0300
+--- a/src/streamtuner/st-preferences.h
++++ b/src/streamtuner/st-preferences.h
 @@ -42,7 +42,7 @@
  void st_preferences_bind_int_spin	(GtkSpinButton		*spin,
  					 int			*ptr);
@@ -105,9 +162,8 @@ diff -ur streamtuner-0.99.99.orig/src/streamtuner/st-preferences.h streamtuner-0
  					 int			value);
  
  #endif /* _ST_PREFERENCES_H */
-diff -ur streamtuner-0.99.99.orig/src/streamtuner/st-shell.c streamtuner-0.99.99/src/streamtuner/st-shell.c
---- streamtuner-0.99.99.orig/src/streamtuner/st-shell.c	2004-12-20 18:09:03.000000000 +0200
-+++ streamtuner-0.99.99/src/streamtuner/st-shell.c	2007-07-29 09:43:21.000000000 +0300
+--- a/src/streamtuner/st-shell.c
++++ b/src/streamtuner/st-shell.c
 @@ -465,8 +465,10 @@
  static void
  st_shell_make_window (STShell *shell)

diff --git a/net-misc/streamtuner/files/streamtuner-0.99.99-shoutcast.patch b/net-misc/streamtuner/files/streamtuner-0.99.99-shoutcast.patch
index 41f80c4a9076..758c992908d3 100644
--- a/net-misc/streamtuner/files/streamtuner-0.99.99-shoutcast.patch
+++ b/net-misc/streamtuner/files/streamtuner-0.99.99-shoutcast.patch
@@ -1,5 +1,5 @@
---- a/src/plugins/shoutcast/shoutcast.c.orig	2004-12-19 15:21:00.000000000 +0000
-+++ b/src/plugins/shoutcast/shoutcast.c	2008-03-16 10:39:24.000000000 +0000
+--- a/src/plugins/shoutcast/shoutcast.c
++++ b/src/plugins/shoutcast/shoutcast.c
 @@ -94,6 +94,8 @@
  
    GNode			*parent_node;

diff --git a/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild b/net-misc/streamtuner/streamtuner-0.99.99-r6.ebuild
similarity index 83%
rename from net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
rename to net-misc/streamtuner/streamtuner-0.99.99-r6.ebuild
index dbeeb36c2c99..2bade45c8ab6 100644
--- a/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
+++ b/net-misc/streamtuner/streamtuner-0.99.99-r6.ebuild
@@ -1,14 +1,16 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+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"
+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"
@@ -20,12 +22,11 @@ RDEPEND="
 	net-misc/curl
 	xiph? ( dev-libs/libxml2:2 )
 	>=media-libs/taglib-1.2
-	x11-misc/xdg-utils
-"
-DEPEND="${RDEPEND}
+	x11-misc/xdg-utils"
+DEPEND="${RDEPEND}"
+BDEPEND="
 	dev-build/gtk-doc-am
-	virtual/pkgconfig
-"
+	virtual/pkgconfig"
 
 src_prepare() {
 	eapply "${FILESDIR}"/${P}-gentoo.patch


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

end of thread, other threads:[~2024-06-08 12:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-04 10:30 [gentoo-commits] repo/gentoo:master commit in: net-misc/streamtuner/, net-misc/streamtuner/files/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2024-06-08 12:01 David Seifert

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