diff options
author | salo <salo@pkgsrc.org> | 2003-05-24 17:27:10 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-05-24 17:27:10 +0000 |
commit | 69585192cf96ea5da718a815d1453f1eade1f538 (patch) | |
tree | c4ad6dc3854a66e86726fb659637d726cb66ae53 /graphics | |
parent | f7e98eb1934c19988237d3fd062dd9ff2e95378a (diff) | |
download | pkgsrc-69585192cf96ea5da718a815d1453f1eade1f538.tar.gz |
PKGREVISION++
Enable Real{Audio,Video} support on i386, powerpc and alpha by default, using
graphics/realplayer-codecs.
From Matt Green.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gmplayer/Makefile | 4 | ||||
-rw-r--r-- | graphics/mencoder/Makefile | 4 | ||||
-rw-r--r-- | graphics/mplayer-share/Makefile | 4 | ||||
-rw-r--r-- | graphics/mplayer-share/Makefile.common | 7 | ||||
-rw-r--r-- | graphics/mplayer-share/Makefile.depends | 9 | ||||
-rw-r--r-- | graphics/mplayer/Makefile | 4 |
6 files changed, 15 insertions, 17 deletions
diff --git a/graphics/gmplayer/Makefile b/graphics/gmplayer/Makefile index dd65c5ebb34..96d63a67918 100644 --- a/graphics/gmplayer/Makefile +++ b/graphics/gmplayer/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2003/05/02 11:55:18 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2003/05/24 17:27:10 salo Exp $ # .include "../../graphics/mplayer-share/Makefile.common" PKGNAME= gmplayer-${MPLAYER_PKG_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 SKIN_SITES= http://www.mplayerhq.hu/MPlayer/Skin/ \ ftp://ftp.mplayerhq.hu/MPlayer/Skin/ \ ${MASTER_SITE_LOCAL:=mplayer} diff --git a/graphics/mencoder/Makefile b/graphics/mencoder/Makefile index 505efedda69..e7f2a6afcd8 100644 --- a/graphics/mencoder/Makefile +++ b/graphics/mencoder/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2003/05/02 11:55:25 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2003/05/24 17:27:11 salo Exp $ # .include "../../graphics/mplayer-share/Makefile.common" PKGNAME= mencoder-${MPLAYER_PKG_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Simple movie encoder for MPlayer-playable movies USE_BUILDLINK2= # defined diff --git a/graphics/mplayer-share/Makefile b/graphics/mplayer-share/Makefile index 6bcaae37fc9..ab66a0a1360 100644 --- a/graphics/mplayer-share/Makefile +++ b/graphics/mplayer-share/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2003/05/02 11:55:27 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/05/24 17:27:10 salo Exp $ .include "Makefile.common" PKGNAME= mplayer-share-${MPLAYER_PKG_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Documentation and fonts used by mplayer and gmplayer NO_BUILD= YES diff --git a/graphics/mplayer-share/Makefile.common b/graphics/mplayer-share/Makefile.common index 36756db0eb8..c148e03d611 100644 --- a/graphics/mplayer-share/Makefile.common +++ b/graphics/mplayer-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.31 2003/05/02 13:17:11 wiz Exp $ +# $NetBSD: Makefile.common,v 1.32 2003/05/24 17:27:10 salo Exp $ # MPLAYER_DIST_VERSION= 0.90 @@ -56,8 +56,5 @@ BUILD_DEFS+= MPLAYER_ENABLE_RUNTIME_CPU_DETECTION .endif .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "alpha" -. if ${MPLAYER_USE_REALMEDIA} == "YES" -CONFIGURE_ARGS+= --with-reallibdir="${LOCALBASE}/lib/RealPlayer8/Codecs" -. endif -BUILD_DEFS+= MPLAYER_USE_REALMEDIA +CONFIGURE_ARGS+= --with-reallibdir="${LOCALBASE}/lib/RealPlayer8-Codecs" .endif diff --git a/graphics/mplayer-share/Makefile.depends b/graphics/mplayer-share/Makefile.depends index 06a6ba2e7aa..5a24ce3b821 100644 --- a/graphics/mplayer-share/Makefile.depends +++ b/graphics/mplayer-share/Makefile.depends @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.depends,v 1.11 2003/02/27 17:03:12 grant Exp $ +# $NetBSD: Makefile.depends,v 1.12 2003/05/24 17:27:10 salo Exp $ DEPENDS+= mplayer-share>=${MPLAYER_PKG_VERSION}:../../graphics/mplayer-share @@ -8,9 +8,10 @@ DEPENDS+= mplayer-share>=${MPLAYER_PKG_VERSION}:../../graphics/mplayer-share .if ${MACHINE_ARCH} == "i386" DEPENDS+= win32-codecs>=011227:../../graphics/win32-codecs -. if ${MPLAYER_USE_REALMEDIA} == "YES" -DEPENDS+= realplayer>=8:../../audio/realplayer -. endif +.endif + +.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "alpha" +DEPENDS+= realplayer-codecs>=8nb2:../../graphics/realplayer-codecs .endif USE_X11= # defined diff --git a/graphics/mplayer/Makefile b/graphics/mplayer/Makefile index b2014e325b5..b9cc67304b4 100644 --- a/graphics/mplayer/Makefile +++ b/graphics/mplayer/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.33 2003/05/02 11:55:26 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2003/05/24 17:27:10 salo Exp $ # .include "../../graphics/mplayer-share/Makefile.common" PKGNAME= mplayer-${MPLAYER_PKG_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Software only MPEG-1/2/4 video decoder USE_BUILDLINK2= # defined |