[arch-commits] Commit in streamtuner/repos (7 files)

Ionut Biru ibiru at archlinux.org
Sun Feb 5 11:56:39 UTC 2012


    Date: Sunday, February 5, 2012 @ 06:56:39
  Author: ibiru
Revision: 148934

db-move: moved streamtuner from [testing] to [extra] (x86_64)

Added:
  streamtuner/repos/extra-x86_64/PKGBUILD
    (from rev 148654, streamtuner/repos/testing-x86_64/PKGBUILD)
  streamtuner/repos/extra-x86_64/shoutcast-redesign-patch.diff
    (from rev 148654, streamtuner/repos/testing-x86_64/shoutcast-redesign-patch.diff)
  streamtuner/repos/extra-x86_64/streamtuner-0.99.99-shoutcast.diff
    (from rev 148654, streamtuner/repos/testing-x86_64/streamtuner-0.99.99-shoutcast.diff)
Deleted:
  streamtuner/repos/extra-x86_64/PKGBUILD
  streamtuner/repos/extra-x86_64/shoutcast-redesign-patch.diff
  streamtuner/repos/extra-x86_64/streamtuner-0.99.99-shoutcast.diff
  streamtuner/repos/testing-x86_64/

------------------------------------+
 PKGBUILD                           |   98 +++++++++++++++++------------------
 shoutcast-redesign-patch.diff      |   24 ++++----
 streamtuner-0.99.99-shoutcast.diff |   82 ++++++++++++++---------------
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-05 11:56:35 UTC (rev 148933)
+++ extra-x86_64/PKGBUILD	2012-02-05 11:56:39 UTC (rev 148934)
@@ -1,49 +0,0 @@
-# $Id$
-# Contributor: Greg Grabinski <greg at grabinski.ch>
-# Maintainer: ndreas Radke <andyrtr at archlinux.org>
-
-pkgname=streamtuner
-pkgver=0.99.99
-pkgrel=11
-pkgdesc="A stream directory browser"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/streamtuner/"
-license=('custom')
-depends=('taglib' 'libxml2' 'gtk2' 'curl>=7.16.2' 'pygtk>=2.13.0-2')
-conflicts=('streamtuner-live365')
-replaces=('streamtuner-live365')
-source=(http://savannah.nongnu.org/download/streamtuner/$pkgname-$pkgver.tar.gz \
-        http://savannah.nongnu.org/download/streamtuner/streamtuner-0.99.99-live365.diff \
-        http://savannah.nongnu.org/download/streamtuner/streamtuner-0.99.99-pygtk-2.6.diff
-	streamtuner-0.99.99-shoutcast.diff
-	shoutcast-redesign-patch.diff)
-options=('!libtool' '!emptydirs')
-md5sums=('2027b7c34e85b594524b0b4351c14362'
-         '8aa1994a849b05d2b8fffbda702b8a25'
-         '7aff45a41c60358cb2332c7ce644f661'
-         '1eab6edce130e1a1e5f208cd3ed6766a'
-         '8a3a17a1719a79353d6ad7ac8564947b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/streamtuner-0.99.99-live365.diff || return 1
-  patch -p0 -i ${srcdir}/streamtuner-0.99.99-pygtk-2.6.diff || return 1
-  # fix http://bugs.archlinux.org/task/10308
-  patch -p0 -i ${srcdir}/streamtuner-0.99.99-shoutcast.diff || return 1
-  # fix http://bugs.archlinux.org/task/11463
-  patch -p1 -i ${srcdir}/shoutcast-redesign-patch.diff || return 1
-  
-  # python2 fixes
-  sed -i "s:^for ac_prog in python:for ac_prog in python2:" ${srcdir}/${pkgname}-${pkgver}/configure
-  
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make prefix=${pkgdir}/usr install
-
-  #Add license file
-  install -Dm0644 ${srcdir}/${pkgname}-${pkgver}/COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: streamtuner/repos/extra-x86_64/PKGBUILD (from rev 148654, streamtuner/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-05 11:56:39 UTC (rev 148934)
@@ -0,0 +1,49 @@
+# $Id$
+# Contributor: Greg Grabinski <greg at grabinski.ch>
+# Maintainer: ndreas Radke <andyrtr at archlinux.org>
+
+pkgname=streamtuner
+pkgver=0.99.99
+pkgrel=12
+pkgdesc="A stream directory browser"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/streamtuner/"
+license=('custom')
+depends=('taglib' 'libxml2' 'gtk2' 'curl>=7.16.2' 'pygtk>=2.13.0-2')
+conflicts=('streamtuner-live365')
+replaces=('streamtuner-live365')
+source=(http://savannah.nongnu.org/download/streamtuner/$pkgname-$pkgver.tar.gz \
+        http://savannah.nongnu.org/download/streamtuner/streamtuner-0.99.99-live365.diff \
+        http://savannah.nongnu.org/download/streamtuner/streamtuner-0.99.99-pygtk-2.6.diff
+	streamtuner-0.99.99-shoutcast.diff
+	shoutcast-redesign-patch.diff)
+options=('!libtool' '!emptydirs')
+md5sums=('2027b7c34e85b594524b0b4351c14362'
+         '8aa1994a849b05d2b8fffbda702b8a25'
+         '7aff45a41c60358cb2332c7ce644f661'
+         '1eab6edce130e1a1e5f208cd3ed6766a'
+         '8a3a17a1719a79353d6ad7ac8564947b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p0 -i ${srcdir}/streamtuner-0.99.99-live365.diff
+  patch -p0 -i ${srcdir}/streamtuner-0.99.99-pygtk-2.6.diff
+  # fix http://bugs.archlinux.org/task/10308
+  patch -p0 -i ${srcdir}/streamtuner-0.99.99-shoutcast.diff
+  # fix http://bugs.archlinux.org/task/11463
+  patch -p1 -i ${srcdir}/shoutcast-redesign-patch.diff
+  
+  # python2 fixes
+  sed -i "s:^for ac_prog in python:for ac_prog in python2:" ${srcdir}/${pkgname}-${pkgver}/configure
+  
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=${pkgdir}/usr install
+
+  #Add license file
+  install -Dm0644 ${srcdir}/${pkgname}-${pkgver}/COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/shoutcast-redesign-patch.diff
===================================================================
--- extra-x86_64/shoutcast-redesign-patch.diff	2012-02-05 11:56:35 UTC (rev 148933)
+++ extra-x86_64/shoutcast-redesign-patch.diff	2012-02-05 11:56:39 UTC (rev 148934)
@@ -1,12 +0,0 @@
-diff -uar streamtuner-0.99.99-orig/src/plugins/shoutcast/shoutcast.c streamtuner-0.99.99-patched/src/plugins/shoutcast/shoutcast.c
---- streamtuner-0.99.99-orig/src/plugins/shoutcast/shoutcast.c	2008-09-12 18:04:00.229785732 -0400
-+++ streamtuner-0.99.99-patched/src/plugins/shoutcast/shoutcast.c	2008-09-12 18:05:56.716440720 -0400
-@@ -37,7 +37,7 @@
- 
- /*** cpp *********************************************************************/
- 
--#define SHOUTCAST_ROOT		"http://www.shoutcast.com/"
-+#define SHOUTCAST_ROOT		"http://classic.shoutcast.com/"
- 
- #define MAX_STREAMS_PER_PAGE	100 /* enforced by SHOUTcast */
- 

Copied: streamtuner/repos/extra-x86_64/shoutcast-redesign-patch.diff (from rev 148654, streamtuner/repos/testing-x86_64/shoutcast-redesign-patch.diff)
===================================================================
--- extra-x86_64/shoutcast-redesign-patch.diff	                        (rev 0)
+++ extra-x86_64/shoutcast-redesign-patch.diff	2012-02-05 11:56:39 UTC (rev 148934)
@@ -0,0 +1,12 @@
+diff -uar streamtuner-0.99.99-orig/src/plugins/shoutcast/shoutcast.c streamtuner-0.99.99-patched/src/plugins/shoutcast/shoutcast.c
+--- streamtuner-0.99.99-orig/src/plugins/shoutcast/shoutcast.c	2008-09-12 18:04:00.229785732 -0400
++++ streamtuner-0.99.99-patched/src/plugins/shoutcast/shoutcast.c	2008-09-12 18:05:56.716440720 -0400
+@@ -37,7 +37,7 @@
+ 
+ /*** cpp *********************************************************************/
+ 
+-#define SHOUTCAST_ROOT		"http://www.shoutcast.com/"
++#define SHOUTCAST_ROOT		"http://classic.shoutcast.com/"
+ 
+ #define MAX_STREAMS_PER_PAGE	100 /* enforced by SHOUTcast */
+ 

Deleted: extra-x86_64/streamtuner-0.99.99-shoutcast.diff
===================================================================
--- extra-x86_64/streamtuner-0.99.99-shoutcast.diff	2012-02-05 11:56:35 UTC (rev 148933)
+++ extra-x86_64/streamtuner-0.99.99-shoutcast.diff	2012-02-05 11:56:39 UTC (rev 148934)
@@ -1,41 +0,0 @@
---- 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
-@@ -94,6 +94,8 @@
- 
-   GNode			*parent_node;
-   SHOUTcastStream	*stream;
-+  
-+  int parse_genres;
- } ReloadInfo;
- 
- /*** variable declarations ***************************************************/
-@@ -518,6 +520,7 @@
-       info.npages = 0;
-       info.parent_node = NULL;
-       info.stream = NULL;
-+      info.parse_genres = 0;
- 
-       status = st_transfer_session_get_by_line(session,
- 					       url,
-@@ -565,10 +568,16 @@
-       info->stream = stream_new_cb(NULL);
-       info->stream->url_postfix = st_sgml_ref_expand_len(s1, s2 - s1);
-     }
--  else if (info->page < 2
--	   && (((s1 = st_str_has_prefix_span(line, "\t<OPTION VALUE=\""))
--		|| (s1 = st_str_has_prefix_span(line, "\t\t<OPTION VALUE=\"")))
--	       && (s2 = strstr(s1, "\">"))))
-+  else if (info->page < 2 && (s1 = st_strstr_span(line, "<OPTION VALUE=\"TopTen\">")))
-+  {
-+  	info->parse_genres = 1;
-+  }
-+  else if (info->page < 2 && info->parse_genres == 1 && (s1 = st_strstr_span(line, "</SELECT>")))
-+  {
-+  	info->parse_genres = 0;
-+  }
-+  else if (info->page < 2 && info->parse_genres == 1
-+	   && ((s1 = st_strstr_span(line, "<OPTION VALUE=\""))  && (s2 = strstr(s1, "\">"))))
-     {
-       STCategory *category;
-       GNode *node;
-

Copied: streamtuner/repos/extra-x86_64/streamtuner-0.99.99-shoutcast.diff (from rev 148654, streamtuner/repos/testing-x86_64/streamtuner-0.99.99-shoutcast.diff)
===================================================================
--- extra-x86_64/streamtuner-0.99.99-shoutcast.diff	                        (rev 0)
+++ extra-x86_64/streamtuner-0.99.99-shoutcast.diff	2012-02-05 11:56:39 UTC (rev 148934)
@@ -0,0 +1,41 @@
+--- 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
+@@ -94,6 +94,8 @@
+ 
+   GNode			*parent_node;
+   SHOUTcastStream	*stream;
++  
++  int parse_genres;
+ } ReloadInfo;
+ 
+ /*** variable declarations ***************************************************/
+@@ -518,6 +520,7 @@
+       info.npages = 0;
+       info.parent_node = NULL;
+       info.stream = NULL;
++      info.parse_genres = 0;
+ 
+       status = st_transfer_session_get_by_line(session,
+ 					       url,
+@@ -565,10 +568,16 @@
+       info->stream = stream_new_cb(NULL);
+       info->stream->url_postfix = st_sgml_ref_expand_len(s1, s2 - s1);
+     }
+-  else if (info->page < 2
+-	   && (((s1 = st_str_has_prefix_span(line, "\t<OPTION VALUE=\""))
+-		|| (s1 = st_str_has_prefix_span(line, "\t\t<OPTION VALUE=\"")))
+-	       && (s2 = strstr(s1, "\">"))))
++  else if (info->page < 2 && (s1 = st_strstr_span(line, "<OPTION VALUE=\"TopTen\">")))
++  {
++  	info->parse_genres = 1;
++  }
++  else if (info->page < 2 && info->parse_genres == 1 && (s1 = st_strstr_span(line, "</SELECT>")))
++  {
++  	info->parse_genres = 0;
++  }
++  else if (info->page < 2 && info->parse_genres == 1
++	   && ((s1 = st_strstr_span(line, "<OPTION VALUE=\""))  && (s2 = strstr(s1, "\">"))))
+     {
+       STCategory *category;
+       GNode *node;
+




More information about the arch-commits mailing list