Skip to Content.
Sympa Menu

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

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č (55fc12115cedb9333a4f32e1842c3af1768911c8)
  • Date: Fri, 19 Aug 2011 06:34:58 -0500

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

video/vlc/BUILD | 3 ---
video/vlc/CONFIGURE | 1 -
video/vlc/HISTORY | 2 +-
3 files changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 55fc12115cedb9333a4f32e1842c3af1768911c8
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

vlc: fixed unrecognized options, part 2 (issue #30)

removed --enable-joystick

diff --git a/video/vlc/BUILD b/video/vlc/BUILD
index 437ccda..739ebf9 100755
--- a/video/vlc/BUILD
+++ b/video/vlc/BUILD
@@ -1,8 +1,5 @@
OPTS="--disable-dependency-tracking --disable-macosx-defaults $OPTS" &&

-if [ "$JOYSTICK" = "y" ]; then
- OPTS="--enable-joystick $OPTS"
-fi &&
if [ "$V4L" = "y" ]; then
OPTS="--enable-v4l $OPTS"
fi &&
diff --git a/video/vlc/CONFIGURE b/video/vlc/CONFIGURE
index 077f7f3..60e3a59 100755
--- a/video/vlc/CONFIGURE
+++ b/video/vlc/CONFIGURE
@@ -1,2 +1 @@
-config_query JOYSTICK "Enable Joystick support?" y
config_query V4L "Enable Video4Linux input support?" y
diff --git a/video/vlc/HISTORY b/video/vlc/HISTORY
index 7a1f06e..318e8ab 100644
--- a/video/vlc/HISTORY
+++ b/video/vlc/HISTORY
@@ -1,5 +1,5 @@
2011-08-19 Bor Kraljič <pyrobor AT ver.si>
- * BUILD, DEPENDS: fixed unrecognized options (issue #30)
+ * BUILD, DEPENDS, CONFIGURE: fixed unrecognized options (issue #30)

2011-07-17 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 1.1.11, SECURITY_PATCH++



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

Archive powered by MHonArc 2.6.24.

Top of Page