Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (daab49baac9315511a122d83687e273137059c9b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (daab49baac9315511a122d83687e273137059c9b)
  • Date: Wed, 6 Oct 2010 19:57:12 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

video-libs/xine-lib/HISTORY | 4 ++++
video-libs/xine-lib/PRE_BUILD | 4 ++++
2 files changed, 8 insertions(+)

New commits:
commit daab49baac9315511a122d83687e273137059c9b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xine-lib: Fix compiling with libxvmc 1.0.6
See
http://www.mail-archive.com/blfs-support AT linuxfromscratch.org/msg12514.html

diff --git a/video-libs/xine-lib/HISTORY b/video-libs/xine-lib/HISTORY
index ce9fded..3a603ac 100644
--- a/video-libs/xine-lib/HISTORY
+++ b/video-libs/xine-lib/HISTORY
@@ -1,3 +1,7 @@
+2010-10-06 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Fix compiling with libxvmc 1.0.6
+ See
http://www.mail-archive.com/blfs-support AT linuxfromscratch.org/msg12514.html
+
2010-07-25 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.1.19

diff --git a/video-libs/xine-lib/PRE_BUILD b/video-libs/xine-lib/PRE_BUILD
new file mode 100755
index 0000000..1e812ee
--- /dev/null
+++ b/video-libs/xine-lib/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+message "${MESSAGE_COLOR}Fixing libXvMc 1.0.6 support...${DEFAULT_COLOR}" &&
+sed -i '/xxmc.h/a#include <X11/extensions/XvMClib.h>' \
+ "$SOURCE_DIRECTORY"/src/video_out/{xvmc_mocomp.c,video_out_xxmc.c}



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (daab49baac9315511a122d83687e273137059c9b), Eric Sandall, 10/06/2010

Archive powered by MHonArc 2.6.24.

Top of Page