pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/vice Remove (default off) ffmpeg from PKG_SU...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f30a7d36bfaf
branches:  trunk
changeset: 529252:f30a7d36bfaf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 29 08:41:29 2007 +0000

description:
Remove (default off) ffmpeg from PKG_SUPPORTED_OPTIONS -- pkgsrc
vice version 1.21 needs at least ffmpeg-0.5.1, which is not currently
in pkgsrc.

diffstat:

 emulators/vice/options.mk |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r cdc909672f4c -r f30a7d36bfaf emulators/vice/options.mk
--- a/emulators/vice/options.mk Tue May 29 05:01:18 2007 +0000
+++ b/emulators/vice/options.mk Tue May 29 08:41:29 2007 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: options.mk,v 1.3 2007/02/07 19:43:29 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2007/05/29 08:41:29 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.vice
-PKG_SUPPORTED_OPTIONS= esound ffmpeg lame gnome
+# ffmpeg support for vice-1.21 needs at least ffmpeg-0.5.1
+#PKG_SUPPORTED_OPTIONS=        esound ffmpeg lame gnome
+PKG_SUPPORTED_OPTIONS= esound lame gnome
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index