Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (a6feeb02c668d7def00b68292549803a438cfaba)
  • Date: Fri, 19 Aug 2011 05:39:24 -0500

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



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (a6feeb02c668d7def00b68292549803a438cfaba), Bor Kraljič, 08/19/2011

Archive powered by MHonArc 2.6.24.

Top of Page