pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/ladspa user-destdir support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b35c3d44b121
branches:  trunk
changeset: 395135:b35c3d44b121
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jul 07 15:23:05 2009 +0000

description:
user-destdir support

diffstat:

 audio/ladspa/Makefile         |   4 +++-
 audio/ladspa/distinfo         |   4 ++--
 audio/ladspa/patches/patch-aa |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r 74006fb632e5 -r b35c3d44b121 audio/ladspa/Makefile
--- a/audio/ladspa/Makefile     Tue Jul 07 15:21:36 2009 +0000
+++ b/audio/ladspa/Makefile     Tue Jul 07 15:23:05 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/09/09 02:41:55 obache Exp $
+# $NetBSD: Makefile,v 1.10 2009/07/07 15:23:05 joerg Exp $
 #
 
 DISTNAME=      ladspa_sdk_1.12
@@ -12,6 +12,8 @@
 HOMEPAGE=      http://www.ladspa.org/
 COMMENT=       Linux Audio Developers Simple Plugin API
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 WRKSRC=                ${WRKDIR}/ladspa_sdk/src
 USE_TOOLS+=    gmake
 USE_LANGUAGES= c c++
diff -r 74006fb632e5 -r b35c3d44b121 audio/ladspa/distinfo
--- a/audio/ladspa/distinfo     Tue Jul 07 15:21:36 2009 +0000
+++ b/audio/ladspa/distinfo     Tue Jul 07 15:23:05 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2006/08/08 15:16:40 wiz Exp $
+$NetBSD: distinfo,v 1.6 2009/07/07 15:23:05 joerg Exp $
 
 SHA1 (ladspa_sdk_1.12.tgz) = 36a3a7a00f96281ca443dcae15d33f462398c4d4
 RMD160 (ladspa_sdk_1.12.tgz) = 7967731c28785287691655d9346cf46654f4235b
 Size (ladspa_sdk_1.12.tgz) = 71165 bytes
-SHA1 (patch-aa) = 358fd53cf33d2856442afc649e788916919b86be
+SHA1 (patch-aa) = c2b6603ffb2c75b7a70d1172ac039c68d3c8c5c4
 SHA1 (patch-ab) = 729277aaae806d9698e185f630aa6ec65f009d51
 SHA1 (patch-ac) = d3367fa484cc0b2d4cef733832de3b1ddc147bdb
diff -r 74006fb632e5 -r b35c3d44b121 audio/ladspa/patches/patch-aa
--- a/audio/ladspa/patches/patch-aa     Tue Jul 07 15:21:36 2009 +0000
+++ b/audio/ladspa/patches/patch-aa     Tue Jul 07 15:23:05 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2005/03/31 17:17:07 minskim Exp $
+$NetBSD: patch-aa,v 1.3 2009/07/07 15:23:05 joerg Exp $
 
 --- makefile.orig      2004-02-28 17:30:22.000000000 +0100
 +++ makefile   2004-02-28 17:35:17.000000000 +0100
@@ -70,10 +70,10 @@
 -      cp ladspa.h $(INSTALL_INCLUDE_DIR)
 -      cp ../bin/* $(INSTALL_BINARY_DIR)
 +install:
-+      $(BSD_INSTALL_DATA_DIR) $(INSTALL_PLUGINS_DIR)
-+      $(BSD_INSTALL_DATA) ../plugins/* $(INSTALL_PLUGINS_DIR)
-+      $(BSD_INSTALL_DATA) ladspa.h $(INSTALL_INCLUDE_DIR)
-+      $(BSD_INSTALL_PROGRAM) ../bin/* $(INSTALL_BINARY_DIR)
++      $(BSD_INSTALL_DATA_DIR) ${DESTDIR}$(INSTALL_PLUGINS_DIR)
++      $(BSD_INSTALL_DATA) ../plugins/* ${DESTDIR}$(INSTALL_PLUGINS_DIR)
++      $(BSD_INSTALL_DATA) ladspa.h ${DESTDIR}$(INSTALL_INCLUDE_DIR)
++      $(BSD_INSTALL_PROGRAM) ../bin/* ${DESTDIR}$(INSTALL_BINARY_DIR)
  
  /tmp/test.wav:        targets ../snd/noise.wav
        ../bin/listplugins



Home | Main Index | Thread Index | Old Index