Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ea79438c3313f4cf84c50aad4c4b788249218247)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ea79438c3313f4cf84c50aad4c4b788249218247)
  • Date: Mon, 15 Apr 2013 14:08:09 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

video/vlc/DEPENDS | 26 ++++++--------------------
video/vlc/DETAILS | 4 ++--
video/vlc/HISTORY | 5 +++++
3 files changed, 13 insertions(+), 22 deletions(-)

New commits:
commit ea79438c3313f4cf84c50aad4c4b788249218247
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

vlc: => 2.0.6

diff --git a/video/vlc/DEPENDS b/video/vlc/DEPENDS
index 51ce18c..6117e4e 100755
--- a/video/vlc/DEPENDS
+++ b/video/vlc/DEPENDS
@@ -1,3 +1,4 @@
+optional_depends gettext '' '--disable-nls' 'Natural Language support' &&
# interface options
optional_depends "qt4" \
"--enable-qt4" \
@@ -14,11 +15,6 @@ optional_depends "xosd" \
"--disable-xosd" \
"for xosd interface" &&

-optional_depends "GECKO" \
- "--enable-mozilla" \
- "--disable-mozilla" \
- "for a mozilla plugin" &&
-
optional_depends "lua" \
"--enable-lua" \
"--disable-lua" \
@@ -72,8 +68,8 @@ optional_depends "fribidi" \
"for bidirectional subtitle rendering support" &&

optional_depends OPENGL \
- "--enable-opengl --enable-glx" \
- "--disable-opengl --disable-glx" \
+ "--enable-glx" \
+ "-opengl --disable-glx" \
"for OpenGL video output" &&

optional_depends "sdl" \
@@ -86,16 +82,6 @@ optional_depends "aalib" \
"--disable-aa" \
"for aalib video output" &&

-optional_depends "libggi" \
- "--enable-ggi" \
- "--disable-ggi" \
- "for GGI video output" &&
-
-optional_depends "svgalib" \
- "--enable-svgalib" \
- "--disable-svgalib" \
- "for svgalib video output" &&
-
optional_depends "directfb" \
"--enable-directfb" \
"--disable-directfb" \
@@ -242,7 +228,7 @@ optional_depends "live" \

optional_depends "libdvbpsi" \
"--enable-dvbpsi" \
- "--enable-dvbpsi=no --enable-dvb=no" \
+ "--enable-dvbpsi=no" \
"for DVB program information support" &&

optional_depends "zvbi" \
@@ -306,8 +292,8 @@ optional_depends "libnotify" \
"for desktop notifications support" &&

optional_depends "v4l-utils" \
- "--enable-libv4l2" \
- "--disable-libv4l2" \
+ "--enable-v4l2" \
+ "--disable-v4l2" \
"for libv4l2 Video4Linux2 support" &&

optional_depends "libass" \
diff --git a/video/vlc/DETAILS b/video/vlc/DETAILS
index 35f135e..d4b3852 100755
--- a/video/vlc/DETAILS
+++ b/video/vlc/DETAILS
@@ -1,7 +1,7 @@
SPELL=vlc
- VERSION=2.0.5
+ VERSION=2.0.6
+
SOURCE_HASH=sha512:80793305f7e0e48c99be99adfd85d699deaff53184f740b7624cdc9cad106b7c70f1d221e26c1362a1d1e5b02b861a1289e21a3af8a4c5ae3dfc316c67f15e74
SOURCE=$SPELL-$VERSION.tar.xz
-
SOURCE_HASH=sha512:eff8146e99f819f49bf9875e4ce0bb562fca46bbf68cd7d2e2121e86d12c8b4ce02bf8fb024910f7d5742abec90583bba45eb2301156ed0418ef76952345d49e
# SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
# SOURCE2=$SOURCE.asc
# SOURCE2_IGNORE=signature
diff --git a/video/vlc/HISTORY b/video/vlc/HISTORY
index 5c8e70b..18b6a04 100644
--- a/video/vlc/HISTORY
+++ b/video/vlc/HISTORY
@@ -1,3 +1,8 @@
+2013-04-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: 2.0.6
+ * PRE_BUILD: disable, does not apply
+ * DEPENDS: update some flags
+
2012-12-13 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.0.5

diff --git a/video/vlc/PRE_BUILD b/video/vlc/PRE_BUILD
old mode 100755
new mode 100644



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ea79438c3313f4cf84c50aad4c4b788249218247), Treeve Jelbert, 04/15/2013

Archive powered by MHonArc 2.6.24.

Top of Page