pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia PKGREVISION++



details:   https://anonhg.NetBSD.org/pkgsrc/rev/135da2a45fe2
branches:  trunk
changeset: 472417:135da2a45fe2
user:      salo <salo%pkgsrc.org@localhost>
date:      Sat Apr 10 12:16:12 2004 +0000

description:
PKGREVISION++
Fix cdparanoia detection after bl3ification.

diffstat:

 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(-)

diffs (60 lines):

diff -r 8bc96008538e -r 135da2a45fe2 multimedia/gmplayer/Makefile
--- a/multimedia/gmplayer/Makefile      Sat Apr 10 09:02:06 2004 +0000
+++ b/multimedia/gmplayer/Makefile      Sat Apr 10 12:16:12 2004 +0000
@@ -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 -r 8bc96008538e -r 135da2a45fe2 multimedia/mencoder/Makefile
--- a/multimedia/mencoder/Makefile      Sat Apr 10 09:02:06 2004 +0000
+++ b/multimedia/mencoder/Makefile      Sat Apr 10 12:16:12 2004 +0000
@@ -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 -r 8bc96008538e -r 135da2a45fe2 multimedia/mplayer-share/Makefile.common
--- a/multimedia/mplayer-share/Makefile.common  Sat Apr 10 09:02:06 2004 +0000
+++ b/multimedia/mplayer-share/Makefile.common  Sat Apr 10 12:16:12 2004 +0000
@@ -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 @@
 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 -r 8bc96008538e -r 135da2a45fe2 multimedia/mplayer/Makefile
--- a/multimedia/mplayer/Makefile       Sat Apr 10 09:02:06 2004 +0000
+++ b/multimedia/mplayer/Makefile       Sat Apr 10 12:16:12 2004 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index