summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-03-24 17:04:57 +0000
committerjoerg <joerg@pkgsrc.org>2013-03-24 17:04:57 +0000
commit088edd72dfa3eda4f4b8b955710f99251fae570d (patch)
tree69430984e0ed1b506c180206b9e21ee5fb99f9b0 /audio
parent1ab11554d979d9ae94a16d9804000388956346b1 (diff)
downloadpkgsrc-088edd72dfa3eda4f4b8b955710f99251fae570d.tar.gz
Reference the locally build liblastfm to allow relink to work.
Diffstat (limited to 'audio')
-rw-r--r--audio/liblastfm/distinfo3
-rw-r--r--audio/liblastfm/patches/patch-src_fingerprint_fingerprint.pro12
2 files changed, 14 insertions, 1 deletions
diff --git a/audio/liblastfm/distinfo b/audio/liblastfm/distinfo
index 0d5f47aad97..909982430b8 100644
--- a/audio/liblastfm/distinfo
+++ b/audio/liblastfm/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.5 2012/04/17 17:39:47 joerg Exp $
+$NetBSD: distinfo,v 1.6 2013/03/24 17:04:57 joerg Exp $
SHA1 (mxcl-liblastfm-0.3.3-0-gf0b3239.tar.gz) = f2e9705c9c2cbeaa14f46da9bd35ab36fe710392
RMD160 (mxcl-liblastfm-0.3.3-0-gf0b3239.tar.gz) = 690931075f38fda78c69015ca5088c166f6e1013
Size (mxcl-liblastfm-0.3.3-0-gf0b3239.tar.gz) = 111700 bytes
SHA1 (patch-aa) = 2e25caf9c7e15f1c2c5a6b1d3e1ae3539710ac86
SHA1 (patch-ab) = f9d88de85576479c903ebd165df077050f35c70e
+SHA1 (patch-src_fingerprint_fingerprint.pro) = 57d2bac371b7ff82722ef67cbe7ec5f73cfc074b
SHA1 (patch-src_fingerprint_fplib_FloatingAverage.h) = c94e81ded3df1f3f9d8e156275524d3cdc6fd926
diff --git a/audio/liblastfm/patches/patch-src_fingerprint_fingerprint.pro b/audio/liblastfm/patches/patch-src_fingerprint_fingerprint.pro
new file mode 100644
index 00000000000..d902f6d44b8
--- /dev/null
+++ b/audio/liblastfm/patches/patch-src_fingerprint_fingerprint.pro
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_fingerprint_fingerprint.pro,v 1.1 2013/03/24 17:04:57 joerg Exp $
+
+--- src/fingerprint/fingerprint.pro.orig 2013-03-23 15:17:33.000000000 +0000
++++ src/fingerprint/fingerprint.pro
+@@ -1,6 +1,6 @@
+ TEMPLATE = lib
+ TARGET = lastfm_fingerprint
+-LIBS += -L$$DESTDIR -llastfm
++LIBS += ../../_bin/liblastfm.la
+ QT = core xml network sql
+ include( _files.qmake )
+ DEFINES += LASTFM_OHAI_QMAKE