Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (cb66f78eba80b164a63587c57bd513a7e7faf4b3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (cb66f78eba80b164a63587c57bd513a7e7faf4b3)
  • Date: Sun, 24 Jul 2011 17:48:44 -0500

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

audio-soft/sox/DEPENDS | 19 +++++++------------
audio-soft/sox/HISTORY | 3 +++
gnome2-libs/libgda4/DEPENDS | 10 ----------
gnome2-libs/libgda4/HISTORY | 3 +++
libs/sdl/DEPENDS | 4 ++--
libs/sdl/HISTORY | 3 +++
x11-libs/cairo/BUILD | 4 ----
x11-libs/cairo/CONFIGURE | 4 +++-
x11-libs/cairo/HISTORY | 4 ++++
x11-libs/cairo/PRE_SUB_DEPENDS | 2 +-
x11-libs/cairo/REPAIR^all^PRE_SUB_DEPENDS | 2 +-
x11-libs/cairo/SUB_DEPENDS | 2 +-
12 files changed, 28 insertions(+), 32 deletions(-)

New commits:
commit 4d5ce93d01f4412e4781e55365a5c4bde6df509d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cairo: simplified tee backend selection
(cherry picked from commit fc15c113c795b21bddefd3e50b0dc9879f4ddc73)

commit fc15c113c795b21bddefd3e50b0dc9879f4ddc73
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cairo: simplified tee backend selection

commit 19e65c8ed7c6efe6d4058a6d3b6e6e1a6d142332
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cairo: backported dependency changes from devel-xorg-modular (stage 2)

commit e2fcfec049b64e7f2f2b160c7d3577745ab8ea3c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cairo: backported dependency changes from devel-xorg-modular (stage 1)

commit 070c54003073fe0ca35380bdece1785756db544e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libgda4: removed deprecated dependencies

commit cc10cbe4be7ef34c1c354978e4c837de00ca2fb7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sox: renewed and fixed configure flags for dependencies

commit 9522bd9d4f4600bca4def1f09c82f88baf92ef23
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sdl: corrected dependency flags

diff --git a/audio-soft/sox/DEPENDS b/audio-soft/sox/DEPENDS
index 10970f1..56e84bc 100755
--- a/audio-soft/sox/DEPENDS
+++ b/audio-soft/sox/DEPENDS
@@ -1,21 +1,21 @@
optional_depends alsa-lib \
- "--enable-alsa" \
- "--disable-alsa" \
+ "--with-alsa" \
+ "--without-alsa" \
"for ALSA sound driver support" &&

optional_depends libao \
- "--enable-libao" \
- "--disable-libao" \
+ "--with-ao" \
+ "--without-ao" \
"for libao sound driver support" &&

optional_depends libsndfile \
- "--with-sndfle" \
+ "--with-sndfile" \
"--without-sndfile" \
"for libsndfile usage" &&

optional_depends libvorbis \
- "--with-ogg" \
- "--without-ogg" \
+ "--with-oggvorbis" \
+ "--without-oggvorbis" \
"for Ogg Vorbis usage" &&

optional_depends flac \
@@ -53,11 +53,6 @@ optional_depends libpng \
"--without-png" \
"for PNG usage" &&

-optional_depends libsamplerate \
- "--with-samplerate" \
- "--without-samplerate" \
- "for libsamplerate (a.k.a. Secret Rabbit Code) usage" &&
-
optional_depends ladspa \
"--with-ladspa-path=$INSTALL_ROOT/usr/lib/ladspa" \
"--without-ladspa" \
diff --git a/audio-soft/sox/HISTORY b/audio-soft/sox/HISTORY
index 9a77098..458f8a0 100644
--- a/audio-soft/sox/HISTORY
+++ b/audio-soft/sox/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: renewed and fixed configure flags for dependencies
+
2011-06-22 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 14.3.2

diff --git a/gnome2-libs/libgda4/DEPENDS b/gnome2-libs/libgda4/DEPENDS
index d628934..b8a657b 100755
--- a/gnome2-libs/libgda4/DEPENDS
+++ b/gnome2-libs/libgda4/DEPENDS
@@ -17,11 +17,6 @@ optional_depends db \
"--without-bdb" \
"for Berkeley DB backend support" &&

-optional_depends ODBC-MGR \
- "--with-odbc" \
- "--without-odbc" \
- "for Unix ODBC backend support" &&
-
optional_depends MYSQL \
"--with-mysql" \
"--without-mysql" \
@@ -37,11 +32,6 @@ optional_depends FIREBIRD \
"--without-firebird" \
"for FireBird backend support" &&

-optional_depends openldap \
- "--with-ldap" \
- "--without-ldap" \
- "for LDAP backend support" &&
-
optional_depends gnome-keyring \
"--with-gnome-keyring" \
"--without-gnome-keyring" \
diff --git a/gnome2-libs/libgda4/HISTORY b/gnome2-libs/libgda4/HISTORY
index 601a5be..df7e81d 100644
--- a/gnome2-libs/libgda4/HISTORY
+++ b/gnome2-libs/libgda4/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: removed deprecated dependencies
+
2011-05-08 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 4.2.7

diff --git a/libs/sdl/DEPENDS b/libs/sdl/DEPENDS
index e3790ac..4be7d10 100755
--- a/libs/sdl/DEPENDS
+++ b/libs/sdl/DEPENDS
@@ -31,8 +31,8 @@ optional_depends libggi \
"for GGI video output support" &&

optional_depends svgalib \
- "--enable-svga" \
- "--disable-svga" \
+ "--enable-video-svga" \
+ "--disable-video-svga" \
"for SVGAlib video output support" &&

optional_depends esound \
diff --git a/libs/sdl/HISTORY b/libs/sdl/HISTORY
index b0f17f2..cd3a695 100644
--- a/libs/sdl/HISTORY
+++ b/libs/sdl/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: corrected dependency flags
+
2010-10-18 Robin Cook <rcook AT wyrms.net>
* PRE_BUILD: apply mouse fix patch
http://bugzilla.libsdl.org/show_bug.cgi?id=894
diff --git a/x11-libs/cairo/BUILD b/x11-libs/cairo/BUILD
index a13cf92..bad1ab6 100755
--- a/x11-libs/cairo/BUILD
+++ b/x11-libs/cairo/BUILD
@@ -1,7 +1,3 @@
OPTS="$CAIRO_OPTS $OPTS" &&

-if [[ "$CAIRO_TEE" == "y" ]]; then
- OPTS="--enable-tee=yes $OPTS"
-fi &&
-
default_build
diff --git a/x11-libs/cairo/CONFIGURE b/x11-libs/cairo/CONFIGURE
index e38123f..6d4d95d 100755
--- a/x11-libs/cairo/CONFIGURE
+++ b/x11-libs/cairo/CONFIGURE
@@ -1 +1,3 @@
-config_query CAIRO_TEE "Enable cairo's tee surface backend feature?" n
+config_query_option CAIRO_OPTS "Enable cairo's tee surface backend feature?"
n \
+ "--enable-tee=yes" \
+ "--enable-tee=no"
diff --git a/x11-libs/cairo/HISTORY b/x11-libs/cairo/HISTORY
index db1a590..f46c4b6 100644
--- a/x11-libs/cairo/HISTORY
+++ b/x11-libs/cairo/HISTORY
@@ -1,3 +1,7 @@
+2011-07-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, CONFIGURE, {{REPAIR^all^,}PRE_,}SUB_DEPENDS: simplified tee
+ backend selection
+
2011-06-24 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: correctly compare versions

diff --git a/x11-libs/cairo/PRE_SUB_DEPENDS b/x11-libs/cairo/PRE_SUB_DEPENDS
index 1865291..fd530b1 100755
--- a/x11-libs/cairo/PRE_SUB_DEPENDS
+++ b/x11-libs/cairo/PRE_SUB_DEPENDS
@@ -6,7 +6,7 @@ case $THIS_SUB_DEPENDS in
PS) [[ -f "$INSTALL_ROOT/usr/include/cairo/cairo-ps.h" ]];;
SVG) [[ -f "$INSTALL_ROOT/usr/include/cairo/cairo-svg.h" ]];;
X) is_depends_enabled $SPELL libx11;;
- TEE) if [[ $CAIRO_TEE != "y" ]]; then return 1; fi;;
+ TEE) if ! list_find "$CAIRO_OPTS" "--enable-tee=yes"; then return 1; fi;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
return 1;;
esac
diff --git a/x11-libs/cairo/REPAIR^all^PRE_SUB_DEPENDS
b/x11-libs/cairo/REPAIR^all^PRE_SUB_DEPENDS
index 1865291..fd530b1 100755
--- a/x11-libs/cairo/REPAIR^all^PRE_SUB_DEPENDS
+++ b/x11-libs/cairo/REPAIR^all^PRE_SUB_DEPENDS
@@ -6,7 +6,7 @@ case $THIS_SUB_DEPENDS in
PS) [[ -f "$INSTALL_ROOT/usr/include/cairo/cairo-ps.h" ]];;
SVG) [[ -f "$INSTALL_ROOT/usr/include/cairo/cairo-svg.h" ]];;
X) is_depends_enabled $SPELL libx11;;
- TEE) if [[ $CAIRO_TEE != "y" ]]; then return 1; fi;;
+ TEE) if ! list_find "$CAIRO_OPTS" "--enable-tee=yes"; then return 1; fi;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
return 1;;
esac
diff --git a/x11-libs/cairo/SUB_DEPENDS b/x11-libs/cairo/SUB_DEPENDS
index 05ff496..8fe658f 100755
--- a/x11-libs/cairo/SUB_DEPENDS
+++ b/x11-libs/cairo/SUB_DEPENDS
@@ -12,7 +12,7 @@ case $THIS_SUB_DEPENDS in
X) message "Cairo with Xlib support requested, forcing libx11
dependency" &&
depends libx11 "--enable-xlib";;
TEE) message "Cairo with tee backend request, forcing it" &&
- CAIRO_TEE=y ;;
+ CAIRO_OPTS="--enable-tee=yes $CAIRO_OPTS" ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
return 1;;
esac



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (cb66f78eba80b164a63587c57bd513a7e7faf4b3), Vlad Glagolev, 07/24/2011

Archive powered by MHonArc 2.6.24.

Top of Page