Subject: Re: CVS commit: pkgsrc/multimedia/gmplayer
To: None <pkgsrc-changes@NetBSD.org, drochner@NetBSD.org>
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
List: pkgsrc-changes
Date: 06/27/2006 16:03:26
> Module Name: pkgsrc
> Committed By: drochner
> Date: Tue Jun 27 08:17:30 UTC 2006
>
> Modified Files:
> pkgsrc/multimedia/gmplayer: distinfo
>
> Log Message:
> regen (this shares the patch dir with ../mplayer-share)
>
And the skin skin Blue-1.4 is not available, but 1.5 is :
--- multimedia/gmplayer/Makefile.orig Mon Jun 26 18:08:24 2006
+++ multimedia/gmplayer/Makefile Wed Jun 21 16:34:20 2006
@@ -24,7 +24,7 @@
COMMENT= Software only MPEG-1/2/4 video decoder with a GTK+ interface
SKINS += AlienMind-1.2${EXTRACT_SUFX} \
- Blue-1.4${EXTRACT_SUFX} \
+ Blue-1.5${EXTRACT_SUFX} \
BlueHeart-1.5${EXTRACT_SUFX} \
CornerMP-1.2${EXTRACT_SUFX} \
CornerMP-aqua-1.4${EXTRACT_SUFX} \
@@ -59,6 +59,11 @@
CONFIGURE_ARGS+= --enable-gui --disable-mencoder \
--confdir=${PREFIX}/share/mplayer
+#.if ${OPSYS} == "SunOS" && ${ABI} == "64" && ${MACHINE_ARCH} == "i386"
+.if ( ${OPSYS} == "SunOS" && ${ABI} == "64" && ${MACHINE_ARCH} == "i386" ) ||
( ${MACHINE_ARCH} == "x86_64" && ${OPSYS} == "SunOS" )
+CONFIGURE_ARGS+= --target=amd64-SunOS
+.endif
+
INSTALLATION_DIRS= bin
do-install: