14-Aug-05 2.11 snapshot
- From: "Joseph E. Sacco, PhD" <joseph_sacco comcast net>
- To: Paul Drain <pd cipherfunk org>
- Cc: garnome-list <garnome-list gnome org>
- Subject: 14-Aug-05 2.11 snapshot
- Date: Mon, 15 Aug 2005 10:44:21 -0400
MAKEFILE diffs: 14-Aug-05 snapshot
(1) bootstrap/firefox
Remove librsvg dependency. It's the other way around. librsvg configure
process tests for firefox.
(2) desktop/evolution
The configure process tests for dbus so freedeskstop/dbus might as well
be added to the dependency list. Otherwise, configure will use whatever
it finds. The only way to eliminate looking for dbus is to explicitly
list which plugins are to be built [--enable-plugins = list]
(3) desktop/librsvg
Add bootstrap/firefox to the dependency list
(4) fifth-toe/gossip
Remove the patch file
(5) freedesktop/dbus
If the GARNOME version of dbus is to run in place of any local version
"we" need to decide where to put the system socket and system pid
For example:
CONFIGURE_ARGS += --with-system-pid-file=/var/run/messagebus.pid
CONFIGURE_ARGS += --with-system-socket=/var/run/dbus/system_bus_socket
(6) freedesktop/hal
If the GARNOME version of hal is to run in place of any local version,
"we" need to decide where to put the pid
For example:
CONFIGURE_ARGS += --with-pid-file=/var/run/haldaemon.pid
(7) geektoys/gnomemeeting
Need decision on bootstrap/openh323 and bootstrap/pwlib.
LIBDEPS = platform/libgnomeui bootstrap/pwlib bootstrap/openh323 bootstrap/howl
(8) geektoys/gnome-packageview
* upgrade to version-1.0.7
* use .bz2 file
* change MASTER_SITES
--- /usr/local/src/GNOME/2.11/garnome-hackers-2.11-14Aug05/geektoys/gnome-pkgview/Makefile 2005-08-11 07:25:00.000000000 -0400
+++ /opt/garnome/src/geektoys/gnome-pkgview/Makefile 2005-08-14 23:01:28.000000000 -0400
@@ -1,9 +1,9 @@
GARNAME = gnome-pkgview
-GARVERSION = 1.0.6
+GARVERSION = 1.0.7
CATEGORIES = geektoys
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
-MASTER_SITES = http://www.greatnorthern.demon.co.uk/packages/$(GARNAME)/
+MASTER_SITES = http://www.mikegtn.net/packages/$(GARNAME)/
LIBDEPS = bootstrap/libtool bootstrap/pkg-config platform/libgnomeui platform/gnome-vfs
(9) geektoys/tagtool
Add patch to fix tagtool.desktop file:
diff --speed-large-files --minimal -Npru
tagtool-0.12.2.orig/data/tagtool.desktop.in
tagtool-0.12.2/data/tagtool.desktop.in
--- tagtool-0.12.2.orig/data/tagtool.desktop.in 2005-05-26
05:44:21.000000000 -0400
+++ tagtool-0.12.2/data/tagtool.desktop.in 2005-08-13
18:38:24.000000000 -0400
@@ -5,4 +5,5 @@ Exec=tagtool
Icon=TagTool.png
Terminal=0
Type=Application
+Categories=Application;AudioVideo;
MimeType=audio/x-mp3;application/ogg;
(10) hacker-tools/memprof
Add patches to build on PPC [submitted earlier].
(11) mono/monodoc
May need BUILD_ARGS = -j1
(12) mono/muine
May need BUILD_ARGS = -j1
(13) platform/gtk+
I see that you removed the hack-around-cairo-redraw-foo.diff.
Are "we" OK with that now?
(14) Python issues configuring gamin, libxslt, libxml2
The configure file:
* does not test for the PYTHON environment variable
* does not allow the user to specify the install directory for python
files,
...
if test "$with_python" != ""
then
pythondir='$(PYTHON_SITE_PACKAGES)'
else
pythondir='$(libdir)/python${PYTHON_VERSION}/site-packages'
fi
...
The problem with this code is the erroneous assumption that if the user
specifies PYTHON, for example,
--with_python=/opt/python-2.4.1/bin/python
then the user must want to install python site packages under
$(PYTHON_SITE_PACKAGES).
rather than
$(libdir)/python${PYTHON_VERSION}/site-packages
-Joseph
--
joseph_sacco [at] comcast [dot] net
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]