summaryrefslogtreecommitdiff
path: root/multimedia/realplayer-codecs
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-01-26 12:04:15 +0000
committerjmmv <jmmv@pkgsrc.org>2004-01-26 12:04:15 +0000
commite2969166fc368bbc5e873381cedae7bd15121ec1 (patch)
treead06a8d714375f090f81fd85c966462c8a650fe5 /multimedia/realplayer-codecs
parent8ad2691421c7670bdd1005da58e8c66376d95ce5 (diff)
downloadpkgsrc-e2969166fc368bbc5e873381cedae7bd15121ec1.tar.gz
Move realplayer-codecs to the multimedia category (coming from graphics).
This is version 8nb2.
Diffstat (limited to 'multimedia/realplayer-codecs')
-rw-r--r--multimedia/realplayer-codecs/DESCR4
-rw-r--r--multimedia/realplayer-codecs/MESSAGE.common7
-rw-r--r--multimedia/realplayer-codecs/MESSAGE.powerpc16
-rw-r--r--multimedia/realplayer-codecs/Makefile37
-rw-r--r--multimedia/realplayer-codecs/PLIST13
-rw-r--r--multimedia/realplayer-codecs/distinfo8
6 files changed, 85 insertions, 0 deletions
diff --git a/multimedia/realplayer-codecs/DESCR b/multimedia/realplayer-codecs/DESCR
new file mode 100644
index 00000000000..22a821ad60e
--- /dev/null
+++ b/multimedia/realplayer-codecs/DESCR
@@ -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.
diff --git a/multimedia/realplayer-codecs/MESSAGE.common b/multimedia/realplayer-codecs/MESSAGE.common
new file mode 100644
index 00000000000..150c12161ee
--- /dev/null
+++ b/multimedia/realplayer-codecs/MESSAGE.common
@@ -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.
+===========================================================================
diff --git a/multimedia/realplayer-codecs/MESSAGE.powerpc b/multimedia/realplayer-codecs/MESSAGE.powerpc
new file mode 100644
index 00000000000..2c0759828af
--- /dev/null
+++ b/multimedia/realplayer-codecs/MESSAGE.powerpc
@@ -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
+===========================================================================
diff --git a/multimedia/realplayer-codecs/Makefile b/multimedia/realplayer-codecs/Makefile
new file mode 100644
index 00000000000..2e93682c4b8
--- /dev/null
+++ b/multimedia/realplayer-codecs/Makefile
@@ -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"
diff --git a/multimedia/realplayer-codecs/PLIST b/multimedia/realplayer-codecs/PLIST
new file mode 100644
index 00000000000..b12a73d2305
--- /dev/null
+++ b/multimedia/realplayer-codecs/PLIST
@@ -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
diff --git a/multimedia/realplayer-codecs/distinfo b/multimedia/realplayer-codecs/distinfo
new file mode 100644
index 00000000000..108e636b1f8
--- /dev/null
+++ b/multimedia/realplayer-codecs/distinfo
@@ -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