[Lunar-commits] r20138 - moonbase/trunk/gnome-platform/libgnome
Chad Kittel
v3rt1g0 at lunar-linux.org
Fri May 19 15:34:59 UTC 2006
Author: v3rt1g0
Date: 2006-05-19 15:34:58 +0000 (Fri, 19 May 2006)
New Revision: 20138
Modified:
moonbase/trunk/gnome-platform/libgnome/BUILD
moonbase/trunk/gnome-platform/libgnome/DEPENDS
moonbase/trunk/gnome-platform/libgnome/DETAILS
Log:
Misc Tweak: libgnome (2.14.1)
* the EsounD compile time option is now a default in 2.14.1. What's worse
is that if you don't have EsounD installed configure fails, yuck. So, I
added a new optional depends on EsounD to fix that issue, configure with
the --disable-esd does work fine.
* other misc alignment/formattings tweaks
Modified: moonbase/trunk/gnome-platform/libgnome/BUILD
===================================================================
--- moonbase/trunk/gnome-platform/libgnome/BUILD 2006-05-19 15:18:27 UTC (rev 20137)
+++ moonbase/trunk/gnome-platform/libgnome/BUILD 2006-05-19 15:34:58 UTC (rev 20138)
@@ -1,12 +1,13 @@
(
./configure --prefix=${GNOME210_PREFIX:-/usr} \
- --build=$BUILD \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=${GNOME210_PREFIX:-/usr}/share/info \
- --mandir=${GNOME210_PREFIX:-/usr}/share/man \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=${GNOME210_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME210_PREFIX:-/usr}/share/man \
$OPTS &&
- default_make
+ default_make
+
) > $C_FIFO 2>&1
Modified: moonbase/trunk/gnome-platform/libgnome/DEPENDS
===================================================================
--- moonbase/trunk/gnome-platform/libgnome/DEPENDS 2006-05-19 15:18:27 UTC (rev 20137)
+++ moonbase/trunk/gnome-platform/libgnome/DEPENDS 2006-05-19 15:34:58 UTC (rev 20138)
@@ -1 +1,4 @@
-depends gnome-vfs2
+depends gnome-vfs2 &&
+
+optional_depends "esound" "--enable-esd" "--disable-esd" \
+ "for EsounD support"
Modified: moonbase/trunk/gnome-platform/libgnome/DETAILS
===================================================================
--- moonbase/trunk/gnome-platform/libgnome/DETAILS 2006-05-19 15:18:27 UTC (rev 20137)
+++ moonbase/trunk/gnome-platform/libgnome/DETAILS 2006-05-19 15:34:58 UTC (rev 20138)
@@ -8,9 +8,10 @@
ENTERED=20020714
UPDATED=20060515
SHORT="The GNOME Library functions"
+
cat << EOF
The GNOME Library functions - these are the calls that handle all
-of the core library functions (E.g., initialization,
-configuration, mime types, etc.). None of these calls deal with
-the graphical front end.
+of the core library functions (E.g., initialization, configuration,
+mime-types, etc.). None of these calls deal with the graphical
+front-end.
EOF
More information about the Lunar-commits
mailing list