From b132e0f0bc7d5bcc88dbbb2c74dc89d762551103 Mon Sep 17 00:00:00 2001 From: salo Date: Sat, 10 Apr 2004 12:16:12 +0000 Subject: PKGREVISION++ Fix cdparanoia detection after bl3ification. --- multimedia/gmplayer/Makefile | 4 ++-- multimedia/mencoder/Makefile | 4 ++-- multimedia/mplayer-share/Makefile.common | 6 +++--- multimedia/mplayer/Makefile | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'multimedia') 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" -- cgit v1.2.3