summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2013-04-15 21:06:51 +0200
committerTreeve Jelbert2013-04-15 21:08:00 +0200
commitea79438c3313f4cf84c50aad4c4b788249218247 (patch)
treef07319456b28a73dccf6321b7ebf7b0c11c9695c
parent4d8be413f36322d58581644bfcb8235eda3ccd50 (diff)
vlc: => 2.0.6
-rwxr-xr-xvideo/vlc/DEPENDS26
-rwxr-xr-xvideo/vlc/DETAILS4
-rw-r--r--video/vlc/HISTORY5
-rw-r--r--[-rwxr-xr-x]video/vlc/PRE_BUILD0
4 files changed, 13 insertions, 22 deletions
diff --git a/video/vlc/DEPENDS b/video/vlc/DEPENDS
index 51ce18cd0d..6117e4ea05 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 35f135e086..d4b3852c6d 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 5c8e70be57..18b6a043f1 100644
--- a/video/vlc/HISTORY
+++ b/video/vlc/HISTORY
@@ -1,3 +1,8 @@
+2013-04-15 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: 2.0.6
+ * PRE_BUILD: disable, does not apply
+ * DEPENDS: update some flags
+
2012-12-13 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 2.0.5
diff --git a/video/vlc/PRE_BUILD b/video/vlc/PRE_BUILD
index 9d792f597e..9d792f597e 100755..100644
--- a/video/vlc/PRE_BUILD
+++ b/video/vlc/PRE_BUILD