summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-06-27 10:41:39 +0000
committerwiz <wiz@pkgsrc.org>2005-06-27 10:41:39 +0000
commit306425029b83e6fc8696418bb89d69311a8cb9c9 (patch)
tree6b47827cbe6041a59416d3d8767197f58ae604e7 /multimedia
parent381e6c11a7b7e3815b11427045ca9b594cfb9d60 (diff)
downloadpkgsrc-306425029b83e6fc8696418bb89d69311a8cb9c9.tar.gz
Remove trplayer: depends on realplayer, which was just
removed; no new version out for years.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/trplayer/DESCR7
-rw-r--r--multimedia/trplayer/Makefile54
-rw-r--r--multimedia/trplayer/PLIST2
-rw-r--r--multimedia/trplayer/distinfo5
-rw-r--r--multimedia/trplayer/files/trplayer8
5 files changed, 0 insertions, 76 deletions
diff --git a/multimedia/trplayer/DESCR b/multimedia/trplayer/DESCR
deleted file mode 100644
index cf2d9e50ac4..00000000000
--- a/multimedia/trplayer/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-The Text-Mode RealMedia Player (TRPlayer) is a RealMedia player for
-Linux with a command-line interface. It can play (streaming) RealAudio,
-RealVideo, MP3, and all other media types supported by RealPlayer 8
-under Linux. TRPlayer was designed especially for blind Unix users, who
-don't yet have access to the graphical user interface. However, it is
-also useful to others; it is a good tool for background audio playback
-and for use on low-end hardware.
diff --git a/multimedia/trplayer/Makefile b/multimedia/trplayer/Makefile
deleted file mode 100644
index 58d168029ab..00000000000
--- a/multimedia/trplayer/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:23 jlam Exp $
-#
-
-DISTNAME= trplayer-1.2.0
-PKGREVISION= 2
-CATEGORIES= multimedia
-MASTER_SITES= ftp://linux-speakup.org/pub/linux/goodies/trplayer/
-EXTRACT_SUFX= -1.i386.rpm
-
-MAINTAINER= fredb@NetBSD.org
-HOMEPAGE= http://www.linux-speakup.org/trplayer.html
-COMMENT= Text-mode Realmedia Player
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "i386"
-BUILD_DEPENDS+= rpm2pkg>=1.2:../../pkgtools/rpm2pkg
-DEPENDS+= realplayer>=8.0.1:../../multimedia/realplayer
-DEPENDS+= suse_base>=7.3:../../emulators/${SUSE_DIR_PREFIX}_base
-DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
-DEPENDS+= suse_slang>=7.3:../../emulators/${SUSE_DIR_PREFIX}_slang
-.endif
-
-INTERACTIVE_STAGE= fetch # XXX Not really!
-#INTERACTIVE_STAGE= install-depends
-LICENSE= trplayer-license
-ONLY_FOR_PLATFORM= NetBSD-1.6*-i386 NetBSD-[2-9]*-i386
-
-WRKSRC= ${WRKDIR}
-CHECK_SHLIBS= NO
-NO_BUILD= YES
-
-EMULDIR= ${LOCALBASE}/emul/linux
-EXTRACT_ONLY= # nothing
-INFO_FILES= trplayer.info
-PLIST_SRC= ${WRKDIR}/PLIST.rpm
-
-INSTALLATION_DIRS= ${INFO_DIR}
-
-do-install:
- ${CP} ${PKGDIR}/PLIST ${PLIST_SRC}; \
- ${LOCALBASE}/sbin/rpm2pkg -d ${PREFIX} -f ${PLIST_SRC} \
- -p emul/linux ${DISTDIR}/${DISTFILES}
- ${INSTALL_DATA} ${EMULDIR}/usr/info/trplayer.info \
- ${PREFIX}/${INFO_DIR}/trplayer.info
-
-post-install:
- ${SED} -e 's,@@EMULDIR@@,${EMULDIR},' \
- -e 's,@@LOCALBASE@@,${LOCALBASE},' ${FILESDIR}/trplayer \
- > ${WRKSRC}/trplayer
- ${INSTALL_SCRIPT} ${WRKSRC}/trplayer ${PREFIX}/bin/trplayer
-
-.include "../../emulators/suse_linux/Makefile.application"
-.include "../../mk/bsd.pkg.mk"
diff --git a/multimedia/trplayer/PLIST b/multimedia/trplayer/PLIST
deleted file mode 100644
index 62a6462ac13..00000000000
--- a/multimedia/trplayer/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/26 13:20:40 jmmv Exp $
-bin/trplayer
diff --git a/multimedia/trplayer/distinfo b/multimedia/trplayer/distinfo
deleted file mode 100644
index a4f7a6c7362..00000000000
--- a/multimedia/trplayer/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 11:24:04 agc Exp $
-
-SHA1 (trplayer-1.2.0-1.i386.rpm) = 94c3d8ae82e25c5c3b97797740f4b5bfb6ac4e89
-RMD160 (trplayer-1.2.0-1.i386.rpm) = 4ada346f600504c24506e7b675f94726f2a8973e
-Size (trplayer-1.2.0-1.i386.rpm) = 30201 bytes
diff --git a/multimedia/trplayer/files/trplayer b/multimedia/trplayer/files/trplayer
deleted file mode 100644
index c088dafb84c..00000000000
--- a/multimedia/trplayer/files/trplayer
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: trplayer,v 1.1.1.1 2004/01/26 13:20:40 jmmv Exp $
-#
-REALPLAYER_HOME=@@LOCALBASE@@/lib/RealPlayer8
-export REALPLAYER_HOME
-
-exec @@EMULDIR@@/usr/bin/trplayer "$@"