diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 15:46:33 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 15:46:33 +0000 |
commit | a184c45d888b08705aba2772752f4edf1cde7ad1 (patch) | |
tree | 4d1d884fe35e78216fd1cc2704789c93f36dfb94 /audio | |
parent | 42b0e4e52c5005439991b8dfbc0d9971dbc9ef5e (diff) | |
download | pkgsrc-a184c45d888b08705aba2772752f4edf1cde7ad1.tar.gz |
'You can use "foo" instead of "${WRKSRC}/foo".'
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libao-alsa/Makefile | 6 | ||||
-rw-r--r-- | audio/libao-arts/Makefile | 6 | ||||
-rw-r--r-- | audio/libao-esound/Makefile | 6 | ||||
-rw-r--r-- | audio/libao-macosx/Makefile | 6 | ||||
-rw-r--r-- | audio/libao-oss/Makefile | 6 | ||||
-rw-r--r-- | audio/libao-pulse/Makefile | 6 | ||||
-rw-r--r-- | audio/libao-sun/Makefile | 6 | ||||
-rw-r--r-- | audio/xine-alsa/Makefile | 4 | ||||
-rw-r--r-- | audio/xine-esound/Makefile | 4 | ||||
-rw-r--r-- | audio/xine-pulse/Makefile | 4 | ||||
-rw-r--r-- | audio/xmms-esound/Makefile | 6 |
11 files changed, 30 insertions, 30 deletions
diff --git a/audio/libao-alsa/Makefile b/audio/libao-alsa/Makefile index fd115bbfa07..85b07ef7d76 100644 --- a/audio/libao-alsa/Makefile +++ b/audio/libao-alsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/05/30 11:25:44 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2013/04/06 15:46:33 rodent Exp $ .include "../../audio/libao/Makefile.common" @@ -7,8 +7,8 @@ PKGNAME= ${DISTNAME:S/libao/libao-alsa/} COMMENT+= (OSS plugin) CONFIGURE_ARGS= --enable-alsa -BUILD_DIRS= ${WRKSRC}/src/plugins/alsa -INSTALL_DIRS= ${WRKSRC}/src/plugins/alsa +BUILD_DIRS= src/plugins/alsa +INSTALL_DIRS= src/plugins/alsa BUILDLINK_API_DEPENDS.libao+= libao>=0.8.6nb1 diff --git a/audio/libao-arts/Makefile b/audio/libao-arts/Makefile index b2644cc1b9a..58f2c07c3b0 100644 --- a/audio/libao-arts/Makefile +++ b/audio/libao-arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2013/02/09 22:11:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.25 2013/04/06 15:46:33 rodent Exp $ .include "../../audio/libao/Makefile.common" @@ -8,8 +8,8 @@ PKGREVISION= 6 COMMENT+= (arts plugin) CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/disable-arts/enable-arts/g} -BUILD_DIRS= ${WRKSRC}/src/plugins/arts -INSTALL_DIRS= ${WRKSRC}/src/plugins/arts +BUILD_DIRS= src/plugins/arts +INSTALL_DIRS= src/plugins/arts _LIBAO_BUILDING_PLUGIN= yes diff --git a/audio/libao-esound/Makefile b/audio/libao-esound/Makefile index cc27b1cbb58..13536e67196 100644 --- a/audio/libao-esound/Makefile +++ b/audio/libao-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/01/13 10:54:46 obache Exp $ +# $NetBSD: Makefile,v 1.14 2013/04/06 15:46:33 rodent Exp $ .include "../../audio/libao/Makefile.common" @@ -8,8 +8,8 @@ PKGREVISION= 1 COMMENT+= (esound plugin) CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/disable-esd/enable-esd/g} -BUILD_DIRS= ${WRKSRC}/src/plugins/esd -INSTALL_DIRS= ${WRKSRC}/src/plugins/esd +BUILD_DIRS= src/plugins/esd +INSTALL_DIRS= src/plugins/esd _LIBAO_BUILDING_PLUGIN= yes diff --git a/audio/libao-macosx/Makefile b/audio/libao-macosx/Makefile index ce77e2e5f3f..713c2f30fca 100644 --- a/audio/libao-macosx/Makefile +++ b/audio/libao-macosx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/11/30 17:50:33 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2013/04/06 15:46:33 rodent Exp $ .include "../../audio/libao/Makefile.common" @@ -9,8 +9,8 @@ COMMENT+= (MacOS X plugin) ONLY_FOR_PLATFORM+= Darwin-*-* CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/ENABLE_MACOSX=no/ENABLE_MACOSX=yes/g} -BUILD_DIRS= ${WRKSRC}/src/plugins/macosx -INSTALL_DIRS= ${WRKSRC}/src/plugins/macosx +BUILD_DIRS= src/plugins/macosx +INSTALL_DIRS= src/plugins/macosx BUILDLINK_API_DEPENDS.libao+= libao>=0.8.6nb1 diff --git a/audio/libao-oss/Makefile b/audio/libao-oss/Makefile index a16decb7918..fcf48ab77d9 100644 --- a/audio/libao-oss/Makefile +++ b/audio/libao-oss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/01/11 18:06:22 hans Exp $ +# $NetBSD: Makefile,v 1.10 2013/04/06 15:46:34 rodent Exp $ .include "../../audio/libao/Makefile.common" @@ -9,8 +9,8 @@ COMMENT+= (OSS plugin) NOT_FOR_PLATFORM+= Darwin-*-* Interix-*-* SunOS-5.[0-9]-* SunOS-5.10-* CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/ENABLE_OSS=no/ENABLE_OSS=yes/g} -BUILD_DIRS= ${WRKSRC}/src/plugins/oss -INSTALL_DIRS= ${WRKSRC}/src/plugins/oss +BUILD_DIRS= src/plugins/oss +INSTALL_DIRS= src/plugins/oss SUBST_CLASSES+= oss SUBST_MESSAGE.oss= Fixing paths to OSS devices. diff --git a/audio/libao-pulse/Makefile b/audio/libao-pulse/Makefile index 075d4ec8fee..99f8dc49794 100644 --- a/audio/libao-pulse/Makefile +++ b/audio/libao-pulse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/11/03 01:58:34 ryoon Exp $ +# $NetBSD: Makefile,v 1.9 2013/04/06 15:46:34 rodent Exp $ .include "../../audio/libao/Makefile.common" @@ -8,8 +8,8 @@ PKGREVISION= 7 COMMENT+= (pulse plugin) CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/disable-pulse/enable-pulse/g} -BUILD_DIRS= ${WRKSRC}/src/plugins/pulse -INSTALL_DIRS= ${WRKSRC}/src/plugins/pulse +BUILD_DIRS= src/plugins/pulse +INSTALL_DIRS= src/plugins/pulse _LIBAO_BUILDING_PLUGIN= yes diff --git a/audio/libao-sun/Makefile b/audio/libao-sun/Makefile index 93ded916d03..68a79d4d496 100644 --- a/audio/libao-sun/Makefile +++ b/audio/libao-sun/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/11/30 17:50:34 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/04/06 15:46:34 rodent Exp $ .include "../../audio/libao/Makefile.common" @@ -9,8 +9,8 @@ COMMENT+= (Sun audio plugin) ONLY_FOR_PLATFORM+= NetBSD-*-* SunOS-*-* CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/ENABLE_SUN_AUDIO=no/ENABLE_SUN_AUDIO=yes/g} -BUILD_DIRS= ${WRKSRC}/src/plugins/sun -INSTALL_DIRS= ${WRKSRC}/src/plugins/sun +BUILD_DIRS= src/plugins/sun +INSTALL_DIRS= src/plugins/sun BUILDLINK_API_DEPENDS.libao+= libao>=0.8.6nb1 diff --git a/audio/xine-alsa/Makefile b/audio/xine-alsa/Makefile index 93d08c62c74..fbcc9d0e05e 100644 --- a/audio/xine-alsa/Makefile +++ b/audio/xine-alsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/10/02 23:48:14 asau Exp $ +# $NetBSD: Makefile,v 1.8 2013/04/06 15:46:34 rodent Exp $ # .include "../../multimedia/xine-lib/Makefile.common" @@ -10,7 +10,7 @@ COMMENT= The ALSA output plugin for xine-lib DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib -BUILD_DIRS= ${WRKSRC}/src/audio_out +BUILD_DIRS= src/audio_out CONFIGURE_ARGS+= --without-x --disable-xinerama CONFIGURE_ARGS+= --disable-vcd CONFIGURE_ARGS+= --with-alsa diff --git a/audio/xine-esound/Makefile b/audio/xine-esound/Makefile index c195b901bdb..b64259df235 100644 --- a/audio/xine-esound/Makefile +++ b/audio/xine-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2012/10/02 23:48:14 asau Exp $ +# $NetBSD: Makefile,v 1.35 2013/04/06 15:46:34 rodent Exp $ # .include "../../multimedia/xine-lib/Makefile.common" @@ -10,7 +10,7 @@ COMMENT= The esound audio output plugin for xine-lib DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib -BUILD_DIRS= ${WRKSRC}/src/audio_out +BUILD_DIRS= src/audio_out CONFIGURE_ARGS+= --without-x --disable-xinerama CONFIGURE_ARGS+= --disable-vcd diff --git a/audio/xine-pulse/Makefile b/audio/xine-pulse/Makefile index f0a13e24ffa..0aae22e8222 100644 --- a/audio/xine-pulse/Makefile +++ b/audio/xine-pulse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/11/03 01:58:35 ryoon Exp $ +# $NetBSD: Makefile,v 1.17 2013/04/06 15:46:34 rodent Exp $ # .include "../../multimedia/xine-lib/Makefile.common" @@ -10,7 +10,7 @@ COMMENT= The PulseAudio output plugin for xine-lib DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib -BUILD_DIRS= ${WRKSRC}/src/audio_out +BUILD_DIRS= src/audio_out CONFIGURE_ARGS+= --without-x --disable-xinerama CONFIGURE_ARGS+= --disable-vcd CONFIGURE_ARGS+= --with-pulseaudio diff --git a/audio/xmms-esound/Makefile b/audio/xmms-esound/Makefile index c84451d5d5d..81281c6f298 100644 --- a/audio/xmms-esound/Makefile +++ b/audio/xmms-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/02 23:48:15 asau Exp $ +# $NetBSD: Makefile,v 1.17 2013/04/06 15:46:34 rodent Exp $ # .include "../../audio/xmms/Makefile.common" @@ -13,8 +13,8 @@ CONFLICTS+= xmms<=1.2.7nb8 BUILDLINK_API_DEPENDS.xmms+= xmms>=1.2.7nb9 -BUILD_DIRS= ${WRKSRC}/Output/esd -INSTALL_DIRS= ${WRKSRC}/Output/esd +BUILD_DIRS= Output/esd +INSTALL_DIRS= Output/esd USE_TOOLS+= pkg-config |