diff options
author | wiz <wiz@pkgsrc.org> | 2017-03-24 16:55:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-03-24 16:55:15 +0000 |
commit | ba92cbb012bc89a839b393e59d3a0bbf9e9843ea (patch) | |
tree | 5bb653232c2385de5ed4d6cd012db509205a4017 /multimedia | |
parent | 88a841e80315e2e1270ebdf7fc1635500409e1c0 (diff) | |
download | pkgsrc-ba92cbb012bc89a839b393e59d3a0bbf9e9843ea.tar.gz |
Remove binary-only realplayer-codecs package from 2004.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 3 | ||||
-rw-r--r-- | multimedia/mplayer-share/options.mk | 13 | ||||
-rw-r--r-- | multimedia/realplayer-codecs/DESCR | 4 | ||||
-rw-r--r-- | multimedia/realplayer-codecs/MESSAGE.common | 7 | ||||
-rw-r--r-- | multimedia/realplayer-codecs/MESSAGE.powerpc | 16 | ||||
-rw-r--r-- | multimedia/realplayer-codecs/Makefile | 48 | ||||
-rw-r--r-- | multimedia/realplayer-codecs/PLIST | 12 | ||||
-rw-r--r-- | multimedia/realplayer-codecs/distinfo | 12 |
8 files changed, 2 insertions, 113 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index e9230c055f8..a465a35a82e 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.255 2017/03/17 21:59:39 tsutsui Exp $ +# $NetBSD: Makefile,v 1.256 2017/03/24 16:55:15 wiz Exp $ # COMMENT= Multimedia utilities @@ -182,7 +182,6 @@ SUBDIR+= py-gstreamer0.10 SUBDIR+= py-gstreamer1 SUBDIR+= py-m3u8 SUBDIR+= py-ming -SUBDIR+= realplayer-codecs SUBDIR+= regionset SUBDIR+= replex SUBDIR+= ruby-gnome2-clutter-gstreamer diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk index d962573c4bc..29a2d332064 100644 --- a/multimedia/mplayer-share/options.mk +++ b/multimedia/mplayer-share/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.56 2016/11/19 17:43:38 dholland Exp $ +# $NetBSD: options.mk,v 1.57 2017/03/24 16:55:15 wiz Exp $ .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*) @@ -72,10 +72,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 @@ -245,13 +241,6 @@ CONFIGURE_ARGS+= --enable-menu CONFIGURE_ARGS+= --disable-menu .endif -.if !empty(PKG_OPTIONS:Mmplayer-real) -CONFIGURE_ARGS+= --enable-real -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/multimedia/realplayer-codecs/DESCR b/multimedia/realplayer-codecs/DESCR deleted file mode 100644 index 22a821ad60e..00000000000 --- a/multimedia/realplayer-codecs/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -RealPlayer8 Codecs for use by MPlayer, without having to install RealPlayer8 -itself. This contains several Real codecs (all the ones MPlayer supports.) - -This package supports i386, powerpc and alpha platforms. diff --git a/multimedia/realplayer-codecs/MESSAGE.common b/multimedia/realplayer-codecs/MESSAGE.common deleted file mode 100644 index 150c12161ee..00000000000 --- a/multimedia/realplayer-codecs/MESSAGE.common +++ /dev/null @@ -1,7 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE.common,v 1.1.1.1 2004/01/26 12:04:15 jmmv Exp $ - -For all systems, to use the "sipr" codec, a "libm.so.6" is required. It is -not yet known if the libm on your system will suit this functionality or -not. -=========================================================================== diff --git a/multimedia/realplayer-codecs/MESSAGE.powerpc b/multimedia/realplayer-codecs/MESSAGE.powerpc deleted file mode 100644 index 2c0759828af..00000000000 --- a/multimedia/realplayer-codecs/MESSAGE.powerpc +++ /dev/null @@ -1,16 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE.powerpc,v 1.1.1.1 2004/01/26 12:04:15 jmmv Exp $ - -This package requires a special hack to run on PowerPC systems, and to -enable one codec on all systems. - -For PowerPC, these shared libraries are linked agained glibc6, the need a -"libc.so.6" file. Fortunately, only a few simple functions (malloc, free, -memset, memcpy) are needed and these work from the NetBSD libc and could -work on other systems as well. As root, you need to run this command to -complete this installation (this *is* ugly, but for now it is our best -solution): - - # cd /usr/lib - # ln -s libc.so libc.so.6 -=========================================================================== diff --git a/multimedia/realplayer-codecs/Makefile b/multimedia/realplayer-codecs/Makefile deleted file mode 100644 index c426a3af9c0..00000000000 --- a/multimedia/realplayer-codecs/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# $NetBSD: Makefile,v 1.18 2017/01/19 18:52:19 agc Exp $ -# - -DISTNAME= rp8codecs${RP_ARCH}-20050115 -PKGNAME= realplayer-codecs-8.20050115 -PKGREVISION= 1 -CATEGORIES= multimedia -MASTER_SITES= ftp://ftp2.mplayerhq.hu/MPlayer/releases/codecs/ -MASTER_SITES+= ftp://ftp5.mplayerhq.hu/MPlayer/releases/codecs/ -MASTER_SITES+= http://www1.mplayerhq.hu/MPlayer/releases/codecs/ -MASTER_SITES+= http://www2.mplayerhq.hu/MPlayer/releases/codecs/ -EXTRACT_SUFX= .tar.bz2 -# for easier 'make mdi' -#DISTFILES= rp8codecs-20040626.tar.bz2 rp8codecs-ppc-20050115.tar.bz2 rp8codecs-alpha-20050115.tar.bz2 - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.mplayerhq.hu/MPlayer/releases/codecs/ -COMMENT= RealPlayer 8 shared libraries, primarily for use with MPlayer - -ONLY_FOR_PLATFORM= *-*-i386 *-*-powerpc *-*-alpha - -.include "../../mk/bsd.prefs.mk" - -.if ${MACHINE_ARCH} == "i386" -RP_ARCH= -# The distfile has not been updated. -DISTFILES= rp8codecs-20040626.tar.bz2 -WRKSRC= ${WRKDIR}/rp8codecs-20040626 -.elif ${MACHINE_ARCH} == "powerpc" -RP_ARCH= -ppc -.elif ${MACHINE_ARCH} == "alpha" -RP_ARCH= -alpha -.endif - -NO_BUILD= YES - -RESTRICTED= Unsure of codec's license -NO_BIN_ON_CDROM=${RESTRICTED} -NO_BIN_ON_FTP= ${RESTRICTED} -NO_SRC_ON_CDROM=${RESTRICTED} -NO_SRC_ON_FTP= ${RESTRICTED} - -do-install: - ${INSTALL_LIB_DIR} ${DESTDIR:Q}${PREFIX}/lib/RealPlayer8-Codecs - ${INSTALL_LIB} ${WRKSRC}/*.so.*.* \ - ${DESTDIR:Q}${PREFIX}/lib/RealPlayer8-Codecs - -.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/realplayer-codecs/PLIST b/multimedia/realplayer-codecs/PLIST deleted file mode 100644 index 7d20ba8b1ea..00000000000 --- a/multimedia/realplayer-codecs/PLIST +++ /dev/null @@ -1,12 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:08:09 joerg Exp $ -lib/RealPlayer8-Codecs/14_4.so.6.0 -lib/RealPlayer8-Codecs/28_8.so.6.0 -lib/RealPlayer8-Codecs/atrc.so.6.0 -lib/RealPlayer8-Codecs/cook.so.6.0 -lib/RealPlayer8-Codecs/ddnt.so.6.0 -lib/RealPlayer8-Codecs/dnet.so.6.0 -lib/RealPlayer8-Codecs/drv2.so.6.0 -lib/RealPlayer8-Codecs/drv3.so.6.0 -lib/RealPlayer8-Codecs/dspr.so.6.0 -lib/RealPlayer8-Codecs/sipr.so.6.0 -lib/RealPlayer8-Codecs/tokr.so.6.0 diff --git a/multimedia/realplayer-codecs/distinfo b/multimedia/realplayer-codecs/distinfo deleted file mode 100644 index ef6c2f58d31..00000000000 --- a/multimedia/realplayer-codecs/distinfo +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: distinfo,v 1.5 2017/03/23 14:39:44 wiz Exp $ - -SHA1 (rp8codecs-20040626.tar.bz2) = 5fe332e68d482b1cea8e52fee3491cab429fbe39 -RMD160 (rp8codecs-20040626.tar.bz2) = 15c809755e950055d44d419cc912203deb8b4dc2 -SHA512 (rp8codecs-20040626.tar.bz2)= 84affd71197e40e7a4f629415654c10836719fba9b630f08a125a6279f7c3cb147b5a11df6f40f376724802aa04a8c407b22d388ad2d0b6e1464d91a09533eba -Size (rp8codecs-20040626.tar.bz2) = 388962 bytes -SHA1 (rp8codecs-ppc-20050115.tar.bz2) = 12ce04765bdf96e6ad386de1ef637b471d947796 -RMD160 (rp8codecs-ppc-20050115.tar.bz2) = 8d3feedca9ef50a25c5b7560dd5bca9184c1dd01 -Size (rp8codecs-ppc-20050115.tar.bz2) = 537143 bytes -SHA1 (rp8codecs-alpha-20050115.tar.bz2) = a2f465095ae726669035641e0cf351f35f1b9273 -RMD160 (rp8codecs-alpha-20050115.tar.bz2) = 48875d54318817c398fdaf0d69631446237dc523 -Size (rp8codecs-alpha-20050115.tar.bz2) = 532935 bytes |