[SM-Commit] GIT changes to master grimoire by Bor Kraljič (a6feeb02c668d7def00b68292549803a438cfaba)

Bor Kraljič scm at sourcemage.org
Fri Aug 19 06:39:24 EDT 2011


GIT changes to master grimoire by Bor Kraljič <pyrobor at ver.si>:

 video/vlc/BUILD   |    2 +-
 video/vlc/DEPENDS |   42 +++++++++++++++++++++++++-----------------
 video/vlc/HISTORY |    3 +++
 3 files changed, 29 insertions(+), 18 deletions(-)

New commits:
commit a6feeb02c668d7def00b68292549803a438cfaba
Author: Bor Kraljič <pyrobor at ver.si>
Commit: Bor Kraljič <pyrobor at ver.si>

    vlc: fixed unrecognized options (issue #30)

diff --git a/video/vlc/BUILD b/video/vlc/BUILD
index 535a385..437ccda 100755
--- a/video/vlc/BUILD
+++ b/video/vlc/BUILD
@@ -1,4 +1,4 @@
-OPTS="--disable-dependency-tracking --disable-macosx-defaults --enable-release $OPTS"  &&
+OPTS="--disable-dependency-tracking --disable-macosx-defaults $OPTS"  &&
 
 if  [  "$JOYSTICK"  =  "y"  ];  then
   OPTS="--enable-joystick $OPTS"
diff --git a/video/vlc/DEPENDS b/video/vlc/DEPENDS
index 3edaaaf..ee95d83 100755
--- a/video/vlc/DEPENDS
+++ b/video/vlc/DEPENDS
@@ -98,7 +98,10 @@ optional_depends  "libmad"                 \
                   "--disable-mad"          \
                   "for fixed point mp3 decoder"  &&
 
-optional_depends  "libid3tag" "" "" "for id3 tag reading support"  &&
+optional_depends  "libid3tag"              \
+                  "--enable-id3tag"        \
+                  "--disable-id3tag"       \
+                  "for id3 tag reading support"  &&
 
 optional_depends  "libvorbis"              \
                   "--enable-vorbis"        \
@@ -176,20 +179,25 @@ optional_depends  "sdl_image"              \
                   "--disable-sdl-image"    \
                   "for image decoding with SDL_image"  &&
 # dvd options
-optional_depends  "libdvdcss"              \
-                   "--enable-dvd"          \
-                   "--disable-dvd"         \
-                   "for DVD support"       &&
+#optional_depends  "libdvdcss"              \
+#                   "--enable-dvd"          \
+#                   "--disable-dvd"         \
+#                   "for DVD support"       &&
+
+optional_depends  "libdvdread"              \
+                  "--enable-dvdread"        \
+                  "--disable-dvdread"       \
+                  "for dvdread input module"  &&
 
 optional_depends  "libdvdnav"              \
                   "--enable-dvdnav"        \
                   "--disable-dvdnav"       \
                   "for new DVD navigation support"  &&
 
-optional_depends  "libdvdplay"             \
-                  "--enable-dvdplay"       \
-                  "--disable-dvdplay"      \
-                  "for old DVD navigation support"  &&
+#optional_depends  "libdvdplay"             \
+#                  "--enable-dvdplay"       \
+#                  "--disable-dvdplay"      \
+#                  "for old DVD navigation support"  &&
 
 # misc
 optional_depends  "libpng"                 \
@@ -212,10 +220,10 @@ optional_depends  "zvbi"                   \
                   "--disable-zvbi"         \
                   "for teletext support"   &&
 
-optional_depends  "libcdio"            \
-                  "--enable-libcdio"   \
-                  "--disable-libcdio"  \
-                  "for enhanced audio cd support"  &&
+#optional_depends  "libcdio"            \
+#                  "--enable-libcdio"   \
+#                  "--disable-libcdio"  \
+#                  "for enhanced audio cd support"  &&
 
 optional_depends  "libcddb"            \
                   "--enable-libcddb"   \
@@ -227,10 +235,10 @@ optional_depends  "vcdimager-unstable"  \
                   "--disable-vcdx"      \
                   "for VCD navigation support"  &&
 
-optional_depends  "hal"            \
-                  "--enable-hal"   \
-                  "--disable-hal"  \
-                  "for device discovery through hal"  &&
+optional_depends  "udev"            \
+                  "--enable-udev"   \
+                  "--disable-udev"  \
+                  "for device discovery through udev"  &&
 
 optional_depends  "dbus"            \
                   "--enable-dbus"   \
diff --git a/video/vlc/HISTORY b/video/vlc/HISTORY
index 5e5e7b2..7a1f06e 100644
--- a/video/vlc/HISTORY
+++ b/video/vlc/HISTORY
@@ -1,3 +1,6 @@
+2011-08-19 Bor Kraljič <pyrobor at ver.si>
+	* BUILD, DEPENDS: fixed unrecognized options (issue #30)
+
 2011-07-17 Bor Kraljič <pyrobor at ver.si>
 	* DETAILS: updated spell to 1.1.11, SECURITY_PATCH++
 	  VideoLAN-SA-1105, VideoLAN-SA-1106


More information about the SM-Commit mailing list