Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (0e5c864ae65b5d8838c74e352d4a7567bc4cfe38)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (0e5c864ae65b5d8838c74e352d4a7567bc4cfe38)
  • Date: Wed, 26 Nov 2008 14:49:00 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

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

New commits:
commit 0e5c864ae65b5d8838c74e352d4a7567bc4cfe38
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

vlc: Requires extra configure options when building without
LIBAVCODEC

diff --git a/video/vlc/DEPENDS b/video/vlc/DEPENDS
index c50c0f1..cab4196 100755
--- a/video/vlc/DEPENDS
+++ b/video/vlc/DEPENDS
@@ -148,7 +148,7 @@ optional_depends libmpeg2 \

optional_depends LIBAVCODEC \
"--enable-avcodec" \
- "--disable-avcodec" \
+ "--disable-avcodec --disable-avformat --disable-postproc"
\
"for lots of video codecs" &&

optional_depends "libmatroska" \
diff --git a/video/vlc/HISTORY b/video/vlc/HISTORY
index 9e3d747..cd51b5a 100644
--- a/video/vlc/HISTORY
+++ b/video/vlc/HISTORY
@@ -1,3 +1,7 @@
+2008-11-26 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: Requires more options to build without LIBAVCODEC
+ --disable-avformat --disable-postproc
+
2008-11-16 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* PRE_BUILD, vlc-separate-window.patch: added a patch to repair
integrated video display which was broken since 0.9.3



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (0e5c864ae65b5d8838c74e352d4a7567bc4cfe38), George Sherwood, 11/26/2008

Archive powered by MHonArc 2.6.24.

Top of Page