garnome-2.10.1.1 issues
- From: "Joseph E. Sacco, Ph.D." <joseph_sacco comcast net>
- To: garnome-list gnome org
- Subject: garnome-2.10.1.1 issues
- Date: Sat, 07 May 2005 16:45:57 -0400
I have garnome-2.10.1.1 up and running on a PPC running YDL-4.0.1.
There are a few issues to report:
* firefox / epiphany printing
As reported in an earlier post, firefox and epiphany do not print when
firefox is built using the mozconfig-firefox file provided in the
garnome release. I switched to the configuration file used by the Fedora
project to rebuild firefox in order to resolve the cannot-print issue:
. $topsrcdir/browser/config/mozconfig
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
mk_add_options MOZILLA_OFFICIAL=1
ac_add_options --without-system-nspr
ac_add_options --with-system-zlib
ac_add_options --with-system-png
ac_add_options --with-system-jpeg
ac_add_options --with-pthreads
ac_add_options --enable-xft
ac_add_options --enable-xinerama
ac_add_options --enable-pango
ac_add_options --enable-crypto
ac_add_options --enable-default-toolkit=gtk2
ac_add_options --enable-official-branding
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-dtd-debug
ac_add_options --disable-freetype2
* gkrelm
The MASTER_SITES URL and application version have changed:
--- Makefile- 2005-05-07 13:00:11.000000000 -0400
+++ Makefile 2005-05-07 13:00:45.000000000 -0400
@@ -1,9 +1,10 @@
GARNAME = gkrellm
-GARVERSION = 2.2.4
+GARVERSION = 2.2.5
CATEGORIES = geektoys
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
-MASTER_SITES = http://web.wt.net/~billw/gkrellm/
+#MASTER_SITES = http://web.wt.net/~billw/gkrellm/
+MASTER_SITES =
http://members.dslextreme.com/users/billw/gkrellm/
LIBDEPS = platform/gtk+
* gnomemeeting
There is a known gcc "-O2" optimization bug for several versions of gcc
that prevents gnomemeeting from running. The workaround is compile
"-O1". See
http://bugzilla.gnome.org/show_bug.cgi?id=170340
Since gnomemeeting requires pwlib & openh323, it might be prudent to add
these to ./bootstrap.
The gnomemeeting configure file needs minor modifications to add a
dependency and to locate installed files from pwlib and openh232:
--- Makefile- 2005-05-07 11:14:28.000000000 -0400
+++ Makefile 2005-05-07 12:21:35.000000000 -0400
@@ -3,7 +3,7 @@
CATEGORIES = geektoys
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
-LIBDEPS = platform/libgnomeui
+LIBDEPS = platform/libgnomeui bootstrap/howl
DESCRIPTION = gnomemeeting
define BLURB
@@ -14,7 +14,7 @@
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile
-CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS = $(DIRPATHS) --with-pwlib-dir=$(prefix) --with-openh323-dir=$(prefix)
* DBUS & HAL
A small tweak to the garnome Makefiles for DBUS & HAL on systems with
RedHat style init scripts:
DBUS
----
add to CONFIGURE:
--with-init-scripts=redhat --with-system-pid-file=$(prefix)/var/run/messagebus.pid
HAL
---
add to CONFIGURE:
--with-init-scripts=redhat --with-pid-file=$(prefix)/var/run/haldaemon.pid
Note:
The naming difference for the pid file argument:
DBUS: --with-system-pid-file
HAL: --with-pid-file
* monodoc
Add a dependency to monodoc:
--- Makefile- 2005-05-06 17:03:07.000000000 -0400
+++ Makefile 2005-05-07 16:39:25.995758808 -0400
@@ -3,7 +3,7 @@
CATEGORIES = mono
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-LIBDEPS = mono/mono
+LIBDEPS = mono/mono mono/gtk-sharp
DESCRIPTION = monodoc
define BLURB
-Joseph
--
joseph_sacco [at] comcast [dot] net
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]