pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/realplayer-codecs Move realplayer-codecs to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6e4f8cc2b27
branches:  trunk
changeset: 467096:d6e4f8cc2b27
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Jan 26 12:04:15 2004 +0000

description:
Move realplayer-codecs to the multimedia category (coming from graphics).
This is version 8nb2.

diffstat:

 multimedia/realplayer-codecs/DESCR           |   4 +++
 multimedia/realplayer-codecs/MESSAGE.common  |   7 +++++
 multimedia/realplayer-codecs/MESSAGE.powerpc |  16 ++++++++++++
 multimedia/realplayer-codecs/Makefile        |  37 ++++++++++++++++++++++++++++
 multimedia/realplayer-codecs/PLIST           |  13 +++++++++
 multimedia/realplayer-codecs/distinfo        |   8 ++++++
 6 files changed, 85 insertions(+), 0 deletions(-)

diffs (109 lines):

diff -r dd58d3e9d519 -r d6e4f8cc2b27 multimedia/realplayer-codecs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/realplayer-codecs/DESCR        Mon Jan 26 12:04:15 2004 +0000
@@ -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 -r dd58d3e9d519 -r d6e4f8cc2b27 multimedia/realplayer-codecs/MESSAGE.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/realplayer-codecs/MESSAGE.common       Mon Jan 26 12:04:15 2004 +0000
@@ -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 -r dd58d3e9d519 -r d6e4f8cc2b27 multimedia/realplayer-codecs/MESSAGE.powerpc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/realplayer-codecs/MESSAGE.powerpc      Mon Jan 26 12:04:15 2004 +0000
@@ -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 -r dd58d3e9d519 -r d6e4f8cc2b27 multimedia/realplayer-codecs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/realplayer-codecs/Makefile     Mon Jan 26 12:04:15 2004 +0000
@@ -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@localhost
+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 -r dd58d3e9d519 -r d6e4f8cc2b27 multimedia/realplayer-codecs/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/realplayer-codecs/PLIST        Mon Jan 26 12:04:15 2004 +0000
@@ -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 -r dd58d3e9d519 -r d6e4f8cc2b27 multimedia/realplayer-codecs/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/realplayer-codecs/distinfo     Mon Jan 26 12:04:15 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index