[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (15dfc78d4568cf2414c26d920d528e2258a58508)
Treeve Jelbert
scm at sourcemage.org
Fri Nov 9 12:54:39 EST 2007
GIT changes to master grimoire by Treeve Jelbert <treeve at sourcemage.org>:
video-libs/xine-lib/DEPENDS | 12 ++++++++++--
video-libs/xine-lib/HISTORY | 5 +++++
video-libs/xine-lib/PRE_BUILD | 2 +-
3 files changed, 16 insertions(+), 3 deletions(-)
New commits:
commit 15dfc78d4568cf2414c26d920d528e2258a58508
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>
xine-lib - fix bug #14090
diff --git a/video-libs/xine-lib/DEPENDS b/video-libs/xine-lib/DEPENDS
index c3525c6..fb9b599 100755
--- a/video-libs/xine-lib/DEPENDS
+++ b/video-libs/xine-lib/DEPENDS
@@ -6,9 +6,17 @@ optional_depends X11-LIBS \
"To support X display" &&
# output devices
-optional_depends "alsa-lib" "" "" "for ALSA audio output" &&
+optional_depends "alsa-lib" \
+ "--with-alsa" \
+ "--without-alsa" \
+ "for ALSA audio output" &&
+
optional_depends "esound" "" "" "for esd audio output" &&
-optional_depends "arts" "" "" "for arts audio output" &&
+optional_depends "arts" \
+ "--with-arts" \
+ "--without-arts" \
+ "for arts audio output" &&
+
optional_depends "pulseaudio" "" "" "for pulseaudio output" &&
optional_depends "aalib" "" "" "for ascii art video output" &&
optional_depends "sdl" "" "" "for SDL video output" &&
diff --git a/video-libs/xine-lib/HISTORY b/video-libs/xine-lib/HISTORY
index 8662b39..9c203c6 100644
--- a/video-libs/xine-lib/HISTORY
+++ b/video-libs/xine-lib/HISTORY
@@ -1,3 +1,8 @@
+2007-11-09 Treeve Jelbert <treeve at sourcemage.org>
+ * PRE_BUILD: insert limits.h in src/input/vcd/libcdio/_cdio_linux.c
+ fixes bug #14090
+ * DEPENDS: add some explicit on/off options
+
2007-10-16 Arwed v. Merkatz <v.merkatz at gmx.net>
* DEPENDS: added optional_depends on pulseaudio
diff --git a/video-libs/xine-lib/PRE_BUILD b/video-libs/xine-lib/PRE_BUILD
index bd2e595..8f391dd 100755
--- a/video-libs/xine-lib/PRE_BUILD
+++ b/video-libs/xine-lib/PRE_BUILD
@@ -1,6 +1,6 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-
+sed -i "32i#include <limits.h>" src/input/vcd/libcdio/_cdio_linux.c &&
# fix a typo (missing quoting) so detection of ffmpeg-cvs works correctly
# compiles but fails to run otherwise
sedit 's/x$FFMPEG_POSTPROC_LIBS/"\0"/' configure &&
More information about the SM-Commit
mailing list