Move realplayer-codecs to the multimedia category (coming from graphics).

This is version 8nb2.
This commit is contained in:
jmmv 2004-01-26 12:04:15 +00:00
parent 8ad2691421
commit e2969166fc
6 changed files with 85 additions and 0 deletions

View file

@ -0,0 +1,4 @@
RealPlayer8 Codecs for use by MPlayer, without having to install RealPlayer8
itself. This contains several Real codecs (all the ones MPlayer supports.)
This package supports i386, powerpc and alpha platforms.

View file

@ -0,0 +1,7 @@
===========================================================================
$NetBSD: MESSAGE.common,v 1.1.1.1 2004/01/26 12:04:15 jmmv Exp $
For all systems, to use the "sipr" codec, a "libm.so.6" is required. It is
not yet known if the libm on your system will suit this functionality or
not.
===========================================================================

View file

@ -0,0 +1,16 @@
===========================================================================
$NetBSD: MESSAGE.powerpc,v 1.1.1.1 2004/01/26 12:04:15 jmmv Exp $
This package requires a special hack to run on PowerPC systems, and to
enable one codec on all systems.
For PowerPC, these shared libraries are linked agained glibc6, the need a
"libc.so.6" file. Fortunately, only a few simple functions (malloc, free,
memset, memcpy) are needed and these work from the NetBSD libc and could
work on other systems as well. As root, you need to run this command to
complete this installation (this *is* ugly, but for now it is our best
solution):
# cd /usr/lib
# ln -s libc.so libc.so.6
===========================================================================

View file

@ -0,0 +1,37 @@
# $NetBSD: Makefile,v 1.1.1.1 2004/01/26 12:04:15 jmmv Exp $
#
DISTNAME= rp8codecs${RP_ARCH}
PKGNAME= realplayer-codecs-8
PKGREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= ftp://mplayerhq.hu/MPlayer/releases/codecs/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://mplayerhq.hu/MPlayer/releases/codecs/
COMMENT= RealPlayer 8 shared libraries, primarily for use with MPlayer
ONLY_FOR_PLATFORM= *-*-i386 *-*-powerpc *-*-alpha
.if ${MACHINE_ARCH} == "i386"
RP_ARCH=
.elif ${MACHINE_ARCH} == "powerpc"
RP_ARCH= -ppc
.elif ${MACHINE_ARCH} == "alpha"
RP_ARCH= -alpha
.endif
NO_BUILD= YES
RESTRICTED= "Unsure of codec's license"
NO_BIN_ON_CDROM=${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM=${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/RealPlayer8-Codecs
${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/lib/RealPlayer8-Codecs
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,13 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/26 12:04:15 jmmv Exp $
lib/RealPlayer8-Codecs/14_4.so.6.0
lib/RealPlayer8-Codecs/28_8.so.6.0
lib/RealPlayer8-Codecs/atrc.so.6.0
lib/RealPlayer8-Codecs/cook.so.6.0
lib/RealPlayer8-Codecs/ddnt.so.6.0
lib/RealPlayer8-Codecs/dnet.so.6.0
lib/RealPlayer8-Codecs/drv2.so.6.0
lib/RealPlayer8-Codecs/drv3.so.6.0
lib/RealPlayer8-Codecs/dspr.so.6.0
lib/RealPlayer8-Codecs/sipr.so.6.0
lib/RealPlayer8-Codecs/tokr.so.6.0
@dirrm lib/RealPlayer8-Codecs

View file

@ -0,0 +1,8 @@
$NetBSD: distinfo,v 1.1.1.1 2004/01/26 12:04:15 jmmv Exp $
SHA1 (rp8codecs.tar.bz2) = 9532ccb510b8a60d5b37fec083c4e5986f6b8433
Size (rp8codecs.tar.bz2) = 388979 bytes
SHA1 (rp8codecs-alpha.tar.bz2) = 9b9c4c29450b7f0f2c68e71c6eb2858a3610b661
Size (rp8codecs-alpha.tar.bz2) = 532365 bytes
SHA1 (rp8codecs-ppc.tar.bz2) = ff77e88142a3c46a31e76b89ee7affdbb846f00c
Size (rp8codecs-ppc.tar.bz2) = 536461 bytes