New commits:
commit 33a1dd5d2d64a8f4b83af20250995bd8147c236f
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
audacity: beta version 1.3.4, repaired configure options and added
optional
depends on jack, expat and vamp-plugin-sdk. Repairing the desktop
file is no longer needed.
commit f47d3de37cab862dcb16f47798cfb974724ffe80
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
vamp-plugin-sdk: new spell, audio analysis plugins
commit 313898810bf83727c226a134523a9d2a4eedb63e
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
evilwm: made libxrandr optional
commit ec4d1cb593d1c326ab9d9111951492a7c9a1a3cd
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
e17: moved libx* depends to ecore
commit 69d1c8f7590fb6c18eec7e2083ffc58a3624e3f9
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
ecore: moved libx* deps from e17 to ecore
diff --git a/ChangeLog b/ChangeLog
index c36c994..15b68a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-02-19 Arjan Bouter <abouter AT sourcemage.org>
+ * audio-plugins/vamp-plugin-sdk: new spell, audio analysis plugins
+
2008-02-19 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/pygments: new spell, pythonic generic syntax highlighter
diff --git a/audio-creation/audacity/CONFIGURE
b/audio-creation/audacity/CONFIGURE
index 1afc0f1..3599097 100755
--- a/audio-creation/audacity/CONFIGURE
+++ b/audio-creation/audacity/CONFIGURE
@@ -7,10 +7,10 @@ config_query_option AUDACITY_PORTAUDIO "Compile with
PortAudio v19?" y \
fi &&
config_query_option AUDACITY_NYQUIST "Compile with Nyquist plug-in
support?" y \
- "--with-nyquist" "--without-nyquist" &&
+ "--enable-nyquist" "--disable-nyquist" &&
config_query_option AUDACITY_LADSPA "Compile with LADSPA plug-in support?"
y \
- "--with-ladspa" "--without-ladspa" &&
+ "--enable-ladspa" "--disable-ladspa" &&
config_query_option AUDACITY_PORTMIXER "Compile with PortMixer?" y \
"--with-portmixer" "--without-portmixer"
diff --git a/audio-creation/audacity/DEPENDS b/audio-creation/audacity/DEPENDS
index 60bbf56..40e4990 100755
--- a/audio-creation/audacity/DEPENDS
+++ b/audio-creation/audacity/DEPENDS
@@ -9,32 +9,44 @@ if [ "$AUDACITY_REL" == "cvs" ]; then
depends CVS
fi &&
optional_depends xscreensaver \
"" \
"" \
"for XScreenSaver screen locking"
+
+optional_depends directfb \
+ "--enable-ecore-fb --enable-ecore-evas-fb" \
+ "--disable-ecore-fb --disable-ecore-evas-fb" \
+ "for DirectFB ecore_fb module"
diff --git a/e/ecore/HISTORY b/e/ecore/HISTORY
index 3226715..a1b6f31 100644
--- a/e/ecore/HISTORY
+++ b/e/ecore/HISTORY
@@ -1,3 +1,7 @@
+2008-02-19 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: moved libx* deps from e17 to ecore
+ made libxdamage, libxrender, libxrandr and libxinerama optional
+
2007-09-17 Ladislav Hagara <hgr AT vabo.cz>
* CONFIGURE, BUILD: added possibility to build Ecore_Desktop module
diff --git a/windowmanagers/evilwm/CONFIGURE b/windowmanagers/evilwm/CONFIGURE
index 5368c2e..484da36 100755
--- a/windowmanagers/evilwm/CONFIGURE
+++ b/windowmanagers/evilwm/CONFIGURE
@@ -1,10 +1,11 @@
-config_query SOLIDW "Enable solid window drags (this can be slow on old
systems) ?" y &&
-config_query INFOBANNER "Enable a more informative and clear banner to be
displayed on Ctrl+Alt+I ?" y &&
-config_query BANMOVE "Show the same banner on moves and resizes (note this
can make things very SLOW!) ?" y &&
-config_query SNAPBORDER "Would you like snap-to-border support ?" y &&
-config_query TEXTMESSAGES "Compile in certain text messages like help ?" y &&
-config_query COLORMAP "Would you like to have colormap support (e.g., for 16
or more bit displays)" y &&
+config_query EVILWM_SOLIDW "Enable solid window drags (this can be slow on
old systems) ?" y &&
+config_query EVILWM_INFOBANNER "Enable a more informative and clear banner
to be displayed on Ctrl+Alt+I ?" y &&
+config_query EVILWM_BANMOVE "Show the same banner on moves and resizes (note
this can make things very SLOW!) ?" y &&
+config_query EVILWM_SNAPBORDER "Would you like snap-to-border support ?" y &&
+config_query EVILWM_TEXTMESSAGES "Compile in certain text messages like help
?" y &&
+config_query EVILWM_COLORMAP "Would you like to have colormap support (e.g.,
for 16 or more bit displays)" y &&
+config_query EVILWM_SHAPE "Would you like to have X SHAPE support?" y &&
+config_query EVILWM_RANDR "Would you like to have Xrandr support?" y &&
-
-config_query EDITGENCONFIG "Would you like to edit the evilwm general
configuration?" n &&
-config_query EDITKEYCONFIG "Would you like to edit the evilwm keycodes?" n
+config_query EVILWM_EDITGENCONFIG "Would you like to edit the evilwm general
configuration?" n &&
+config_query EVILWM_EDITKEYCONFIG "Would you like to edit the evilwm
keycodes?" n
diff --git a/windowmanagers/evilwm/DEPENDS b/windowmanagers/evilwm/DEPENDS
index 2b2b7df..72489b3 100755
--- a/windowmanagers/evilwm/DEPENDS
+++ b/windowmanagers/evilwm/DEPENDS
@@ -2,4 +2,15 @@ depends X11-LIBS &&
optional_depends "MOTIF" \
"USEMOTIF" \
"" \
- "Use Motif hints to find if a window should be borderless?"
+ "Use Motif hints to find if a window should be
borderless?" &&
+
+. $GRIMOIRE/FUNCTIONS
+
+if check_if_xorg_modular_libs ; then
+ if [[ "$EVILWM_SHAPE" = 'y' ]]; then
+ depends libxext
+ fi &&
+ if [[ "$EVILWM_RANDR" = 'y' ]]; then
+ depends libxrandr
+ fi
+fi
diff --git a/windowmanagers/evilwm/HISTORY b/windowmanagers/evilwm/HISTORY
index abd7fbf..4788002 100644
--- a/windowmanagers/evilwm/HISTORY
+++ b/windowmanagers/evilwm/HISTORY
@@ -1,3 +1,6 @@
+2008-02-19 Arjan Bouter <abouter AT sourcemage.org>
+ * CONFIGURE,PRE_BUILD,DEPENDS: made libxrandr optional
+
2007-11-11 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 1.0.0
if `echo ${OPTS} | grep -q USEMOTIF`
-then sed -i 's/DEFINES\ +=\ -DSTDIO/\#DEFINES\ +=\ -DSTDIO/g' Makefile
+then sedit 's/DEFINES\ +=\ -DSTDIO/\#DEFINES\ +=\ -DSTDIO/g' Makefile
fi &&
#
# The general options in evilwm.h
#
-if [[ "${EDITGENCONFIG}" == "y" ]]
+if [[ "${EVILWM_EDITGENCONFIG}" == "y" ]]
then ${EDITOR:-nano} ${SOURCE_DIRECTORY}/evilwm.h
fi &&
#
# The keymap options in keymap.h
#
-if [[ "${EDITKEYCONFIG}" == "y" ]]
+if [[ "${EVILWM_EDITKEYCONFIG}" == "y" ]]
then ${EDITOR:-nano} ${SOURCE_DIRECTORY}/keymap.h
fi
[SM-Commit] GIT changes to master grimoire by Arjan Bouter (33a1dd5d2d64a8f4b83af20250995bd8147c236f),
Arjan Bouter, 02/19/2008