Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a33f96754cf195a177a3c45b5d9ec1ed247d3c29

commit a33f96754cf195a177a3c45b5d9ec1ed247d3c29
Author: crazy <cr...@frugalware.org>
Date:   Sun Nov 1 23:57:27 2015 +0100

striim-0.0.4-3-x86_64 - removed - repo cleanup

diff --git a/source/gnome-extra/striim/FrugalBuild 
b/source/gnome-extra/striim/FrugalBuild
deleted file mode 100644
index b057a99..0000000
--- a/source/gnome-extra/striim/FrugalBuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Compiling Time: 0.30 SBU
-# Maintainer: Priyank Gosalia <priyan...@gmail.com>
-# Contributor: Devil505 <devil505li...@gmail.com>
-
-pkgname=striim
-pkgver=0.0.4
-pkgrel=3
-pkgdesc="striim is an Internet radio player for GNOME."
-url="http://striim.sourceforge.net/";
-depends=('dbus-python' 'python-musicbrainz2' 'gnome-python' 'gst-python' 
'gst-plugins-base' 'gst-plugins-ugly' 'yelp' 'pygtk>=2.16.0-5')
-makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils')
-groups=('gnome-extra')
-archs=('i686' 'x86_64')
-up2date="Flasttar $url/download.php"
-source=($url/$pkgname-$pkgver.tar.bz2 gst-nocheck.patch)
-Fconfopts="${Fconfopts[@]} --disable-scrollkeeper"
-sha1sums=('956b48c0de4aed0e6b0ad917db7cbe1dcabf018d' \
-          'f8ac3cc14901cb808cf15ff79689260f4339243e')
-
diff --git a/source/gnome-extra/striim/gst-nocheck.patch 
b/source/gnome-extra/striim/gst-nocheck.patch
deleted file mode 100644
index a4a639d..0000000
--- a/source/gnome-extra/striim/gst-nocheck.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-No idea why, but manually importing the gst module works, but from the
-configure script it fails with:
-
-Traceback (most recent call last):
-  File "depcheck.py", line 86, in <module>
-    check_dependencies()
-  File "depcheck.py", line 71, in check_dependencies
-    import gst
-  File "/usr/lib/python2.6/site-packages/gst-0.10/gst/__init__.py", line 170, 
in <module>
-    from _gst import *
-RuntimeError: can't initialize module gst: Error re-scanning registry , child 
terminated by signal
-
-so just don't check for it for now.
-
-diff --git a/depcheck.py b/depcheck.py
-index 3325b5c..2a78b54 100644
---- a/depcheck.py
-+++ b/depcheck.py
-@@ -67,17 +67,6 @@ def check_dependencies():
-               except ImportError:
-                       print "Error: python-musicbrainz2 was not found."
-                       raise SystemExit
--              try:
--                      import gst
--                      if gst.version() < (0, 10, 3, 0):
--                              raise AssertionError
--                      print "Checking for Gstreamer (Python)... yes"
--              except ImportError:
--                      print "Error: gst-python was not found"
--                      raise SystemExit
--              except AssertionError:
--                      print "Error: Version 0.10.3 or better of Gstreamer 
needed."
--                      raise SystemExit
-       except SystemExit:
-               from sys import exit
-               exit(1)
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to