summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-01-26 13:30:46 +0000
committerjmmv <jmmv@pkgsrc.org>2004-01-26 13:30:46 +0000
commit36d3f01bd1ccaddf74f13202493ec3aa355af494 (patch)
tree007115c5bfa03116fe883dffbfedebb5c3e1ccab /graphics
parent0878e85e93cf146b1eff4120eeb71df981b34960 (diff)
downloadpkgsrc-36d3f01bd1ccaddf74f13202493ec3aa355af494.tar.gz
divxplayer moved to the multimedia category.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile3
-rw-r--r--graphics/divxplayer/DESCR4
-rw-r--r--graphics/divxplayer/Makefile40
-rw-r--r--graphics/divxplayer/PLIST8
-rw-r--r--graphics/divxplayer/distinfo4
-rw-r--r--graphics/divxplayer/files/launcher.sh14
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 "${@}"