pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/realplayer-codecs Complete fix for PR 29350...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50a73f57eef8
branches:  trunk
changeset: 492024:50a73f57eef8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 03 21:13:31 2005 +0000

description:
Complete fix for PR 29350; patch from Kouichirou Hiratsuka in private mail.

diffstat:

 multimedia/realplayer-codecs/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 213dec5463f5 -r 50a73f57eef8 multimedia/realplayer-codecs/Makefile
--- a/multimedia/realplayer-codecs/Makefile     Sun Apr 03 21:09:53 2005 +0000
+++ b/multimedia/realplayer-codecs/Makefile     Sun Apr 03 21:13:31 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2005/03/17 13:55:42 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2005/04/03 21:13:31 wiz Exp $
 #
 
-DISTNAME=      rp8codecs${RP_ARCH}-20040626
+DISTNAME=      rp8codecs${RP_ARCH}-20050115
 PKGNAME=       realplayer-codecs-8.20050115
 CATEGORIES=    multimedia
 MASTER_SITES=  ftp://mplayerhq.hu/MPlayer/releases/codecs/
@@ -17,6 +17,9 @@
 
 .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"



Home | Main Index | Thread Index | Old Index