Import new "mtv" package: MPEG Video+Audio and VCD Player
This commit is contained in:
parent
b1c00c6a58
commit
a6aaf46af1
5 changed files with 55 additions and 0 deletions
42
graphics/mtv/Makefile
Normal file
42
graphics/mtv/Makefile
Normal file
|
@ -0,0 +1,42 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 1999/05/17 12:40:42 tron Exp $
|
||||
|
||||
DISTNAME= mtv-1.0.9.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.mpegtv.com/pub/mpeg/mpegtv/player/x86-unknown-linux-glibc/packages/RPMS/ \
|
||||
ftp://ftp.mpeg.org/pub/mpeg/mpegtv/player/x86-unknown-linux-glibc/packages/RPMS/
|
||||
DISTFILES= ${DISTNAME}-1.i386.rpm SDL-0.9.9-5.i386.rpm
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
MAINTAINER= tron@netbsd.org
|
||||
HOMEPAGE= http://www.mpegtv.com/
|
||||
|
||||
DEPENDS+= suse_xforms-6.1:../../emulators/suse_xforms
|
||||
|
||||
DIST_SUBDIR= mtv
|
||||
LICENSE= fee-based-commercial-use
|
||||
|
||||
EXTRACT_ONLY= # empty
|
||||
NO_BUILD= yes
|
||||
NO_PATCH= yes
|
||||
NO_CONFIGURE= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
|
||||
|
||||
EMULSUBDIR= emul/linux
|
||||
EMULDIR= ${PREFIX}/${EMULSUBDIR}
|
||||
SBINDIR= ${PREFIX}/sbin
|
||||
|
||||
do-install:
|
||||
@${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
|
||||
.for FILE in mtv mtvp
|
||||
${LN} -fs ../${EMULSUBDIR}/usr/X11R6/bin/${FILE} ${PREFIX}/bin
|
||||
.endfor
|
||||
cd ${_DISTDIR} && \
|
||||
${SBINDIR}/rpm2pkg ${DISTFILES} >>${PLIST_SRC}
|
||||
@${ECHO} "@exec %D/${EMULSUBDIR}/sbin/ldconfig -r %D/${EMULSUBDIR}" >>${PLIST_SRC}
|
||||
${EMULDIR}/sbin/ldconfig -r ${EMULDIR} || ${TRUE}
|
||||
|
||||
show-shlib-type:
|
||||
@${ECHO} linux-${MACHINE_ARCH}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
4
graphics/mtv/files/md5
Normal file
4
graphics/mtv/files/md5
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: md5,v 1.1.1.1 1999/05/17 12:40:42 tron Exp $
|
||||
|
||||
MD5 (mtv/mtv-1.0.9.2-1.i386.rpm) = 03faa3be4992350e15d0c57bedb0ae1b
|
||||
MD5 (mtv/SDL-0.9.9-5.i386.rpm) = 701a391e37723bbb2472f08440678ae7
|
1
graphics/mtv/pkg/COMMENT
Normal file
1
graphics/mtv/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
MPEG Video+Audio and VCD Player
|
5
graphics/mtv/pkg/DESCR
Normal file
5
graphics/mtv/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
MpegTV Player (mtv) is a realtime software MPEG-1 Video+Audio Player
|
||||
and VCD Player. It supports full-screen mode, can play from file,
|
||||
pipe, network URL, or Video CD.
|
||||
|
||||
Contact Information: info@mpegtv.com
|
3
graphics/mtv/pkg/PLIST
Normal file
3
graphics/mtv/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 1999/05/17 12:40:42 tron Exp $
|
||||
bin/mtv
|
||||
bin/mtvp
|
Loading…
Reference in a new issue