pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share Only support mplayer-win32 on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0e8ae715a12
branches:  trunk
changeset: 520014:e0e8ae715a12
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Oct 13 20:13:14 2006 +0000

description:
Only support mplayer-win32 on i386 (for now).
The codecs package is restricted to i386.
>From rudolf on pkgsrc-users.

diffstat:

 multimedia/mplayer-share/options.mk |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r aca1ca046c3e -r e0e8ae715a12 multimedia/mplayer-share/options.mk
--- a/multimedia/mplayer-share/options.mk       Fri Oct 13 19:09:53 2006 +0000
+++ b/multimedia/mplayer-share/options.mk       Fri Oct 13 20:13:14 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.17 2006/10/03 14:47:40 tron Exp $
+# $NetBSD: options.mk,v 1.18 2006/10/13 20:13:14 wiz Exp $
 
 .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
 
@@ -44,8 +44,10 @@
 
 # Platform-specific options.
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
-PKG_SUPPORTED_OPTIONS+= mplayer-runtime-cpudetection mplayer-win32 \
-                       xvid
+PKG_SUPPORTED_OPTIONS+= mplayer-runtime-cpudetection xvid
+.endif
+.if ${MACHINE_ARCH} == "i386"
+PKG_SUPPORTED_OPTIONS+= mplayer-win32
 .endif
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || \
     ${MACHINE_ARCH} == "alpha"



Home | Main Index | Thread Index | Old Index