pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/realplayer add powerpc support (it *almost*...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bcbc27452976
branches:  trunk
changeset: 478053:bcbc27452976
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Thu Jul 15 13:28:39 2004 +0000

description:
add powerpc support (it *almost* works properly...)

diffstat:

 multimedia/realplayer/Makefile |  13 ++++++++-----
 multimedia/realplayer/distinfo |   4 +++-
 2 files changed, 11 insertions(+), 6 deletions(-)

diffs (60 lines):

diff -r e9dd7e48b6ef -r bcbc27452976 multimedia/realplayer/Makefile
--- a/multimedia/realplayer/Makefile    Thu Jul 15 13:27:48 2004 +0000
+++ b/multimedia/realplayer/Makefile    Thu Jul 15 13:28:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/02/18 09:11:08 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2004/07/15 13:28:39 mrg Exp $
 
 PKGNAME=               realplayer-8.0.1
 PKGREVISION=           1
@@ -12,7 +12,10 @@
 DISTNAME=              rp8_linux20_libc6_i386_cs2
 EXTRA_DIST=            rv9_libc6_i386_cs2.tgz
 PLIST_SUBST+=          RV9=""
-.elif ${MACHINE_ARCH} == "sparc"
+.elif ${MACHINE_ARCH} == "powerpc"
+DISTNAME=              rp8_linux_powerpc_cs1
+PLIST_SUBST+=          RV9="@comment "
+.elif ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64"
 DISTNAME=              rp8_solaris27_sparc_cs2
 PLIST_SUBST+=          RV9="@comment "
 .else
@@ -25,9 +28,9 @@
 COMMENT=               RealAudio and RealVideo player
 
 .if ${OPSYS} == "NetBSD"
-.  if ${MACHINE_ARCH} == "i386"
+.  if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc"
 DEPENDS+=              suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11
-.  elif ${MACHINE_ARCH} == "sparc"
+.  elif ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64"
 .    if !exists(/emul/svr4/usr/lib/ld.so)
 PKG_FAIL_REASON= "${PKGNAME} requires Solaris libraries - see compat_svr4(8)"
 .    endif
@@ -40,7 +43,7 @@
 NO_BIN_ON_FTP=         ${RESTRICTED}
 NO_BIN_ON_CDROM=       ${RESTRICTED}
 
-ONLY_FOR_PLATFORM=     NetBSD-*-i386 NetBSD-*-sparc SunOS-*-sparc
+ONLY_FOR_PLATFORM=     NetBSD-*-i386 NetBSD-*-sparc64 NetBSD-*-sparc NetBSD-*-powerpc SunOS-*-sparc
 
 CONFLICTS=             realplayer-codecs<8nb2
 
diff -r e9dd7e48b6ef -r bcbc27452976 multimedia/realplayer/distinfo
--- a/multimedia/realplayer/distinfo    Thu Jul 15 13:27:48 2004 +0000
+++ b/multimedia/realplayer/distinfo    Thu Jul 15 13:28:39 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/02/17 19:24:42 wiz Exp $
+$NetBSD: distinfo,v 1.3 2004/07/15 13:28:39 mrg Exp $
 
 SHA1 (rp8_linux20_libc6_i386_cs2.bin) = b0a6b503560d92844ec92b18f723aeff357e6c11
 Size (rp8_linux20_libc6_i386_cs2.bin) = 5890331 bytes
@@ -6,6 +6,8 @@
 Size (rv9_libc6_i386_cs2.tgz) = 814305 bytes
 SHA1 (rp8_solaris27_sparc_cs2.bin) = a0df9924a39eeadadb3fe73220a42e4e9cb3d901
 Size (rp8_solaris27_sparc_cs2.bin) = 9579245 bytes
+SHA1 (rp8_linux_powerpc_cs1.bin) = 965588e877a9e9ef3285423286aaf4ed6bf89656
+Size (rp8_linux_powerpc_cs1.bin) = 8758422 bytes
 SHA1 (patch-aa) = cede957cc13166c30e6ab89476e0190f187f48b6
 SHA1 (patch-ab) = 22e2eb6260bec208e64db89308f0492baa307adf
 SHA1 (patch-ac) = 2a5d80db6c7deb2d68b1470f09a824bc093648e4



Home | Main Index | Thread Index | Old Index