[Lunar-commits] CVS: moonbase/web/amaya BUILD, 1.1.1.1, 1.2 DEPENDS, 1.2, 1.3 DETAILS, 1.5, 1.6

Terry Chan tchan at lunar-linux.org
Mon Feb 9 01:35:48 GMT 2004


Update of /var/cvs/lunar/moonbase/web/amaya
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11309

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
Version bump to 8.2.  Removed the gtk+ optional_depends as this already 
depends on openMotif.  The old DEPENDS file would not correctly build
amaya as an openMotif app.  Fixed the BUILD script to correctly build this
as an openMotif app and to use the system libs for jpeg, libpng, and zlib.
The Redland (RDF) source code is now included in the amaya download but to
get that extra lib/app to build from inside the amaya BUILD script was not
something I wanted to tackle at this time.  If there are any Amaya users that
need RDF enabled, please feel free to fix this module to compile/include
those features.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/amaya/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD	21 Aug 2002 00:55:22 -0000	1.1.1.1
+++ BUILD	9 Feb 2004 01:35:46 -0000	1.2
@@ -1,10 +1,13 @@
 (
 
   cd     Amaya                 &&
-  mkdir  obj                   &&
-  cd     obj                   &&
-  ../configure  --prefix=/usr  &&
-  make                         &&
+  mkdir  LINUX-ELF             &&
+  cd     LINUX-ELF             &&
+  ../configure  --prefix=/usr  \
+                --enable-motif \
+                --without-graphic-libs \
+                $OPTS          &&
+  make all                     &&
   prepare_install              &&
   make    install
 

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/amaya/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS	21 Feb 2003 00:19:11 -0000	1.2
+++ DEPENDS	9 Feb 2004 01:35:46 -0000	1.3
@@ -1,4 +1,3 @@
 depends  jpeg     &&
 depends  libpng   &&
-depends  openMotif  &&
-optional_depends  "gtk+"  "--with-gtk"  ""  "for it's graphics library"
+depends  openMotif

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/amaya/DETAILS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DETAILS	22 Jul 2003 18:28:31 -0000	1.5
+++ DETAILS	9 Feb 2004 01:35:46 -0000	1.6
@@ -1,12 +1,14 @@
-           MODULE=amaya
-         VERSION=8.1a
+          MODULE=amaya
+         VERSION=8.2
+        #VERSION=8.1a
           SOURCE=$MODULE-src-$VERSION.tgz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=http://www.w3.org/Amaya/Distribution/$SOURCE
    SOURCE_URL[1]=ftp://ftp.w3.org/pub/amaya/$SOURCE
         WEB_SITE=http://www.w3.org/Amaya/
          ENTERED=20011115
-         UPDATED=20030722
+         UPDATED=20040208
+           PSAFE=no
            SHORT="Browser and WYSIWYG web authoring tool"
 cat << EOF
 Amaya is a complete web browsing and authoring environment and comes



More information about the Lunar-commits mailing list