New commits:
commit 766dbc712070eb3f825b2bb366f6a563d922e89f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
elfutils: Updated to 0.129. Include portability patch to avoid issues in
the future
commit 9a321dad745491523cbab27b163325bcbdc3542e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
java-access-bridge: Need to source /etc/profile.d/java.sh before building
commit c3b4f9ad0bfedddc52bb7bd382180ec199710dea
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
gst-plugins: Added optional dependency on x264
commit 76a2d3cd5780a0032dc5f5306d88ef901d031912
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
trm: Remove incorrect Metadata:: qualification (gcc 4.1+ now errors on
this)
diff --git a/audio-libs/trm/HISTORY b/audio-libs/trm/HISTORY
index 6497496..74f942c 100644
--- a/audio-libs/trm/HISTORY
+++ b/audio-libs/trm/HISTORY
@@ -1,3 +1,8 @@
+2007-09-23 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Apply qualification.patch
+ * qualification.patch: Remove incorrect Metadata:: qualification
+ inside the class
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/audio-libs/trm/PRE_BUILD b/audio-libs/trm/PRE_BUILD
new file mode 100755
index 0000000..3d64b0d
--- /dev/null
+++ b/audio-libs/trm/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SCRIPT_DIRECTORY/qualification.patch
diff --git a/audio-libs/trm/qualification.patch
b/audio-libs/trm/qualification.patch
new file mode 100644
index 0000000..6dbc576
--- /dev/null
+++ b/audio-libs/trm/qualification.patch
@@ -0,0 +1,12 @@
+diff -Naur trm-0.2.1.orig/defs.h trm-0.2.1/defs.h
+--- trm-0.2.1.orig/defs.h 2007-09-23 09:12:39.560907369 -0700
++++ trm-0.2.1/defs.h 2007-09-23 09:13:18.694937228 -0700
+@@ -16,7 +16,7 @@
+ string fileName;
+ unsigned long duration;
+
+- Metadata::Metadata(void) { trackNum = 0; };
++ Metadata(void) { trackNum = 0; };
+ Metadata &operator=(const Metadata &other)
+ {
+ artist = other.artist;
diff --git a/gnome2-libs/java-access-bridge/BUILD
b/gnome2-libs/java-access-bridge/BUILD
new file mode 100755
index 0000000..128af67
--- /dev/null
+++ b/gnome2-libs/java-access-bridge/BUILD
@@ -0,0 +1,2 @@
+source $INSTALL_ROOT/etc/profile.d/java.sh &&
+default_build
diff --git a/gnome2-libs/java-access-bridge/HISTORY
b/gnome2-libs/java-access-bridge/HISTORY
index b0b1bdd..1ea0cf5 100644
--- a/gnome2-libs/java-access-bridge/HISTORY
+++ b/gnome2-libs/java-access-bridge/HISTORY
@@ -1,3 +1,7 @@
+2007-09-23 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Packages that depend on JAVA need to make sure
+ /etc/profile.d/java.sh is sources before compiling.
+
2007-08-21 Elisamuel Resto <ryuji AT mages.ath.cx>
* DEPENDS: fixed broken checking for Xorg