diff options
author | wiz <wiz@pkgsrc.org> | 2011-10-02 14:11:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-10-02 14:11:51 +0000 |
commit | 01245dbaa572f7f9f1e45daa2f58e2aa25c20b8e (patch) | |
tree | cc2c30901b2f5a7482d970c9f7fd3e321ff7c80f /multimedia | |
parent | c7a5c6fcc27302aaed2307669d325507fcef9912 (diff) | |
download | pkgsrc-01245dbaa572f7f9f1e45daa2f58e2aa25c20b8e.tar.gz |
Remove packages scheduled to be deleted according to the pkgsrc-2011Q2
release notes.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 3 | ||||
-rw-r--r-- | multimedia/RealPlayerGold/DESCR | 5 | ||||
-rw-r--r-- | multimedia/RealPlayerGold/Makefile | 70 | ||||
-rw-r--r-- | multimedia/RealPlayerGold/distinfo | 5 | ||||
-rw-r--r-- | multimedia/RealPlayerGold/files/realplay.sh | 7 |
5 files changed, 1 insertions, 89 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 5c79ccaa18c..cf832161030 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.183 2011/07/13 23:43:02 jmcneill Exp $ +# $NetBSD: Makefile,v 1.184 2011/10/02 14:11:52 wiz Exp $ # COMMENT= Multimedia utilities -SUBDIR+= RealPlayerGold SUBDIR+= acidrip SUBDIR+= adobe-flash-plugin SUBDIR+= adobe-flash-plugin10.1 diff --git a/multimedia/RealPlayerGold/DESCR b/multimedia/RealPlayerGold/DESCR deleted file mode 100644 index ea7135ca765..00000000000 --- a/multimedia/RealPlayerGold/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -RealPlayer for Unix allows you to play streaming audio and video over -the Internet in real-time. RealPlayerGold supports RealAudio, RealVideo -10, MP3, Ogg Vorbis and Theora, H263, AAC, and more. Other features -include a Mozilla compatible plugin, a themeable GTK2 user interface, -accelerated video, and full screen playback. diff --git a/multimedia/RealPlayerGold/Makefile b/multimedia/RealPlayerGold/Makefile deleted file mode 100644 index e0366c723d9..00000000000 --- a/multimedia/RealPlayerGold/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# $NetBSD: Makefile,v 1.21 2011/03/08 12:00:15 obache Exp $ -# - -DISTNAME= RealPlayer10GOLD -# Exact version obtained from the output of -# file RealPlayer10GOLD.rpm -PKGNAME= RealPlayerGold-10.0.9.809.20070726 -CATEGORIES= multimedia -MASTER_SITES= http://forms.real.com/real/player/download.html?f=unix/ -EXTRACT_SUFX= .rpm - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.real.com/linux/ -COMMENT= Real Audio and Video Player - -RESTRICTED= Redistribution not permitted -NO_SRC_ON_FTP= ${RESTRICTED} -NO_SRC_ON_CDROM= ${RESTRICTED} -NO_BIN_ON_FTP= ${RESTRICTED} -NO_BIN_ON_CDROM= ${RESTRICTED} - -PKG_DESTDIR_SUPPORT= user-destdir - -PKGVER= ${PKGNAME_NOREV:S/^RealPlayerGold-//} -DIST_SUBDIR= ${PKGNAME_NOREV} - -WRKSRC= ${WRKDIR} -BUILD_DIRS= # empty - -EMUL_PLATFORMS= linux-i386 -EMUL_MODULES.linux= base fontconfig freetype2 gtk2 x11 - -EMUL_PKG_FMT= rpm -RPM2PKG_STRIP= 3 -RPM2PKG_PREFIX= ${DESTDIR}${PREFIX} -RPM2PKG_SUBPREFIX= lib -RPM2PKG_STAGE= do-install -RUN_LDCONFIG= no - -REALPLAYER_HOME= ${PREFIX}/lib/RealPlayer - -SUBST_CLASSES+= paths -SUBST_STAGE.paths= post-install -SUBST_FILES.paths= ${DESTDIR}${REALPLAYER_HOME}/realplay -SUBST_SED.paths= -e 's,/bin/true,${TRUE},g' -SUBST_MESSAGE.paths= Fixing hardcoded paths. - -INSTALLATION_DIRS+= bin - -# Verify that the version of the distfile (which changes often without -# the name changing) is still correct. This helps sort out download -# errors vs. out-of-date-pkgsrc errors. -# -post-fetch: - ${RUN} ver=`file ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | ${SED} -e 's;.*Player-;;g' -e 's;-;.;g'` ; \ - if [ "$$ver" != "${PKGVER}" ] ; then \ - ${ECHO} "It appears that real.com has made a new version ($$ver) available so this" ; \ - ${ECHO} "package will need updating to work correctly. That likely the reason for" ; \ - ${ECHO} "the checksum failure." ; \ - fi - -do-build: - ${SED} -e 's|@REALPLAYER_HOME@|${REALPLAYER_HOME}|g' \ - ${FILESDIR}/realplay.sh > ${WRKSRC}/realplay - -post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/realplay ${DESTDIR}${PREFIX}/bin - ${ECHO} bin/realplay >> ${PLIST_SRC} - -.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/RealPlayerGold/distinfo b/multimedia/RealPlayerGold/distinfo deleted file mode 100644 index c3fac211256..00000000000 --- a/multimedia/RealPlayerGold/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.7 2008/02/15 12:25:59 obache Exp $ - -SHA1 (RealPlayerGold-10.0.9.809.20070726/RealPlayer10GOLD.rpm) = 5231a724a1d3987400c79d066ff6b5c0ba3f5251 -RMD160 (RealPlayerGold-10.0.9.809.20070726/RealPlayer10GOLD.rpm) = 2a88652b0b9ab825d7fa3b63103e980005a58259 -Size (RealPlayerGold-10.0.9.809.20070726/RealPlayer10GOLD.rpm) = 6645239 bytes diff --git a/multimedia/RealPlayerGold/files/realplay.sh b/multimedia/RealPlayerGold/files/realplay.sh deleted file mode 100644 index 2adf6ffe9c0..00000000000 --- a/multimedia/RealPlayerGold/files/realplay.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -# -# $NetBSD: realplay.sh,v 1.1.1.1 2004/11/20 12:45:40 rh Exp $ -# -HELIX_LIBS=@REALPLAYER_HOME@ ; export HELIX_LIBS -LD_LIBRARY_PATH=${HELIX_LIBS}/lib:${HELIX_LIBS}/plugins:${HELIX_LIBS}:${LD_LIBRARY_PATH} ; export LD_LIBRARY_PATH -exec ${HELIX_LIBS}/realplay "$@" |