summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorsalo <salo>2004-04-10 12:16:12 +0000
committersalo <salo>2004-04-10 12:16:12 +0000
commitb132e0f0bc7d5bcc88dbbb2c74dc89d762551103 (patch)
treebd6072305d72951d3f24941fe269db6bd61c4194 /multimedia
parentf5f472d71ec174470e46716864fec55b4b25579b (diff)
downloadpkgsrc-b132e0f0bc7d5bcc88dbbb2c74dc89d762551103.tar.gz
PKGREVISION++
Fix cdparanoia detection after bl3ification.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gmplayer/Makefile4
-rw-r--r--multimedia/mencoder/Makefile4
-rw-r--r--multimedia/mplayer-share/Makefile.common6
-rw-r--r--multimedia/mplayer/Makefile4
4 files changed, 9 insertions, 9 deletions
diff --git a/multimedia/gmplayer/Makefile b/multimedia/gmplayer/Makefile
index 3329d5c1eac..4ec56d4993f 100644
--- a/multimedia/gmplayer/Makefile
+++ b/multimedia/gmplayer/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2004/04/07 12:57:58 salo Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/10 12:16:12 salo Exp $
PKGNAME= gmplayer-${MPLAYER_PKG_VERSION}
-PKGREVISION= 4
+PKGREVISION= 5
SKIN_SITES= http://www.mplayerhq.hu/MPlayer/Skin/ \
ftp://ftp.mplayerhq.hu/MPlayer/Skin/ \
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile
index 98b90686ed9..114212ffd92 100644
--- a/multimedia/mencoder/Makefile
+++ b/multimedia/mencoder/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2004/04/07 12:57:58 salo Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/10 12:16:12 salo Exp $
#
PKGNAME= mencoder-${MPLAYER_PKG_VERSION}
-PKGREVISION= 4
+PKGREVISION= 5
COMMENT= Simple movie encoder for MPlayer-playable movies
.include "../../multimedia/mplayer-share/Makefile.common"
diff --git a/multimedia/mplayer-share/Makefile.common b/multimedia/mplayer-share/Makefile.common
index e11bee6d66c..81c05232773 100644
--- a/multimedia/mplayer-share/Makefile.common
+++ b/multimedia/mplayer-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2004/03/06 12:09:53 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.5 2004/04/10 12:16:12 salo Exp $
#
MPLAYER_DIST_VERSION= 1.0pre3
@@ -56,8 +56,8 @@ BUILD_DEFS+= MPLAYER_ENABLE_RUNTIME_CPU_DETECTION
CONFIGURE_ARGS+= --with-reallibdir="${LOCALBASE}/lib/RealPlayer8-Codecs"
.endif
-.if defined(BUILDLINK_PREFIX.cdparanoia)
-CONFIGURE_ARGS+= --with-cdparanoiaincdir="${BUILDLINK_PREFIX.cdparanoia}/include/cdparanoia"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "Linux"
+CONFIGURE_ARGS+= --with-cdparanoiaincdir="${LOCALBASE}/include/cdparanoia"
.endif
.if ${OPSYS} == "SunOS" && !empty(MPLAYER_USE_MEDIALIB:M[Yy][Ee][Ss])
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index e777db5bc6a..fcdfc03154d 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2004/04/07 12:57:58 salo Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/10 12:16:12 salo Exp $
PKGNAME= mplayer-${MPLAYER_PKG_VERSION}
-PKGREVISION= 4
+PKGREVISION= 5
COMMENT= Software-only MPEG-1/2/4 video decoder
.include "../../multimedia/mplayer-share/Makefile.common"