pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share `xvid' also works on sparc64....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a542a39e2014
branches:  trunk
changeset: 539029:a542a39e2014
user:      jdc <jdc%pkgsrc.org@localhost>
date:      Sun Feb 24 22:24:34 2008 +0000

description:
`xvid' also works on sparc64.  Rearrange the options to account for this.

diffstat:

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

diffs (29 lines):

diff -r 5fdd3bae7e1e -r a542a39e2014 multimedia/mplayer-share/options.mk
--- a/multimedia/mplayer-share/options.mk       Sun Feb 24 21:59:34 2008 +0000
+++ b/multimedia/mplayer-share/options.mk       Sun Feb 24 22:24:34 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.26 2008/02/13 00:55:55 rillig Exp $
+# $NetBSD: options.mk,v 1.27 2008/02/24 22:24:34 jdc Exp $
 
 .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
 
@@ -47,7 +47,7 @@
 # Platform-specific options.
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || \
     ${MACHINE_ARCH} == "powerpc"
-PKG_SUPPORTED_OPTIONS+= mplayer-runtime-cpudetection xvid
+PKG_SUPPORTED_OPTIONS+= mplayer-runtime-cpudetection
 .endif
 .if ${MACHINE_ARCH} == "i386"
 PKG_SUPPORTED_OPTIONS+= mplayer-default-cflags mplayer-win32
@@ -59,6 +59,10 @@
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 PKG_SUPPORTED_OPTIONS+=        mplayer-ssse3
 .endif
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || \
+    ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
+PKG_SUPPORTED_OPTIONS+= xvid
+.endif
 
 # -------------------------------------------------------------------------
 # Define PKG_SUGGESTED_OPTIONS.



Home | Main Index | Thread Index | Old Index