Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (3ce54c9337f25670d40537778029285745ad50b2)
  • Date: Mon, 18 Dec 2006 14:10:04 -0600

GIT changes to master grimoire by Eric Sandall <sandalle@moby.(none)>:

dev/null |binary
e/e16/DEPENDS | 31 ++++++++++++++++++++++++++++++-
e/e16/DETAILS | 2 +-
e/e16/HISTORY | 6 ++++++
e/e16/e16-0.16.8.4.tar.gz.sig | 0
e/e16/e16-0.16.8.5.tar.gz.sig |binary
libs/libcfg+/BUILD | 2 ++
libs/libcfg+/HISTORY | 3 +++
libs/sdl_mixer/CONFIGURE | 2 +-
libs/sdl_mixer/HISTORY | 3 +++
10 files changed, 46 insertions(+), 3 deletions(-)

New commits:
commit 3ce54c9337f25670d40537778029285745ad50b2
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

Updated e16 to 0.16.8.5 and added some optional dependencies

commit 069852ab887fc224b787e8d02a96ec363aa9dce5
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

Fix spelling error in sdl_mixer's DEPENDS

commit 8cadbda7d33f876f76e42fad51509712b6be6b31
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

libcfg+ fails to build with -Wl,-O1 LDFLAGS

diff --git a/e/e16/DEPENDS b/e/e16/DEPENDS
index 3708b57..3ac7d10 100755
--- a/e/e16/DEPENDS
+++ b/e/e16/DEPENDS
@@ -4,4 +4,33 @@ if [ "$E16_CVS" == "y" ]; then
depends CVS
fi &&

-optional_depends esound "" "" "for sound support"
+optional_depends 'gettext' \
+ '--enable-nls' \
+ '--disable-nls' \
+ 'for Native Language Support' &&
+
+optional_depends esound "" "" "for sound support" &&
+
+source $GRIMOIRE/FUNCTIONS &&
+
+if check_if_xorg_modular_libs imlib2; then
+ optional_depends 'libxft' \
+ '--enable-xft' \
+ '--disable-xft' \
+ 'for Xft font support' &&
+
+ optional_depends 'libxinerama' \
+ '--enable-xinerama' \
+ '--disable-xinerama' \
+ 'for Xinerama support' &&
+
+ optional_depends 'libxrandr' \
+ '--enable-xrandr' \
+ '--disable-xrandr' \
+ 'for X Resize and Rotate support' &&
+
+ optional_depends 'libxcomposite' \
+ '--enable-composite' \
+ '--disable-composite' \
+ 'for Composite support'
+fi
diff --git a/e/e16/DETAILS b/e/e16/DETAILS
index c6931a0..b7af8c6 100755
--- a/e/e16/DETAILS
+++ b/e/e16/DETAILS
@@ -11,7 +11,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e:$SPELL/e
SOURCE_IGNORE=volatile
else
- VERSION=0.16.8.4
+ VERSION=0.16.8.5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%-*}
SOURCE_URL[0]=$SOURCEFORGE_URL/enlightenment/$SOURCE
diff --git a/e/e16/HISTORY b/e/e16/HISTORY
index 9c931af..22c1c5b 100644
--- a/e/e16/HISTORY
+++ b/e/e16/HISTORY
@@ -1,3 +1,9 @@
+2006-12-18 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 0.16.8.5
+ * DEPENDS: Added optional dependency on gettext
+ If using xorg modular, optionally depend on libxft, libxinerama,
+ libxrandr, and libxcomposite.
+
2006-10-16 Eric Sandall <eric AT sandall.us>
* DETAILS: Updated to 0.16.8.4

diff --git a/e/e16/e16-0.16.8.4.tar.gz.sig b/e/e16/e16-0.16.8.4.tar.gz.sig
deleted file mode 100644
index 4011b74..0000000
Binary files a/e/e16/e16-0.16.8.4.tar.gz.sig and /dev/null differ
diff --git a/e/e16/e16-0.16.8.5.tar.gz.sig b/e/e16/e16-0.16.8.5.tar.gz.sig
new file mode 100644
index 0000000..5083a1f
Binary files /dev/null and b/e/e16/e16-0.16.8.5.tar.gz.sig differ
diff --git a/libs/libcfg+/BUILD b/libs/libcfg+/BUILD
new file mode 100755
index 0000000..65ce979
--- /dev/null
+++ b/libs/libcfg+/BUILD
@@ -0,0 +1,2 @@
+LDFLAGS=${LDFLAGS/-Wl,-O1/} &&
+default_build
diff --git a/libs/libcfg+/HISTORY b/libs/libcfg+/HISTORY
index 02d901f..11a4c64 100644
--- a/libs/libcfg+/HISTORY
+++ b/libs/libcfg+/HISTORY
@@ -1,3 +1,6 @@
+2006-12-16 Eric Sandall <eric AT sandall.us>
+ * BUILD: Fails to build with -Wl,-O1 in LDFLAGS
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/libs/sdl_mixer/CONFIGURE b/libs/sdl_mixer/CONFIGURE
index 54fd392..d3a7bb2 100755
--- a/libs/sdl_mixer/CONFIGURE
+++ b/libs/sdl_mixer/CONFIGURE
@@ -32,7 +32,7 @@ config_query_option SDLMIXER_TIMIDITY_M
if [[ "$SDLMIXER_TIMIDITY_MIDI" == "--enable-music-midi" ]]
then
config_query_option SDLMIXER_TIMIDITY_MIDI_OUTPUT \
- "Enable MIDI trough timidity output" \
+ "Enable MIDI through timidity output" \
y \
"--enable-music-timidity-midi" \
"--disable-music-timidity-midi"
diff --git a/libs/sdl_mixer/HISTORY b/libs/sdl_mixer/HISTORY
index 5a388ee..d1375e7 100644
--- a/libs/sdl_mixer/HISTORY
+++ b/libs/sdl_mixer/HISTORY
@@ -1,3 +1,6 @@
+2006-12-16 Eric Sandall <eric AT sandall.us>
+ * DEPENDS: Fix spelling of trough -> through
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (3ce54c9337f25670d40537778029285745ad50b2), Eric Sandall, 12/18/2006

Archive powered by MHonArc 2.6.24.

Top of Page