diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-01-26 13:30:46 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-01-26 13:30:46 +0000 |
commit | da09080da9ae14dfeea59a09d0d4c2d40c5283f8 (patch) | |
tree | 007115c5bfa03116fe883dffbfedebb5c3e1ccab | |
parent | 577ce72fe55aa6b1f5fa071b7775cdad0a698db7 (diff) | |
download | pkgsrc-da09080da9ae14dfeea59a09d0d4c2d40c5283f8.tar.gz |
divxplayer moved to the multimedia category.
-rw-r--r-- | graphics/Makefile | 3 | ||||
-rw-r--r-- | graphics/divxplayer/DESCR | 4 | ||||
-rw-r--r-- | graphics/divxplayer/Makefile | 40 | ||||
-rw-r--r-- | graphics/divxplayer/PLIST | 8 | ||||
-rw-r--r-- | graphics/divxplayer/distinfo | 4 | ||||
-rw-r--r-- | graphics/divxplayer/files/launcher.sh | 14 |
6 files changed, 1 insertions, 72 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 1a2503450cc..c003f4ab2b6 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.280 2004/01/26 13:19:02 jmmv Exp $ +# $NetBSD: Makefile,v 1.281 2004/01/26 13:30:46 jmmv Exp $ # COMMENT= Graphics tools and libraries @@ -46,7 +46,6 @@ SUBDIR+= compface SUBDIR+= cqcam SUBDIR+= denemo SUBDIR+= dia -SUBDIR+= divxplayer SUBDIR+= dumpmpeg SUBDIR+= dvdbackup SUBDIR+= dvdview diff --git a/graphics/divxplayer/DESCR b/graphics/divxplayer/DESCR deleted file mode 100644 index 029df1e4c7b..00000000000 --- a/graphics/divxplayer/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -The DivX(TM) Player for Linux from DivX.com is built from the same -codebase as the Windows version. It performs exactly like its Windows -cousin in all respects, and can even use the same skin files. Behold -the wonders of cross-platform development. diff --git a/graphics/divxplayer/Makefile b/graphics/divxplayer/Makefile deleted file mode 100644 index 7fbd8fdbacb..00000000000 --- a/graphics/divxplayer/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# $NetBSD: Makefile,v 1.5 2004/01/20 12:18:15 agc Exp $ - -DISTNAME= divx-player-installer -PKGNAME= divxplayer-0.2.0 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL:=${PKGNAME}/} - -MAINTAINER= david@netbsd-fr.org -HOMEPAGE= http://www.divx.com/ -COMMENT= DivX(TM) Video Player for Linux from DivX.com - -DEPENDS+= suse_linux>=7.3:../../emulators/suse_linux -DEPENDS+= suse_x11>=7.3:../../emulators/suse_linux - -ONLY_FOR_PLATFORM= NetBSD-*-i386 - -WRKSRC= ${WRKDIR}/divx-player-installer -CHECK_SHLIBS= NO -NO_BUILD= YES -USE_X11BASE= YES - -DIST_SUBDIR= ${PKGNAME} - -BINARY= divxPlayer.bin -DATADIR= ${PREFIX}/share/divxplayer - -post-patch: - ${SED} -e "s|%%DATADIR%%|${DATADIR}|" ${FILESDIR}/launcher.sh \ - > ${WRKDIR}/frontend.sh - -do-install: - ${MKDIR} ${DATADIR} - ${MKDIR} ${DATADIR}/Skins - ${INSTALL_DATA} ${WRKSRC}/Skins/* ${DATADIR}/Skins - ${INSTALL_PROGRAM} ${WRKSRC}/${BINARY} ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKDIR}/frontend.sh \ - ${PREFIX}/bin/${BINARY:S/.bin$//} - -.include "../../emulators/suse_linux/Makefile.application" -.include "../../mk/bsd.pkg.mk" diff --git a/graphics/divxplayer/PLIST b/graphics/divxplayer/PLIST deleted file mode 100644 index cdbc18d3cb2..00000000000 --- a/graphics/divxplayer/PLIST +++ /dev/null @@ -1,8 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/26 00:11:33 fredb Exp $ -bin/divxPlayer -bin/divxPlayer.bin -share/divxplayer/Skins/Corner.zip -share/divxplayer/Skins/Default.dps -share/divxplayer/Skins/divxexplorer.dps -@dirrm share/divxplayer/Skins -@dirrm share/divxplayer diff --git a/graphics/divxplayer/distinfo b/graphics/divxplayer/distinfo deleted file mode 100644 index dd6f6505cf2..00000000000 --- a/graphics/divxplayer/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/01/26 00:11:33 fredb Exp $ - -SHA1 (divxplayer-0.2.0/divx-player-installer.tar.gz) = 63e39c6ed7539e3d7e94b16df93745aba9550d42 -Size (divxplayer-0.2.0/divx-player-installer.tar.gz) = 3888848 bytes diff --git a/graphics/divxplayer/files/launcher.sh b/graphics/divxplayer/files/launcher.sh deleted file mode 100644 index e455a68b6b6..00000000000 --- a/graphics/divxplayer/files/launcher.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -PROGRAM="$0" -DATADIR="%%DATADIR%%" -DIVX_SKIN_DIR=${DATADIR}/Skins - -export DIVX_SKIN_DIR - -if [ -f ~/.divxPlayer/DivXPlayer.dbf ] -then - rm -f ~/.divxPlayer/DivXPlayer.dbf -fi - -exec ${PROGRAM}.bin "${@}" |