Wed Feb 11 18:35:19 2009 UTC ()
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


(drochner)
diff -r1.13 -r1.14 pkgsrc/audio/exaile/Makefile
diff -r1.9 -r1.10 pkgsrc/audio/exaile/distinfo
diff -r0 -r1.3 pkgsrc/audio/exaile/patches/patch-ac

cvs diff -r1.13 -r1.14 pkgsrc/audio/exaile/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/exaile/Makefile 2009/02/09 22:56:21 1.13
+++ pkgsrc/audio/exaile/Makefile 2009/02/11 18:35:19 1.14
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.13 2009/02/09 22:56:21 joerg Exp $ 1# $NetBSD: Makefile,v 1.14 2009/02/11 18:35:19 drochner Exp $
2# 2#
3 3
4DISTNAME= exaile_0.2.14 4DISTNAME= exaile_0.2.14
5PKGNAME= exaile-0.2.14 5PKGNAME= exaile-0.2.14
6PKGREVISION= 1 6PKGREVISION= 2
7CATEGORIES= audio 7CATEGORIES= audio
8MASTER_SITES= http://www.exaile.org/files/ 8MASTER_SITES= http://www.exaile.org/files/
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.exaile.org/ 11HOMEPAGE= http://www.exaile.org/
12COMMENT= Music player 12COMMENT= Music player
13 13
14WRKSRC= ${WRKDIR}/exaile-0.2.14 14WRKSRC= ${WRKDIR}/exaile-0.2.14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17USE_PKGLOCALEDIR= yes 17USE_PKGLOCALEDIR= yes
18USE_TOOLS+= pkg-config gmake intltool msgfmt 18USE_TOOLS+= pkg-config gmake intltool msgfmt
19USE_DIRS+= xdg-1.1 19USE_DIRS+= xdg-1.1

cvs diff -r1.9 -r1.10 pkgsrc/audio/exaile/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/exaile/distinfo 2009/01/20 21:49:23 1.9
+++ pkgsrc/audio/exaile/distinfo 2009/02/11 18:35:19 1.10
@@ -1,7 +1,8 @@ @@ -1,7 +1,8 @@
1$NetBSD: distinfo,v 1.9 2009/01/20 21:49:23 drochner Exp $ 1$NetBSD: distinfo,v 1.10 2009/02/11 18:35:19 drochner Exp $
2 2
3SHA1 (exaile_0.2.14.tar.gz) = 3442867ae6f5116f87eb2488da73cf6d23442f52 3SHA1 (exaile_0.2.14.tar.gz) = 3442867ae6f5116f87eb2488da73cf6d23442f52
4RMD160 (exaile_0.2.14.tar.gz) = 04919b4109a50e3e93d14492f3810694e6a07c4d 4RMD160 (exaile_0.2.14.tar.gz) = 04919b4109a50e3e93d14492f3810694e6a07c4d
5Size (exaile_0.2.14.tar.gz) = 1527168 bytes 5Size (exaile_0.2.14.tar.gz) = 1527168 bytes
6SHA1 (patch-aa) = 168a55605cbd98baf8294d2e9661f4d24be31349 6SHA1 (patch-aa) = 168a55605cbd98baf8294d2e9661f4d24be31349
7SHA1 (patch-ab) = 46d55fb1e5175aafc9d414bf17b045f1eaf3b3bb 7SHA1 (patch-ab) = 46d55fb1e5175aafc9d414bf17b045f1eaf3b3bb
 8SHA1 (patch-ac) = e771f8617eef89300594bce09826de27393dbb46

File Added: pkgsrc/audio/exaile/patches/Attic/patch-ac
$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")