summaryrefslogtreecommitdiff
path: root/audio/exaile
diff options
context:
space:
mode:
authordrochner <drochner>2009-02-11 18:35:19 +0000
committerdrochner <drochner>2009-02-11 18:35:19 +0000
commitbeb227c4481579c1c19ff46e9a47f44599db2e16 (patch)
tree04b6ac9c0ab6cb12a4d5fda81b8856a1cc9485c6 /audio/exaile
parent84580e9ba5523578870387a3ca441bb75aaf305e (diff)
downloadpkgsrc-beb227c4481579c1c19ff46e9a47f44599db2e16.tar.gz
disable some linux specific hack which tries to import "libc.so.6"
and "libmpcdec.so.3" - this is going to fail on other platforms obviously, bump PKGREVISION
Diffstat (limited to 'audio/exaile')
-rw-r--r--audio/exaile/Makefile4
-rw-r--r--audio/exaile/distinfo3
-rw-r--r--audio/exaile/patches/patch-ac12
3 files changed, 16 insertions, 3 deletions
diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile
index e567c81520b..043dd08093a 100644
--- a/audio/exaile/Makefile
+++ b/audio/exaile/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2009/02/09 22:56:21 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2009/02/11 18:35:19 drochner Exp $
#
DISTNAME= exaile_0.2.14
PKGNAME= exaile-0.2.14
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.exaile.org/files/
diff --git a/audio/exaile/distinfo b/audio/exaile/distinfo
index f0571e4ae9c..c010426f942 100644
--- a/audio/exaile/distinfo
+++ b/audio/exaile/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.9 2009/01/20 21:49:23 drochner Exp $
+$NetBSD: distinfo,v 1.10 2009/02/11 18:35:19 drochner Exp $
SHA1 (exaile_0.2.14.tar.gz) = 3442867ae6f5116f87eb2488da73cf6d23442f52
RMD160 (exaile_0.2.14.tar.gz) = 04919b4109a50e3e93d14492f3810694e6a07c4d
Size (exaile_0.2.14.tar.gz) = 1527168 bytes
SHA1 (patch-aa) = 168a55605cbd98baf8294d2e9661f4d24be31349
SHA1 (patch-ab) = 46d55fb1e5175aafc9d414bf17b045f1eaf3b3bb
+SHA1 (patch-ac) = e771f8617eef89300594bce09826de27393dbb46
diff --git a/audio/exaile/patches/patch-ac b/audio/exaile/patches/patch-ac
new file mode 100644
index 00000000000..25f3961f8c6
--- /dev/null
+++ b/audio/exaile/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.3 2009/02/11 18:35:19 drochner Exp $
+
+--- xl/media/mpc.py.orig 2008-10-06 18:25:24.000000000 +0200
++++ xl/media/mpc.py
+@@ -16,6 +16,7 @@ TAG_TRANSLATION = {
+
+ # this code taken from quodlibet
+ try:
++ raise ImportError
+ import ctypes
+ _libc = ctypes.cdll.LoadLibrary("libc.so.6")
+ _mpcdec = ctypes.cdll.LoadLibrary("libmpcdec.so.3")