Sun Sep 7 00:35:12 2008 UTC ()
Change 'mjpegtools-simd' option to 'simd' in preparation for libmpg123
import.


(bjs)
diff -r1.217 -r1.218 pkgsrc/mk/defaults/options.description
diff -r1.4 -r1.5 pkgsrc/multimedia/mjpegtools/options.mk

cvs diff -r1.217 -r1.218 pkgsrc/mk/defaults/options.description (expand / switch to unified diff)

--- pkgsrc/mk/defaults/options.description 2008/09/01 15:19:08 1.217
+++ pkgsrc/mk/defaults/options.description 2008/09/07 00:35:12 1.218
@@ -224,27 +224,27 @@ liferea-seamonkey Use Seamonkey to rende @@ -224,27 +224,27 @@ liferea-seamonkey Use Seamonkey to rende
224links-zlib Enable zlib support for the links WWW browser. 224links-zlib Enable zlib support for the links WWW browser.
225lprng-priv-ports Connections must be made from privileged ports. 225lprng-priv-ports Connections must be made from privileged ports.
226lprng-suid Install LPRng executables setuid root. 226lprng-suid Install LPRng executables setuid root.
227lua Enable Lua support. 227lua Enable Lua support.
228lzw Enable LZW (De)compression support 228lzw Enable LZW (De)compression support
229m68060-optimized Optimize for m68060 (only). 229m68060-optimized Optimize for m68060 (only).
230mad Enable usage of the mad library to play MP3 files. 230mad Enable usage of the mad library to play MP3 files.
231maintainer-zts Enable the Zend Thread Safety option for PHP 231maintainer-zts Enable the Zend Thread Safety option for PHP
232memtesplus-iso Build a .iso file for memtest+ 232memtesplus-iso Build a .iso file for memtest+
233memtesplus-serialconsole Enable use of serial console for memtest+ 233memtesplus-serialconsole Enable use of serial console for memtest+
234mex Enable matlab mex support (Linux and Solaris only). 234mex Enable matlab mex support (Linux and Solaris only).
235mikmod Enable MikMod sound library. 235mikmod Enable MikMod sound library.
236mitshm Enable MIT-SHM X extension support. 236mitshm Enable MIT-SHM X extension support.
237mjpegtools-simd Enable MMX/3DNOW/SSE/Altivec support. 237simd Enable MMX/3DNOW/SSE/Altivec support.
238mlib Enable usage of medialib (SunOS only). 238mlib Enable usage of medialib (SunOS only).
239mmx Enable MMX support (i386 only). 239mmx Enable MMX support (i386 only).
240modperl1 Use modperl 1.x as the CGI manager (with Apache 1.x). 240modperl1 Use modperl 1.x as the CGI manager (with Apache 1.x).
241modperl2 Use modperl 2.x as the CGI manager (with Apache 2.x). 241modperl2 Use modperl 2.x as the CGI manager (with Apache 2.x).
242modplug Use for decoding mod-like music formats. 242modplug Use for decoding mod-like music formats.
243motif Enable motif support. 243motif Enable motif support.
244mozilla Use mozilla as gecko rendering engine. 244mozilla Use mozilla as gecko rendering engine.
245official-mozilla-branding Use official Mozilla reg. trademarks and logos. 245official-mozilla-branding Use official Mozilla reg. trademarks and logos.
246mozilla-single-profile Enable single profiles on mozilla browsers 246mozilla-single-profile Enable single profiles on mozilla browsers
247mpcdec Enable the portable Musepack decoder library. 247mpcdec Enable the portable Musepack decoder library.
248mpeg4ip Enable mpeg4ip support. 248mpeg4ip Enable mpeg4ip support.
249mpg123-arm-fixed64 Enable 64-bit calculations to avoid glitches on ARM. 249mpg123-arm-fixed64 Enable 64-bit calculations to avoid glitches on ARM.
250mplayer-menu Enable support for user-defined menus. 250mplayer-menu Enable support for user-defined menus.

cvs diff -r1.4 -r1.5 pkgsrc/multimedia/mjpegtools/options.mk (expand / switch to unified diff)

--- pkgsrc/multimedia/mjpegtools/options.mk 2006/01/25 10:07:39 1.4
+++ pkgsrc/multimedia/mjpegtools/options.mk 2008/09/07 00:35:12 1.5
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: options.mk,v 1.4 2006/01/25 10:07:39 xtraeme Exp $ 1# $NetBSD: options.mk,v 1.5 2008/09/07 00:35:12 bjs Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.mjpegtools 3PKG_OPTIONS_VAR= PKG_OPTIONS.mjpegtools
4PKG_SUPPORTED_OPTIONS= dv mjpegtools-simd 4PKG_SUPPORTED_OPTIONS= dv simd
5PKG_SUGGESTED_OPTIONS= dv 5PKG_SUGGESTED_OPTIONS= dv
 6PKG_OPTIONS_LEGACY_OPTS= mjpegtools-simd:simd
6 7
7.include "../../mk/bsd.options.mk" 8.include "../../mk/bsd.options.mk"
8 9
9.if !empty(PKG_OPTIONS:Mdv) 10.if !empty(PKG_OPTIONS:Mdv)
10. include "../../multimedia/libdv/buildlink3.mk" 11. include "../../multimedia/libdv/buildlink3.mk"
11CONFIGURE_ARGS+= --enable-libdv 12CONFIGURE_ARGS+= --enable-libdv
12.else 13.else
13CONFIGURE_ARGS+= --disable-libdv 14CONFIGURE_ARGS+= --disable-libdv
14.endif 15.endif
15 16
16.if !empty(PKG_OPTIONS:Mmjpegtools-simd) 17.if !empty(PKG_OPTIONS:Mmjpegtools-simd)
17CONFIGURE_ARGS+= --enable-simd-accel 18CONFIGURE_ARGS+= --enable-simd-accel
18.else 19.else