Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 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,48 @@
# $NetBSD: Makefile,v 1.17 2012/10/08 09:21:11 asau Exp $
#
DISTNAME= rp8codecs${RP_ARCH}-20050115
PKGNAME= realplayer-codecs-8.20050115
PKGREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= ftp://ftp2.mplayerhq.hu/MPlayer/releases/codecs/ \
ftp://ftp5.mplayerhq.hu/MPlayer/releases/codecs/ \
http://www1.mplayerhq.hu/MPlayer/releases/codecs/ \
http://www2.mplayerhq.hu/MPlayer/releases/codecs/
EXTRACT_SUFX= .tar.bz2
# for easier 'make mdi'
#DISTFILES= rp8codecs-20040626.tar.bz2 rp8codecs-ppc-20050115.tar.bz2 rp8codecs-alpha-20050115.tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mplayerhq.hu/MPlayer/releases/codecs/
COMMENT= RealPlayer 8 shared libraries, primarily for use with MPlayer
ONLY_FOR_PLATFORM= *-*-i386 *-*-powerpc *-*-alpha
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "i386"
RP_ARCH=
# The distfile has not been updated.
DISTFILES= rp8codecs-20040626.tar.bz2
WRKSRC= ${WRKDIR}/rp8codecs-20040626
.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_LIB_DIR} ${DESTDIR:Q}${PREFIX}/lib/RealPlayer8-Codecs
${INSTALL_LIB} ${WRKSRC}/*.so.*.* \
${DESTDIR:Q}${PREFIX}/lib/RealPlayer8-Codecs
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,12 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:08:09 joerg 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

View File

@@ -0,0 +1,11 @@
$NetBSD: distinfo,v 1.4 2005/03/17 13:55:42 wiz Exp $
SHA1 (rp8codecs-20040626.tar.bz2) = 5fe332e68d482b1cea8e52fee3491cab429fbe39
RMD160 (rp8codecs-20040626.tar.bz2) = 15c809755e950055d44d419cc912203deb8b4dc2
Size (rp8codecs-20040626.tar.bz2) = 388962 bytes
SHA1 (rp8codecs-ppc-20050115.tar.bz2) = 12ce04765bdf96e6ad386de1ef637b471d947796
RMD160 (rp8codecs-ppc-20050115.tar.bz2) = 8d3feedca9ef50a25c5b7560dd5bca9184c1dd01
Size (rp8codecs-ppc-20050115.tar.bz2) = 537143 bytes
SHA1 (rp8codecs-alpha-20050115.tar.bz2) = a2f465095ae726669035641e0cf351f35f1b9273
RMD160 (rp8codecs-alpha-20050115.tar.bz2) = 48875d54318817c398fdaf0d69631446237dc523
Size (rp8codecs-alpha-20050115.tar.bz2) = 532935 bytes