pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics divxplayer moved to the multimedia category.
details: https://anonhg.NetBSD.org/pkgsrc/rev/eb1331d01a66
branches: trunk
changeset: 467163:eb1331d01a66
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Mon Jan 26 13:30:46 2004 +0000
description:
divxplayer moved to the multimedia category.
diffstat:
graphics/Makefile | 3 +-
graphics/divxplayer/DESCR | 4 ---
graphics/divxplayer/Makefile | 40 -----------------------------------
graphics/divxplayer/PLIST | 8 -------
graphics/divxplayer/distinfo | 4 ---
graphics/divxplayer/files/launcher.sh | 14 ------------
6 files changed, 1 insertions(+), 72 deletions(-)
diffs (107 lines):
diff -r 201d090b193c -r eb1331d01a66 graphics/Makefile
--- a/graphics/Makefile Mon Jan 26 13:30:06 2004 +0000
+++ b/graphics/Makefile Mon Jan 26 13:30:46 2004 +0000
@@ -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+= cqcam
SUBDIR+= denemo
SUBDIR+= dia
-SUBDIR+= divxplayer
SUBDIR+= dumpmpeg
SUBDIR+= dvdbackup
SUBDIR+= dvdview
diff -r 201d090b193c -r eb1331d01a66 graphics/divxplayer/DESCR
--- a/graphics/divxplayer/DESCR Mon Jan 26 13:30:06 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 201d090b193c -r eb1331d01a66 graphics/divxplayer/Makefile
--- a/graphics/divxplayer/Makefile Mon Jan 26 13:30:06 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 201d090b193c -r eb1331d01a66 graphics/divxplayer/PLIST
--- a/graphics/divxplayer/PLIST Mon Jan 26 13:30:06 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 201d090b193c -r eb1331d01a66 graphics/divxplayer/distinfo
--- a/graphics/divxplayer/distinfo Mon Jan 26 13:30:06 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 201d090b193c -r eb1331d01a66 graphics/divxplayer/files/launcher.sh
--- a/graphics/divxplayer/files/launcher.sh Mon Jan 26 13:30:06 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 "${@}"
Home |
Main Index |
Thread Index |
Old Index