pkgsrc-WIP-changes archive

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

mplayer*: remove references to removed realplayer-codecs package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Mar 24 17:55:58 2017 +0100
Changeset:	adf239d1ace05cd29f235e0b8c28b83983fc9373

Modified Files:
	mplayer-mt/options.mk
	mplayer-snapshot-share/options.mk

Log Message:
mplayer*: remove references to removed realplayer-codecs package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=adf239d1ace05cd29f235e0b8c28b83983fc9373

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mplayer-mt/options.mk             | 16 +---------------
 mplayer-snapshot-share/options.mk | 16 +---------------
 2 files changed, 2 insertions(+), 30 deletions(-)

diffs:
diff --git a/mplayer-mt/options.mk b/mplayer-mt/options.mk
index a813d039d0..c426451168 100644
--- a/mplayer-mt/options.mk
+++ b/mplayer-mt/options.mk
@@ -57,10 +57,6 @@ PKG_SUPPORTED_OPTIONS+= mplayer-runtime-cpudetection
 .if ${MACHINE_ARCH} == "i386"
 PKG_SUPPORTED_OPTIONS+= mplayer-default-cflags mplayer-win32
 .endif
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || \
-    ${MACHINE_ARCH} == "alpha"
-PKG_SUPPORTED_OPTIONS+=	mplayer-real
-.endif
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 PKG_SUPPORTED_OPTIONS+=	mplayer-ssse3
 .endif
@@ -74,7 +70,7 @@ PKG_SUPPORTED_OPTIONS+= xvid
 # -------------------------------------------------------------------------
 
 .for _o_ in aalib cdparanoia dv dvdread esound gif jpeg \
-	    lame mad mplayer-menu mplayer-real \
+	    lame mad mplayer-menu \
 	    mplayer-default-cflags mplayer-runtime-cpudetection mplayer-win32 \
 	    nas oss pulseaudio png sdl theora vorbis x264 xvid
 .  if !empty(PKG_SUPPORTED_OPTIONS:M${_o_})
@@ -210,16 +206,6 @@ CONFIGURE_ARGS+=	--enable-menu
 CONFIGURE_ARGS+=	--disable-menu
 .endif
 
-.if !empty(PKG_OPTIONS:Mmplayer-real)
-EVAL_PREFIX+=		PREFIX.realplayer-codecs=realplayer-codecs
-PREFIX.realplayer-codecs_DEFAULT=	${LOCALBASE}
-CONFIGURE_ARGS+=	--enable-real
-CONFIGURE_ARGS+=	--realcodecsdir="${PREFIX.realplayer-codecs}/lib/RealPlayer8-Codecs"
-DEPENDS+=		realplayer-codecs>=8nb2:../../multimedia/realplayer-codecs
-.else
-CONFIGURE_ARGS+=	--disable-real
-.endif
-
 .if !empty(PKG_OPTIONS:Mmplayer-runtime-cpudetection)
 CONFIGURE_ARGS+=	--enable-runtime-cpudetection
 .else
diff --git a/mplayer-snapshot-share/options.mk b/mplayer-snapshot-share/options.mk
index e0ec27be0b..f0b3688610 100644
--- a/mplayer-snapshot-share/options.mk
+++ b/mplayer-snapshot-share/options.mk
@@ -63,10 +63,6 @@ PKG_SUPPORTED_OPTIONS+= mplayer-runtime-cpudetection
 .if ${MACHINE_ARCH} == "i386"
 PKG_SUPPORTED_OPTIONS+= mplayer-default-cflags mplayer-win32
 .endif
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || \
-    ${MACHINE_ARCH} == "alpha"
-PKG_SUPPORTED_OPTIONS+=	mplayer-real
-.endif
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 PKG_SUPPORTED_OPTIONS+=	mplayer-ssse3
 .endif
@@ -81,7 +77,7 @@ PKG_SUPPORTED_OPTIONS+= xvid
 
 .for _o_ in cdparanoia dv esound gif jpeg \
 	    dvdread dvdnav \
-	    lame mad mplayer-menu mplayer-real \
+	    lame mad mplayer-menu \
 	    mplayer-default-cflags mplayer-runtime-cpudetection mplayer-win32 \
 	    nas oss pulseaudio png sdl theora vorbis x264 xvid vdpau
 .  if !empty(PKG_SUPPORTED_OPTIONS:M${_o_})
@@ -231,16 +227,6 @@ CONFIGURE_ARGS+=	--enable-menu
 CONFIGURE_ARGS+=	--disable-menu
 .endif
 
-.if !empty(PKG_OPTIONS:Mmplayer-real)
-EVAL_PREFIX+=		PREFIX.realplayer-codecs=realplayer-codecs
-PREFIX.realplayer-codecs_DEFAULT=	${LOCALBASE}
-CONFIGURE_ARGS+=	--enable-real
-#CONFIGURE_ARGS+=	--realcodecsdir="${PREFIX.realplayer-codecs}/lib/RealPlayer8-Codecs"
-DEPENDS+=		realplayer-codecs>=8nb2:../../multimedia/realplayer-codecs
-.else
-CONFIGURE_ARGS+=	--disable-real
-.endif
-
 .if !empty(PKG_OPTIONS:Mmplayer-runtime-cpudetection)
 CONFIGURE_ARGS+=	--enable-runtime-cpudetection
 .else


Home | Main Index | Thread Index | Old Index