Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (bda6fabb4ea20ad405d3211d6258ce6997aad720)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (bda6fabb4ea20ad405d3211d6258ce6997aad720)
  • Date: Sun, 19 Feb 2012 08:01:33 -0600

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

video/vlc/DEPENDS | 5 +++++
video/vlc/HISTORY | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 938ff82914f3ba1d34a9e65fd7ca5de7de7dc119
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

video/vlc: added an optional dependency on libxcb

diff --git a/video/vlc/DEPENDS b/video/vlc/DEPENDS
index dcb8bc0..98f6bc4 100755
--- a/video/vlc/DEPENDS
+++ b/video/vlc/DEPENDS
@@ -49,6 +49,11 @@ optional_depends "libxml2" \
"--disable-libxml2" \
"for xml support" &&

+optional_depends "libxcb" \
+ "--enable-xcb" \
+ "--disable-xcb" \
+ "for X11 support with XCB" &&
+
# control plugins
optional_depends "lirc" \
"--enable-lirc" \
diff --git a/video/vlc/HISTORY b/video/vlc/HISTORY
index d8931c3..85bdc80 100644
--- a/video/vlc/HISTORY
+++ b/video/vlc/HISTORY
@@ -1,6 +1,6 @@
2012-02-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: added missing dependencies on libproxy, libsamplerate,
libbluray,
- libssh2 and libxml2
+ libssh2, libxml2 and libxcb

2012-02-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.0



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (bda6fabb4ea20ad405d3211d6258ce6997aad720), Florian Franzmann, 02/19/2012

Archive powered by MHonArc 2.6.24.

Top of Page