--- eclipse-3.5.1+repack~1.orig/generateAdditionalPlatforms.xml +++ eclipse-3.5.1+repack~1/generateAdditionalPlatforms.xml @@ -50,7 +50,9 @@ - + + + @@ -59,4 +61,4 @@ basedir="additionalArchs" includes="**/*" /> - \ No newline at end of file + --- eclipse-3.5.1+repack~1.orig/build.sh +++ eclipse-3.5.1+repack~1/build.sh @@ -8,6 +8,8 @@ # Massage arch for Eclipse-uname differences case ${arch} in + arm*) + arch=arm ;; i[0-9]*86) arch=x86 ;; ia64) --- eclipse-3.5.1+repack~1.orig/debian/changelog +++ eclipse-3.5.1+repack~1/debian/changelog @@ -0,0 +1,1289 @@ +eclipse (3.5.1+repack~1-0ubuntu1) karmic; urgency=low + + * Update packaging from pkg-java/eclipse (including patches to build + on sparc). + * Add patches to build on armel and ia64. LP: #449766. + * Build used linux-gtk configurations only. + * Set GDK_NATIVE_WINDOWS on startup. LP: #458703. + + -- Matthias Klose Sun, 25 Oct 2009 15:41:22 +0100 + +eclipse (3.5.1-0ubuntu7) karmic; urgency=low + + * Install org.eclipse.update.core.linux on x86 (LP: #454819). + * Add missing conflict between libequinox-osgi-java and older + eclipse-rcp (LP: #455023). + * eclipse-jdt depends on eclipse-plugin-cvs. + + -- Benjamin Drung Mon, 19 Oct 2009 18:18:42 +0200 + +eclipse (3.5.1-0ubuntu6) karmic; urgency=low + + * Correct misspelt package in debian/rules, too (LP: #454616). + + -- Benjamin Drung Sun, 18 Oct 2009 14:43:05 +0200 + +eclipse (3.5.1-0ubuntu5) karmic; urgency=low + + * Correct misspelt package name to libequinox-osgi-java (LP: #454251). + + -- Benjamin Drung Sun, 18 Oct 2009 00:27:26 +0200 + +eclipse (3.5.1-0ubuntu4) karmic; urgency=low + + * Move arch independent rules into arch dependent rules (LP: #452272). + + -- Benjamin Drung Sat, 17 Oct 2009 19:33:09 +0200 + +eclipse (3.5.1-0ubuntu3) karmic; urgency=low + + * Configure eclipse properly for Software Updates (LP: #438414). + * Split osgi jars in its own package (LP: #102717). + * Add source jar files to packages. + + -- Benjamin Drung Thu, 15 Oct 2009 02:24:07 +0200 + +eclipse (3.5.1-0ubuntu2) karmic; urgency=low + + * New snapshot from eclipse-build. + - Apply GTK 2.18 z-order patch (LP: #443004). + * Remove unversioned swt.jar link (LP: #446155). + * Add wrapper script for setting LD_LIBRARY_PATH (LP: #445842). + * Call remove with -f to fix FTBFS on powerpc. + + -- Benjamin Drung Fri, 09 Oct 2009 21:41:39 +0200 + +eclipse (3.5.1-0~ubuntu1) karmic; urgency=low + + * Fix build failure on lpia. + * For anything else kudos to the eclipse-team. + + -- Matthias Klose Tue, 06 Oct 2009 14:22:24 +0200 + +eclipse (3.5.1-0~ppa1) karmic; urgency=low + + * New upstream release. (LP: #123064) + - Supports xulrunner-1.9.1 (Closes: #538871, #507536) + * Converted build system to use eclipse-build. (Closes: #501533) + * Removed obsolete linda overrides. + * New maintainers. (Closes: #526489) + * Added kdebase-bin as alternative to zenity (Closes: #537605) + * Added missing "apt" plug-in for eclipse-jdt. + (Closes: #403655, LP: #120610) + * Added conflicts on the old eclipse-*-nls packages. + (Closes: #538869) + * Removed "builtin browser not supported"-warning; it did not + work. (Closes: #403675, #402340) + * Removed dependency on libtomcat5.5-java and liblucene-javadoc. + (Closes: #530722, #537605) + + -- Benjamin Drung Tue, 06 Oct 2009 00:37:32 +0200 + +eclipse (3.4.1-1) unstable; urgency=low + + * Build for unstable. + + -- Matthias Klose Fri, 24 Jul 2009 10:13:56 +0200 + +eclipse (3.2.2-5) unstable; urgency=low + + * Added junit4 support. + * Added ant-nodeps.jar to ant classpath. Needed for replaceregexp tag. + * Simplified debian/rules by removing all JVM_* variables. + * Updated watch file to match upstream correctly. Closes: #449647. + * Added Homepage, Vcs-Svn and Vcs-Browser fields. + * Updated Standards-Version to 3.7.3. + * debian/eclipse-rcp.dirs. Removed, unneeded. + * Updated debian/patches/eclipse-jsch-sftpexception.dpatch for jsch 0.1.36. + Closes: #460364. + * Updated (Build-)Depends on libjsch-java (>= 0.1.36). + * Added JAVA_HOME for icedtea to debian/extra/java_home. + * Add additional Depends on libgtk2.0-0 (>= 2.12.0-3) for libswt3.2-gtk-jni. + * Added eclipse to Recommends of all plugin packages. Closes: #447202. + * Added debian/source.lintian-overrides to shut up lintian a bit. + * Added ${shlibs:Depends} to Depends of all -gcj packages with native jars. + + -- Michael Koch Tue, 12 Feb 2008 22:01:22 +0100 + +eclipse (3.2.2-4) unstable; urgency=low + + [ Michael Koch ] + * Explicitely build for i386. Closes: #443490. + * Use GCJ 4.2. + * Added debian/patches/eclipse-jsch-sftpexception.dpatch. Closes: #443485. + * Updated Depends on jsch. + * Remove *lucene*.jar from native compilation. + * Introduce build option 'nonative' to disable native compilation easily. + * debian/patches/eclipse-ant-manifest.dpatch: Don't remove ant-launcher.jar + from ant plugin classpath. Needed for Ant 1.7. + * debian/rules: Honor 'parallel=X' setting in DEB_BUILD_OPTIONS. + + [ Flávio Martins ] + * Make eclipse-gcj depend on ecj-gcj instead of ecj-bootstrap-gcj. + Closes: #445578. + * Added support for lpia architecture + * Fix powerpc FTBFS issue for real now. Closes: #432648 + + -- Michael Koch Sun, 07 Oct 2007 11:46:03 +0200 + +eclipse (3.2.2-3) unstable; urgency=low + + [ Michael Koch ] + * debian/control.in: eclipse-platform: Removed zenity alternatives from + Depends. Closes: #419668. + * Fixed debian/eclipse.menu and debian/eclipse/extra/eclipse.desktop to be + policy compliant. + + [ Flávio Martins ] + * Resurrected and tweaked eclipse-java-home.dpatch to fix FTBFS. + Closes: #432648. + + -- Michael Koch Wed, 22 Aug 2007 15:43:49 +0200 + +eclipse (3.2.2-2) unstable; urgency=low + + * debian/extra/java_home: Use /usr/lib/jvm/java-6-sun instead of + /usr/lib/jvm/java-1.6.0-sun. Closes: #415712. + * debian/rules: Build with source and target version 1.5. + * debian/control.in: Replaced all ${Source-Version} by ${binary:Version}. + + -- Michael Koch Sun, 15 Jul 2007 11:01:20 +0200 + +eclipse (3.2.2-1) unstable; urgency=low + + [ Michael Koch ] + * Sparc build fixes. + * debian/extra/java_home: Added paths for SUN JDK 6. + Closes: #415712, #418877. + * debian/rules: Don't force empty bootclasspath. + * lintian/*: fixed lintian warnings for eclipse 3.2.2. + + -- Michael Koch Mon, 04 Jun 2007 08:18:23 -0100 + +eclipse (3.2.1-6) unstable; urgency=low + + * Rebuilt with unstables libc6. + + -- Michael Koch Thu, 22 Feb 2007 10:14:17 +0000 + +eclipse (3.2.1-5) unstable; urgency=low + + [ Matthias Klose ] + * libswt3.2-gtk-jni: Conflict with libswt-gnome-gtk-3.2-jni as well. + Closes: #401570. + * debian/patches/eclipse-ecj-gcj.dpatch: New, same as in ecj-bootstrap. + + [ Michael Koch ] + * debian/control.in: libswt3.2-gtk-java: Conflicts with libswt-gtk-3.2-java + (<< 3.2.1-5). Closes: #407384. + + -- Michael Koch Sun, 28 Jan 2007 12:30:36 +0100 + +eclipse (3.2.1-4) unstable; urgency=low + + [ Matthias Klose ] + * debian/patches/eclipse-libswt-xulrunner.dpatch: Add chunks from + eclipse-libswt-firefox.dpatch. + * debian/rules: For the xulrunner case, apply eclipse-libswt-firefox2, + don't apply eclipse-libswt-mozilla-profiles. + * eclipse-platform: Unconditionally depend on xulrunner. Closes: #396636. + * debian/extra/eclipse.sh: Don't honor MOZILLA_FIVE_HOME anymore. + + -- Matthias Klose Sun, 7 Jan 2007 10:53:12 +0100 + +eclipse (3.2.1-3) unstable; urgency=low + + [ Vladimír Lapáček ] + * debian/patches/eclipse-tomcat55-dpatch: link to mx4j-jmx.jar + rather then to jmx.jar. + + [ Matthias Klose ] + * Unconditionally depend on zenity. Closes: #403204. + + -- Matthias Klose Wed, 20 Dec 2006 01:10:10 +0100 + +eclipse (3.2.1-2) unstable; urgency=low + + [ Matthias Klose ] + * libswt3.2-gtk-jni: Add conflict with duplicate copy in the + Debian archive. Closes: #401819. + + -- Matthias Klose Wed, 6 Dec 2006 13:45:37 +0100 + +eclipse (3.2.1-1) unstable; urgency=low + + [ Matthias Klose ] + * debian/control.in: eclipse-gcj: Depend on eclipse. + * debian/rules: Reenable 64bit build patches. + + [ Stephan Michels ] + * debian/patches/eclipse-build.dpatch: Updated patch from FC + * debian/patches/eclipse-disable-motif.dpatch: Converted patch + to Eclipse 3.2. + + -- Matthias Klose Sun, 3 Dec 2006 11:52:53 +0100 + +eclipse (3.2.1-0) experimental; urgency=low + + [ Michael Koch ] + * New upstream version. + - Added debian/patches/eclipse-disable-junit4-apt.dpatch to disable + JUnit4 support. + - Added debian/patches/eclipse-tomcat55.dpatch, + debian/patches/eclipse-tomcat55-build.dpatch, + debian/patches/eclipse-webapp-tomcat55.dpatch and + debian/patches/eclipse-webapp-tomcat55-newarches.dpatch to add support + for tomcat 5.5. + - Added debian/patches/eclipse-jsch.dpatch to use the JSch version + from Debian. + - Removed debian/patches/eclipse-tomcat5.dpatch. Obsoleted by tomcat5.5 + patches. + - Updated debian/patches/eclipse-libswt-xulrunner.dpatch to apply cleanly. + - Removed debian/patches/eclipse-java-model-cache.dpatch. + Implemented upstream. + - Removed debian/patches/eclipse-heapstatus.dpatch. Implemented upstream. + - Updated debian/patches/eclipse-fileinitializer.dpatch, + debian/patches/eclipse-updatehomedir.dpatch, + debian/patches/eclipse-javadoc-bootclasspath.dpatch, + debian/patches/eclipse-gnuformatterjdtui.dpatch, + debian/patches/eclipse-disable-motif.dpatch and + debian/patches/eclipse-libswt-enableall.dpatch to apply to new upstream. + - libswt3.2-gtk-gcj.install, libswt3.2-gtk-gcj.postinst, + libswt3.2-gtk-gcj.postrm, libswt3.2-gtk-java.install, + libswt3.2-gtk-jni.dirs, libswt3.2-gtk-jni.install: + Moved over from the respective files from 3.1.x. + - libswt3.1-gtk-gcj.install, libswt3.1-gtk-gcj.postrm, + libswt3.1-gtk-gcj.postinst, libswt3.1-gtk-java.install, + libswt3.1-gtk-jni.dirs, libswt3.1-gtk-jni.install: Removed. + - debian/rules: Adjusted list of license files to delete. + (Thanks to Vladimir Lapacek for patches for Tomcat 5.5 integration) + * extra/package-links.txt, extra/links.txt: Link tomcat 5.5 jars. + * debian/rules: Changed list of patches to apply. Updated to version numbers. + * debian/extra/ecj-gcj.1, debian/extra/ecj-java.1: Fixed manpage name. + * debian/control.in: Added new meta package eclipse-gcj for native eclipse + users. + * Moved all files to /usr/lib/eclipse to make all plugins work. + * debian/control.in: eclipse-jdt-common, eclipse-pde-common, + eclipse-platform-common, eclipse-rcp-common: Removed. + * Build icu4j as a eclipse plugin. + + [ Matthias Klose ] + * Build-depend on java-gcj-compat-dev (>> 1.0.65-4), remove explicit build + dependency on ecj-bootstrap-gcj. + * Don't build ecj again, just use the system one. + * Don't build the eclipse-ecj and eclipse-ecj-gcj packages anymore. + * Use java-gcj-compat-dev to compile the jar files to native code + and register them. + * debian/patches/eclipse-libswt-mozilla.dpatch: Update. + * debian/rules: Apply eclipse-libswt-mozilla-profiles when building + with mozilla. + * debian/rules: Fix libswt-gtk.jar symlink. + * Build swt bindings with -O2. + * debian/patches/eclipse-libswt-xpcomgcc4.dpatch: New, taken from FC. + * debian/patches/eclipse-libswt-firefox.dpatch: Updated from FC. + * debian/patches/eclipse-libswt-firefox2.dpatch: New, taken from FC. + * debian/rules: Uses bashisms, set SHELL. + * Speed up native build on multiprocessor machines. + * debian/extras/eclipse.sh: Remove mozilla error dialog. + * debian/control.in: Let eclipse recommend eclipse-gcj. + * debian/copyright: Update. + + [ Vladimir Lapacek ] + * Build jsch as a eclipse plugin. + + [ Stephan Michels ] + * Added "lib" prefix to the links of the tomcat plugin in package-links.txt + * Ensured that the directories exist before links were created + * Converted native presentation patch to 3.2 + * Show error dialog only if the mozilla/firefox wasn't found. + * Updated updatehomedir patch from Fedora's repository + + -- Matthias Klose Sun, 22 Oct 2006 04:25:47 +0200 + +eclipse (3.1.2-3) experimental; urgency=low + + [ Michael Koch ] + * debian/rules: Added support to build with xulrunner. Made it the default. + Closes: #352184. + * debian/patches/eclipse-libswt-xulrunner.dpatch: New file. + * debian/control.in: libswt3.1-gtk-java: Make @MOZILLA_DEP@ a Recommends. + libswt3.1-gtk-jni: Make dependencies on GNOME and Mozilla a Recommends. + Closes: #361696, #368705. + * debian/control.in: eclipse-platform-common: Added Depends on + java2-runtime. Closes: #369415, #380170. + * debian/control.in: eclipse-jdt-common: Don't Depends on eclipse-jdt. + Closes: #375908. + * debian/control.in: libswt3.1-gtk-jni: Don't Depends on libswt3.1-gtk-java. + Closes: #375870. + * debian/extra/java_home: Added path for SUN JDK from non-free. Thanks to + Tom Marble. Closes: #368583, #369194, #369950. + * debian/control.in: eclipse-efj: Removed Recommends on java-gcj-compat. It + is listed in Depends too. + + [ Stephan Michels ] + * debian/extra/ecj-gcj.1, debian/extra/ecj-java.1: Revised. + * debian/extra/efj.1, debian/eclipse-efj.manpages: New manpage for efj. + + [ Matthias Klose ] + * Build-depend on java-gcj-compat-dev (>= 1.0.61). + * debian/rules: Do not apply the eclipse-libjawt patch for the experimental + build. + * debian/patches/eclipse-awt-libpath.dpatch: Set AWT_LIB_PATH. + * debian/extra/eclipse.sh: Ignore the fact, that the package doesn't work + with Mozilla; everything but the help should work. + + -- Matthias Klose Sun, 13 Aug 2006 15:22:24 +0200 + +eclipse (3.1.2-2) unstable; urgency=low + + [ Michael Koch ] + * debian/control.in: eclipse: Added Conflicts/Replaces against + eclipse-platform-common. Closes: #352196, #352348, #365477, #359979 + * debian/control.in: Build-Depends on bzip2 instead of unzip. + Closes: #352726, #357087 + * control.in, eclipse-rcp-common.install, eclipse-rcp.install, + extra/arch-files.txt, libswt3.1-gtk-java.install: Moved + org.eclipse.swt plugins to eclipse-rcp package. + * debian/extra/efj.sh: Rewritten to match the code from eclipse.sh + Closes: #353555 + * debian/extra/eclipse.1: Clarified explanation for -vm option. + * debian/control.in: Updated Standards-Version to 3.7.2. + * debian/control.in: eclipse-source: Fixed typo in description. + Closes: #363379 + * debian/rules: Build the newest compiler. Closes: #356028 + * debian/control.in: libswt3.1-gtk-jni: Conflict with + libswt-gnome-gtk-3.1-jni and libswt-mozilla-gtk-3.1-jni Closes: #361692 + * debian/rules: Don't compile catalina.jar to native as this ICEe current + gcj-4.1. + + [ Matthias Klose ] + * debian/control.in: eclipse replaces eclipse-platform (<< 3.1.2-2). + * debian/extra/eclipse.sh: Make sure to use /usr/lib/mozilla as + MOZILLA_HOME in any case. + * debian/rules: Set a default for MOZILLA_HOME. + * Set JAVA_HOME for the build (needed for non-matching gcc/gcj versions). + * debian/eclipse.menu: Set longtitle. Ubuntu #34916. + * Merge from Ubuntu: + - Move swt.jar into the libswt3.1-gtk-java package. Closes: #362991. + - Add a new package libswt3.1-gtk-gcj. + * ecj.sh: Only access /etc/eclipse/java_home, if it exists. Closes: #356027. + * eclipse.sh: s/source/./. Closes: #359945. + * Merge from Ubuntu: + - Build using gij-4.1/gcj-4.1. + + -- Michael Koch Wed, 17 May 2006 12:48:03 +0000 + +eclipse (3.1.2-1) unstable; urgency=low + + [ Stephan Michels ] + * New upstream version. Release notes: + http://www.eclipse.org/eclipse/development/readme_eclipse_3.1.2.html + * debian/extra/eclipse.sh: Make the -vmargs and -install + arguments usable. Closes: #347749 + * debian/rules: Replaced logic to create the symbolic links. + * debian/patches/eclipse-java-model-cache.dpatch: Removed + patch because it is fixed upstream in 3.1.2 + * debian/patches/eclipse-libswt-mozilla.dpatch, + debian/patches/eclipse-libswt-firefox.dpatch: Using pkg-config to get + compiler flags for the compilation of SWT. + * debian/patches/eclipse-updatehomedir.dpatch: Updated patch to + the latest version. + * debian/rules, debian/extra/lib.link: Removed all symbolic links from + /usr/share/eclipse to /usr/lib/eclipse. Used a new install site + instead. + * eclipse.install, eclipse-platform-common.menu, eclipse.menu: Added + eclipse.desktop to eclipse.install and moved + eclipse-platform-common.menu to eclipse.menu. Closes: #350475, #351163 + * eclipse.install, eclipse-platform-common.install: Moved the eclipse + executable to the eclipse package to ensure that you can only start + Eclipse if you have the eclipse package installed. Closes: #348584 + + [ Michael Koch ] + * debian/extra/eclipse.sh: Made the -vm option working. Fixed tests for + xpcom.so. Exec the eclipse binary directly. Check for libgtkembedmoz.so. + * debian/patches/eclipse-libswt-firefox.dpatch, debian/rules, + debian/patches/eclipse-libswt-mozilla.dpatch: Make libswt3.1-gtk-java only + depend on mozilla-browser (Debian) or firefox (Ubuntu). Link against + libgtkembedmoz.so during build. Closes: #343667 + * debian/control.in: eclipse-platform-common: Depends on zenity | + kdebase-bin | xdialog instead of zenity only. + * Added debian/patches/eclipse-heapstatus.dpatch to show the heap status + always. + * debian/extra/links.txt, debian/extra/package-links.txt: Adjust links for + libmx4j-java >= 2.1.1-3. + * debian/control.in: Make eclipse package Architure: any (not all). + * debian/control.in: Remove ${shlibs:Depends} on most *-gcj packages. + * debian/rules: Determine upstream version and use a variable containing it + everywhere. + * debian/eclipse-jdt-gcj.install, debian/eclipse-pde-gcj.install, + debian/eclipse-platform-gcj.install, debian/eclipse-rcp-gcj.install: + Include the native jars in the *-gcj packages. + * Added watch file. + + [ Matthias Klose ] + * Add support to build using firefox-dev (turned off by default). + + -- Michael Koch Thu, 9 Feb 2006 06:23:00 +0000 + +eclipse (3.1.1-8) unstable; urgency=low + + * debian/eclipse-platform.preinst: Make /usr/lib/eclipse/features a real + directory. Closes: #345724, #345749, #346224 + * debian/rules: Don't make /usr/lib/eclipse/features a symlink. + * debian/eclipse-platform.install: Include only the non-source features. + * debian/rules: Handle eclipse architures with the same name as the + according Debian architures correctly. + * debian/rules: Don't re-define CURDIR. It's defined by make. + * debian/rules: Don't overwrite LC_ALL. Not needed. + * debian/extra/eclipse.sh: Fixed handling of /etc/eclipse/java_home. + Closes: #345756, #346110 + + -- Michael Koch Sat, 7 Jan 2006 11:45:19 +0000 + +eclipse (3.1.1-7) unstable; urgency=low + + [ Stephan Michels ] + * debian/copyright: Updated license to EPL 1.0. Closes: #342695 + * debian/eclipse-rcp.prerm: Fix the deletion of the eclipse + directories in /usr/local/lib, so that it doesn't fail if they are not + empty. Closes: #342338, #342305 + * debian/extra/eclipse.1: Updated and added missing commandline + options. Closes: #343315 + * debian/patches/eclipse-public-applypatch.dpatch: Add patch to make some + of the API of the compare plugin public, which is needed for the bugzilla + plugin (https://bugs.eclipse.org/bugs/show_bug.cgi?id=98707) + * debian/rules,debian/eclipse-ecj.manpages,debian/eclipse-ecj-gcj.manpages, + debian/extra/ecj.1,debian/extra/ecj-java.1,debian/extra/ecj-gcj.1: + Make an own copy for ecj-gcj with a special comment about gcj and + use *.manpages instead of a copy within the rules. + * debian/control, debian/rules: Added dependency to classpath-doc and enabled + eclipse-link-classpathdoc.dpatch to prevent that javadoc is fetching + javadoc informations from java.sun.com during the build time. + + [ Michael Koch ] + * debian/extra/eclipse.1: Fixed typo. + * debian/extra/eclipse.sh: Added property for faster startup with GCJ 4.0: + -Dgnu.gcj.runtime.VMClassLoader.library_control=never. + * debian/extra/eclipse.sh: Use /bin/sh to as shell. Fixed to be POSIX- + compliant. Closes: #342255 + * debian/rules: Generalized architecture support where debian arch name + is the same as the eclipse arch name. Closes: #342579 + * debian/control.in: libswt3.1-gtk-java: Alternatively Depends on firefox + (>= 1.4.99). Closes: 342505 + * debian/control.in: eclipse-pde-common: Don't depend on eclipse-pde. + Closes: #341854 + * debian/control.in: eclipse-platform-common: Don't depend on + eclise-platform-common. + * debian/eclipse-platform-common.install, debian/eclipse-platform-common.menu, + debian/rules, debian/extra/eclipse32.xpm: Implemented menu entry for X11 + desktops the Debian way. Closes: #343114 + * debian/extra/eclipse.sh: Implemented setting of MOZILLA_FIVE_HOME for + Firefox 1.5 correctly. + * debian/control.in: Build-Depends on gjdoc (>= 0.7.7). Closes: #343089 + * debian/rules: Moved natively compiled jars to /usr/lib/gcj-4.0 and + reworked it to support updates to newer GCJ versions more easily. + + -- Stephan Michels Fri, 23 Dec 2005 12:24:07 +0100 + +eclipse (3.1.1-6) unstable; urgency=low + + [ Stephan Michels ] + * debian/eclipse-platform.dirs: Removed /usr/local/share/eclipse. + Closes: #336884 + * debian/eclipse-rcp.postinst, debian/eclipse-rcp.prerm: + Create and remove empty directories for /usr/local/lib/eclipse. + Closes: #335242 + * debian/control: eclipse-sdk: Add dependency to eclipse-source, because + the sdk feature explicit depends on the source features. Closes: #338209 + * debian/patches/eclipse-tomcat5.dpatch: Changed version of the tomcat + plugin from 4.1.30.1 to 5.0.30 and all occurrences to fix dependency + problem of the sdk feature. + * debian/patches/eclipse-swttools.dpatch: Rebuild patch to build the swt + tools before org.eclipse.swt.gtk.linux.ia64 + * debian/control,debian/eclipse-sdk.install: Rename the package + eclipse-sdk to eclipse, and create a dummy package + for eclipse-sdk. Closes: #338733 + * debian/control: Remove circular dependency for eclipse-rcp to + eclipse-sdk. Closes: #339830 + * debian/control: Removed obsolete package eclipse-base. + + [ Michael Koch ] + * debian/control.in: Build-Depends on java-gcj-compat-dev (>= 1.0.41-2). + Closes: #336012. + * debian/control.in: libswt3.1-gtk-java: Fixed alternate Depends on + mozilla-firefox. Closes: #336285. + * debian/control.in: Uploaders: Added Stephan Michels. + + -- Stephan Michels Sun, 20 Nov 2005 14:41:10 +0100 + +eclipse (3.1.1-5) unstable; urgency=low + + * Remove gij-4.0 dependency from eclipse-base. + * Build using tomcat5 on Ubuntu as well. + + -- Matthias Klose Thu, 10 Nov 2005 09:00:42 +0200 + +eclipse (3.1.1-4) unstable; urgency=low + + [ Stephan Michels ] + * debian/patches/eclipse-helpindexbuilder.dpatch: + Added patch to fix bug in the HelpIndexBuilder + (https://bugs.eclipse.org/bugs/show_bug.cgi?id=114001). + * debian/patches/eclipse-consoleprogressmonitor.dpatch: + Removed patch because it was never necessary. + * debian/patches/eclipse-ant-manifest.dpatch + Fixed incorrect manifest file, because of the the last tailing comma. + * debian/rules: Enabled eclipse-ant-manifest patch + * debian/extra/config.ini: Removed file to fix the problem + with the missing splash screen. + * debian/control: Add alternative dependency to firefox instead + of mozilla-browser. Closes: #336285 + * debian/extra/eclipse.sh: Use /usr/lib/firefox as alternative for + MOZILLA_FIVE_HOME. + * debian/patches/eclipse-libswt-mozilla-classic.dpatch: Disable + patch if the firefox libraries are used, because the chrome registry + is not available and it is not necessary to set the chrome theme. + * debian/rules, debian/eclipse-platform-common.install: Used the png icons, + which are delivered with Eclipse. + * debian/eclipse-source.install: Added missing features like + org.eclipse.platform.source_3.1.1 to /usr/lib/eclipse. Closes: #336453 + * debian/rules: prepare-stamp: Execute the insertBuildId target + to replace all occurrences of @buildId@ + * eclipse-platform.install: Exclude every file for eclipse/configuration/ + except the necessary file config.ini. + * debian/control: Change architecture for libswt3.1-gtk-java from "all" to + "any". Closes: #336316,#336338,#336389. Ubuntu #17580 + * debian/extra/eclipse.sh: Print help message for -h and --help. + Removed the special handling for the workspace location. Closes: #337564 + * debian/patches/eclipse-javadoc-bootclasspath.dpatch: Add patch to fix + problem with missing bootclasspath property within the eclipse build scripts + https://bugs.eclipse.org/bugs/show_bug.cgi?id=115401 + * debian/patches/eclipse-gjdoc-reflection.dpatch: Add patch to use the + reflection option for gjdoc, to fix problem with the classpath option + http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23917 + * debian/control: Add eclipse-source <= 3.1.1-3 to the conflicts/replaces + of eclipse-platform, because of problems with /usr/lib/eclipse/features + + [ Michael Koch ] + * debian/extra/java_home: Removed support for sablevm and fjsdk for now. + Closes: #336470. + * debian/control: eclipse-jdt-common: Conflicts and Replaces + eclipse-jdt << 3.0. Closes: #336273. + * debian/control: eclipse-platform-common: Conflicts and Replaces + eclipse-platform << 3.0. Closes: #336307. + * debian/rules: Added support to build for s390 architecture. + * debian/eclipse-rcp.install, debian/libswt3.1-gtk-java.install, debian/rules: + Reorganized SWT to put its jar into /usr/lib/eclipse/plugins/. + * debian/control.in: libswt3.1-gtk-java: Made it an Architecture: any + package. + + -- Michael Koch Wed, 9 Nov 2005 10:42:57 +0100 + +eclipse (3.1.1-3) unstable; urgency=low + + * Michael Koch : + - Updated debian/patches/eclipse-java-model-cache.dpatch to use the upstream + solution. + - debian/rules: Handle ia64 architecture. + - Worked around bugs in latest lucene package. + - Moved package to main. + + * Stephan Michels : + - Added debian/patches/eclipse-gnuformatterjdtui.dpatch + to make the GNU formation rules available in the preferences + (https://bugs.eclipse.org/bugs/show_bug.cgi?id=91770) + - Added debian/patches/eclipse-updatehomedir.dpatch + to add home directory as installation location + if ECLIPSE_HOME is not writable + (https://bugs.eclipse.org/bugs/show_bug.cgi?id=90630) + - Updated debian/patches/eclipse-disable-filelog.dpatch + so that the patch didn't depend on the tomcat patches anymore + - Updated debian/patches/eclipse-tomcat5.patch + to combine the tomcat5 patches to one patch + - Updated debian/patches/eclipse-disable-tomcat.dpatch + in respect of the eclipse-disable-filelog.dpatch + - Added debian/patches/eclipse-libswt-mozilla-classic.dpatch + to set the classic theme for the browser widget to improve the look + (https://bugs.eclipse.org/bugs/show_bug.cgi?id=108257) + - Added debian/patches/eclipse-navtivepresentation.dpatch + to enable the internal native presentation and add some improvments + (https://bugs.eclipse.org/bugs/show_bug.cgi?id=93806) + + -- Michael Koch Tue, 25 Oct 2005 09:18:18 +0000 + +eclipse (3.1.1-2) unstable; urgency=low + + * eclipse-ecj: Fix dangling symlinks in /usr/share/ant/lib. + * Move the dh_installdirs/dh_install calls from the binary targets + to the install target. Fixes FTBFS when only building the architecture + dependent packages. + + -- Matthias Klose Wed, 12 Oct 2005 14:02:50 +0200 + +eclipse (3.1.1-1) unstable; urgency=low + + * Upload to contrib, the remaining reason is tomcat5 beeing in contrib. + + * New upstream release. Closes: #260510, #293058. + - source code formatter changes. Closes: #212765. + - Fixed broken Filesystem: inputfield on gtk. Closes: #204569. + - Fixed ant integration memory leaks. Closes: #219475. + - Fixed refactoring and quickfix fail when assert is used. Closes: #226160. + - Fixed includes regarding kaffe jni files. Closes: #262760. + - eclipse-platform package description changed. Closes: #271584. + - Dependency on kaffe is unneeded. Closes: #259321. + - start-functions.sh file removed. Closes: #304672. + - libswt2.1-gtk2-java not built anymore. Closes: #207156, #255745, #305990. + - eclipse can be installed. Closes: #247404. + + * Michael Koch : + - Updated debian/patches/eclipse-disable-motif.patch and + debian/patches/eclipse-libswt-cairo1.0.patch. Thanks to Stephan Michels + - Added debian/patches/eclipse-java-cache-model.patch to work around + memory handling stupidity + - debian/rules: Build Eclipse only once. + - debian/rules: Put debian version into about.mappings of org.eclipse.sdk + to show it in Eclipse about dialog. + - debian/rules: Build the native jars conditionally + - Use gcj instead of jikes to build the bootstrap ecj compiler + - Merged the fileInitializer code for debian/rules from Jerry Haltom's + Eclipse version for Ubuntu. + - debian/control: Make sure all *-gcj packages depend directly or + indirectly on gij-4.0 for the gcj-dbtool-4.0. + - debian/control: (Build-)Depends on ant-optional instead of ant for a + fully featured Apache Ant. + - debian/extra/java_home: Added more free and non-free JDKs. + Closes: #281226. + + * Matthias Klose : + - debian/*-gcj.postrm: Copy the update-gcj-classmaps-eclipse.sh script + into the postrm scripts. eclipse-base: Depend on gij-4.0. Ubuntu #16574. + - debian-*-gcj.prerm: Remove the update-gcj-classmaps-eclipse.sh script. + - debian/extra/java_home: Add home for the Blackdown JDK (j2sdk1.4 package). + - debian/control: Recommend eclipse-source, don't depend on it. + Ubuntu #2878. + - Convert the custom patch system to dpatch. + - Add support to build conditionally with tomcat5. + - debian/control: eclipse-base: Depend on gij-4.0. Ubuntu #2850. + - debian/control: eclipse-rcp replaces eclipse-rcp-common (<< 3.1.1). + Ubuntu #2828. + - debian/control: Remove gcc/g++ build dependencies, replace gcj dependency + with dependency on libgcj-dev. + - debian/control: Generated from debian/control.in + - Set the package section to contrib/devel again, tomcat5 is still in + contrib. + - Revert the 3.1-11 SWT package changes. + - Add conflicts to the swt packages, which are currently built from sources + extracted from the eclipse release. + - Honor setting of JAVA_HOME in startup script. Ubuntu #2835. + - Build swt libraries using -O2. + - debian/patches/eclipse-ant-manifest.dpatch: Disable. + - Blackdown crashes cannot be reproduced anymore with current Blackdown + package versions on i386 and amd64. Closes: #221712, #221816. + + * We do build swt-gtk from the eclipse source for various reasons: + - There is no swt-gtk upstream release, upstream does release swt-gtk + as part of an eclipse release. + - The swt-gtk built by separate sources is incompatible with the swt + built by eclipse as it misses some eclipse specific parts. Eclipse + and SWT always have to have the same version to make sure both are + compatible with each other. + As upstream doesn't maintain different releases of both, they don't + maintain compatiblity very well. + + -- Michael Koch Mon, 10 Oct 2005 22:12:43 +0200 + +eclipse (3.1-11) unstable; urgency=low + + * Fixed SWT. + + -- Michael Koch Thu, 8 Sep 2005 19:16:14 +0000 + +eclipse (3.1-10ubuntu1) breezy; urgency=low + + * Synchronize with unstable. + * Disable building with tomcat5, not yet in universe, remove libtomcat5-java + build dependency. libtomcat5-java dependency from eclipse-platform, + replace it with a suggestion. + * Fix FTBFS on amd64, building without tomcat5. + * Build using ecj-bootstrap instead of jikes. + * libswt3.1-gtk-jni: Remove dependency on mozilla-browser. + + -- Matthias Klose Mon, 26 Sep 2005 15:32:13 +0200 + +eclipse (3.1-10) unstable; urgency=low + + * debian/extra/eclipse.sh: support -vm instead of -java as the manpage says. + * Reworked debian/patches/eclipse-tomcat5.patch to make the help system + actually work. + * Removed debian/patches/eclipse-doc-plugins-disabled.patch. Obsolete now. + * Removed debian/patches/TomcatAppServer.java.diff. Obsolete now. + * Removed debian/patches/eclipse-libswt-cairo0.6.patch and + added debian/patches/eclipse-libswt-cairo1.0.patch to work correctly + with Cairo 1.0 + * Added debian/patches/eclipse-swt-x11.patch for building on 64bit archs. + * Added debian/patches/eclipse-disable-javadoc.patch, + * debian/patches/eclipse-disable-buildHelpIndex.patch, + eclipse-3.1/debian/patches/eclipse-consoleprogressmonitor.patch and + eclipse-3.1/debian/patches/z-eclipse-disable-filelog.patch to cope with + a hanging build system when building help files + + -- Michael Koch Thu, 8 Sep 2005 05:16:07 +0000 + +eclipse (3.1-9) unstable; urgency=low + + * Added patch from Stephan Michels to set MOZILLA_FIVE_HOME during startup + to be able to embedd Mozilla inside Eclipse. + * Added debian/patches/eclipse-swttools.patch. + * Fixed debian/extra/arch-files.txt. + * libswt-gtk-3.1-jni: Added dependency on mozilla-browser. + * Fixed debian/patches/eclipse-tomcat5.patch to add the correct jar names to + the tomcat MANIFEST.MF. + + -- Michael Koch Tue, 30 Aug 2005 20:26:10 +0000 + +eclipse (3.1-8) unstable; urgency=low + + * (Build-)Depend on libtomcat5-java instead of libtomcat4-java. + * debian/rules: Reference tomcat5 instead of tomcat4 and handle tomcat5 + properly. + * Removed debian/patches/eclipse-tomcat4.patch and added + debian/patches/eclipse-tomcat5.patch. + * Make eclipse-rcp depend on libswt3.1-gtk-java. + + -- Michael Koch Sun, 28 Aug 2005 07:45:51 +0000 + +eclipse (3.1-7) unstable; urgency=low + + * Added missing *.jar.so files to the packages. + * Added debian/aot-compile script and use it to compile jars to native. + * Removed debian/eclipse-sdk.postinst and debian/eclipse-sdk.postrm. + * Don't make eclipse-efj Depends on ${shlibs:Depends}. + * Fixed debian/extra/eclipse.sh to give command line arguments to + Eclipse. + + -- Michael Koch Sun, 21 Aug 2005 13:54:16 +0000 + +eclipse (3.1-6) unstable; urgency=low + + * Fixed compilation of jars to native. + * Created classmap files and and merged them after package installation. + * Got rid of update-eclipse script. + * Included update-gcj-classmaps-eclipse script. + * Added patches from Stephan Michels to enable cairo and Mozilla support + and to disable Motif and Win32 compilation. + * Use ant instead of libant1.6-java. + + -- Michael Koch Sun, 14 Aug 2005 20:58:35 +0000 + +eclipse (3.1-5) unstable; urgency=low + + * Cleaned up debian/rules more. + * debian/rules: Use $(ECLIPSE_ARCH) instead of hardcoding x86. + * Renamed debian/eclipse-ecj.postrm to debian/eclipse-ecj.prerm. + * Renamed debian/eclipse-ecj-native.postrm to + debian/eclipse-ecj-native.prerm. + * Added debian/eclipse-rcp.postinst. + * Include efj executable. + * Got rid of libeclipse-jni package. + * Renamed eclipse-ecj-native to eclipse-ecj-gcj and included + ecj-gcj executable. + * Fixed jsch usage. + + -- Michael Koch Mon, 11 Jul 2005 06:16:28 +0000 + +eclipse (3.1-4) unstable; urgency=low + + * Use native ecj to build Eclipse. + * Updated debian/patches/eclipse-cvs-ssh-jsch.patch to update all + occurrences of jsch version number. + + -- Michael Koch Fri, 8 Jul 2005 13:15:29 +0000 + +eclipse (3.1-3) unstable; urgency=low + + * debian/control: Big cleanup. + * Moved debian/addons/ to debian/extra/. + * debian/rules: Got rid of --sourcedir argument to dh_install. + * debian/*.install: Fixed paths. + + -- Michael Koch Fri, 8 Jul 2005 06:56:56 +0000 + +eclipse (3.1-2) unstable; urgency=low + + * Fixed command line arguments for SUN java. + * Include missing files. + * Fixed handling of links for SWT. + * Use standard binaries and remove wrappers in debian/bin. + + -- Michael Koch Wed, 6 Jul 2005 15:18:47 +0000 + +eclipse (3.1-1) unstable; urgency=low + + * New upstream version. + * Updated Standards-Version to 3.6.2. + + -- Michael Koch Tue, 5 Jul 2005 04:27:24 +0000 + +eclipse (3.0.1-1) unstable; urgency=low + + * New upstream release. + * Thanks to Jan Schulz for maintaining the Eclipse 2.1 packages and for his + comments on my Eclipse 3.0 packaging effort. + * Designed to run by default with Kaffe. + + -- Jerry Haltom Sun, 16 Jan 2005 23:19:39 -0600 + +eclipse (2.1.3-4) unstable; urgency=low + + * build by gcc-3.3 instead of 3.4 (closes: #251368). + + -- Takashi Okamoto Fri, 18 Jun 2004 08:26:58 +0900 + +eclipse (2.1.3-3) unstable; urgency=low + + * add information on non free JVM to eclipse-platform package + description (closes: #243904) + * Remove any references to fonts in control + * add x-www-browser as alternative to mozilla-browser + * remove gij from postinst calls. It fails to run the updater. + (closes: #247404, #248587) + * Changed 2>1 typo in the postinst java calls + * recompile on a plain sid without experimental gcc (closes: #251563) + * s/2.1.2/2.1.3/ in libswt*.links (closes: #252026) + Note to self: this needs to be checked be some tests...) + * libeclipse-jni replaces eclipse-platform (<<2.1.3-2) + * recompile with plain sid and not experimental gcc + (closes: #251368, #251563) + * Add a patch to make it compile on latest gtk + * Make the /usr/lib/jni/*so real files, located in the jni packages and + not symlinks in the java ones (makes lin* happy). Tighten the + dependcies between java and jni packages. + + -- Jan Schulz Sun, 6 Jun 2004 11:21:27 +0200 + +eclipse (2.1.3-2) unstable; urgency=low + + * workaround for a FTBFS with ant 1.6 and JDK 1.3: Added the right jars to + the CLASSPATH and build depend on ant 1.6. + * add debugging output to the build-java call: export + DEB_BUILD_OPTIONS=debug before building. + * don't install the old KDE desktop dir. + + -- Jan Schulz Thu, 8 Apr 2004 01:15:12 +0200 + +eclipse (2.1.3-1) unstable; urgency=low + + * New Upstream version: Again, only bugfixes, no new features + * Remove patches integrated upstream. + . new-cvs-response.patch + . org.eclipse.ui.workbench.texteditor.patch + . 00-PDE_build_with_NLS.patch + * Updated eclipse-javac links for ant. + * Removed ant dependencies and include the jars from upstream. This is + due to the problem, that debians ant is now 1.6, but eclipse requires + 1.5 ant. As the 3.0 version changes this anyway, I didn't bother to + patch this: this is too much work and too less result (xerces and tomcat + are also taken from upstream source). + * Introduced 3 new packages: lib*-jni, which includes all native + compiled parts from the corresponding Java packages. (closes: #232882) + . Conflict and replace older versions to force them off the system + . Compile this parts in it's own target, so that arch binary only + releases are a lot faster. (closes: #232852) + * Add some info to the libswt*.README.Debian re compiling the jars + to native libs with gcj. (closes: #232011) + * Removed one desktop file, as this is not anymore needed since kde 3.2 + * Sidenote: kaffe is now able to do rudimentary startup. + + -- Jan Schulz Wed, 24 Mar 2004 17:28:29 +0100 + +eclipse (2.1.2-2) unstable; urgency=low + + * Added a note to NEWS, that the install can fail, if sablevm ends + up being the only JVM for eclipses config app. Also added some note + to the postinst scripts. This is a bug in the java policy, as I cannot + exclude sablevm from the /usr/bin/java alternative, which the postinst + uses as the last option. Workaround is to set JAVA_HOME to a working + JVM before doing the upgrade. + * Tighter dependencies between packages, so that upgrades will work. + (closes: #229587) + * Added patch to work around problems with latest cvs. (closes: #231135) + * Make /usr/bin/eclipse -nl aware and use LANG to determine the to be used + language. To change that independly from your normal settings, add + LANG="..." to your $HOME/.eclipse/eclipserc (closes: #231464) + * Tried to remove as much whitespace changes from the 'addsite' patch as + possible. + * Removed the '#!/bin/bash' from startup function: its not meant to be + executed, only sourced. + * Added my name to the copyright. + * Added debian package version to version string, which is shown in + Help|About + * Readme.Debian: s/artikel/article/g. Thanks to David N. Welton for + spotting it. + + -- Jan Schulz Fri, 6 Feb 2004 21:35:36 +0100 + +eclipse (2.1.2-1) unstable; urgency=low + + * New Upstream release: Only maintainance, no new features. (Closes: #224104) + . New version needs to be intialized after installation. Added a + postinst call in platform and jdt packages. This call is currently not + failsave due to shortcommings in java policy. It should work on a + current unstable system + * Cleaned up the upstream sourceball a bit (aka: it's not perfect yet), + which resulted in one MB less orig.tar.gz. Basicly a + rm *{macosx,photon,win32,...}* and rm *so. The next upstream version + will be done with CVS and a proper script. + * fixed a bug wrt default WS: I forgot to change the path to the new + java-config file. + * Cleaned up initial $HOME/.eclipse creation. (Closes: #218972) + * Changed the regex in the 'does not startup workaround' to be more + specific. Thanks to David Walluck! + * Add lucene parser.jar from lucene-demos package, so that indexer works + again. Thanks to Anthony W. Juckel for the find. (Closes: #220952) + * Removed old GTK Libs from Build-Depends. I don't think that eclipse is + still working with old gtk versions and I have no system to test. + Use a Gnome >2.2 woody backport, if you want eclipse on a woody system. + * added "libgnomevfs2-dev" to Build-Depends:. Thanks to Hiroshi Miura for + the find. (Closes: #222034) + * added "Copyright: 2000, 2003 IBM and other' in debian/copyright. This is + the String, which is in every java file. + * Add workaround for 'first startup'-bug when two WS are istalled. + + -- Jan Schulz Wed, 17 Dec 2003 00:01:13 +0100 + +eclipse (2.1.1-7) unstable; urgency=low + + * updated patch for emacs keybinding and PDE_build_with_NLS.patch fixed. + Thanks to Takashi Okamoto! + + * -> not uploaded eclipse 2.1.1-6 + * Added sensible-browser (as default) and x-www-browser to view the + help pages. (Closes: #217520) + * the -3 prerm scrips had a bug/typo, which would leave the alternative + installed, when the swt package were removed. This would result in + eclipse not starting up, if the 'ws' value wasn't overwritten at runtime. + Added postinst code to fix this. Thanks for Dominique Devriese for + the bugreport. (closes: #216572) + * added some notes about some locales problems, which results in + strange characters being inserted when doing C&P. The real cause is + reported in bug#200933. (closes: #212767) + * Added "patch (>= 2.5.9)" to build depends, which resolves a problem + when build on woody. Thanks to Anselm Kruis! + * Anselm Kruis also sent a patch to make eclipse be buildable on a plain + woody system together with a gnome2.2 mirror (using old qt and so on). + Many thanks for the work! + . redesign the swt makefiles to accept old qt versions + . add Dependencies for that versions + . add small Howto: debian/README.Backport + * Some minor changes in debian/control and some cleanup debian/rules + * change libswt*java to use java-config files. Included versioned + Conflicts: to force older versions off the system. As I haven't seen + any packages other than the eclipse-platform, the packages don't + provide any fallback to the old behaviour. + * separate some parts of eclipse-platforms README.Debian into FAQ.Debian + * disabled the PDE_build_with_NLS.patch, as it failed to work. I have no + idea why, everything seems fine with that patch. + * replaced the lucene jar with the one from the lucene package. + + * -> not uploaded eclipse 2.1.1-5 + * Eclipse prints a better error message, when it failed while using + /usr/bin/java, which could be unfit to run eclipse. Also changed -cp + into -classpath, so that the error isn't that obscure. (closes: #207830) + * added kde and gnome desktop files. Thanks to Matt Pavlovich + (closes: #209041) + * update eclipse manpage (JAVA_HOME, addsite). + * added '-vm' functionality, which was in the manpage, but not in the + starter skript. Ouups... + + * -> not uploaded eclipse 2.1.1-4: + * Seperated Dependencies and Suggestion from the SWT libs: Not all libs + are needed to use SWT. Also changed the eclipse binary starter + requirements to suggests (see next entry). (Closes:#203966) + * Integrated the launcher capabilities into /usr/bin/eclipse. + The binary launcher is only used for splash screen. It will fail + if the libraries used for displaying this aren't present, but + this won't prevent eclipse from starting. + * ant-optional.jar is now correctly linked. (Closes: #205170) + * Removed platform gtk/motif features: updatemanger was confused, + if two window system versions were present. No functionality was + removed. (Closes: #204791) + * Removed unofficial pde-junit package from eclipse-pde suggest. This + plugin is integrated into upstream source in the next major version. + (Closes: #203964) + * fixed a typo in the *gtk.jars file which prevented the pi jar to + be added to the classpath. (Closes: #217309) + * New standard version (no changes needed). + + -- Jan Schulz Sat, 25 Oct 2003 21:45:03 +0200 + +eclipse (2.1.1-3) unstable; urgency=low + + * copyright: libswt2.1-gtk2-java is partly distributed under LGPL. + * fix the Refactor|Rename problem properly. See 00-refactor-rename.patch + * integrated the patches done by Takashi Okamoto (Thanks for the + fast rebuild!) + * make java building fail in case of an error (Closes:201422). + * missed a plugin in dh_install call. Fixed and test for this added. + * changed the buildprocess to use less space. + * upgraded to debian-policy 3.6.0: no changes needed + * Added some workaround for errors at startup: if any plugins are excluded + from loading, the startscript will remove this entries and start with + all plugins. Closes:#192176 + * removed bashism in /usr/bin/eclipse. Closes:#201235 + * initial support for swt-motif. swt-gtk is still the prefered one + if present. Be aware that eclipse-platform still depends on some gtk + related libs. This will change in the next release. + * different swt versions can be installed next to each other. + . versioned package names + . versioned jar files + . libswt-java is renamed to libswt2.1-java and only a virtual package + . libswt2.1-gtk2-java and libswt2.1-motif-java provide this package + . swt is now under update-alternative (See README.Debian about the way + this is done) + . eclipse has a default -ws, based upon this alternative + * removed the (gtk|motif)-features, as they causes trouble with + the updatemanager, if they are present when the 'other ws' is + used. See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=39889 + + -- Jan Schulz Tue, 15 Jul 2003 23:56:00 +0200 + +eclipse (2.1.1-2) unstable; urgency=low + + * fixed bug C-w don't work correctory when use emacs binding. + See 00-org.eclipse.ui.patch. + * fixed bug export plugin doesn't work when use language pack. + See 00-org.eclipse.pde.build.patch file. + * build with jdk1.3.1 to avoid refactor problem. (closes: #197484) + + -- Takashi Okamoto Sat, 12 Jul 2003 22:29:39 +0900 + +eclipse (2.1.1-1) unstable; urgency=low + + * new upstream version. Only bugfixes, no new features. + o Eclipse crashes with certain gtk themes (closes:#198127) + * converted upstream zip to tar.gz: 10MB less *orig.tar.gz + + -- Jan Schulz Sun, 29 Jun 2003 05:01:43 +0200 + +eclipse (2.1-6) unstable; urgency=low + + * some internal improvements to /usr/bin/eclipse + * eclipse-pde Suggest: eclipse-pde-junit + * updated libswt-java README.Debian to include information + about gcj compile to native. (Closes:#193523) + * Added a new option to $HOME/.eclipse/eclipsrc to *not* use + anti aliased Fonts, which speeds up eclipse. + See /usr/share/doc/eclipse-platform/README.Debian for more info. + eclipse-platform: Suggests: ttf-bitstream-vera + * patch for eclipse launcher to show some debian specific + information in case of a crash and to return proper exit codes. + * Patch for 'Refactor|Rename' problem, when compiled with javac 1.4 + (Closes:#197484) + * changed libswt-java to be only available on 32bit arch. + (Closes:#197409) + * Buildnotes converted to plain text + * Added Takashi Okamoto as co-maintainer + * Conflict with a earlier version of eclipse-nls-sdk, which broke due + to the /usr/lib -> /usr/share change. + * addsite patch cleanups. + + -- Jan Schulz Mon, 23 Jun 2003 23:58:07 +0200 + +eclipse (2.1-5) unstable; urgency=low + + * Changed /usr/local included site from /usr/local/lib/eclipse to + /usr/local/share/eclipse. You need to copy the plugins/features + by hand to make them work again! + + Unofficial version 4.3: + * More fixes for the OutOfMemoryException problem. + Max Memory for ant is now set to 256M, but will + be overwritten(!) in $HOME/.antrc or with an exported + ANT_OPTS variable. Made the errorreport more verbose. + * Fixed a bug in the bugfix *sight*. + * Some smaller cleanups in debian/* + * eclipserc and debug_options are now linked to + /usr/share/doc/eclipse-platform/examples + * added c-shell to Build-Depends and removed kdelibs*-dev + * updated policy version. + * replaced menu-icon with a smaller version. + + Unofficial version 4.2 + * Using JAVA_HOME during buildprozess, if set + * Try to prevent OutOfMemeoryException in ant during java + compilation on 1.3 JDKs. Also make the java building more + failsave. + * eclipse-sdk and eclipse-webdav-ftp are now + "Architecture: all" + + Unofficial version 4.1 + * Changed eclipse home from /usr/lib/eclipse to + /usr/share/eclipse. Native libs and the eclipse launcher + are in /usr/lib/eclipse and have symlinks to the right places. + * Using gtk launcher instead of motif one (Closes: #191873) + * Additonal sites (places to install plugins) can be specified + via -addsite commandline parameter. See + /usr/share/doc/eclipse-platform/README.Debian for more info. + * Using internal precompiled xerces for now until XML4J is + packaged + * Cleanup debian/* files and build-*.sh. Also included is a new + makefile for swt. It now builds on PPC (Closes:#187542) + * Fixed first batch of lintian and linda warnings. Not yet + ready *sight* + * Adding README.Debian to libswt-java + * Included upstream buildlogs + + * New maintainer + + -- Jan Schulz Thu, 22 May 2003 17:51:23 +0200 + +eclipse (2.1-4) unstable; urgency=low + + * Fixed typos and other things in debian/control. (Closes: #190541, #188252) + + -- Takashi Okamoto Sun, 4 May 2003 10:31:03 +0900 + +eclipse (2.1-3) unstable; urgency=low + + * New mechanism to install plugins (using the feature zips). + This finally gives working source plug-ins and right named + features. + * Changed name of eclipse package to eclipse-sdk. + * WebDAV and FTP support package included now. + * Fixed typos and updated README.Debian. + * eclipse startscript can now configured with some default + values. See README.Debian + * Fixed broken links in to the swt*.so files + * Most of above improvements are provided by Jan Schulz. + + -- Takashi Okamoto Thu, 24 Apr 2003 02:59:40 +0200 + +eclipse (2.1-2) unstable; urgency=low + + * fixed broken version. + + -- Takashi Okamoto Wed, 23 Apr 2003 23:10:54 +0900 + +eclipse (2.1-1) unstable; urgency=low + + unofficial 2.1-1: + * New upstream release + * include source plugins to develop plugins. (closes: #186287) + + unofficial 2.1-2: + * fixed following bugs reported by Jan Schulz: + - ant-optional is linked two times (at least two times the same + entry in eclipse-platform.links) + - org.eclipse.jdt-feature is in platform and jdt included. + - error in eclipse.jdt.links: the second link must probably be to + apache and not apahce. + * add debug function for script. (thanks Jan Schulz) + * eclipse args is enable. See eclipse man page. + * create separated packages eclispe-pde and eclipse-source. + * enable emacs key binding for code assist. + + unofficial 2.1-3: + * fixed typo. + * add menu file(/usr/lib/menu/eclipse-platform). + * change local plug-ins install directory. Now it's + /usr/local/lib/eclipse/plugins. + * use included xerces's jars instead of eclipse-xerces packages. + * remove obsolete patch for WorkspaceModelManager.java. + * fixed -vmargs options doesn't work correctly. + + -- Takashi Okamoto Sun, 13 Apr 2003 11:33:31 +0900 + +eclipse (2.0.99-2.1-RC2-1) unstable; urgency=low + + * New upstream release + * add plugins path for /usr/local/eclipse/plugins. + + -- Takashi Okamoto Sat, 8 Mar 2003 23:32:01 +0900 + +eclipse (2.0.99-2.1-RC1-2) unstable; urgency=low + + * use eclipse specific xerces instead of libxerces2-java. + + -- Takashi Okamoto Sun, 2 Mar 2003 18:04:13 +0900 + +eclipse (2.0.99-2.1-RC1-1) unstable; urgency=low + + * New upstream release + + -- Takashi Okamoto Sun, 23 Feb 2003 17:58:10 +0900 + +eclipse (2.0.99-2.1-M5-0.5) unstable; urgency=low + + * fixed dependency at eclipse-platform. + + -- Takashi Okamoto Wed, 19 Feb 2003 22:23:11 +0900 + +eclipse (2.0.99-2.1-M5-0.4) unstable; urgency=low + + * fixed update manager didn't work. + * remove motif binding from SWT. + + -- Takashi Okamoto Sat, 15 Feb 2003 10:05:01 +0900 + +eclipse (2.0.99-2.1-M5-0.3) unstable; urgency=low + + * add debian's description to build id. + * add version dependency. + * rename libeclipse-swt-java to libswt-java. + * use gtk for default SWT binding instead of motif. + + -- Takashi Okamoto Tue, 11 Feb 2003 15:01:50 +0900 + +eclipse (2.0.99-2.1-M5-0.2) unstable; urgency=low + + * Rename package version. + + -- Takashi Okamoto Sun, 9 Feb 2003 15:49:26 +0900 + +eclipse (2.0.99_2.1M5-0.1) unstable; urgency=low + + * New updtream. + + -- Takashi Okamoto Sat, 8 Feb 2003 23:48:22 +0900 + +eclipse (2.0.2-0.4) stable; urgency=low + + * add j2sdk1.3 and j2sdk1.4 dependency to convinience install. + + -- Takashi Okamoto Sun, 15 Dec 2002 13:32:21 +0900 + +eclipse (2.0.2-0.3) unstable; urgency=low + + * add lacked build-depends. + + -- Takashi Okamoto Thu, 5 Dec 2002 11:09:34 +0900 + +eclipse (2.0.2-0.2) unstable; urgency=low + + * fixed lintian error. + * add dependency for xerces2, junit and ant. + * add manual page. + * fixed -data option doesn't work. + + -- Takashi Okamoto Thu, 21 Nov 2002 11:09:34 +0900 + +eclipse (2.0.2-0.1) unstable; urgency=low + + * New upstream. + + -- Takashi Okamoto Sat, 16 Nov 2002 11:07:09 +0900 + +eclipse (2.0.1-0.2) unstable; urgency=low + + * add some dependency. + * clean up build script build.sh. + * clean up bootstrap script /usr/bin/eclipse + + -- Takashi Okamoto Fri, 1 Nov 2002 19:18:51 +0900 + +eclipse (2.0.1-0.1) unstable; urgency=low + + * Initial Exprerimental Release. + + -- Takashi Okamoto Sun, 27 Oct 2002 16:27:07 +0900 --- eclipse-3.5.1+repack~1.orig/debian/README.source +++ eclipse-3.5.1+repack~1/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +For more information about quilt, see /usr/share/doc/quilt/README.source --- eclipse-3.5.1+repack~1.orig/debian/TODO +++ eclipse-3.5.1+repack~1/debian/TODO @@ -0,0 +1,12 @@ +Things needed to be fixed (discussed on 2009-10-09 on IRC; sorted by importance): + * cdt + * xulrunner detection & dependency + * Use system jars rather than pre-compiled ones. (e.g. luence, ant, etc.) + * debian/rules: Turn all calls in debian-build-stamp and debian-install-stamp + into patches and send them to eclipse-build. + +Things that needs fixing: + - Create patches to deal with "uname", so we don't have to use a wrapper. + - Check upstream build system for other archs and check Fedora's "multi-arch" hacks. + - Expose certain eclipse jars to the world (see below). + --- eclipse-3.5.1+repack~1.orig/debian/rules +++ eclipse-3.5.1+repack~1/debian/rules @@ -0,0 +1,172 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + +DEB_ANT_CLEAN_TARGET := distclean +DEB_ANT_BUILD_TARGET := provision.sdk +DEB_ANT_INSTALL_TARGET := install -Dprefix=/usr -DdestDir=$(DEB_DESTDIR) + +ifneq (,$(filter $(DEB_HOST_ARCH_CPU),i386 i486 i586 i686)) + ECLIPSE_BUILD_ARCH=x86 +endif +ifeq ($(DEB_HOST_ARCH_CPU),amd64) + ECLIPSE_BUILD_ARCH=x86_64 +endif +ifeq ($(DEB_HOST_ARCH_CPU),powerpc) + ECLIPSE_BUILD_ARCH=ppc +endif +ifeq ($(ECLIPSE_BUILD_ARCH),) + ECLIPSE_BUILD_ARCH=$(DEB_HOST_ARCH_CPU) +endif + +#ANT_OPTS = -Xmx2048m +ANT_ARGS := -DbuildArch=$(ECLIPSE_BUILD_ARCH) +DEB_DH_MAKESHLIBS_ARGS_ALL := -Xjni + +# workaround for Debian bug #420287 +DEB_JARS := $(ANT_HOME)/lib/ant-nodeps.jar + +#export JAVA_HOME=/usr/lib/jvm/java-gcj +export JAVA_HOME=/usr/lib/jvm/default-java +export PATH:=$(CURDIR)/debian/extra/bin:$(PATH) + +DEB_DH_SHLIBDEPS_ARGS_libswt-gtk-3.5-jni := \ + $(strip $(shell pkg-config --libs-only-L libxul | sed "s/-L/-l/g")):/usr/lib/jvm/default-java/jre/lib/$(DEB_HOST_ARCH_CPU) \ + -- -dDepends \ + debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-gtk-*.so \ + debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-atk-gtk-*.so \ + debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-awt-gtk-*.so \ + debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-cairo-gtk-*.so \ + debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-pi-gtk-*.so \ + debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-xpcominit-gtk-*.so \ + debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-xulrunner-gtk-*.so \ + -dRecommends \ + debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-gnome-gtk-*.so \ + debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-mozilla-gtk-*.so \ + debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-glx-gtk-*.so \ + -Tdebian/libswt-gtk-3.5-jni.substvars + +clean:: + rm -f *.cdbs-config_list + +install/eclipse-platform:: + @echo "*** install/eclipse-platform ***" + $(if $(wildcard debian/tmp/usr/lib/eclipse/plugins/org.eclipse.core.net.linux.*.jar),dh_install -peclipse-platform debian/tmp/usr/lib/eclipse/plugins/org.eclipse.core.net.linux.*.jar /usr/lib/eclipse/plugins) + $(if $(wildcard debian/tmp/usr/lib/eclipse/plugins/org.eclipse.update.core.linux*.jar),dh_install -peclipse-platform debian/tmp/usr/lib/eclipse/plugins/org.eclipse.update.core.linux*.jar /usr/lib/eclipse/plugins) + +binary-post-install/libequinox-osgi-java:: + @echo "*** binary-post-install/libequinox-osgi-java ***" + # Do the linking. + mkdir -p debian/libequinox-osgi-java/usr/share/java + cd debian/libequinox-osgi-java/usr/share/java && \ + for FILE in ../../lib/eclipse/plugins/* ; do \ + ln -s $$FILE ; \ + ln -s $$FILE `basename $$FILE | sed 's/_.*$$//g'`.jar ; \ + done + # Redo this step, just in case. + dh_link -plibequinox-osgi-java + +binary-post-install/eclipse-rcp:: + @echo "*** binary-post-install/eclipse-rcp ***" + # This script is stored in a patch, so the exec bit is not set the first time. + test -x swt_bundle.sh || chmod a+x swt_bundle.sh + # Extract swt's bundle from eclipse-rcp where all the other bundles are installed. + $(DEB_ANT_INVOKE) -Dprefix=/usr -Dlibdir=/lib -Declipse.rcp.package.root=debian/eclipse-rcp/ \ + -Declipse.swt.package.root=debian/libswt-gtk-3.5-jni package.extract.swt + # Remove outdated libraries or else shlibdeps will fail later. + rm -f debian/libswt-gtk-3.5-jni/usr/lib/eclipse/configuration/org.eclipse.osgi/bundles/*/1/.cp/libswt-mozilla-gcc* + mkdir -p debian/libswt-gtk-3.5-jni/usr/lib/jni + cd debian/libswt-gtk-3.5-jni/usr/lib/jni && find ../eclipse/configuration/ -name '*.so' -exec ln -s {} . \; + +# TODO: Turn all commands below this comment into patches and send them to eclipse-build. + +BUILD_TAG := $(shell grep ^buildTag= build.properties | sed "s/^buildTag=//") +SOURCE_DIR := $(CURDIR)/build/eclipse-$(BUILD_TAG)-fetched-src +RESULT_DIR := $(SOURCE_DIR)/installation/ +DEBIAN_PACK_LIBDIR := $(DEB_DESTDIR)/usr/lib/eclipse +PROFILE_ID := PlatformProfile + +common-install-impl:: debian-install-stamp + +LAUNCHERVERSION = $(shell ls $(DEBIAN_PACK_LIBDIR)/plugins | grep equinox.launcher_ | sed 's/org.eclipse.equinox.launcher_//') +UPSTREAM_VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed "s/+repack.*$$//") + +## This target does not work yet. +debian-install-stamp: + @echo "*** debian-install-stamp ***" + dh_testdir + # move images from /usr/lib to /usr/share + cd debian/tmp/usr && find lib/ -type f \( -name '*.bmp' -o -name '*.gif' -o -name '*.jpg' -o -name '*.png' \) -exec sh ../../../debian/extra/imagemv.sh '{}' \; + rm -fr $(DEBIAN_PACK_LIBDIR)/p2/ + # Generate metadata and extract the swt libraries. + cd $(DEB_DESTDIR) && java \ + -cp $(DEBIAN_PACK_LIBDIR)/plugins/org.eclipse.equinox.launcher_$(LAUNCHERVERSION) \ + org.eclipse.core.launcher.Main \ + -application \ + org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \ + -debug -consolelog \ + -metadataRepository file:$(DEBIAN_PACK_LIBDIR)/metadata/ \ + -artifactRepository file:$(DEBIAN_PACK_LIBDIR)/metadata/ \ + -source $(DEBIAN_PACK_LIBDIR) \ + -root "Eclipse Platform" \ + -rootVersion $(UPSTREAM_VERSION) \ + -flavor tooling \ + -publishArtifacts \ + -data $(CURDIR)/workspace \ + -append \ + -artifactRepositoryName "Eclipse Platform" \ + -metadataRepositoryName "Eclipse Platform" + cd $(DEB_DESTDIR) && java \ + -Declipse.p2.data.area=file:$(DEBIAN_PACK_LIBDIR)/p2 \ + -Declipse.p2.MD5Check=false \ + -cp $(DEBIAN_PACK_LIBDIR)/plugins/org.eclipse.equinox.launcher_$(LAUNCHERVERSION) \ + org.eclipse.core.launcher.Main \ + -application \ + org.eclipse.equinox.p2.director \ + -debug -consolelog \ + -flavor tooling \ + -installIU "Eclipse Platform" \ + -p2.os linux \ + -p2.ws gtk \ + -p2.arch $(ECLIPSE_BUILD_ARCH) \ + -roaming \ + -data $(CURDIR)/workspace \ + -profile $(PROFILE_ID) \ + -profileProperties org.eclipse.update.install.features=true \ + -metadataRepository file:$(DEBIAN_PACK_LIBDIR)/metadata/ \ + -artifactRepository file:$(DEBIAN_PACK_LIBDIR)/metadata/ \ + -destination $(DEBIAN_PACK_LIBDIR) \ + -bundlepool $(DEBIAN_PACK_LIBDIR) + cd $(DEB_DESTDIR) && java -Dosgi.sharedConfiguration.area=$(DEBIAN_PACK_LIBDIR)/configuration \ + -cp $(DEBIAN_PACK_LIBDIR)/plugins/org.eclipse.equinox.launcher_$(LAUNCHERVERSION) \ + org.eclipse.core.launcher.Main \ + -debug -consolelog \ + -data $(CURDIR)/workspace \ + -metadataRepository file:$(DEBIAN_PACK_LIBDIR)/metadata \ + -artifactRepository file:$(DEBIAN_PACK_LIBDIR)/metadata \ + -application org.eclipse.equinox.initializer.configInitializer \ + -fileInitializer $(CURDIR)/debian/extract_patterns.txt + # Copy SWT jar file + mkdir -p $(DEB_DESTDIR)usr/lib/java + cp $(SOURCE_DIR)/plugins/org.eclipse.swt.gtk.linux.$(ECLIPSE_BUILD_ARCH)/swt.jar \ + $(DEB_DESTDIR)usr/lib/java/swt-gtk-3.5.jar + # Normalize the paths. + grep --exclude-from=debian/exclude_patterns.txt -l -I -r debian/tmp debian/tmp/ | xargs sed -i s@$(CURDIR)/debian/tmp@@g + TO_CORRECT=`echo $(CURDIR)/debian/tmp | sed s@/@_@g` ; grep --exclude-from=debian/exclude_patterns.txt \ + -l -I -r debian_tmp debian/tmp/ | xargs sed -i s@$${TO_CORRECT}@@g + # remove extra licence file + rm -f debian/tmp/usr/lib/eclipse/plugins/org.apache.ant_*/about_files/LICENSE.sax.txt + # wrapper script for setting LD_LIBRARY_PATH + install -m 755 debian/extra/eclipse $(DEB_DESTDIR)usr/bin/eclipse + # Correct the profile in config.ini - else eclipse will refuse to open the update/install menus. + sed -i 's/SDKProfile/PlatformProfile/' "$(DEB_DESTDIR)usr/lib/eclipse/configuration/config.ini" + # Remove the unnecessary configuration data (taken from Fedora spec) + rm -r $(DEBIAN_PACK_LIBDIR)/configuration/org.eclipse.core.runtime + rm -r $(DEBIAN_PACK_LIBDIR)/configuration/org.eclipse.equinox.app + rm -rf $(DEBIAN_PACK_LIBDIR)/configuration/*.log + find $(DEBIAN_PACK_LIBDIR)/configuration -depth -type d -name data -exec rm -rf {} \; + find $(DEBIAN_PACK_LIBDIR) -depth -type d -empty -delete + # fix permissions of scripts + chmod +x $(DEB_DESTDIR)usr/lib/eclipse/plugins/org.eclipse.pde.build_*/templates/package-build/*.sh --- eclipse-3.5.1+repack~1.orig/debian/exclude_patterns.txt +++ eclipse-3.5.1+repack~1/debian/exclude_patterns.txt @@ -0,0 +1,4 @@ +*.png +*.gif +*.jpg +*.bmp --- eclipse-3.5.1+repack~1.orig/debian/libswt-gtk-3.5-java.install +++ eclipse-3.5.1+repack~1/debian/libswt-gtk-3.5-java.install @@ -0,0 +1 @@ +usr/lib/java/swt-gtk-3.5.jar --- eclipse-3.5.1+repack~1.orig/debian/eclipse-pde.install +++ eclipse-3.5.1+repack~1/debian/eclipse-pde.install @@ -0,0 +1,33 @@ +usr/*/eclipse/features/org.eclipse.pde.source_* +usr/*/eclipse/features/org.eclipse.pde_* +usr/lib/eclipse/plugins/org.eclipse.pde.api.tools.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.api.tools.ui.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.api.tools.ui_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.api.tools_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.build.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.build_* +usr/lib/eclipse/plugins/org.eclipse.pde.core.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.core_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.doc.user_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.ds.core.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.ds.core_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.ds.ui.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.ds.ui_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.junit.runtime.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.junit.runtime_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.runtime.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.runtime_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.ua.core.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.ua.core_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.ua.ui.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.ua.ui_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.ui.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.ui.templates.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.ui.templates_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde.ui_*.jar +usr/lib/eclipse/plugins/org.eclipse.pde_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.views.log.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.views.log_*.jar +usr/lib/eclipse/plugins/org.objectweb.asm.source_*.jar +usr/lib/eclipse/plugins/org.objectweb.asm_*.jar --- eclipse-3.5.1+repack~1.orig/debian/copyright +++ eclipse-3.5.1+repack~1/debian/copyright @@ -0,0 +1,306 @@ +This package was debianized by Michael Koch on +Wed, 07 Jul 2005 06:05:12 +0100. + +It was downloaded from: +http://download.eclipse.org/eclipse/downloads/drops/R-3.1.1-200509290840/download.php?dropFile=eclipse-sourceBuild-srcIncluded-3.1.1.zip + +This software is copyright (c) 2000, 2005 IBM Corporation and others. + +Copyright: + +Eclipse Public License - v 1.0 + +THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE +PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE +PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. + +1. DEFINITIONS + +"Contribution" means: + +a) in the case of the initial Contributor, the initial code and documentation +distributed under this Agreement, and +b) in the case of each subsequent Contributor: + +i) changes to the Program, and + +ii) additions to the Program; + +where such changes and/or additions to the Program originate from and are +distributed by that particular Contributor. A Contribution 'originates' +from a Contributor if it was added to the Program by such Contributor itself +or anyone acting on such Contributor's behalf. Contributions do not include +additions to the Program which: (i) are separate modules of software +distributed in conjunction with the Program under their own license +agreement, and (ii) are not derivative works of the Program. + +"Contributor" means any person or entity that distributes the Program. + +"Licensed Patents " mean patent claims licensable by a Contributor which are +necessarily infringed by the use or sale of its Contribution alone or when +combined with the Program. + +"Program" means the Contributions distributed in accordance with this +Agreement. + +"Recipient" means anyone who receives the Program under this Agreement, +including all Contributors. + +2. GRANT OF RIGHTS + +a) Subject to the terms of this Agreement, each Contributor hereby grants +Recipient a non-exclusive, worldwide, royalty-free copyright license to +reproduce, prepare derivative works of, publicly display, publicly perform, +distribute and sublicense the Contribution of such Contributor, if any, +and such derivative works, in source code and object code form. + +b) Subject to the terms of this Agreement, each Contributor hereby grants +Recipient a non-exclusive, worldwide, royalty-free patent license under +Licensed Patents to make, use, sell, offer to sell, import and otherwise +transfer the Contribution of such Contributor, if any, in source code and +object code form. This patent license shall apply to the combination of +the Contribution and the Program if, at the time the Contribution is added +by the Contributor, such addition of the Contribution causes such +combination to be covered by the Licensed Patents. The patent license shall +not apply to any other combinations which include the Contribution. No +hardware per se is licensed hereunder. + +c) Recipient understands that although each Contributor grants the licenses +to its Contributions set forth herein, no assurances are provided by any +Contributor that the Program does not infringe the patent or other +intellectual property rights of any other entity. Each Contributor disclaims +any liability to Recipient for claims brought by any other entity based on +infringement of intellectual property rights or otherwise. As a condition to +exercising the rights and licenses granted hereunder, each Recipient hereby +assumes sole responsibility to secure any other intellectual property rights +needed, if any. For example, if a third party patent license is required to +allow Recipient to distribute the Program, it is Recipient's responsibility +to acquire that license before distributing the Program. + +d) Each Contributor represents that to its knowledge it has sufficient +copyright rights in its Contribution, if any, to grant the copyright license +set forth in this Agreement. + +3. REQUIREMENTS + +A Contributor may choose to distribute the Program in object code form under +its own license agreement, provided that: + +a) it complies with the terms and conditions of this Agreement; and + +b) its license agreement: + +i) effectively disclaims on behalf of all Contributors all warranties and +conditions, express and implied, including warranties or conditions of title +and non-infringement, and implied warranties or conditions of merchantability +and fitness for a particular purpose; + +ii) effectively excludes on behalf of all Contributors all liability for +damages, including direct, indirect, special, incidental and consequential +damages, such as lost profits; + +iii) states that any provisions which differ from this Agreement are offered +by that Contributor alone and not by any other party; and + +iv) states that source code for the Program is available from such +Contributor, and informs licensees how to obtain it in a reasonable manner on +or through a medium customarily used for software exchange. + +When the Program is made available in source code form: + +a) it must be made available under this Agreement; and + +b) a copy of this Agreement must be included with each copy of the Program. + +Contributors may not remove or alter any copyright notices contained within +the Program. + +Each Contributor must identify itself as the originator of its Contribution, +if any, in a manner that reasonably allows subsequent Recipients to identify +the originator of the Contribution. + +4. COMMERCIAL DISTRIBUTION + +Commercial distributors of software may accept certain responsibilities with +respect to end users, business partners and the like. While this license is +intended to facilitate the commercial use of the Program, the Contributor who +includes the Program in a commercial product offering should do so in a manner +which does not create potential liability for other Contributors. Therefore, +if a Contributor includes the Program in a commercial product offering, such +Contributor ("Commercial Contributor") hereby agrees to defend and indemnify +every other Contributor ("Indemnified Contributor") against any losses, +damages and costs (collectively "Losses") arising from claims, lawsuits and +other legal actions brought by a third party against the Indemnified +Contributor to the extent caused by the acts or omissions of such Commercial +Contributor in connection with its distribution of the Program in a commercial +product offering. The obligations in this section do not apply to any claims +or Losses relating to any actual or alleged intellectual property +infringement. In order to qualify, an Indemnified Contributor must: +a) promptly notify the Commercial Contributor in writing of such claim, and +b) allow the Commercial Contributor to control, and cooperate with the +Commercial Contributor in, the defense and any related settlement +negotiations. The Indemnified Contributor may participate in any such claim +at its own expense. + +For example, a Contributor might include the Program in a commercial product +offering, Product X. That Contributor is then a Commercial Contributor. If +that Commercial Contributor then makes performance claims, or offers +warranties related to Product X, those performance claims and warranties are +such Commercial Contributor's responsibility alone. Under this section, the +Commercial Contributor would have to defend claims against the other +Contributors related to those performance claims and warranties, and if a +court requires any other Contributor to pay any damages as a result, the +Commercial Contributor must pay those damages. + +5. NO WARRANTY + +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON +AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER +EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR +CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A +PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the +appropriateness of using and distributing the Program and assumes all +risks associated with its exercise of rights under this Agreement , +including but not limited to the risks and costs of program errors, +compliance with applicable laws, damage to or loss of data, programs or +equipment, and unavailability or interruption of operations. + +6. DISCLAIMER OF LIABILITY + +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY +CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION +LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE +EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + +7. GENERAL + +If any provision of this Agreement is invalid or unenforceable under +applicable law, it shall not affect the validity or enforceability of the +remainder of the terms of this Agreement, and without further action by +the parties hereto, such provision shall be reformed to the minimum extent +necessary to make such provision valid and enforceable. + +If Recipient institutes patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Program itself +(excluding combinations of the Program with other software or hardware) +infringes such Recipient's patent(s), then such Recipient's rights granted +under Section 2(b) shall terminate as of the date such litigation is filed. + +All Recipient's rights under this Agreement shall terminate if it fails to +comply with any of the material terms or conditions of this Agreement and +does not cure such failure in a reasonable period of time after becoming +aware of such noncompliance. If all Recipient's rights under this Agreement +terminate, Recipient agrees to cease use and distribution of the Program as +soon as reasonably practicable. However, Recipient's obligations under this +Agreement and any licenses granted by Recipient relating to the Program +shall continue and survive. + +Everyone is permitted to copy and distribute copies of this Agreement, but +in order to avoid inconsistency the Agreement is copyrighted and may only +be modified in the following manner. The Agreement Steward reserves the +right to publish new versions (including revisions) of this Agreement from +time to time. No one other than the Agreement Steward has the right to +modify this Agreement. The Eclipse Foundation is the initial Agreement +Steward. The Eclipse Foundation may assign the responsibility to serve as +the Agreement Steward to a suitable separate entity. Each new version of +the Agreement will be given a distinguishing version number. The Program +(including Contributions) may always be distributed subject to the version +of the Agreement under which it was received. In addition, after a new +version of the Agreement is published, Contributor may elect to distribute +the Program (including its Contributions) under the new version. Except as +expressly stated in Sections 2(a) and 2(b) above, Recipient receives no +rights or licenses to the intellectual property of any Contributor under +this Agreement, whether expressly, by implication, estoppel or otherwise. +All rights in the Program not expressly granted under this Agreement are +reserved. + +This Agreement is governed by the laws of the State of New York and the +intellectual property laws of the United States of America. No party to +this Agreement will bring a legal action under this Agreement more than +one year after the cause of action arose. Each party waives its rights to +a jury trial in any resulting litigation. + +------------------------------------------------------------------------------ + +icu4j was downloaded from +ftp://ftp.software.ibm.com/software/globalization/icu/icu4j/3.4.5/icu4jsrc_3_4_5.jar + +Copyright Holder: IBM and contributors + +License: + +ICU4J license - ICU4J 1.3.1 and later + + COPYRIGHT AND PERMISSION NOTICE + + Copyright (c) 1995-2006 International Business Machines Corporation + and others + + All rights reserved. + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, and/or sell copies of the Software, and to permit persons + to whom the Software is furnished to do so, provided that the above + copyright notice(s) and this permission notice appear in all copies of + the Software and that both the above copyright notice(s) and this + permission notice appear in supporting documentation. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT + OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR + HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY + SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER + RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF + CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + Except as contained in this notice, the name of a copyright holder + shall not be used in advertising or otherwise to promote the sale, use + or other dealings in this Software without prior written authorization + of the copyright holder. + _________________________________________________________________ + + All trademarks and registered trademarks mentioned herein are the + property of their respective owners. + +------------------------------------------------------------------------------ + +jsch was downloaded from http://www.sourceforget.net/jsch + +License: + +------------------------------------------------------------------------------ +Copyright (c) 2002,2003,2004 Atsuhiko Yamanaka, JCraft,Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the distribution. + + 3. The names of the authors may not be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT, +INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, +OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --- eclipse-3.5.1+repack~1.orig/debian/eclipse-plugin-cvs.install +++ eclipse-3.5.1+repack~1/debian/eclipse-plugin-cvs.install @@ -0,0 +1,14 @@ +usr/lib/eclipse/features/org.eclipse.cvs.source_* +usr/lib/eclipse/features/org.eclipse.cvs_* +usr/lib/eclipse/plugins/org.eclipse.cvs.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.cvs_*.jar +usr/lib/eclipse/plugins/org.eclipse.team.cvs.core.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.team.cvs.core_*.jar +usr/lib/eclipse/plugins/org.eclipse.team.cvs.ssh.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.team.cvs.ssh2.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.team.cvs.ssh2_*.jar +usr/lib/eclipse/plugins/org.eclipse.team.cvs.ssh_*.jar +usr/lib/eclipse/plugins/org.eclipse.team.cvs.ui.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.team.cvs.ui_*.jar +usr/share/eclipse/features/org.eclipse.cvs.source_* +usr/share/eclipse/features/org.eclipse.cvs_* --- eclipse-3.5.1+repack~1.orig/debian/extract_patterns.txt +++ eclipse-3.5.1+repack~1/debian/extract_patterns.txt @@ -0,0 +1 @@ +.* = *.so --- eclipse-3.5.1+repack~1.orig/debian/eclipse-platform-data.install +++ eclipse-3.5.1+repack~1/debian/eclipse-platform-data.install @@ -0,0 +1,12 @@ +usr/share/eclipse/features/org.eclipse.equinox.p2.user.ui.source_* +usr/share/eclipse/features/org.eclipse.equinox.p2.user.ui_* +usr/share/eclipse/features/org.eclipse.help.source_* +usr/share/eclipse/features/org.eclipse.help_* +usr/share/eclipse/features/org.eclipse.platform.source_* +usr/share/eclipse/features/org.eclipse.platform_* +usr/share/eclipse/features/org.eclipse.sdk_* +usr/share/eclipse/plugins/org.eclipse.platform_* +usr/share/eclipse/plugins/org.eclipse.sdk_* +usr/share/eclipse/plugins/org.eclipse.ui.intro.universal_* +usr/share/icons +usr/share/pixmaps --- eclipse-3.5.1+repack~1.orig/debian/compat +++ eclipse-3.5.1+repack~1/debian/compat @@ -0,0 +1 @@ +7 --- eclipse-3.5.1+repack~1.orig/debian/eclipse-platform.manpages +++ eclipse-3.5.1+repack~1/debian/eclipse-platform.manpages @@ -0,0 +1 @@ +debian/extra/eclipse.1 --- eclipse-3.5.1+repack~1.orig/debian/eclipse-rcp.install +++ eclipse-3.5.1+repack~1/debian/eclipse-rcp.install @@ -0,0 +1,54 @@ +usr/*/eclipse/features/org.eclipse.rcp.source_* +usr/*/eclipse/features/org.eclipse.rcp_* +usr/lib/eclipse/configuration/org.eclipse.osgi/ +usr/lib/eclipse/plugins/com.ibm.icu.source_*.jar +usr/lib/eclipse/plugins/com.ibm.icu_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.commands.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.commands_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.contenttype.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.contenttype_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.databinding.beans.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.databinding.beans_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.databinding.observable.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.databinding.observable_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.databinding.property.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.databinding.property_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.databinding.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.databinding_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.expressions.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.expressions_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.jobs.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.jobs_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.runtime.compatibility.auth.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.runtime.compatibility.auth_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.runtime.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.runtime_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.app.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.app_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.common.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.common_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.ds.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.ds_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.* +usr/lib/eclipse/plugins/org.eclipse.equinox.launcher.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.launcher_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.preferences.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.preferences_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.registry.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.registry_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.simpleconfigurator.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.simpleconfigurator_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.util.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.util_*.jar +usr/lib/eclipse/plugins/org.eclipse.jface.databinding.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.jface.databinding_*.jar +usr/lib/eclipse/plugins/org.eclipse.jface.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.jface_*.jar +usr/lib/eclipse/plugins/org.eclipse.rcp.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.rcp_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.workbench.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.workbench_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui_*.jar +usr/lib/eclipse/plugins/org.eclipse.update.configurator.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.update.configurator_*.jar --- eclipse-3.5.1+repack~1.orig/debian/libequinox-osgi-java.install +++ eclipse-3.5.1+repack~1/debian/libequinox-osgi-java.install @@ -0,0 +1,6 @@ +usr/lib/eclipse/plugins/org.eclipse.osgi.services.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.osgi.services_*.jar +usr/lib/eclipse/plugins/org.eclipse.osgi.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.osgi.util.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.osgi.util_*.jar +usr/lib/eclipse/plugins/org.eclipse.osgi_*.jar --- eclipse-3.5.1+repack~1.orig/debian/watch +++ eclipse-3.5.1+repack~1/debian/watch @@ -0,0 +1,2 @@ +version=3 +ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/eclipse/R-([\d\.-]*)/eclipse-sourceBuild-srcIncluded-(.*)\.zip --- eclipse-3.5.1+repack~1.orig/debian/bugs +++ eclipse-3.5.1+repack~1/debian/bugs @@ -0,0 +1,25 @@ +Doables/Intend To Fix: + +LP: 81900 - Should be doable (but there might be a reason for not doing it). - "Could not create /usr/local/lib/eclipse/.eclipseextension" on startup + +Fixed on long term: + +541638, LP: 417317, LP: 401402 - Fixed by not having two source packages providing libswt - ${APP} cannot be installed with eclipse/eclipse has broken depends. + +Invalids (assuming other is fixed): + +LP: 160282 - Invalid if openjdk-6 can be used. - eclipse should require java-gcj-compat. +LP: 45347 - Invalid if 353360 is fixed. - Use java-common instead of java_home config. +LP: 208267 - Invalid if 353360 is fixed. - openjdk-6 should be added to java_home. + +Check/Verifiy in 3.5: + +LP: 313548 - Haven't experienced this in 3.3 nor in 3.4 - "Auto-fix" features broken. +LP: 419199 - Haven't experienced this in 3.2.2-6.1 nor 3.4.1 - Install problem. +LP: 400962 - Xulrunner-1.9.1 shouldn't break eclipse 3.5 - VM crash during eclipse start on 64bit Ubuntu. +353360, LP:36534 - Should be fixed if possible. - Respect alternatives. +358594, LP: 67858 - Should be doable. - Move eclipse bin to eclipse-platform. + - Alternatively sort out eclipse's depends. + +Postponed: + --- eclipse-3.5.1+repack~1.orig/debian/eclipse-platform.install +++ eclipse-3.5.1+repack~1/debian/eclipse-platform.install @@ -0,0 +1,238 @@ +usr/bin +usr/lib/eclipse/.eclipseproduct +usr/lib/eclipse/artifacts.xml +usr/lib/eclipse/configuration/config.ini +usr/lib/eclipse/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info +usr/lib/eclipse/configuration/org.eclipse.equinox.source +usr/lib/eclipse/configuration/org.eclipse.update/ +usr/lib/eclipse/eclipse +usr/lib/eclipse/eclipse.ini +usr/lib/eclipse/features/org.eclipse.equinox.p2.user.ui.source_* +usr/lib/eclipse/features/org.eclipse.equinox.p2.user.ui_* +usr/lib/eclipse/features/org.eclipse.help.source_* +usr/lib/eclipse/features/org.eclipse.help_* +usr/lib/eclipse/features/org.eclipse.platform.source_* +usr/lib/eclipse/features/org.eclipse.platform_* +usr/lib/eclipse/features/org.eclipse.sdk_* +usr/lib/eclipse/metadata/*.xml +usr/lib/eclipse/p2/ +usr/lib/eclipse/plugins/com.jcraft.jsch.source_*.jar +usr/lib/eclipse/plugins/com.jcraft.jsch_*.jar +usr/lib/eclipse/plugins/javax.servlet.jsp.source_*.jar +usr/lib/eclipse/plugins/javax.servlet.jsp_*.jar +usr/lib/eclipse/plugins/javax.servlet.source_*.jar +usr/lib/eclipse/plugins/javax.servlet_*.jar +usr/lib/eclipse/plugins/org.apache.ant.source_*.jar +usr/lib/eclipse/plugins/org.apache.ant_* +usr/lib/eclipse/plugins/org.apache.commons.codec.source_*.jar +usr/lib/eclipse/plugins/org.apache.commons.codec_*.jar +usr/lib/eclipse/plugins/org.apache.commons.el.source_*.jar +usr/lib/eclipse/plugins/org.apache.commons.el_*.jar +usr/lib/eclipse/plugins/org.apache.commons.httpclient.source_*.jar +usr/lib/eclipse/plugins/org.apache.commons.httpclient_*.jar +usr/lib/eclipse/plugins/org.apache.commons.logging.source_*.jar +usr/lib/eclipse/plugins/org.apache.commons.logging_*.jar +usr/lib/eclipse/plugins/org.apache.jasper.source_*.jar +usr/lib/eclipse/plugins/org.apache.jasper_*.jar +usr/lib/eclipse/plugins/org.apache.lucene.analysis.source_*.jar +usr/lib/eclipse/plugins/org.apache.lucene.analysis_*.jar +usr/lib/eclipse/plugins/org.apache.lucene_*.jar +usr/lib/eclipse/plugins/org.eclipse.ant.core.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ant.core_*.jar +usr/lib/eclipse/plugins/org.eclipse.compare.core.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.compare.core_*.jar +usr/lib/eclipse/plugins/org.eclipse.compare.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.compare_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.boot_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.filebuffers.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.filebuffers_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.filesystem.linux.* +usr/lib/eclipse/plugins/org.eclipse.core.filesystem.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.filesystem_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.net.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.net_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.resources.compatibility.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.resources.compatibility_* +usr/lib/eclipse/plugins/org.eclipse.core.resources.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.resources_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_* +usr/lib/eclipse/plugins/org.eclipse.core.runtime.compatibility.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.runtime.compatibility_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.variables.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.core.variables_*.jar +usr/lib/eclipse/plugins/org.eclipse.debug.core.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.debug.core_*.jar +usr/lib/eclipse/plugins/org.eclipse.debug.ui.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.debug.ui_*.jar +usr/lib/eclipse/plugins/org.eclipse.ecf.filetransfer.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ecf.filetransfer_*.jar +usr/lib/eclipse/plugins/org.eclipse.ecf.identity.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ecf.identity_*.jar +usr/lib/eclipse/plugins/org.eclipse.ecf.provider.filetransfer.httpclient.ssl.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ecf.provider.filetransfer.httpclient.ssl_*.jar +usr/lib/eclipse/plugins/org.eclipse.ecf.provider.filetransfer.httpclient_*.jar +usr/lib/eclipse/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ecf.provider.filetransfer.ssl_*.jar +usr/lib/eclipse/plugins/org.eclipse.ecf.provider.filetransfer_*.jar +usr/lib/eclipse/plugins/org.eclipse.ecf.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ecf.ssl.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ecf.ssl_*.jar +usr/lib/eclipse/plugins/org.eclipse.ecf_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.concurrent_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.frameworkadmin.equinox_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.frameworkadmin.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.frameworkadmin_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.http.jetty.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.http.jetty_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.http.registry.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.http.registry_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.http.servlet.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.http.servlet_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.initializer_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.jsp.jasper.registry.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.jsp.jasper.registry_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.jsp.jasper.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.jsp.jasper_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.artifact.repository.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.artifact.repository_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.console.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.console_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.core.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.core_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.director.app.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.director.app_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.director.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.director_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.directorywatcher.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.directorywatcher_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.engine.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.engine_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.exemplarysetup.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.exemplarysetup_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.extensionlocation.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.extensionlocation_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.garbagecollector.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.garbagecollector_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.jarprocessor.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.jarprocessor_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.metadata.generator.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.metadata.generator_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.metadata.repository.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.metadata.repository_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.metadata.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.metadata_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.publisher.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.publisher_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.reconciler.dropins.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.reconciler.dropins_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.repository.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.repository.tools.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.repository.tools_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.repository_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.touchpoint.natives.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.touchpoint.natives_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.ui.sdk.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.ui.sdk_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.ui.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.ui_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.updatechecker.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.updatechecker_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.updatesite.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.p2.updatesite_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.security.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.security.ui.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.security.ui_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.security_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_*.jar +usr/lib/eclipse/plugins/org.eclipse.help.appserver.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.help.appserver_*.jar +usr/lib/eclipse/plugins/org.eclipse.help.base.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.help.base_*.jar +usr/lib/eclipse/plugins/org.eclipse.help.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.help.ui.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.help.ui_*.jar +usr/lib/eclipse/plugins/org.eclipse.help.webapp.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.help.webapp_*.jar +usr/lib/eclipse/plugins/org.eclipse.help_*.jar +usr/lib/eclipse/plugins/org.eclipse.jface.text.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.jface.text_*.jar +usr/lib/eclipse/plugins/org.eclipse.jsch.core.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.jsch.core_*.jar +usr/lib/eclipse/plugins/org.eclipse.jsch.ui.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.jsch.ui_*.jar +usr/lib/eclipse/plugins/org.eclipse.ltk.core.refactoring.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ltk.core.refactoring_*.jar +usr/lib/eclipse/plugins/org.eclipse.ltk.ui.refactoring.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ltk.ui.refactoring_*.jar +usr/lib/eclipse/plugins/org.eclipse.platform.doc.isv_*.jar +usr/lib/eclipse/plugins/org.eclipse.platform.doc.user_*.jar +usr/lib/eclipse/plugins/org.eclipse.platform.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.platform_* +usr/lib/eclipse/plugins/org.eclipse.sdk_* +usr/lib/eclipse/plugins/org.eclipse.search.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.search_*.jar +usr/lib/eclipse/plugins/org.eclipse.swt.gtk.linux.*.jar +usr/lib/eclipse/plugins/org.eclipse.swt_*.jar +usr/lib/eclipse/plugins/org.eclipse.team.core.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.team.core_*.jar +usr/lib/eclipse/plugins/org.eclipse.team.ui.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.team.ui_*.jar +usr/lib/eclipse/plugins/org.eclipse.text.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.text_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.browser.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.browser_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.cheatsheets.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.cheatsheets_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.console.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.console_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.editors.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.editors_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.externaltools.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.externaltools_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.forms.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.forms_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.ide.application.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.ide.application_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.ide.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.ide_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.intro.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.intro.universal.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.intro.universal_* +usr/lib/eclipse/plugins/org.eclipse.ui.intro_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.navigator.resources.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.navigator.resources_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.navigator.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.navigator_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.net.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.net_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.presentations.r21.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.presentations.r21_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.views.properties.tabbed.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.views.properties.tabbed_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.views.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.views_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.workbench.compatibility.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.workbench.compatibility_* +usr/lib/eclipse/plugins/org.eclipse.ui.workbench.texteditor.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ui.workbench.texteditor_*.jar +usr/lib/eclipse/plugins/org.eclipse.update.core.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.update.core_*.jar +usr/lib/eclipse/plugins/org.eclipse.update.scheduler.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.update.scheduler_*.jar +usr/lib/eclipse/plugins/org.eclipse.update.ui.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.update.ui_*.jar +usr/lib/eclipse/plugins/org.mortbay.jetty.server.source_*.jar +usr/lib/eclipse/plugins/org.mortbay.jetty.server_*.jar +usr/lib/eclipse/plugins/org.mortbay.jetty.util.source_*.jar +usr/lib/eclipse/plugins/org.mortbay.jetty.util_*.jar +usr/lib/eclipse/plugins/org.sat4j.core_*.jar +usr/lib/eclipse/plugins/org.sat4j.pb_*.jar +usr/lib/eclipse/startup.jar +usr/share/applications --- eclipse-3.5.1+repack~1.orig/debian/eclipse-jdt.install +++ eclipse-3.5.1+repack~1/debian/eclipse-jdt.install @@ -0,0 +1,42 @@ +usr/*/eclipse/features/org.eclipse.jdt.source_* +usr/*/eclipse/features/org.eclipse.jdt_* +usr/lib/eclipse/plugins/org.eclipse.ant.ui.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.ant.ui_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.apt.core.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.apt.core_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.apt.pluggable.core.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.apt.pluggable.core_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.apt.ui.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.apt.ui_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.compiler.apt.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.compiler.apt_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.compiler.tool.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.compiler.tool_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.core.manipulation.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.core.manipulation_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.core.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.core_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.debug.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.debug.ui.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.debug.ui_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.debug_* +usr/lib/eclipse/plugins/org.eclipse.jdt.doc.isv_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.doc.user_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.junit.runtime.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.junit.runtime_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.junit.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.junit4.runtime.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.junit4.runtime_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.junit_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.launching.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.launching_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.ui.source_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt.ui_*.jar +usr/lib/eclipse/plugins/org.eclipse.jdt_*.jar +usr/lib/eclipse/plugins/org.hamcrest.core.source_*.jar +usr/lib/eclipse/plugins/org.hamcrest.core_*.jar +usr/lib/eclipse/plugins/org.junit.source_*.jar +usr/lib/eclipse/plugins/org.junit4.source_*.jar +usr/lib/eclipse/plugins/org.junit4_* +usr/lib/eclipse/plugins/org.junit_* --- eclipse-3.5.1+repack~1.orig/debian/control +++ eclipse-3.5.1+repack~1/debian/control @@ -0,0 +1,250 @@ +Source: eclipse +Section: java +Priority: optional +Maintainer: Debian Java Maintainers +Uploaders: Niels Thykier , + Benjamin Drung , + Adrian Perez +Build-Depends: ant (>= 1.7.1), + ant-optional, + cdbs, + debhelper (>= 7), + default-jdk, + junit4, + libatk1.0-dev, + libcairo2-dev, + libgl1-mesa-dev | libgl-dev, + libglu1-mesa-dev | libglu-dev, + libgnomeui-dev, + libgnome-vfsmm-2.6-dev, + libgtk2.0-dev, + libpango1.0-dev, + libxtst-dev, + lsb-release, + pkg-config, + quilt, + unzip, + xulrunner-dev (>= 1.9.1), + zip +Standards-Version: 3.8.3 +DM-Upload-Allowed: yes +Vcs-Git: git://git.debian.org/git/pkg-java/eclipse.git +Vcs-Browser: http://git.debian.org/?p=pkg-java/eclipse.git +Homepage: http://www.eclipse.org/ + +Package: eclipse +Architecture: any +Depends: eclipse-jdt, + eclipse-pde, + ${misc:Depends} +Description: Extensible Tool Platform and Java IDE + The Eclipse Platform is an open and extensible platform for anything and yet + nothing in particular. It provides a foundation for constructing and running + integrated software-development tools. The Eclipse Platform allows tool + builders to independently develop tools that integrate with other people's + tools so seamlessly you can't tell where one tool ends and another starts. + . + This package provides the whole Eclipse SDK, along with the Java Development + Tools (JDT) and the Plugin Development Environment (PDE). + +Package: eclipse-jdt +Architecture: any +Depends: ant-optional, + default-jre | java1-runtime | java2-runtime, + eclipse-platform (= ${binary:Version}), + eclipse-plugin-cvs (= ${binary:Version}), + ${misc:Depends} +Suggests: eclipse +Description: Eclipse Java Development Tools (JDT) + The Eclipse Platform is an open and extensible platform for anything and yet + nothing in particular. It provides a foundation for constructing and running + integrated software-development tools. The Eclipse Platform allows tool + builders to independently develop tools that integrate with other people's + tools so seamlessly you can't tell where one tool ends and another starts. + . + This package includes only the Java Development Tools, which are plug-ins to + develop Java applications within Eclipse. It includes a complete and powerful + Java IDE along with several editors, a refactoring engine, Ant and JUnit + integration, debugger, and many more features. + +Package: eclipse-pde +Architecture: any +Depends: default-jre | java1-runtime | java2-runtime, + eclipse-jdt (= ${binary:Version}), + eclipse-platform (= ${binary:Version}), + ${misc:Depends} +Suggests: eclipse +Description: Eclipse Plug-in Development Environment (PDE) + The Eclipse Platform is an open and extensible platform for anything and yet + nothing in particular. It provides a foundation for constructing and running + integrated software-development tools. The Eclipse Platform allows tool + builders to independently develop tools that integrate with other people's + tools so seamlessly you can't tell where one tool ends and another starts. + . + This package provides tools for easy development of plug-ins for Eclipse. + +Package: eclipse-platform +Architecture: any +Depends: default-jre | java1-runtime | java2-runtime, + eclipse-platform-data (= ${source:Version}), + eclipse-rcp (= ${binary:Version}), + java-common (>= 0.23), + libswt-gtk-3.5-java (= ${binary:Version}), + xulrunner-1.9.1, + ${misc:Depends}, + ${perl:Depends}, + ${shlibs:Depends} +Replaces: eclipse-platform-common, + eclipse-source (<= 3.1.1-3), + libeclipse-jni +Conflicts: eclipse-platform-common, + eclipse-source (<= 3.1.1-3), + libeclipse-jni, + eclipse-platform-nls, + eclipse-common-nls +Suggests: eclipse-jdt, + eclipse-pde +Description: Eclipse platform without plug-ins to develop any language + The Eclipse Platform is an open and extensible platform for anything and yet + nothing in particular. It provides a foundation for constructing and running + integrated software-development tools. The Eclipse Platform allows tool + builders to independently develop tools that integrate with other people's + tools so seamlessly you can't tell where one tool ends and another starts. + . + This package provides only the Eclipse Platform. It does not include any + development plug-ins. These are available in different packages: + . + * eclipse-jdt Java Development Tools + * eclipse-pde Plug-in Development Tools + * eclipse Complete development environment + . + This package is the base for all eclipse plug-ins. + +Package: eclipse-platform-data +Architecture: all +Depends: ${misc:Depends} +Description: Eclipse platform without plug-ins to develop any language (data) + The Eclipse Platform is an open and extensible platform for anything and yet + nothing in particular. It provides a foundation for constructing and running + integrated software-development tools. The Eclipse Platform allows tool + builders to independently develop tools that integrate with other people's + tools so seamlessly you can't tell where one tool ends and another starts. + . + This package provides only the Eclipse Platform. It does not include any + development plug-ins. These are available in different packages: + . + * eclipse-jdt Java Development Tools + * eclipse-pde Plug-in Development Tools + * eclipse Complete development environment + . + This package is the base for all eclipse plug-ins. + . + This package contains the architecture-independent data files. + +Package: eclipse-plugin-cvs +Depends: cvs (>= 1.12.13-8), + default-jre | java1-runtime | java2-runtime, + eclipse-platform (= ${binary:Version}), + ${misc:Depends} +Architecture: any +Description: Eclipse Team Integration (CVS support) + The Eclipse Platform is an open and extensible platform for anything and yet + nothing in particular. It provides a foundation for constructing and running + integrated software-development tools. The Eclipse Platform allows tool + builders to independently develop tools that integrate with other people's + tools so seamlessly you can't tell where one tool ends and another starts. + . + This package provides CVS support for Source Code Management to the + Eclipse Team Integration component. + +Package: eclipse-rcp +Architecture: any +Depends: default-jre | java1-runtime | java2-runtime, + libequinox-osgi-java (= ${binary:Version}), + libswt-gtk-3.5-java (= ${binary:Version}), + ${shlibs:Depends}, + ${misc:Depends} +Suggests: eclipse +Description: Eclipse Rich Client Platform (RCP) + The Eclipse Platform is an open and extensible platform for anything and yet + nothing in particular. It provides a foundation for constructing and running + integrated software-development tools. The Eclipse Platform allows tool + builders to independently develop tools that integrate with other people's + tools so seamlessly you can't tell where one tool ends and another starts. + . + This package includes only the Eclipse Rich Client Platform (RCP), which is + the basis upon other Eclipse-based applications are built. It does not + include any development plug-ins. These are available on different packages: + . + * eclipse-jdt Java Development Tools + * eclipse-pde Plug-in Development Tools + * eclipse Complete development environment + . + This package is the basis for all Eclipse applications. + +Package: libequinox-osgi-java +Architecture: any +Depends: default-jre | java1-runtime | java2-runtime, + ${misc:Depends} +Conflicts: eclipse-rcp (<< 3.5.1-0ubuntu3) +Description: Equinox OSGi framework + The Eclipse Platform is an open and extensible platform for anything and yet + nothing in particular. It provides a foundation for constructing and running + integrated software-development tools. The Eclipse Platform allows tool + builders to independently develop tools that integrate with other people's + tools so seamlessly you can't tell where one tool ends and another starts. + . + This package includes only the Eclipse Equinox OSGi framework, which can + be used outside Eclipse. + +Package: libswt-gtk-3.5-java +Architecture: any +Depends: default-jre | java1-runtime | java2-runtime, + java-common (>= 0.23), + libswt-gtk-3.5-jni (= ${binary:Version}), + ${misc:Depends} +Conflicts: libswt3.2-java +Replaces: libswt3.2-java +Description: Standard Widget Toolkit for Java, GTK+ version + The Standard Widget Toolkit (SWT) is a fast and rich GUI toolkit for the Java + programming language. SWT provides efficient, portable and fast access to + native-looking controls and user interface facilities on the platforms where + it has been implemented. + . + The functionally is similar to Swing, but in addition, SWT has access to + some Operative System's widgets the former has not. + Swing provides native-looking control emulation, but built on top of the JVM. + In SWT, the UI code is native by using Java Native Interface (JNI) libraries, + so it runs significantly faster when providing native look and feel for + applications. + . + SWT is mainly used in the Eclipse Platform, but being an open source library, + it's used in external programs too. + . + This package provides the packaged SWT libraries. + +Package: libswt-gtk-3.5-jni +Architecture: any +Depends: default-jre | java1-runtime | java2-runtime, + ${shlibs:Depends}, + ${misc:Depends} +Recommends: ${shlibs:Recommends} +Conflicts: libswt3.2-jni +Replaces: libswt3.2-jni +Description: Standard Widget Toolkit for Java, GTK+ version JNI libraries + The Standard Widget Toolkit (SWT) is a fast and rich GUI toolkit for the Java + programming language. SWT provides efficient, portable and fast access to + native-looking controls and user interface facilities on the platforms where + it has been implemented. + . + The functionally is similar to Swing, but in addition, SWT has access to + some Operative System's widgets the former has not. + Swing provides native-looking control emulation, but built on top of the JVM. + In SWT, the UI code is native by using Java Native Interface (JNI) libraries, + so it runs significantly faster when providing native look and feel for + applications. + . + SWT is mainly used in the Eclipse Platform, but being an open source library, + it's used in external programs too. + . + This package provides the native libraries implemented using JNI. --- eclipse-3.5.1+repack~1.orig/debian/sys-jars +++ eclipse-3.5.1+repack~1/debian/sys-jars @@ -0,0 +1,8 @@ +com.jcraft.jsch_:/usr/share/java/jsch.jar +javax.servlet.jsp_:/usr/share/java/servlet-api-2.5.jar +org.apache.commons.codec_:/usr/share/java/commons-codec.jar +org.apache.commons.el_:/usr/share/java/commons-el.jar +org.apache.commons.logging_:/usr/share/java/commons-logging.jar +org.apache.lucene.analysis_:/usr/share/java/lucene-analyzers.jar +org.hamcrest.core_:/usr/share/java/hamcrest-core.jar +#org.junit4_:/usr/share/java/junit4.jar --- eclipse-3.5.1+repack~1.orig/debian/patches/series +++ eclipse-3.5.1+repack~1/debian/patches/series @@ -0,0 +1,4 @@ +fix-shell-script-perm.patch +preserve-perms-on-install.patch +support-extracted-source.patch +fix-perm.patch --- eclipse-3.5.1+repack~1.orig/debian/patches/preserve-perms-on-install.patch +++ eclipse-3.5.1+repack~1/debian/patches/preserve-perms-on-install.patch @@ -0,0 +1,21 @@ +Description: preserve the execution permission when installing files +Author: Benjamin Drung + +--- a/build.xml (Revision 23484) ++++ b/build.xml (Arbeitskopie) +@@ -685,9 +685,12 @@ + + + +- +- +- ++ ++ ++ ++ ++ ++ + + + --- eclipse-3.5.1+repack~1.orig/debian/patches/fix-shell-script-perm.patch +++ eclipse-3.5.1+repack~1/debian/patches/fix-shell-script-perm.patch @@ -0,0 +1,14 @@ +Description: correct permission after applying patch +Author: Benjamin Drung + +diff -pruN a/build.xml b/build.xml +--- a/build.xml 2009-10-17 21:15:16.105935633 +0200 ++++ b/build.xml 2009-10-17 21:16:49.372586004 +0200 +@@ -211,6 +211,7 @@ + + + ++ + + + --- eclipse-3.5.1+repack~1.orig/debian/patches/support-extracted-source.patch +++ eclipse-3.5.1+repack~1/debian/patches/support-extracted-source.patch @@ -0,0 +1,79 @@ +Description: support extracted source instead of requiring a tarball +Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=292475 +Author: Benjamin Drung + +diff --git a/build.xml b/build.xml +index 9fe198e..126c7b4 100644 +--- a/build.xml ++++ b/build.xml +@@ -6,12 +6,27 @@ + + + ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + + + + + +- ++ + + + +@@ -77,7 +92,7 @@ + + + +- ++ + + + +@@ -96,6 +111,21 @@ + --> + + ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + + + +@@ -110,8 +140,8 @@ + + + +- +- ++ ++ + + + --- eclipse-3.5.1+repack~1.orig/debian/patches/fix-perm.patch +++ eclipse-3.5.1+repack~1/debian/patches/fix-perm.patch @@ -0,0 +1,17 @@ +Description: fix permission for ant executable files +Author: Benjamin Drung + +diff -pruN a/build.xml b/build.xml +--- a/build.xml 2009-10-12 21:46:39.598436279 +0200 ++++ b/build.xml 2009-10-12 21:59:14.677936277 +0200 +@@ -708,6 +708,10 @@ + + + ++ ++ ++ ++ + + + --- eclipse-3.5.1+repack~1.orig/debian/extra/imagemv.sh +++ eclipse-3.5.1+repack~1/debian/extra/imagemv.sh @@ -0,0 +1,14 @@ +#!/bin/sh +set -e + +# You must be in the destDir/prefix directory! + +LINK_NAME=$(echo $1 | sed "s@^./@@") + +IMAGE_NAME=$(echo ${LINK_NAME} | sed "s@lib/@share/@g") +IMAGE_DIR=$(dirname ${IMAGE_NAME}) +LINK_DEST=$(dirname ${LINK_NAME} | sed "s|[^/]*|..|g")/${IMAGE_NAME} + +mkdir -p "${IMAGE_DIR}" +mv "${LINK_NAME}" "${IMAGE_NAME}" +ln -sf "${LINK_DEST}" "${LINK_NAME}" --- eclipse-3.5.1+repack~1.orig/debian/extra/eclipse +++ eclipse-3.5.1+repack~1/debian/extra/eclipse @@ -0,0 +1,7 @@ +#!/bin/sh + +# work around e#290395 / LP: #458703 +export GDK_NATIVE_WINDOWS=true + +xuldir=/usr/lib/xulrunner-$(/usr/bin/xulrunner-1.9.1 --gre-version) +LD_LIBRARY_PATH=$xuldir${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} /usr/lib/eclipse/eclipse "$@" --- eclipse-3.5.1+repack~1.orig/debian/extra/eclipse.1 +++ eclipse-3.5.1+repack~1/debian/extra/eclipse.1 @@ -0,0 +1,226 @@ +.TH ECLIPSE 1 +.SH NAME +eclipse \- A kind of universal tool platform. +.SH SYNOPSIS +.B eclipse +.I "[platform options]" "[\-vmargs [Java VM arguments]]" +.SH "DESCRIPTION" +.B Eclipse +is a kind of universal tool platform - an open extensible IDE for anything and nothing in paticular. +.PP +This manual page documents briefly +.BR Eclipse, +a kind of universal tool platform. +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. Most of description are +just cut and paste from Eclipse's document. + +.SH PLATFORM OPTIONS +A summary of platform options are included below. Some of this options can +be set by editing ~/.eclipse/eclipserc (but options given on the commandline +will overwrite them). This is usefull, when you start eclipse via menu entry. +.TP +.B \-arch +Defines the processor architecture on which the Eclipse platform is running. +The Eclipse platform ordinarily computes the optimal setting using the +prevailing value of Java os.arch property. If specified here, this is the +value that the Eclipse platform uses. The value specified here is available +to plug-ins as BootLoader.getOSArch(). Example values: "x86", "sparc", +"PA-RISC", "ppc". +.TP +.B \-application +The application to run. Applications are declared by plug-ins supplying +extensions to the org.eclipse.core.runtime.applications extension point. +This argument is typically not needed. If specified, the value overrides +the value supplied by the configuration. If not specified, the Eclipse +Workbench is run. +.TP +.B \-clean +Any cached data used by the OSGi framework and eclipse runtime will be wiped +clean. This will clean the caches used to store bundle dependency resolution +and eclipse extension registry data. Using this option will force eclipse to +reinitialize these caches. +.TP +.B \-configuration +The location for the Eclipse Platform configuration file, expressed as a +URL. The configuration file determines the location of the Eclipse platform, +the set of available plug-ins, and the primary feature. Note that relative +URLs are not allowed. The configuration file is written to this location +when the Eclipse platform is installed or updated. +.TP +.B \-console [port] +If set to a non-null value, the OSGi console (if installed) is enabled. If +the value is a suitable integer, it is interpreted as the port on which +the console listens and directs its output to the given port. Handy for +investigating the state of the system. +.TP +.B \-consolelog +Mirrors the Eclipse platform's error log to the console used to run Eclipse. +Handy when combined with \-debug. +.TP +.B \-data +The path of the workspace on which to run the Eclipse platform. The +workspace location is also the default location for projects. Relative paths +are interpreted relative to the directory that Eclipse was started from. +.TP +.B \-debug [optionsFile] +Puts the platform in debug mode and loads the debug options from the file at +the given location, if specified. This file indicates which debug points are +available for a plug-in and whether or not they are enabled. If a file +location is not given, the platform looks in the directory that eclipse was +started from for a file called ".options". Both URLs and file system paths +are allowed as file locations. +.PP +.B Note: +On Debian, eclipse expects that the following arguments is a path to a +option file. You are not allowed to omit this file! +.TP +.B \-dev [classpathEntries] +Puts the platform in development mode. The optional classpath entries (a +comma separated list) are added to the runtime classpath of each plug-in. For +example, when the workspace contains plug-ins being developed, specifying +\-dev bin adds a classpath entry for each plug-in project's directory named +bin, allowing freshly generated class files to be found there. Redundant or +non-existent classpath entries are eliminated. +.TP +.B \-endSplash +Specifies the command to use to take down the splash screen. Typically +supplied by the Eclipse executable. +.TP +.B \-feature +The identifier of the product being run. This controls various branding +information and what application is used. +.TP +.B \-framework +The URL location of the OSGi framework. Useful if the Eclipse install is +disjoint. +.TP +.B \-initialize +Initializes the configuration being run. All runtime related data structures +and caches are refreshed. Any user/plug-in defined configuration data is not +purged. No application is run, any product specifications are ignored and no +UI is presented (e.g., the splash screen is not drawn) +.TP +.B \-install +The install location of the platform. This setting indicates the location of +the basic Eclipse plug-ins and is useful if the Eclipse install is disjoint. +.TP +.B \-keyring +The location of the authorization database (or "key ring" file) on disk. This +argument must be used in conjunction with the \-password option. Relative +paths are interpreted relative to the directory that Eclipse was started from. +.TP +.B \-name +The name to be displayed in task bar item when the application starts up. When +not set, the name is the name of the executable. +.TP +.B \-nl +Defines the name of the locale on which the Eclipse platform is running. The +Eclipse platform ordinarily computes the optimal setting automatically. If +specified here, this is the value that the Eclipse platform uses. The value +specified here is available to plug-ins as BootLoader.getNL(). Example +values: "en_US" and "fr_FR_EURO". +.PP +You need to install additonal language strings, before that works! Such +strings are available in the +.B eclipse-i18n +package. +.TP +.B \-noExit +The VM will not exit after the eclipse application has ended. This is useful +for examining the OSGi framework after the eclipse application has ended. +.TP +.B \-noLazyRegistryCacheLoading +The platform's plug-in registry cache loading optimization is deactivated. +By default, configuration elements are loaded from the registry cache +(when available) only on demand, reducing memory footprint. This option +forces the registry cache to be fully loaded at startup. +.TP +.B \-noRegistryCache +The internal extension registry cache is neither read or written +.TP +.B \-nosplash +Runs the platform without putting up the splash screen. +.TP +.B \-os +Defines the operating system on which the Eclipse platform is running. The +Eclipse platform ordinarily computes the optimal setting using the +prevailing value of Java os.name property. If specified here, this is the +value that the Eclipse platform uses. The value specified here is available +to plug-ins as BootLoader.getOS(), and used to resolve occurrences of the +$os$ variable in paths mentioned in the plug-in manifest file. Example +values: "win32", "linux", "hpux", "solaris", "aix". +.TP +.B \-password +The password for the authorization database. Used in conjunction with the +\-keyring option. +.TP +.B \-perspective +The perspective to open in the active workbench window on startup. If this +parameter is not specified, the perspective that was active on shutdown will +be opened. +.TP +.B \-plugincustomization +The location of a properties file containing default settings for plug-in +preferences. These default settings override default settings specified in +the primary feature. Relative paths are interpreted relative to the directory +that eclipse was started from. +.TP +.B \-product +The ID of the product to run. The product gives the launched instance of +Eclipse its personality, and determines the product customization information +used. This replaces \-feature, which is still supported for compatibility. +.TP +.B \-refresh +Option for performing a global refresh of the workspace on startup. This will +reconcile any changes that were made in the file system since the platform +was last run. +.TP +.B \-showlocation +Option for displaying the location of the workspace in the window title bar. +In release 2.0 this option only worked in conjunction with the \-data command +line argument. +.TP +.B \-showSplash +Specifies the command to use to show the splash screen. Typically supplied +by the Eclipse executable. +.TP +.B \-startup +The location of jar used to startup eclipse. The jar referred to must have +the Main-Class attribute set. If this parameter is not set, the startup.jar +located in the same folder than the executable is used. +.TP +.B \-user +The location of the user area. The user area contains data (e.g., preferences) +specific to the OS user and independent of any Eclipse install, configuration +or instance. +.TP +.B \-vm +The location of Java Runtime executable to use to run the Eclipse platform. +Relative paths are interpreted relative to the directory that eclipse was +started from. +.TP +.B \-vmargs +When passed to the Eclipse, this option is used to customize the operation of +the Java VM used to run Eclipse. If specified, this option must come at the +end of the command line. The given arguments are dependant on VM that is +being run. +.TP +.B \-ws +The window system value. The value should be one of the Eclipse window system +names known to Eclipse (e.g., win32, motif, ...). +.SH NOTES +Eclipse will search for a java virtual machine in this order: VM given with +the "\-vm " argument, $JAVA_HOME/bin/java from $HOME/.eclipse/eclipserc +and then in the environment and at last use /usr/bin/java. +.SH SEE ALSO +java(1) +.SH FILES +Configuration file is $HOME/.eclipse/eclipserc, error log in +/.metadata/.log, where is the path to your workspace. +.SH BUGS +Eclipse has a bugzilla, which can be found at bugs.eclipse.org. +.SH AUTHOR +This manual page was written by Takashi Okamoto , +for the Debian GNU/Linux system (but may be used by others). It was updated +by Jan Schulz and Stephan Michels . --- eclipse-3.5.1+repack~1.orig/debian/extra/plugin-linker.sh +++ eclipse-3.5.1+repack~1/debian/extra/plugin-linker.sh @@ -0,0 +1,23 @@ +#!/bin/sh +set -e + +ECLIPSE_PATH="$1" +PLUGIN="$2" +SYSTEM_JAR="$3" + +PLUGIN_NAME=`echo "$1"/plugins/"$2"*` + +if [ ! -e "$PLUGIN_NAME" ] ; then + echo "Cannot find $PLUGIN in $ECLIPSE_PATH/plugins" >&2 + echo "(Tried: $PLUGIN_NAME)" >&2 + exit 1 +fi +if [ ! -e "$SYSTEM_JAR" ] ; then + echo "Cannot find $SYSTEM_JAR" >&2 + exit 1 +fi + +echo "Replacing `basename $PLUGIN_NAME` with $SYSTEM_JAR" +rm "$PLUGIN_NAME" +ln -s "$SYSTEM_JAR" "$PLUGIN_NAME" + --- eclipse-3.5.1+repack~1.orig/debian/extra/bin/uname +++ eclipse-3.5.1+repack~1/debian/extra/bin/uname @@ -0,0 +1,15 @@ +#!/bin/sh +uname "$@" +RET=$? + +if [ $? != 0 ] ; then + exit $RET +fi + +RESULT=`uname "$@"` + +if [ "x$RESULT" = "xunknown" ] ; then + exit 1 +fi + +exit 0 --- eclipse-3.5.1+repack~1.orig/additionalArchs/rename.sh +++ eclipse-3.5.1+repack~1/additionalArchs/rename.sh @@ -2,7 +2,7 @@ newArch=$1 -function moves(){ +moves(){ for f in $(find -type d); do tofile=$(echo $f | sed "s/ppc/$newArch/") if [ $tofile != $f ]; then @@ -26,4 +26,4 @@ cd .. cd org.eclipse.swt.gtk.linux.$newArch moves -cd .. \ No newline at end of file +cd .. --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.arm/about.html +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.arm/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 5, 2006

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). +Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor’s license +that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.arm/build.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.arm/build.properties @@ -0,0 +1,7 @@ +bin.includes = META-INF/,\ + eclipse_*.so,\ + launcher.gtk.linux.arm.properties,\ + about.html + +customBuildCallbacks=customBuildCallbacks.xml +generateSourceBundle=false --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.arm/customBuildCallbacks.xml +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.arm/customBuildCallbacks.xml @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.arm/launcher.gtk.linux.arm.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.arm/launcher.gtk.linux.arm.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2007 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +pluginName = Equinox Launcher Linux PPC Fragment +providerName = Eclipse.org - Equinox --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.arm/.project +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.arm/.project @@ -0,0 +1,22 @@ + + + org.eclipse.equinox.launcher.gtk.linux.arm + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.arm/.settings/org.eclipse.pde.core.prefs +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.arm/.settings/org.eclipse.pde.core.prefs @@ -0,0 +1,4 @@ +#Wed Dec 06 11:44:00 EST 2006 +eclipse.preferences.version=1 +pluginProject.extensions=false +resolve.requirebundle=false --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.arm/META-INF/MANIFEST.MF +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.arm/META-INF/MANIFEST.MF @@ -0,0 +1,10 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName +Bundle-Vendor: %providerName +Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.arm;singleton:=true +Bundle-Version: 1.0.200.qualifier +Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1.0)" +Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=arm)) +Bundle-Localization: launcher.gtk.linux.arm +Eclipse-BundleShape: dir --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.sparc64/about.html +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.sparc64/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 2, 2006

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.sparc64/fragment.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.sparc64/fragment.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2006 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +fragmentName = Core File System for Linux PPC +providerName = Eclipse.org --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.sparc64/build.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.sparc64/build.properties @@ -0,0 +1,16 @@ +############################################################################### +# Copyright (c) 2006, 2007 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +bin.includes = META-INF/,\ + about.html,\ + os/,\ + fragment.properties +src.includes = about.html +generateSourceBundle=false --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.sparc64/.project +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.sparc64/.project @@ -0,0 +1,22 @@ + + + org.eclipse.core.filesystem.linux.sparc64 + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.sparc64/META-INF/MANIFEST.MF +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.sparc64/META-INF/MANIFEST.MF @@ -0,0 +1,9 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %fragmentName +Bundle-SymbolicName: org.eclipse.core.filesystem.linux.sparc64;singleton:=true +Bundle-Version: 1.0.100.qualifier +Bundle-Vendor: %providerName +Fragment-Host: org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)" +Bundle-Localization: fragment +Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=sparc64)) --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc64/about.html +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc64/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 5, 2006

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). +Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor’s license +that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc64/launcher.gtk.linux.sparc64.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc64/launcher.gtk.linux.sparc64.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2007 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +pluginName = Equinox Launcher Linux PPC Fragment +providerName = Eclipse.org - Equinox --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc64/build.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc64/build.properties @@ -0,0 +1,7 @@ +bin.includes = META-INF/,\ + eclipse_*.so,\ + launcher.gtk.linux.sparc64.properties,\ + about.html + +customBuildCallbacks=customBuildCallbacks.xml +generateSourceBundle=false --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc64/customBuildCallbacks.xml +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc64/customBuildCallbacks.xml @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc64/.project +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc64/.project @@ -0,0 +1,22 @@ + + + org.eclipse.equinox.launcher.gtk.linux.sparc64 + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc64/.settings/org.eclipse.pde.core.prefs +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc64/.settings/org.eclipse.pde.core.prefs @@ -0,0 +1,4 @@ +#Wed Dec 06 11:44:00 EST 2006 +eclipse.preferences.version=1 +pluginProject.extensions=false +resolve.requirebundle=false --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc64/META-INF/MANIFEST.MF +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc64/META-INF/MANIFEST.MF @@ -0,0 +1,10 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName +Bundle-Vendor: %providerName +Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.sparc64;singleton:=true +Bundle-Version: 1.0.200.qualifier +Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1.0)" +Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=sparc64)) +Bundle-Localization: launcher.gtk.linux.sparc64 +Eclipse-BundleShape: dir --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.sparc/about.html +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.sparc/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 2, 2006

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.sparc/fragment.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.sparc/fragment.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2006 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +fragmentName = Core File System for Linux PPC +providerName = Eclipse.org --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.sparc/build.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.sparc/build.properties @@ -0,0 +1,16 @@ +############################################################################### +# Copyright (c) 2006, 2007 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +bin.includes = META-INF/,\ + about.html,\ + os/,\ + fragment.properties +src.includes = about.html +generateSourceBundle=false --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.sparc/.project +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.sparc/.project @@ -0,0 +1,22 @@ + + + org.eclipse.core.filesystem.linux.sparc + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.sparc/META-INF/MANIFEST.MF +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.sparc/META-INF/MANIFEST.MF @@ -0,0 +1,9 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %fragmentName +Bundle-SymbolicName: org.eclipse.core.filesystem.linux.sparc;singleton:=true +Bundle-Version: 1.0.100.qualifier +Bundle-Vendor: %providerName +Fragment-Host: org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)" +Bundle-Localization: fragment +Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=sparc)) --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc/buildLibraries.csh +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc/buildLibraries.csh @@ -0,0 +1,21 @@ +echo Building LINUX PPC GTK + +# These variables must be set to reflect the compilation context +setenv CAIROPATH /bluebird/teamswt/swt-builddir/cairo/sparc/cairo-1.0.2/lib/pkgconfig/ +setenv JAVA_HOME /bluebird/teamswt/swt-builddir/IBMJava2-sparc-142 +setenv MOZILLA_SDK /bluebird/teamswt/swt-builddir/mozilla/1.7/sparc/mozilla/dist/sdk +setenv XULRUNNER_SDK /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc/mozilla/dist/sdk/ + +setenv MODEL sparc +setenv MOZILLA_INCLUDES "-include ${MOZILLA_SDK}/include/mozilla-config.h -I${MOZILLA_SDK}/include" +setenv MOZILLA_LIBS "-L${MOZILLA_SDK}/lib -L${MOZILLA_SDK}/bin -lxpcom -lnspr4 -lplds4 -lplc4" +setenv XULRUNNER_INCLUDES "-include ${XULRUNNER_SDK}/include/mozilla-config.h -I${XULRUNNER_SDK}/include" +setenv XULRUNNER_LIBS "-L${XULRUNNER_SDK}/lib -lxpcomglue" + +cd ../org.eclipse.swt/bin/library/ +sh build.sh clean +sh build.sh make_mozilla make_xulrunner make_xpcominit install + +setenv PKG_CONFIG_PATH ${CAIROPATH} +sh build.sh clean +sh build.sh install --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc/about.html +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc/about.html @@ -0,0 +1,262 @@ + + + + +About + + +

About This Content

+ +

August 17, 2006

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ +

Third Party Content

+ +

The Content includes items that have been sourced from third parties as set out below. If you +did not receive this Content directly from the Eclipse Foundation, the following is provided +for informational purposes only, and you should look to the Redistributor’s license for +terms and conditions of use.

+ +

Gnome Binding

+ +

The "Gnome Binding" is a binding to the Gnome API. The Content may include any or all of the following files:

+ +

The following files in the plug-in JAR shall be defined as the native code portion of the Gnome Binding:

+
    +
  • libswt-gnome-gtk-xxxx.so (where "xxxx" is the version number)
  • +
+ +

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Gnome Binding:

+
    +
  • The contents of the directory org/eclipse/swt/internal/gnome (but not including any sub-directories)
  • +
+ +

The Gnome Binding contains portions of Gnome ("Library"). Gnome is made available by The Free Software Foundation. Use of the Library is governed by the terms and +conditions of the GNU Lesser General Public License Version 2.1 ("LGPL"). Use of the Gnome Binding on a standalone +basis, is also governed by the terms and conditions of the LGPL. A copy of the LGPL is provided with the Content (lgpl-v21.txt) and is also available at +http://www.gnu.org/licenses/lgpl.html.

+ +

In accordance with Section 6 of the LGPL, you may combine or link a "work that uses the Library" (e.g. the SWT) with the Library to produce a work +containing portions of the Library (e.g. the Gnome Binding) and distribute that work under the terms of your choice (e.g. the EPL) provided you comply with all +other terms and conditions of Section 6 as well as other Sections of the LGPL. Please note, if you modify the Gnome Binding such modifications shall be +governed by the terms and conditions of the LGPL. Also note, the terms of the EPL permit you to modify the combined work and the source code of the combined +work is provided for debugging purposes so there is no need to reverse engineer the combined work.

+ +

GTK+ Binding

+ +

The "GTK+ Binding" is a binding to the GTK+ API. The Content may include any or all of the following files:

+ +

The following files in the plug-in JAR shall be defined as the native code portion of the GTK+ Binding:

+
    +
  • libswt-atk-gtk-xxxx.so (where "xxxx" is the version number)
  • +
  • libswt-pi-gtk-xxxx.so (where "xxxx" is the version number)
  • +
+ +

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the GTK+ Binding:

+
    +
  • The contents of the directory org/eclipse/swt/internal/accessibility/gtk (but not including any sub-directories)
  • +
  • The contents of the directory org/eclipse/swt/internal/cde (but not including any sub-directories)
  • +
  • The contents of the directory org/eclipse/swt/internal/gtk (but not including any sub-directories)
  • +
  • The contents of the directory org/eclipse/swt/internal/kde (but not including any sub-directories)
  • +
+ +

The GTK+ Binding contains portions of GTK+ ("Library"). GTK+ is made available by The Free Software Foundation. Use of the Library is governed by the terms and +conditions of the GNU Lesser General Public License Version 2.1 ("LGPL"). Use of the GTK+ Binding on a standalone +basis, is also governed by the terms and conditions of the LGPL. A copy of the LGPL is provided with the Content (lgpl-v21.txt) and is also available at +http://www.gnu.org/licenses/lgpl.html.

+ +

In accordance with Section 6 of the LGPL, you may combine or link a "work that uses the Library" (e.g. the SWT) with the Library to produce a work +containing portions of the Library (e.g. the GTK+ Binding) and distribute that work under the terms of your choice (e.g. the EPL) provided you comply with all +other terms and conditions of Section 6 as well as other Sections of the LGPL. Please note, if you modify the GTK+ Binding such modifications shall be +governed by the terms and conditions of the LGPL. Also note, the terms of the EPL permit you to modify the combined work and the source code of the combined +work is provided for debugging purposes so there is no need to reverse engineer the combined work.

+ +

Mozilla Binding

+ +

The "Mozilla Binding" is a binding to the Mozilla API. The Content may include any or all of the following files:

+ +

The following files in the plug-in JAR shall be defined as the native code portion of the Mozilla Binding:

+
    +
  • libswt-mozilla-gtk-xxxx.so (where "xxxx" is the version number)
  • +
  • libswt-xulrunner-gtk-xxxx.so (where "xxxx" is the version number)
  • +
  • libswt-xpcominit-gtk-xxxx.so (where "xxxx" is the version number)
  • +
+ +

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Mozilla Binding:

+
    +
  • The contents of the directory org/eclipse/swt/internal/mozilla (but not including any sub-directories)
  • +
+ +

The Mozilla Binding contains portions of Mozilla ("Mozilla"). Mozilla is made available by Mozilla.org. Use of Mozilla is governed by the terms and +conditions of the Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided with the Content (mpl-v11.txt) and is also available at +http://www.mozilla.org/MPL/MPL-1.1.html.

+ +

XULRunner 1.9 (subset, derivative work)

+ +The library swt-xulrunner-gtk-xxxx.dll (where "xxxx" is the version number) contains a small portion of XULRunner 1.9 content (header files) that have +been modified from the Original Code provided by mozilla.org, and whose Initial Developer is Netscape Communications Corporation. Use of this code is governed by +the terms and conditions of the Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided with the Content (mpl-v11.txt) +and is also available at http://www.mozilla.org/MPL/MPL-1.1.html. +

The changed files are: +

    +
  • org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext.h +
  • org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptGlobalObject.h +
+Changes to the original files were made by SWT on April 7, 2009 and are marked with trailing comment "//SWT-20090407". + +

Cairo Binding

+ +

The "Cairo Binding" is a binding to the Cairo API. The Content may include any or all of the following files:

+ +

The following files in the plug-in JAR shall be defined as the native code portion of the Cairo Binding:

+
    +
  • libswt-cairo-gtk-xxxx.so (where "xxxx" is the version number)
  • +
+ +

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Cairo Binding:

+
    +
  • The contents of the directory org/eclipse/swt/internal/cairo (but not including any sub-directories)
  • +
+ +

The Cairo Binding contains portions of Cairo ("Cairo"). Cairo is made available by the Cairo project at +http://www.cairographics.org. Use of Cairo by the Cairo Binding is governed by the terms and +conditions of the Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is +provided with the Content (mpl-v11.txt) and is also available at http://www.mozilla.org/MPL/MPL-1.1.html.

+ +

Cairo for Linux

+ +

Refer to the file about_files/about_cairo.html for licensing details about "Cairo for Linux." + +

Independent JPEG Group's JPEG software release 6b

+ +

This software is based in part on the work of the Independent JPEG Group's JPEG software release 6b ("LIBJPEG"). +LIBJPEG was used to implement the decoding of JPEG format files in Java (TM). The Content does NOT include any portion of the LIBJPEG file ansi2knr.c.

+ +

Your use of LIBJPEG is subject to the terms and conditions located in the about_files/IJG_README file which is included +with the Content.

+ +

The IJG's website is located at http://ijg.org.

+ +

The class org.eclipse.swt.internal.image.JPEGFileFormat is based on following files from LIBJPEG:

+ +
    +
  • cderror.h
  • +
  • cdjpeg.h
  • +
  • jchuff.h
  • +
  • jdcolor.c
  • +
  • jdct.h
  • +
  • jdhuff.h
  • +
  • jerror.h
  • +
  • jidctint.c
  • +
  • jinclude.h
  • +
  • jmemsys.h
  • +
  • jmorecfg.h
  • +
  • jpegint.h
  • +
  • jpeglib.h
  • +
  • jversion.h
  • +
  • transupp.h
  • +
+ +

The class org.eclipse.swt.internal.image.JPEGDecoder is based on the following files from LIBJPEG:

+ +
    +
  • jcapimin.c
  • +
  • jcapistd.c
  • +
  • jccoefct.c
  • +
  • jccolor.c
  • +
  • jcdctmgr.c
  • +
  • jchuff.c
  • +
  • jcinit.c
  • +
  • jcmainct.c
  • +
  • jcmarker.c
  • +
  • jcmaster.c
  • +
  • jcomapi.c
  • +
  • jcparam.c
  • +
  • jcphuff.c
  • +
  • jcprepct.c
  • +
  • jcsample.c
  • +
  • jctrans.c
  • +
  • jdapimin.c
  • +
  • jdapistd.c
  • +
  • jdatadst.c
  • +
  • jdatasrc.c
  • +
  • jdcoefct.c
  • +
  • jdcolor.c
  • +
  • jddctmgr.c
  • +
  • jdhuff.c
  • +
  • jdinput.c
  • +
  • jdmainct.c
  • +
  • jdmarker.c
  • +
  • jdmaster.c
  • +
  • jdmerge.c
  • +
  • jdphuff.c
  • +
  • jdpostct.c
  • +
  • jdsample.c
  • +
  • jdtrans.c
  • +
  • jerror.c
  • +
  • jfdctflt.c
  • +
  • jfdctfst.c
  • +
  • jfdctint.c
  • +
  • jidctflt.c
  • +
  • jidctfst.c
  • +
  • jidctint.c
  • +
  • jidctred.c
  • +
  • jpegtran.c
  • +
  • jquant1.c
  • +
  • jquant2.c
  • +
  • jutils.c
  • +
  • cderror.h
  • +
  • cdjpeg.h
  • +
  • jchuff.h
  • +
  • jconfig.h
  • +
  • jdct.h
  • +
  • jdhuff.h
  • +
  • jerror.h
  • +
  • jinclude.h
  • +
  • jmorecfg.h
  • +
  • jpegint.h
  • +
  • jpeglib.h
  • +
  • jversion.h
  • +
  • transupp.h
  • +
+ +

The following changes were made to the LIBJPEG code in the Content:

+ +
    +
  1. In Java, pointer math is not allowed so indexing was used instead.
  2. +
  3. Function pointers were replaced with switch statements.
  4. +
  5. The virtual memory, tracing and progress monitoring were removed.
  6. +
  7. The error handling was simplified and now uses Java exceptions.
  8. +
+ +

PuTTY 0.58 (derivative work)

+ +

Portions of the SWT class org/eclipse/swt/internal/image/PngDeflater are based on PuTTY's sshzlib.c. PuTTY is made available by Mozilla.org. Use of PuTTY is governed by the terms and +conditions of the the following MIT-style license:

+
+

PuTTY is copyright 1997-2007 Simon Tatham.

+

Portions copyright Robert de Bath, Joris van Rantwijk, Delian Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, Justin Bradford, Ben Harris, Malcolm Smith, Ahmad Khalifa, Markus Kuhn, and CORE SDI S.A.

+

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

+

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

+

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SIMON TATHAM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+
+

A copy of the license is also available at http://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html.

+ +

Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.

+ + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc/build.xml +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc/build.xml @@ -0,0 +1,414 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc/console.txt +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc/console.txt @@ -0,0 +1,91 @@ +LINUX PPC GTK on eclipsebuildserv +libgnomeui-2.0 found, compiling SWT program support using GNOME +Cairo found, compiling SWT support for the cairo graphics library. +Building SWT/GTK+ for linux sparc +rm -f *.o *.so +libgnomeui-2.0 found, compiling SWT program support using GNOME +Cairo found, compiling SWT support for the cairo graphics library. +Building SWT/GTK+ for linux sparc +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC -c swt.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC -c -o c.o c.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC -c -o c_stats.o c_stats.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC -DUSE_ASSEMBLER -c callback.c +gcc -shared -fPIC -s -o libswt-gtk-3336.so swt.o c.o c_stats.o callback.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_custom.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L gtk+-2.0 gthread-2.0` -lgtk-x11-2.0 -lgthread-2.0 -L/usr/X11R6/lib -lXtst -o libswt-pi-gtk-3336.so swt.o os.o os_structs.o os_custom.o os_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_custom.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L atk gtk+-2.0` -latk-1.0 -lgtk-x11-2.0 -o libswt-atk-gtk-3336.so swt.o atk.o atk_structs.o atk_custom.o atk_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -lgnomevfs-2 -lgnome-2 -lgnomeui-2 -o libswt-gnome-gtk-3336.so swt.o gnome.o gnome_structs.o gnome_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC -c glx.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC -c glx_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC -c glx_stats.c +gcc -shared -fPIC -s -shared -fPIC -L/usr/X11R6/lib -lGL -lGLU -lm -o libswt-glx-gtk-3336.so swt.o glx.o glx_structs.o glx_stats.o +make: Nothing to be done for `make_gnome'. +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L cairo` -lcairo -o libswt-cairo-gtk-3336.so swt.o cairo.o cairo_structs.o cairo_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC -c -o swt_awt.o swt_awt.c +gcc -L/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/jre/bin -ljawt -shared -s -o libswt-awt-gtk-3336.so swt_awt.o +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -DNO_XPCOMGlueShutdown -DNO_XPCOMGlueStartup -include /bluebird/teamswt/swt-builddir/mozilla/1.7/sparc/mozilla/dist/sdk/include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/mozilla/1.7/sparc/mozilla/dist/sdk/include -c xpcom.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -include /bluebird/teamswt/swt-builddir/mozilla/1.7/sparc/mozilla/dist/sdk/include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/mozilla/1.7/sparc/mozilla/dist/sdk/include -c xpcom_custom.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -include /bluebird/teamswt/swt-builddir/mozilla/1.7/sparc/mozilla/dist/sdk/include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/mozilla/1.7/sparc/mozilla/dist/sdk/include -c xpcom_structs.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -include /bluebird/teamswt/swt-builddir/mozilla/1.7/sparc/mozilla/dist/sdk/include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/mozilla/1.7/sparc/mozilla/dist/sdk/include -c xpcom_stats.cpp +g++ -o libswt-mozilla-gtk-3336.so swt.o xpcom.o xpcom_custom.o xpcom_structs.o xpcom_stats.o -shared -Wl,--version-script=mozilla_exports -Bsymbolic -s -L/bluebird/teamswt/swt-builddir/mozilla/1.7/sparc/mozilla/dist/sdk/lib -L/bluebird/teamswt/swt-builddir/mozilla/1.7/sparc/mozilla/dist/sdk/bin -lxpcom -lnspr4 -lplds4 -lplc4 +g++ -o xpcomxul.o -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc/mozilla/dist/sdk//include -c xpcom.cpp +g++ -o xpcomxul_custom.o -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc/mozilla/dist/sdk//include -c xpcom_custom.cpp +g++ -o xpcomxul_structs.o -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc/mozilla/dist/sdk//include -c xpcom_structs.cpp +g++ -o xpcomxul_stats.o -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc/mozilla/dist/sdk//include -c xpcom_stats.cpp +g++ -o libswt-xulrunner-gtk-3336.so swt.o xpcomxul.o xpcomxul_custom.o xpcomxul_structs.o xpcomxul_stats.o -shared -Wl,--version-script=mozilla_exports -Bsymbolic -s -L/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc/mozilla/dist/sdk//lib -lxpcomglue +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc/mozilla/dist/sdk//include -c xpcominit.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc/mozilla/dist/sdk//include -c xpcominit_structs.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc/mozilla/dist/sdk//include -c xpcominit_stats.cpp +g++ -o libswt-xpcominit-gtk-3336.so swt.o xpcominit.o xpcominit_structs.o xpcominit_stats.o -shared -Wl,--version-script=mozilla_exports -Bsymbolic -s -L/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc/mozilla/dist/sdk//lib -lxpcomglue +cp *.so ../../../org.eclipse.swt.gtk.linux.sparc +libgnomeui-2.0 found, compiling SWT program support using GNOME +Cairo found, compiling SWT support for the cairo graphics library. +Building SWT/GTK+ for linux sparc +rm -f *.o *.so +libgnomeui-2.0 found, compiling SWT program support using GNOME +Cairo found, compiling SWT support for the cairo graphics library. +Building SWT/GTK+ for linux sparc +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC -c swt.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC -c -o c.o c.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC -c -o c_stats.o c_stats.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC -DUSE_ASSEMBLER -c callback.c +gcc -shared -fPIC -s -o libswt-gtk-3336.so swt.o c.o c_stats.o callback.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_custom.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L gtk+-2.0 gthread-2.0` -lgtk-x11-2.0 -lgthread-2.0 -L/usr/X11R6/lib -lXtst -o libswt-pi-gtk-3336.so swt.o os.o os_structs.o os_custom.o os_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_custom.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L atk gtk+-2.0` -latk-1.0 -lgtk-x11-2.0 -o libswt-atk-gtk-3336.so swt.o atk.o atk_structs.o atk_custom.o atk_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -lgnomevfs-2 -lgnome-2 -lgnomeui-2 -o libswt-gnome-gtk-3336.so swt.o gnome.o gnome_structs.o gnome_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC -c glx.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC -c glx_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC -c glx_stats.c +gcc -shared -fPIC -s -shared -fPIC -L/usr/X11R6/lib -lGL -lGLU -lm -o libswt-glx-gtk-3336.so swt.o glx.o glx_structs.o glx_stats.o +make: Nothing to be done for `make_gnome'. +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L cairo` -lcairo -o libswt-cairo-gtk-3336.so swt.o cairo.o cairo_structs.o cairo_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/include/linux -fPIC -c -o swt_awt.o swt_awt.c +gcc -L/bluebird/teamswt/swt-builddir/IBMJava2-sparc-142/jre/bin -ljawt -shared -s -o libswt-awt-gtk-3336.so swt_awt.o +cp *.so ../../../org.eclipse.swt.gtk.linux.sparc --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc/fragment.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc/fragment.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2000, 2005 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +fragmentName = Standard Widget Toolkit for GTK 2.0 +providerName = Eclipse.org --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc/build.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc/build.properties @@ -0,0 +1,11 @@ +############################################################################### +# Copyright (c) 2000, 2005 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +custom = true --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc/.project +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc/.project @@ -0,0 +1,28 @@ + + + org.eclipse.swt.gtk.linux.sparc + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + org.eclipse.pde.api.tools.apiAnalysisBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.pde.api.tools.apiAnalysisNature + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc/about_files/lgpl-v21.txt +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc/about_files/lgpl-v21.txt @@ -0,0 +1,506 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! + + + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc/about_files/pixman-licenses.txt +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc/about_files/pixman-licenses.txt @@ -0,0 +1,92 @@ +libpixregion + +Copyright 1987, 1998 The Open Group + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. + + +Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the name of Digital not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR +ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + +---------------------------------------------------------------------- +libic + +Copyright 2001 Keith Packard + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of Keith Packard not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. Keith Packard makes no +representations about the suitability of this software for any purpose. It +is provided "as is" without express or implied warranty. + +KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + +---------------------------------------------------------------------- +slim + +slim is Copyright 2003 Richard Henderson + +Permission to use, copy, modify, distribute, and sell this software +and its documentation for any purpose is hereby granted without fee, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the name of Richard Henderson not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. Richard Henderson +makes no representations about the suitability of this software for +any purpose. It is provided "as is" without express or implied +warranty. + +RICHARD HENDERSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL RICHARD HENDERSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF +USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc/about_files/mpl-v11.txt +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc/about_files/mpl-v11.txt @@ -0,0 +1,470 @@ + MOZILLA PUBLIC LICENSE + Version 1.1 + + --------------- + +1. Definitions. + + 1.0.1. "Commercial Use" means distribution or otherwise making the + Covered Code available to a third party. + + 1.1. "Contributor" means each entity that creates or contributes to + the creation of Modifications. + + 1.2. "Contributor Version" means the combination of the Original + Code, prior Modifications used by a Contributor, and the Modifications + made by that particular Contributor. + + 1.3. "Covered Code" means the Original Code or Modifications or the + combination of the Original Code and Modifications, in each case + including portions thereof. + + 1.4. "Electronic Distribution Mechanism" means a mechanism generally + accepted in the software development community for the electronic + transfer of data. + + 1.5. "Executable" means Covered Code in any form other than Source + Code. + + 1.6. "Initial Developer" means the individual or entity identified + as the Initial Developer in the Source Code notice required by Exhibit + A. + + 1.7. "Larger Work" means a work which combines Covered Code or + portions thereof with code not governed by the terms of this License. + + 1.8. "License" means this document. + + 1.8.1. "Licensable" means having the right to grant, to the maximum + extent possible, whether at the time of the initial grant or + subsequently acquired, any and all of the rights conveyed herein. + + 1.9. "Modifications" means any addition to or deletion from the + substance or structure of either the Original Code or any previous + Modifications. When Covered Code is released as a series of files, a + Modification is: + A. Any addition to or deletion from the contents of a file + containing Original Code or previous Modifications. + + B. Any new file that contains any part of the Original Code or + previous Modifications. + + 1.10. "Original Code" means Source Code of computer software code + which is described in the Source Code notice required by Exhibit A as + Original Code, and which, at the time of its release under this + License is not already Covered Code governed by this License. + + 1.10.1. "Patent Claims" means any patent claim(s), now owned or + hereafter acquired, including without limitation, method, process, + and apparatus claims, in any patent Licensable by grantor. + + 1.11. "Source Code" means the preferred form of the Covered Code for + making modifications to it, including all modules it contains, plus + any associated interface definition files, scripts used to control + compilation and installation of an Executable, or source code + differential comparisons against either the Original Code or another + well known, available Covered Code of the Contributor's choice. The + Source Code can be in a compressed or archival form, provided the + appropriate decompression or de-archiving software is widely available + for no charge. + + 1.12. "You" (or "Your") means an individual or a legal entity + exercising rights under, and complying with all of the terms of, this + License or a future version of this License issued under Section 6.1. + For legal entities, "You" includes any entity which controls, is + controlled by, or is under common control with You. For purposes of + this definition, "control" means (a) the power, direct or indirect, + to cause the direction or management of such entity, whether by + contract or otherwise, or (b) ownership of more than fifty percent + (50%) of the outstanding shares or beneficial ownership of such + entity. + +2. Source Code License. + + 2.1. The Initial Developer Grant. + The Initial Developer hereby grants You a world-wide, royalty-free, + non-exclusive license, subject to third party intellectual property + claims: + (a) under intellectual property rights (other than patent or + trademark) Licensable by Initial Developer to use, reproduce, + modify, display, perform, sublicense and distribute the Original + Code (or portions thereof) with or without Modifications, and/or + as part of a Larger Work; and + + (b) under Patents Claims infringed by the making, using or + selling of Original Code, to make, have made, use, practice, + sell, and offer for sale, and/or otherwise dispose of the + Original Code (or portions thereof). + + (c) the licenses granted in this Section 2.1(a) and (b) are + effective on the date Initial Developer first distributes + Original Code under the terms of this License. + + (d) Notwithstanding Section 2.1(b) above, no patent license is + granted: 1) for code that You delete from the Original Code; 2) + separate from the Original Code; or 3) for infringements caused + by: i) the modification of the Original Code or ii) the + combination of the Original Code with other software or devices. + + 2.2. Contributor Grant. + Subject to third party intellectual property claims, each Contributor + hereby grants You a world-wide, royalty-free, non-exclusive license + + (a) under intellectual property rights (other than patent or + trademark) Licensable by Contributor, to use, reproduce, modify, + display, perform, sublicense and distribute the Modifications + created by such Contributor (or portions thereof) either on an + unmodified basis, with other Modifications, as Covered Code + and/or as part of a Larger Work; and + + (b) under Patent Claims infringed by the making, using, or + selling of Modifications made by that Contributor either alone + and/or in combination with its Contributor Version (or portions + of such combination), to make, use, sell, offer for sale, have + made, and/or otherwise dispose of: 1) Modifications made by that + Contributor (or portions thereof); and 2) the combination of + Modifications made by that Contributor with its Contributor + Version (or portions of such combination). + + (c) the licenses granted in Sections 2.2(a) and 2.2(b) are + effective on the date Contributor first makes Commercial Use of + the Covered Code. + + (d) Notwithstanding Section 2.2(b) above, no patent license is + granted: 1) for any code that Contributor has deleted from the + Contributor Version; 2) separate from the Contributor Version; + 3) for infringements caused by: i) third party modifications of + Contributor Version or ii) the combination of Modifications made + by that Contributor with other software (except as part of the + Contributor Version) or other devices; or 4) under Patent Claims + infringed by Covered Code in the absence of Modifications made by + that Contributor. + +3. Distribution Obligations. + + 3.1. Application of License. + The Modifications which You create or to which You contribute are + governed by the terms of this License, including without limitation + Section 2.2. The Source Code version of Covered Code may be + distributed only under the terms of this License or a future version + of this License released under Section 6.1, and You must include a + copy of this License with every copy of the Source Code You + distribute. You may not offer or impose any terms on any Source Code + version that alters or restricts the applicable version of this + License or the recipients' rights hereunder. However, You may include + an additional document offering the additional rights described in + Section 3.5. + + 3.2. Availability of Source Code. + Any Modification which You create or to which You contribute must be + made available in Source Code form under the terms of this License + either on the same media as an Executable version or via an accepted + Electronic Distribution Mechanism to anyone to whom you made an + Executable version available; and if made available via Electronic + Distribution Mechanism, must remain available for at least twelve (12) + months after the date it initially became available, or at least six + (6) months after a subsequent version of that particular Modification + has been made available to such recipients. You are responsible for + ensuring that the Source Code version remains available even if the + Electronic Distribution Mechanism is maintained by a third party. + + 3.3. Description of Modifications. + You must cause all Covered Code to which You contribute to contain a + file documenting the changes You made to create that Covered Code and + the date of any change. You must include a prominent statement that + the Modification is derived, directly or indirectly, from Original + Code provided by the Initial Developer and including the name of the + Initial Developer in (a) the Source Code, and (b) in any notice in an + Executable version or related documentation in which You describe the + origin or ownership of the Covered Code. + + 3.4. Intellectual Property Matters + (a) Third Party Claims. + If Contributor has knowledge that a license under a third party's + intellectual property rights is required to exercise the rights + granted by such Contributor under Sections 2.1 or 2.2, + Contributor must include a text file with the Source Code + distribution titled "LEGAL" which describes the claim and the + party making the claim in sufficient detail that a recipient will + know whom to contact. If Contributor obtains such knowledge after + the Modification is made available as described in Section 3.2, + Contributor shall promptly modify the LEGAL file in all copies + Contributor makes available thereafter and shall take other steps + (such as notifying appropriate mailing lists or newsgroups) + reasonably calculated to inform those who received the Covered + Code that new knowledge has been obtained. + + (b) Contributor APIs. + If Contributor's Modifications include an application programming + interface and Contributor has knowledge of patent licenses which + are reasonably necessary to implement that API, Contributor must + also include this information in the LEGAL file. + + (c) Representations. + Contributor represents that, except as disclosed pursuant to + Section 3.4(a) above, Contributor believes that Contributor's + Modifications are Contributor's original creation(s) and/or + Contributor has sufficient rights to grant the rights conveyed by + this License. + + 3.5. Required Notices. + You must duplicate the notice in Exhibit A in each file of the Source + Code. If it is not possible to put such notice in a particular Source + Code file due to its structure, then You must include such notice in a + location (such as a relevant directory) where a user would be likely + to look for such a notice. If You created one or more Modification(s) + You may add your name as a Contributor to the notice described in + Exhibit A. You must also duplicate this License in any documentation + for the Source Code where You describe recipients' rights or ownership + rights relating to Covered Code. You may choose to offer, and to + charge a fee for, warranty, support, indemnity or liability + obligations to one or more recipients of Covered Code. However, You + may do so only on Your own behalf, and not on behalf of the Initial + Developer or any Contributor. You must make it absolutely clear than + any such warranty, support, indemnity or liability obligation is + offered by You alone, and You hereby agree to indemnify the Initial + Developer and every Contributor for any liability incurred by the + Initial Developer or such Contributor as a result of warranty, + support, indemnity or liability terms You offer. + + 3.6. Distribution of Executable Versions. + You may distribute Covered Code in Executable form only if the + requirements of Section 3.1-3.5 have been met for that Covered Code, + and if You include a notice stating that the Source Code version of + the Covered Code is available under the terms of this License, + including a description of how and where You have fulfilled the + obligations of Section 3.2. The notice must be conspicuously included + in any notice in an Executable version, related documentation or + collateral in which You describe recipients' rights relating to the + Covered Code. You may distribute the Executable version of Covered + Code or ownership rights under a license of Your choice, which may + contain terms different from this License, provided that You are in + compliance with the terms of this License and that the license for the + Executable version does not attempt to limit or alter the recipient's + rights in the Source Code version from the rights set forth in this + License. If You distribute the Executable version under a different + license You must make it absolutely clear that any terms which differ + from this License are offered by You alone, not by the Initial + Developer or any Contributor. You hereby agree to indemnify the + Initial Developer and every Contributor for any liability incurred by + the Initial Developer or such Contributor as a result of any such + terms You offer. + + 3.7. Larger Works. + You may create a Larger Work by combining Covered Code with other code + not governed by the terms of this License and distribute the Larger + Work as a single product. In such a case, You must make sure the + requirements of this License are fulfilled for the Covered Code. + +4. Inability to Comply Due to Statute or Regulation. + + If it is impossible for You to comply with any of the terms of this + License with respect to some or all of the Covered Code due to + statute, judicial order, or regulation then You must: (a) comply with + the terms of this License to the maximum extent possible; and (b) + describe the limitations and the code they affect. Such description + must be included in the LEGAL file described in Section 3.4 and must + be included with all distributions of the Source Code. Except to the + extent prohibited by statute or regulation, such description must be + sufficiently detailed for a recipient of ordinary skill to be able to + understand it. + +5. Application of this License. + + This License applies to code to which the Initial Developer has + attached the notice in Exhibit A and to related Covered Code. + +6. Versions of the License. + + 6.1. New Versions. + Netscape Communications Corporation ("Netscape") may publish revised + and/or new versions of the License from time to time. Each version + will be given a distinguishing version number. + + 6.2. Effect of New Versions. + Once Covered Code has been published under a particular version of the + License, You may always continue to use it under the terms of that + version. You may also choose to use such Covered Code under the terms + of any subsequent version of the License published by Netscape. No one + other than Netscape has the right to modify the terms applicable to + Covered Code created under this License. + + 6.3. Derivative Works. + If You create or use a modified version of this License (which you may + only do in order to apply it to code which is not already Covered Code + governed by this License), You must (a) rename Your license so that + the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", + "MPL", "NPL" or any confusingly similar phrase do not appear in your + license (except to note that your license differs from this License) + and (b) otherwise make it clear that Your version of the license + contains terms which differ from the Mozilla Public License and + Netscape Public License. (Filling in the name of the Initial + Developer, Original Code or Contributor in the notice described in + Exhibit A shall not of themselves be deemed to be modifications of + this License.) + +7. DISCLAIMER OF WARRANTY. + + COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF + DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. + THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE + IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, + YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE + COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER + OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF + ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + +8. TERMINATION. + + 8.1. This License and the rights granted hereunder will terminate + automatically if You fail to comply with terms herein and fail to cure + such breach within 30 days of becoming aware of the breach. All + sublicenses to the Covered Code which are properly granted shall + survive any termination of this License. Provisions which, by their + nature, must remain in effect beyond the termination of this License + shall survive. + + 8.2. If You initiate litigation by asserting a patent infringement + claim (excluding declatory judgment actions) against Initial Developer + or a Contributor (the Initial Developer or Contributor against whom + You file such action is referred to as "Participant") alleging that: + + (a) such Participant's Contributor Version directly or indirectly + infringes any patent, then any and all rights granted by such + Participant to You under Sections 2.1 and/or 2.2 of this License + shall, upon 60 days notice from Participant terminate prospectively, + unless if within 60 days after receipt of notice You either: (i) + agree in writing to pay Participant a mutually agreeable reasonable + royalty for Your past and future use of Modifications made by such + Participant, or (ii) withdraw Your litigation claim with respect to + the Contributor Version against such Participant. If within 60 days + of notice, a reasonable royalty and payment arrangement are not + mutually agreed upon in writing by the parties or the litigation claim + is not withdrawn, the rights granted by Participant to You under + Sections 2.1 and/or 2.2 automatically terminate at the expiration of + the 60 day notice period specified above. + + (b) any software, hardware, or device, other than such Participant's + Contributor Version, directly or indirectly infringes any patent, then + any rights granted to You by such Participant under Sections 2.1(b) + and 2.2(b) are revoked effective as of the date You first made, used, + sold, distributed, or had made, Modifications made by that + Participant. + + 8.3. If You assert a patent infringement claim against Participant + alleging that such Participant's Contributor Version directly or + indirectly infringes any patent where such claim is resolved (such as + by license or settlement) prior to the initiation of patent + infringement litigation, then the reasonable value of the licenses + granted by such Participant under Sections 2.1 or 2.2 shall be taken + into account in determining the amount or value of any payment or + license. + + 8.4. In the event of termination under Sections 8.1 or 8.2 above, + all end user license agreements (excluding distributors and resellers) + which have been validly granted by You or any distributor hereunder + prior to termination shall survive termination. + +9. LIMITATION OF LIABILITY. + + UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT + (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL + DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, + OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR + ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY + CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, + WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER + COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN + INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF + LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY + RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW + PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE + EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO + THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. + +10. U.S. GOVERNMENT END USERS. + + The Covered Code is a "commercial item," as that term is defined in + 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer + software" and "commercial computer software documentation," as such + terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 + C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), + all U.S. Government End Users acquire Covered Code with only those + rights set forth herein. + +11. MISCELLANEOUS. + + This License represents the complete agreement concerning subject + matter hereof. If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the extent + necessary to make it enforceable. This License shall be governed by + California law provisions (except to the extent applicable law, if + any, provides otherwise), excluding its conflict-of-law provisions. + With respect to disputes in which at least one party is a citizen of, + or an entity chartered or registered to do business in the United + States of America, any litigation relating to this License shall be + subject to the jurisdiction of the Federal Courts of the Northern + District of California, with venue lying in Santa Clara County, + California, with the losing party responsible for costs, including + without limitation, court costs and reasonable attorneys' fees and + expenses. The application of the United Nations Convention on + Contracts for the International Sale of Goods is expressly excluded. + Any law or regulation which provides that the language of a contract + shall be construed against the drafter shall not apply to this + License. + +12. RESPONSIBILITY FOR CLAIMS. + + As between Initial Developer and the Contributors, each party is + responsible for claims and damages arising, directly or indirectly, + out of its utilization of rights under this License and You agree to + work with Initial Developer and Contributors to distribute such + responsibility on an equitable basis. Nothing herein is intended or + shall be deemed to constitute any admission of liability. + +13. MULTIPLE-LICENSED CODE. + + Initial Developer may designate portions of the Covered Code as + "Multiple-Licensed". "Multiple-Licensed" means that the Initial + Developer permits you to utilize portions of the Covered Code under + Your choice of the NPL or the alternative licenses, if any, specified + by the Initial Developer in the file described in Exhibit A. + +EXHIBIT A -Mozilla Public License. + + ``The contents of this file are subject to the Mozilla Public License + Version 1.1 (the "License"); you may not use this file except in + compliance with the License. You may obtain a copy of the License at + http://www.mozilla.org/MPL/ + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the + License for the specific language governing rights and limitations + under the License. + + The Original Code is ______________________________________. + + The Initial Developer of the Original Code is ________________________. + Portions created by ______________________ are Copyright (C) ______ + _______________________. All Rights Reserved. + + Contributor(s): ______________________________________. + + Alternatively, the contents of this file may be used under the terms + of the _____ license (the "[___] License"), in which case the + provisions of [______] License are applicable instead of those + above. If you wish to allow use of your version of this file only + under the terms of the [____] License and not to allow others to use + your version of this file under the MPL, indicate your decision by + deleting the provisions above and replace them with the notice and + other provisions required by the [___] License. If you do not delete + the provisions above, a recipient may use your version of this file + under either the MPL or the [___] License." + + [NOTE: The text of this Exhibit A may differ slightly from the text of + the notices in the Source Code files of the Original Code. You should + use the text of this Exhibit A rather than the text found in the + Original Code Source Code for Your Modifications.] + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc/about_files/about_cairo.html +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc/about_files/about_cairo.html @@ -0,0 +1,48 @@ + + + +About + + + +

About This Content

+ +

March 27, 2006

+

License

+ +

The Eclipse Foundation has included the following package for your convenience:

+ +

Cairo 1.0.2 for Linux

+ +

Cairo for Linux ("Cairo") is developed by The Cairo Project (http://www.cairographics.org):

+ +

Cairo is delivered in the following file ("Cairo Library"):

+
    +
  • libcairo-swt.so
  • +
+ +

which was compiled from Cairo source code available at http://www.cairographics.org/snapshots.

+ +

Your use of the Cairo code in binary form is subject to +the terms and conditions of Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided (mpl-v11.txt) +and is also available at http://www.mozilla.org/MPL/MPL-1.1.html. + +

pixman 0.1.6

+ +

pixman ("pixman") is packaged within the Cairo Library and was compiled from source code available at +http://www.cairographics.org/snapshots. +pixman includes the following packages:

+ +
    +
  • libpixregion
  • +
  • libic
  • +
  • slim
  • +
+ +Your use of pixman is subject to the terms and conditions of the licenses in pixman-licenses.txt.

+ +

If you did not receive the Cairo Library directly from the Eclipse Foundation, the package is being redistributed by another party ("Redistributor") and different terms and conditions may +apply its use. Check the Redistributor's license that was provided with the content. If no such license exists, contact the Redistributor.

+ + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc/about_files/IJG_README +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc/about_files/IJG_README @@ -0,0 +1,385 @@ +The Independent JPEG Group's JPEG software +========================================== + +README for release 6b of 27-Mar-1998 +==================================== + +This distribution contains the sixth public release of the Independent JPEG +Group's free JPEG software. You are welcome to redistribute this software and +to use it for any purpose, subject to the conditions under LEGAL ISSUES, below. + +Serious users of this software (particularly those incorporating it into +larger programs) should contact IJG at jpeg-info@uunet.uu.net to be added to +our electronic mailing list. Mailing list members are notified of updates +and have a chance to participate in technical discussions, etc. + +This software is the work of Tom Lane, Philip Gladstone, Jim Boucher, +Lee Crocker, Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi, +Guido Vollbeding, Ge' Weijers, and other members of the Independent JPEG +Group. + +IJG is not affiliated with the official ISO JPEG standards committee. + + +DOCUMENTATION ROADMAP +===================== + +This file contains the following sections: + +OVERVIEW General description of JPEG and the IJG software. +LEGAL ISSUES Copyright, lack of warranty, terms of distribution. +REFERENCES Where to learn more about JPEG. +ARCHIVE LOCATIONS Where to find newer versions of this software. +RELATED SOFTWARE Other stuff you should get. +FILE FORMAT WARS Software *not* to get. +TO DO Plans for future IJG releases. + +Other documentation files in the distribution are: + +User documentation: + install.doc How to configure and install the IJG software. + usage.doc Usage instructions for cjpeg, djpeg, jpegtran, + rdjpgcom, and wrjpgcom. + *.1 Unix-style man pages for programs (same info as usage.doc). + wizard.doc Advanced usage instructions for JPEG wizards only. + change.log Version-to-version change highlights. +Programmer and internal documentation: + libjpeg.doc How to use the JPEG library in your own programs. + example.c Sample code for calling the JPEG library. + structure.doc Overview of the JPEG library's internal structure. + filelist.doc Road map of IJG files. + coderules.doc Coding style rules --- please read if you contribute code. + +Please read at least the files install.doc and usage.doc. Useful information +can also be found in the JPEG FAQ (Frequently Asked Questions) article. See +ARCHIVE LOCATIONS below to find out where to obtain the FAQ article. + +If you want to understand how the JPEG code works, we suggest reading one or +more of the REFERENCES, then looking at the documentation files (in roughly +the order listed) before diving into the code. + + +OVERVIEW +======== + +This package contains C software to implement JPEG image compression and +decompression. JPEG (pronounced "jay-peg") is a standardized compression +method for full-color and gray-scale images. JPEG is intended for compressing +"real-world" scenes; line drawings, cartoons and other non-realistic images +are not its strong suit. JPEG is lossy, meaning that the output image is not +exactly identical to the input image. Hence you must not use JPEG if you +have to have identical output bits. However, on typical photographic images, +very good compression levels can be obtained with no visible change, and +remarkably high compression levels are possible if you can tolerate a +low-quality image. For more details, see the references, or just experiment +with various compression settings. + +This software implements JPEG baseline, extended-sequential, and progressive +compression processes. Provision is made for supporting all variants of these +processes, although some uncommon parameter settings aren't implemented yet. +For legal reasons, we are not distributing code for the arithmetic-coding +variants of JPEG; see LEGAL ISSUES. We have made no provision for supporting +the hierarchical or lossless processes defined in the standard. + +We provide a set of library routines for reading and writing JPEG image files, +plus two sample applications "cjpeg" and "djpeg", which use the library to +perform conversion between JPEG and some other popular image file formats. +The library is intended to be reused in other applications. + +In order to support file conversion and viewing software, we have included +considerable functionality beyond the bare JPEG coding/decoding capability; +for example, the color quantization modules are not strictly part of JPEG +decoding, but they are essential for output to colormapped file formats or +colormapped displays. These extra functions can be compiled out of the +library if not required for a particular application. We have also included +"jpegtran", a utility for lossless transcoding between different JPEG +processes, and "rdjpgcom" and "wrjpgcom", two simple applications for +inserting and extracting textual comments in JFIF files. + +The emphasis in designing this software has been on achieving portability and +flexibility, while also making it fast enough to be useful. In particular, +the software is not intended to be read as a tutorial on JPEG. (See the +REFERENCES section for introductory material.) Rather, it is intended to +be reliable, portable, industrial-strength code. We do not claim to have +achieved that goal in every aspect of the software, but we strive for it. + +We welcome the use of this software as a component of commercial products. +No royalty is required, but we do ask for an acknowledgement in product +documentation, as described under LEGAL ISSUES. + + +LEGAL ISSUES +============ + +In plain English: + +1. We don't promise that this software works. (But if you find any bugs, + please let us know!) +2. You can use this software for whatever you want. You don't have to pay us. +3. You may not pretend that you wrote this software. If you use it in a + program, you must acknowledge somewhere in your documentation that + you've used the IJG code. + +In legalese: + +The authors make NO WARRANTY or representation, either express or implied, +with respect to this software, its quality, accuracy, merchantability, or +fitness for a particular purpose. This software is provided "AS IS", and you, +its user, assume the entire risk as to its quality and accuracy. + +This software is copyright (C) 1991-1998, Thomas G. Lane. +All Rights Reserved except as specified below. + +Permission is hereby granted to use, copy, modify, and distribute this +software (or portions thereof) for any purpose, without fee, subject to these +conditions: +(1) If any part of the source code for this software is distributed, then this +README file must be included, with this copyright and no-warranty notice +unaltered; and any additions, deletions, or changes to the original files +must be clearly indicated in accompanying documentation. +(2) If only executable code is distributed, then the accompanying +documentation must state that "this software is based in part on the work of +the Independent JPEG Group". +(3) Permission for use of this software is granted only if the user accepts +full responsibility for any undesirable consequences; the authors accept +NO LIABILITY for damages of any kind. + +These conditions apply to any software derived from or based on the IJG code, +not just to the unmodified library. If you use our work, you ought to +acknowledge us. + +Permission is NOT granted for the use of any IJG author's name or company name +in advertising or publicity relating to this software or products derived from +it. This software may be referred to only as "the Independent JPEG Group's +software". + +We specifically permit and encourage the use of this software as the basis of +commercial products, provided that all warranty or liability claims are +assumed by the product vendor. + + +ansi2knr.c is included in this distribution by permission of L. Peter Deutsch, +sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA. +ansi2knr.c is NOT covered by the above copyright and conditions, but instead +by the usual distribution terms of the Free Software Foundation; principally, +that you must include source code if you redistribute it. (See the file +ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part +of any program generated from the IJG code, this does not limit you more than +the foregoing paragraphs do. + +The Unix configuration script "configure" was produced with GNU Autoconf. +It is copyright by the Free Software Foundation but is freely distributable. +The same holds for its supporting scripts (config.guess, config.sub, +ltconfig, ltmain.sh). Another support script, install-sh, is copyright +by M.I.T. but is also freely distributable. + +It appears that the arithmetic coding option of the JPEG spec is covered by +patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot +legally be used without obtaining one or more licenses. For this reason, +support for arithmetic coding has been removed from the free JPEG software. +(Since arithmetic coding provides only a marginal gain over the unpatented +Huffman mode, it is unlikely that very many implementations will support it.) +So far as we are aware, there are no patent restrictions on the remaining +code. + +The IJG distribution formerly included code to read and write GIF files. +To avoid entanglement with the Unisys LZW patent, GIF reading support has +been removed altogether, and the GIF writer has been simplified to produce +"uncompressed GIFs". This technique does not use the LZW algorithm; the +resulting GIF files are larger than usual, but are readable by all standard +GIF decoders. + +We are required to state that + "The Graphics Interchange Format(c) is the Copyright property of + CompuServe Incorporated. GIF(sm) is a Service Mark property of + CompuServe Incorporated." + + +REFERENCES +========== + +We highly recommend reading one or more of these references before trying to +understand the innards of the JPEG software. + +The best short technical introduction to the JPEG compression algorithm is + Wallace, Gregory K. "The JPEG Still Picture Compression Standard", + Communications of the ACM, April 1991 (vol. 34 no. 4), pp. 30-44. +(Adjacent articles in that issue discuss MPEG motion picture compression, +applications of JPEG, and related topics.) If you don't have the CACM issue +handy, a PostScript file containing a revised version of Wallace's article is +available at ftp://ftp.uu.net/graphics/jpeg/wallace.ps.gz. The file (actually +a preprint for an article that appeared in IEEE Trans. Consumer Electronics) +omits the sample images that appeared in CACM, but it includes corrections +and some added material. Note: the Wallace article is copyright ACM and IEEE, +and it may not be used for commercial purposes. + +A somewhat less technical, more leisurely introduction to JPEG can be found in +"The Data Compression Book" by Mark Nelson and Jean-loup Gailly, published by +M&T Books (New York), 2nd ed. 1996, ISBN 1-55851-434-1. This book provides +good explanations and example C code for a multitude of compression methods +including JPEG. It is an excellent source if you are comfortable reading C +code but don't know much about data compression in general. The book's JPEG +sample code is far from industrial-strength, but when you are ready to look +at a full implementation, you've got one here... + +The best full description of JPEG is the textbook "JPEG Still Image Data +Compression Standard" by William B. Pennebaker and Joan L. Mitchell, published +by Van Nostrand Reinhold, 1993, ISBN 0-442-01272-1. Price US$59.95, 638 pp. +The book includes the complete text of the ISO JPEG standards (DIS 10918-1 +and draft DIS 10918-2). This is by far the most complete exposition of JPEG +in existence, and we highly recommend it. + +The JPEG standard itself is not available electronically; you must order a +paper copy through ISO or ITU. (Unless you feel a need to own a certified +official copy, we recommend buying the Pennebaker and Mitchell book instead; +it's much cheaper and includes a great deal of useful explanatory material.) +In the USA, copies of the standard may be ordered from ANSI Sales at (212) +642-4900, or from Global Engineering Documents at (800) 854-7179. (ANSI +doesn't take credit card orders, but Global does.) It's not cheap: as of +1992, ANSI was charging $95 for Part 1 and $47 for Part 2, plus 7% +shipping/handling. The standard is divided into two parts, Part 1 being the +actual specification, while Part 2 covers compliance testing methods. Part 1 +is titled "Digital Compression and Coding of Continuous-tone Still Images, +Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS +10918-1, ITU-T T.81. Part 2 is titled "Digital Compression and Coding of +Continuous-tone Still Images, Part 2: Compliance testing" and has document +numbers ISO/IEC IS 10918-2, ITU-T T.83. + +Some extensions to the original JPEG standard are defined in JPEG Part 3, +a newer ISO standard numbered ISO/IEC IS 10918-3 and ITU-T T.84. IJG +currently does not support any Part 3 extensions. + +The JPEG standard does not specify all details of an interchangeable file +format. For the omitted details we follow the "JFIF" conventions, revision +1.02. A copy of the JFIF spec is available from: + Literature Department + C-Cube Microsystems, Inc. + 1778 McCarthy Blvd. + Milpitas, CA 95035 + phone (408) 944-6300, fax (408) 944-6314 +A PostScript version of this document is available by FTP at +ftp://ftp.uu.net/graphics/jpeg/jfif.ps.gz. There is also a plain text +version at ftp://ftp.uu.net/graphics/jpeg/jfif.txt.gz, but it is missing +the figures. + +The TIFF 6.0 file format specification can be obtained by FTP from +ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme +found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems. +IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6). +Instead, we recommend the JPEG design proposed by TIFF Technical Note #2 +(Compression tag 7). Copies of this Note can be obtained from ftp.sgi.com or +from ftp://ftp.uu.net/graphics/jpeg/. It is expected that the next revision +of the TIFF spec will replace the 6.0 JPEG design with the Note's design. +Although IJG's own code does not support TIFF/JPEG, the free libtiff library +uses our library to implement TIFF/JPEG per the Note. libtiff is available +from ftp://ftp.sgi.com/graphics/tiff/. + + +ARCHIVE LOCATIONS +================= + +The "official" archive site for this software is ftp.uu.net (Internet +address 192.48.96.9). The most recent released version can always be found +there in directory graphics/jpeg. This particular version will be archived +as ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz. If you don't have +direct Internet access, UUNET's archives are also available via UUCP; contact +help@uunet.uu.net for information on retrieving files that way. + +Numerous Internet sites maintain copies of the UUNET files. However, only +ftp.uu.net is guaranteed to have the latest official version. + +You can also obtain this software in DOS-compatible "zip" archive format from +the SimTel archives (ftp://ftp.simtel.net/pub/simtelnet/msdos/graphics/), or +on CompuServe in the Graphics Support forum (GO CIS:GRAPHSUP), library 12 +"JPEG Tools". Again, these versions may sometimes lag behind the ftp.uu.net +release. + +The JPEG FAQ (Frequently Asked Questions) article is a useful source of +general information about JPEG. It is updated constantly and therefore is +not included in this distribution. The FAQ is posted every two weeks to +Usenet newsgroups comp.graphics.misc, news.answers, and other groups. +It is available on the World Wide Web at http://www.faqs.org/faqs/jpeg-faq/ +and other news.answers archive sites, including the official news.answers +archive at rtfm.mit.edu: ftp://rtfm.mit.edu/pub/usenet/news.answers/jpeg-faq/. +If you don't have Web or FTP access, send e-mail to mail-server@rtfm.mit.edu +with body + send usenet/news.answers/jpeg-faq/part1 + send usenet/news.answers/jpeg-faq/part2 + + +RELATED SOFTWARE +================ + +Numerous viewing and image manipulation programs now support JPEG. (Quite a +few of them use this library to do so.) The JPEG FAQ described above lists +some of the more popular free and shareware viewers, and tells where to +obtain them on Internet. + +If you are on a Unix machine, we highly recommend Jef Poskanzer's free +PBMPLUS software, which provides many useful operations on PPM-format image +files. In particular, it can convert PPM images to and from a wide range of +other formats, thus making cjpeg/djpeg considerably more useful. The latest +version is distributed by the NetPBM group, and is available from numerous +sites, notably ftp://wuarchive.wustl.edu/graphics/graphics/packages/NetPBM/. +Unfortunately PBMPLUS/NETPBM is not nearly as portable as the IJG software is; +you are likely to have difficulty making it work on any non-Unix machine. + +A different free JPEG implementation, written by the PVRG group at Stanford, +is available from ftp://havefun.stanford.edu/pub/jpeg/. This program +is designed for research and experimentation rather than production use; +it is slower, harder to use, and less portable than the IJG code, but it +is easier to read and modify. Also, the PVRG code supports lossless JPEG, +which we do not. (On the other hand, it doesn't do progressive JPEG.) + + +FILE FORMAT WARS +================ + +Some JPEG programs produce files that are not compatible with our library. +The root of the problem is that the ISO JPEG committee failed to specify a +concrete file format. Some vendors "filled in the blanks" on their own, +creating proprietary formats that no one else could read. (For example, none +of the early commercial JPEG implementations for the Macintosh were able to +exchange compressed files.) + +The file format we have adopted is called JFIF (see REFERENCES). This format +has been agreed to by a number of major commercial JPEG vendors, and it has +become the de facto standard. JFIF is a minimal or "low end" representation. +We recommend the use of TIFF/JPEG (TIFF revision 6.0 as modified by TIFF +Technical Note #2) for "high end" applications that need to record a lot of +additional data about an image. TIFF/JPEG is fairly new and not yet widely +supported, unfortunately. + +The upcoming JPEG Part 3 standard defines a file format called SPIFF. +SPIFF is interoperable with JFIF, in the sense that most JFIF decoders should +be able to read the most common variant of SPIFF. SPIFF has some technical +advantages over JFIF, but its major claim to fame is simply that it is an +official standard rather than an informal one. At this point it is unclear +whether SPIFF will supersede JFIF or whether JFIF will remain the de-facto +standard. IJG intends to support SPIFF once the standard is frozen, but we +have not decided whether it should become our default output format or not. +(In any case, our decoder will remain capable of reading JFIF indefinitely.) + +Various proprietary file formats incorporating JPEG compression also exist. +We have little or no sympathy for the existence of these formats. Indeed, +one of the original reasons for developing this free software was to help +force convergence on common, open format standards for JPEG files. Don't +use a proprietary file format! + + +TO DO +===== + +The major thrust for v7 will probably be improvement of visual quality. +The current method for scaling the quantization tables is known not to be +very good at low Q values. We also intend to investigate block boundary +smoothing, "poor man's variable quantization", and other means of improving +quality-vs-file-size performance without sacrificing compatibility. + +In future versions, we are considering supporting some of the upcoming JPEG +Part 3 extensions --- principally, variable quantization and the SPIFF file +format. + +As always, speeding things up is of great interest. + +Please send bug reports, offers of help, etc. to jpeg-info@uunet.uu.net. --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc/META-INF/MANIFEST.MF +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc/META-INF/MANIFEST.MF @@ -0,0 +1,19 @@ +Manifest-Version: 1.0 +Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" +Bundle-Name: %fragmentName +Bundle-Vendor: %providerName +Bundle-SymbolicName: org.eclipse.swt.gtk.linux.sparc; singleton:=true +Bundle-Version: 3.5.1.qualifier +Bundle-ManifestVersion: 2 +Bundle-Localization: fragment +Export-Package: + org.eclipse.swt.internal.accessibility.gtk; x-internal:=true, + org.eclipse.swt.internal.cairo; x-internal:=true, + org.eclipse.swt.internal.cde; x-internal:=true, + org.eclipse.swt.internal.gnome; x-internal:=true, + org.eclipse.swt.internal.gtk; x-internal:=true, + org.eclipse.swt.internal.mozilla; x-internal:=true, + org.eclipse.swt.internal.opengl.glx; x-internal:=true +Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=sparc)) +Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0, + J2SE-1.3 --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.ia64/about.html +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.ia64/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 2, 2006

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.ia64/fragment.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.ia64/fragment.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2006 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +fragmentName = Core File System for Linux PPC +providerName = Eclipse.org --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.ia64/build.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.ia64/build.properties @@ -0,0 +1,16 @@ +############################################################################### +# Copyright (c) 2006, 2007 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +bin.includes = META-INF/,\ + about.html,\ + os/,\ + fragment.properties +src.includes = about.html +generateSourceBundle=false --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.ia64/.project +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.ia64/.project @@ -0,0 +1,22 @@ + + + org.eclipse.core.filesystem.linux.ia64 + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.ia64/META-INF/MANIFEST.MF +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.ia64/META-INF/MANIFEST.MF @@ -0,0 +1,9 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %fragmentName +Bundle-SymbolicName: org.eclipse.core.filesystem.linux.ia64;singleton:=true +Bundle-Version: 1.0.100.qualifier +Bundle-Vendor: %providerName +Fragment-Host: org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)" +Bundle-Localization: fragment +Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=ia64)) --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ia64/buildLibraries.csh +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ia64/buildLibraries.csh @@ -0,0 +1,21 @@ +echo Building LINUX PPC GTK + +# These variables must be set to reflect the compilation context +setenv CAIROPATH /bluebird/teamswt/swt-builddir/cairo/ia64/cairo-1.0.2/lib/pkgconfig/ +setenv JAVA_HOME /bluebird/teamswt/swt-builddir/IBMJava2-ia64-142 +setenv MOZILLA_SDK /bluebird/teamswt/swt-builddir/mozilla/1.7/ia64/mozilla/dist/sdk +setenv XULRUNNER_SDK /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ia64/mozilla/dist/sdk/ + +setenv MODEL ia64 +setenv MOZILLA_INCLUDES "-include ${MOZILLA_SDK}/include/mozilla-config.h -I${MOZILLA_SDK}/include" +setenv MOZILLA_LIBS "-L${MOZILLA_SDK}/lib -L${MOZILLA_SDK}/bin -lxpcom -lnspr4 -lplds4 -lplc4" +setenv XULRUNNER_INCLUDES "-include ${XULRUNNER_SDK}/include/mozilla-config.h -I${XULRUNNER_SDK}/include" +setenv XULRUNNER_LIBS "-L${XULRUNNER_SDK}/lib -lxpcomglue" + +cd ../org.eclipse.swt/bin/library/ +sh build.sh clean +sh build.sh make_mozilla make_xulrunner make_xpcominit install + +setenv PKG_CONFIG_PATH ${CAIROPATH} +sh build.sh clean +sh build.sh install --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ia64/about.html +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ia64/about.html @@ -0,0 +1,262 @@ + + + + +About + + +

About This Content

+ +

August 17, 2006

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ +

Third Party Content

+ +

The Content includes items that have been sourced from third parties as set out below. If you +did not receive this Content directly from the Eclipse Foundation, the following is provided +for informational purposes only, and you should look to the Redistributor’s license for +terms and conditions of use.

+ +

Gnome Binding

+ +

The "Gnome Binding" is a binding to the Gnome API. The Content may include any or all of the following files:

+ +

The following files in the plug-in JAR shall be defined as the native code portion of the Gnome Binding:

+
    +
  • libswt-gnome-gtk-xxxx.so (where "xxxx" is the version number)
  • +
+ +

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Gnome Binding:

+
    +
  • The contents of the directory org/eclipse/swt/internal/gnome (but not including any sub-directories)
  • +
+ +

The Gnome Binding contains portions of Gnome ("Library"). Gnome is made available by The Free Software Foundation. Use of the Library is governed by the terms and +conditions of the GNU Lesser General Public License Version 2.1 ("LGPL"). Use of the Gnome Binding on a standalone +basis, is also governed by the terms and conditions of the LGPL. A copy of the LGPL is provided with the Content (lgpl-v21.txt) and is also available at +http://www.gnu.org/licenses/lgpl.html.

+ +

In accordance with Section 6 of the LGPL, you may combine or link a "work that uses the Library" (e.g. the SWT) with the Library to produce a work +containing portions of the Library (e.g. the Gnome Binding) and distribute that work under the terms of your choice (e.g. the EPL) provided you comply with all +other terms and conditions of Section 6 as well as other Sections of the LGPL. Please note, if you modify the Gnome Binding such modifications shall be +governed by the terms and conditions of the LGPL. Also note, the terms of the EPL permit you to modify the combined work and the source code of the combined +work is provided for debugging purposes so there is no need to reverse engineer the combined work.

+ +

GTK+ Binding

+ +

The "GTK+ Binding" is a binding to the GTK+ API. The Content may include any or all of the following files:

+ +

The following files in the plug-in JAR shall be defined as the native code portion of the GTK+ Binding:

+
    +
  • libswt-atk-gtk-xxxx.so (where "xxxx" is the version number)
  • +
  • libswt-pi-gtk-xxxx.so (where "xxxx" is the version number)
  • +
+ +

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the GTK+ Binding:

+
    +
  • The contents of the directory org/eclipse/swt/internal/accessibility/gtk (but not including any sub-directories)
  • +
  • The contents of the directory org/eclipse/swt/internal/cde (but not including any sub-directories)
  • +
  • The contents of the directory org/eclipse/swt/internal/gtk (but not including any sub-directories)
  • +
  • The contents of the directory org/eclipse/swt/internal/kde (but not including any sub-directories)
  • +
+ +

The GTK+ Binding contains portions of GTK+ ("Library"). GTK+ is made available by The Free Software Foundation. Use of the Library is governed by the terms and +conditions of the GNU Lesser General Public License Version 2.1 ("LGPL"). Use of the GTK+ Binding on a standalone +basis, is also governed by the terms and conditions of the LGPL. A copy of the LGPL is provided with the Content (lgpl-v21.txt) and is also available at +http://www.gnu.org/licenses/lgpl.html.

+ +

In accordance with Section 6 of the LGPL, you may combine or link a "work that uses the Library" (e.g. the SWT) with the Library to produce a work +containing portions of the Library (e.g. the GTK+ Binding) and distribute that work under the terms of your choice (e.g. the EPL) provided you comply with all +other terms and conditions of Section 6 as well as other Sections of the LGPL. Please note, if you modify the GTK+ Binding such modifications shall be +governed by the terms and conditions of the LGPL. Also note, the terms of the EPL permit you to modify the combined work and the source code of the combined +work is provided for debugging purposes so there is no need to reverse engineer the combined work.

+ +

Mozilla Binding

+ +

The "Mozilla Binding" is a binding to the Mozilla API. The Content may include any or all of the following files:

+ +

The following files in the plug-in JAR shall be defined as the native code portion of the Mozilla Binding:

+
    +
  • libswt-mozilla-gtk-xxxx.so (where "xxxx" is the version number)
  • +
  • libswt-xulrunner-gtk-xxxx.so (where "xxxx" is the version number)
  • +
  • libswt-xpcominit-gtk-xxxx.so (where "xxxx" is the version number)
  • +
+ +

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Mozilla Binding:

+
    +
  • The contents of the directory org/eclipse/swt/internal/mozilla (but not including any sub-directories)
  • +
+ +

The Mozilla Binding contains portions of Mozilla ("Mozilla"). Mozilla is made available by Mozilla.org. Use of Mozilla is governed by the terms and +conditions of the Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided with the Content (mpl-v11.txt) and is also available at +http://www.mozilla.org/MPL/MPL-1.1.html.

+ +

XULRunner 1.9 (subset, derivative work)

+ +The library swt-xulrunner-gtk-xxxx.dll (where "xxxx" is the version number) contains a small portion of XULRunner 1.9 content (header files) that have +been modified from the Original Code provided by mozilla.org, and whose Initial Developer is Netscape Communications Corporation. Use of this code is governed by +the terms and conditions of the Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided with the Content (mpl-v11.txt) +and is also available at http://www.mozilla.org/MPL/MPL-1.1.html. +

The changed files are: +

    +
  • org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext.h +
  • org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptGlobalObject.h +
+Changes to the original files were made by SWT on April 7, 2009 and are marked with trailing comment "//SWT-20090407". + +

Cairo Binding

+ +

The "Cairo Binding" is a binding to the Cairo API. The Content may include any or all of the following files:

+ +

The following files in the plug-in JAR shall be defined as the native code portion of the Cairo Binding:

+
    +
  • libswt-cairo-gtk-xxxx.so (where "xxxx" is the version number)
  • +
+ +

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Cairo Binding:

+
    +
  • The contents of the directory org/eclipse/swt/internal/cairo (but not including any sub-directories)
  • +
+ +

The Cairo Binding contains portions of Cairo ("Cairo"). Cairo is made available by the Cairo project at +http://www.cairographics.org. Use of Cairo by the Cairo Binding is governed by the terms and +conditions of the Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is +provided with the Content (mpl-v11.txt) and is also available at http://www.mozilla.org/MPL/MPL-1.1.html.

+ +

Cairo for Linux

+ +

Refer to the file about_files/about_cairo.html for licensing details about "Cairo for Linux." + +

Independent JPEG Group's JPEG software release 6b

+ +

This software is based in part on the work of the Independent JPEG Group's JPEG software release 6b ("LIBJPEG"). +LIBJPEG was used to implement the decoding of JPEG format files in Java (TM). The Content does NOT include any portion of the LIBJPEG file ansi2knr.c.

+ +

Your use of LIBJPEG is subject to the terms and conditions located in the about_files/IJG_README file which is included +with the Content.

+ +

The IJG's website is located at http://ijg.org.

+ +

The class org.eclipse.swt.internal.image.JPEGFileFormat is based on following files from LIBJPEG:

+ +
    +
  • cderror.h
  • +
  • cdjpeg.h
  • +
  • jchuff.h
  • +
  • jdcolor.c
  • +
  • jdct.h
  • +
  • jdhuff.h
  • +
  • jerror.h
  • +
  • jidctint.c
  • +
  • jinclude.h
  • +
  • jmemsys.h
  • +
  • jmorecfg.h
  • +
  • jpegint.h
  • +
  • jpeglib.h
  • +
  • jversion.h
  • +
  • transupp.h
  • +
+ +

The class org.eclipse.swt.internal.image.JPEGDecoder is based on the following files from LIBJPEG:

+ +
    +
  • jcapimin.c
  • +
  • jcapistd.c
  • +
  • jccoefct.c
  • +
  • jccolor.c
  • +
  • jcdctmgr.c
  • +
  • jchuff.c
  • +
  • jcinit.c
  • +
  • jcmainct.c
  • +
  • jcmarker.c
  • +
  • jcmaster.c
  • +
  • jcomapi.c
  • +
  • jcparam.c
  • +
  • jcphuff.c
  • +
  • jcprepct.c
  • +
  • jcsample.c
  • +
  • jctrans.c
  • +
  • jdapimin.c
  • +
  • jdapistd.c
  • +
  • jdatadst.c
  • +
  • jdatasrc.c
  • +
  • jdcoefct.c
  • +
  • jdcolor.c
  • +
  • jddctmgr.c
  • +
  • jdhuff.c
  • +
  • jdinput.c
  • +
  • jdmainct.c
  • +
  • jdmarker.c
  • +
  • jdmaster.c
  • +
  • jdmerge.c
  • +
  • jdphuff.c
  • +
  • jdpostct.c
  • +
  • jdsample.c
  • +
  • jdtrans.c
  • +
  • jerror.c
  • +
  • jfdctflt.c
  • +
  • jfdctfst.c
  • +
  • jfdctint.c
  • +
  • jidctflt.c
  • +
  • jidctfst.c
  • +
  • jidctint.c
  • +
  • jidctred.c
  • +
  • jpegtran.c
  • +
  • jquant1.c
  • +
  • jquant2.c
  • +
  • jutils.c
  • +
  • cderror.h
  • +
  • cdjpeg.h
  • +
  • jchuff.h
  • +
  • jconfig.h
  • +
  • jdct.h
  • +
  • jdhuff.h
  • +
  • jerror.h
  • +
  • jinclude.h
  • +
  • jmorecfg.h
  • +
  • jpegint.h
  • +
  • jpeglib.h
  • +
  • jversion.h
  • +
  • transupp.h
  • +
+ +

The following changes were made to the LIBJPEG code in the Content:

+ +
    +
  1. In Java, pointer math is not allowed so indexing was used instead.
  2. +
  3. Function pointers were replaced with switch statements.
  4. +
  5. The virtual memory, tracing and progress monitoring were removed.
  6. +
  7. The error handling was simplified and now uses Java exceptions.
  8. +
+ +

PuTTY 0.58 (derivative work)

+ +

Portions of the SWT class org/eclipse/swt/internal/image/PngDeflater are based on PuTTY's sshzlib.c. PuTTY is made available by Mozilla.org. Use of PuTTY is governed by the terms and +conditions of the the following MIT-style license:

+
+

PuTTY is copyright 1997-2007 Simon Tatham.

+

Portions copyright Robert de Bath, Joris van Rantwijk, Delian Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, Justin Bradford, Ben Harris, Malcolm Smith, Ahmad Khalifa, Markus Kuhn, and CORE SDI S.A.

+

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

+

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

+

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SIMON TATHAM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+
+

A copy of the license is also available at http://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html.

+ +

Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.

+ + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ia64/build.xml +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ia64/build.xml @@ -0,0 +1,414 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ia64/console.txt +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ia64/console.txt @@ -0,0 +1,91 @@ +LINUX PPC GTK on eclipsebuildserv +libgnomeui-2.0 found, compiling SWT program support using GNOME +Cairo found, compiling SWT support for the cairo graphics library. +Building SWT/GTK+ for linux ia64 +rm -f *.o *.so +libgnomeui-2.0 found, compiling SWT program support using GNOME +Cairo found, compiling SWT support for the cairo graphics library. +Building SWT/GTK+ for linux ia64 +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC -c swt.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC -c -o c.o c.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC -c -o c_stats.o c_stats.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC -DUSE_ASSEMBLER -c callback.c +gcc -shared -fPIC -s -o libswt-gtk-3336.so swt.o c.o c_stats.o callback.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_custom.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L gtk+-2.0 gthread-2.0` -lgtk-x11-2.0 -lgthread-2.0 -L/usr/X11R6/lib -lXtst -o libswt-pi-gtk-3336.so swt.o os.o os_structs.o os_custom.o os_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_custom.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L atk gtk+-2.0` -latk-1.0 -lgtk-x11-2.0 -o libswt-atk-gtk-3336.so swt.o atk.o atk_structs.o atk_custom.o atk_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -lgnomevfs-2 -lgnome-2 -lgnomeui-2 -o libswt-gnome-gtk-3336.so swt.o gnome.o gnome_structs.o gnome_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC -c glx.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC -c glx_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC -c glx_stats.c +gcc -shared -fPIC -s -shared -fPIC -L/usr/X11R6/lib -lGL -lGLU -lm -o libswt-glx-gtk-3336.so swt.o glx.o glx_structs.o glx_stats.o +make: Nothing to be done for `make_gnome'. +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L cairo` -lcairo -o libswt-cairo-gtk-3336.so swt.o cairo.o cairo_structs.o cairo_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC -c -o swt_awt.o swt_awt.c +gcc -L/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/jre/bin -ljawt -shared -s -o libswt-awt-gtk-3336.so swt_awt.o +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -DNO_XPCOMGlueShutdown -DNO_XPCOMGlueStartup -include /bluebird/teamswt/swt-builddir/mozilla/1.7/ia64/mozilla/dist/sdk/include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/mozilla/1.7/ia64/mozilla/dist/sdk/include -c xpcom.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -include /bluebird/teamswt/swt-builddir/mozilla/1.7/ia64/mozilla/dist/sdk/include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/mozilla/1.7/ia64/mozilla/dist/sdk/include -c xpcom_custom.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -include /bluebird/teamswt/swt-builddir/mozilla/1.7/ia64/mozilla/dist/sdk/include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/mozilla/1.7/ia64/mozilla/dist/sdk/include -c xpcom_structs.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -include /bluebird/teamswt/swt-builddir/mozilla/1.7/ia64/mozilla/dist/sdk/include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/mozilla/1.7/ia64/mozilla/dist/sdk/include -c xpcom_stats.cpp +g++ -o libswt-mozilla-gtk-3336.so swt.o xpcom.o xpcom_custom.o xpcom_structs.o xpcom_stats.o -shared -Wl,--version-script=mozilla_exports -Bsymbolic -s -L/bluebird/teamswt/swt-builddir/mozilla/1.7/ia64/mozilla/dist/sdk/lib -L/bluebird/teamswt/swt-builddir/mozilla/1.7/ia64/mozilla/dist/sdk/bin -lxpcom -lnspr4 -lplds4 -lplc4 +g++ -o xpcomxul.o -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ia64/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ia64/mozilla/dist/sdk//include -c xpcom.cpp +g++ -o xpcomxul_custom.o -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ia64/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ia64/mozilla/dist/sdk//include -c xpcom_custom.cpp +g++ -o xpcomxul_structs.o -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ia64/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ia64/mozilla/dist/sdk//include -c xpcom_structs.cpp +g++ -o xpcomxul_stats.o -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ia64/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ia64/mozilla/dist/sdk//include -c xpcom_stats.cpp +g++ -o libswt-xulrunner-gtk-3336.so swt.o xpcomxul.o xpcomxul_custom.o xpcomxul_structs.o xpcomxul_stats.o -shared -Wl,--version-script=mozilla_exports -Bsymbolic -s -L/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ia64/mozilla/dist/sdk//lib -lxpcomglue +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ia64/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ia64/mozilla/dist/sdk//include -c xpcominit.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ia64/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ia64/mozilla/dist/sdk//include -c xpcominit_structs.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ia64/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ia64/mozilla/dist/sdk//include -c xpcominit_stats.cpp +g++ -o libswt-xpcominit-gtk-3336.so swt.o xpcominit.o xpcominit_structs.o xpcominit_stats.o -shared -Wl,--version-script=mozilla_exports -Bsymbolic -s -L/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ia64/mozilla/dist/sdk//lib -lxpcomglue +cp *.so ../../../org.eclipse.swt.gtk.linux.ia64 +libgnomeui-2.0 found, compiling SWT program support using GNOME +Cairo found, compiling SWT support for the cairo graphics library. +Building SWT/GTK+ for linux ia64 +rm -f *.o *.so +libgnomeui-2.0 found, compiling SWT program support using GNOME +Cairo found, compiling SWT support for the cairo graphics library. +Building SWT/GTK+ for linux ia64 +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC -c swt.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC -c -o c.o c.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC -c -o c_stats.o c_stats.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC -DUSE_ASSEMBLER -c callback.c +gcc -shared -fPIC -s -o libswt-gtk-3336.so swt.o c.o c_stats.o callback.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_custom.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L gtk+-2.0 gthread-2.0` -lgtk-x11-2.0 -lgthread-2.0 -L/usr/X11R6/lib -lXtst -o libswt-pi-gtk-3336.so swt.o os.o os_structs.o os_custom.o os_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_custom.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L atk gtk+-2.0` -latk-1.0 -lgtk-x11-2.0 -o libswt-atk-gtk-3336.so swt.o atk.o atk_structs.o atk_custom.o atk_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -lgnomevfs-2 -lgnome-2 -lgnomeui-2 -o libswt-gnome-gtk-3336.so swt.o gnome.o gnome_structs.o gnome_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC -c glx.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC -c glx_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC -c glx_stats.c +gcc -shared -fPIC -s -shared -fPIC -L/usr/X11R6/lib -lGL -lGLU -lm -o libswt-glx-gtk-3336.so swt.o glx.o glx_structs.o glx_stats.o +make: Nothing to be done for `make_gnome'. +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L cairo` -lcairo -o libswt-cairo-gtk-3336.so swt.o cairo.o cairo_structs.o cairo_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/include/linux -fPIC -c -o swt_awt.o swt_awt.c +gcc -L/bluebird/teamswt/swt-builddir/IBMJava2-ia64-142/jre/bin -ljawt -shared -s -o libswt-awt-gtk-3336.so swt_awt.o +cp *.so ../../../org.eclipse.swt.gtk.linux.ia64 --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ia64/fragment.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ia64/fragment.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2000, 2005 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +fragmentName = Standard Widget Toolkit for GTK 2.0 +providerName = Eclipse.org --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ia64/build.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ia64/build.properties @@ -0,0 +1,11 @@ +############################################################################### +# Copyright (c) 2000, 2005 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +custom = true --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ia64/.project +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ia64/.project @@ -0,0 +1,28 @@ + + + org.eclipse.swt.gtk.linux.ia64 + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + org.eclipse.pde.api.tools.apiAnalysisBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.pde.api.tools.apiAnalysisNature + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ia64/about_files/lgpl-v21.txt +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ia64/about_files/lgpl-v21.txt @@ -0,0 +1,506 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! + + + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ia64/about_files/pixman-licenses.txt +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ia64/about_files/pixman-licenses.txt @@ -0,0 +1,92 @@ +libpixregion + +Copyright 1987, 1998 The Open Group + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. + + +Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the name of Digital not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR +ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + +---------------------------------------------------------------------- +libic + +Copyright 2001 Keith Packard + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of Keith Packard not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. Keith Packard makes no +representations about the suitability of this software for any purpose. It +is provided "as is" without express or implied warranty. + +KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + +---------------------------------------------------------------------- +slim + +slim is Copyright 2003 Richard Henderson + +Permission to use, copy, modify, distribute, and sell this software +and its documentation for any purpose is hereby granted without fee, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the name of Richard Henderson not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. Richard Henderson +makes no representations about the suitability of this software for +any purpose. It is provided "as is" without express or implied +warranty. + +RICHARD HENDERSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL RICHARD HENDERSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF +USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ia64/about_files/mpl-v11.txt +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ia64/about_files/mpl-v11.txt @@ -0,0 +1,470 @@ + MOZILLA PUBLIC LICENSE + Version 1.1 + + --------------- + +1. Definitions. + + 1.0.1. "Commercial Use" means distribution or otherwise making the + Covered Code available to a third party. + + 1.1. "Contributor" means each entity that creates or contributes to + the creation of Modifications. + + 1.2. "Contributor Version" means the combination of the Original + Code, prior Modifications used by a Contributor, and the Modifications + made by that particular Contributor. + + 1.3. "Covered Code" means the Original Code or Modifications or the + combination of the Original Code and Modifications, in each case + including portions thereof. + + 1.4. "Electronic Distribution Mechanism" means a mechanism generally + accepted in the software development community for the electronic + transfer of data. + + 1.5. "Executable" means Covered Code in any form other than Source + Code. + + 1.6. "Initial Developer" means the individual or entity identified + as the Initial Developer in the Source Code notice required by Exhibit + A. + + 1.7. "Larger Work" means a work which combines Covered Code or + portions thereof with code not governed by the terms of this License. + + 1.8. "License" means this document. + + 1.8.1. "Licensable" means having the right to grant, to the maximum + extent possible, whether at the time of the initial grant or + subsequently acquired, any and all of the rights conveyed herein. + + 1.9. "Modifications" means any addition to or deletion from the + substance or structure of either the Original Code or any previous + Modifications. When Covered Code is released as a series of files, a + Modification is: + A. Any addition to or deletion from the contents of a file + containing Original Code or previous Modifications. + + B. Any new file that contains any part of the Original Code or + previous Modifications. + + 1.10. "Original Code" means Source Code of computer software code + which is described in the Source Code notice required by Exhibit A as + Original Code, and which, at the time of its release under this + License is not already Covered Code governed by this License. + + 1.10.1. "Patent Claims" means any patent claim(s), now owned or + hereafter acquired, including without limitation, method, process, + and apparatus claims, in any patent Licensable by grantor. + + 1.11. "Source Code" means the preferred form of the Covered Code for + making modifications to it, including all modules it contains, plus + any associated interface definition files, scripts used to control + compilation and installation of an Executable, or source code + differential comparisons against either the Original Code or another + well known, available Covered Code of the Contributor's choice. The + Source Code can be in a compressed or archival form, provided the + appropriate decompression or de-archiving software is widely available + for no charge. + + 1.12. "You" (or "Your") means an individual or a legal entity + exercising rights under, and complying with all of the terms of, this + License or a future version of this License issued under Section 6.1. + For legal entities, "You" includes any entity which controls, is + controlled by, or is under common control with You. For purposes of + this definition, "control" means (a) the power, direct or indirect, + to cause the direction or management of such entity, whether by + contract or otherwise, or (b) ownership of more than fifty percent + (50%) of the outstanding shares or beneficial ownership of such + entity. + +2. Source Code License. + + 2.1. The Initial Developer Grant. + The Initial Developer hereby grants You a world-wide, royalty-free, + non-exclusive license, subject to third party intellectual property + claims: + (a) under intellectual property rights (other than patent or + trademark) Licensable by Initial Developer to use, reproduce, + modify, display, perform, sublicense and distribute the Original + Code (or portions thereof) with or without Modifications, and/or + as part of a Larger Work; and + + (b) under Patents Claims infringed by the making, using or + selling of Original Code, to make, have made, use, practice, + sell, and offer for sale, and/or otherwise dispose of the + Original Code (or portions thereof). + + (c) the licenses granted in this Section 2.1(a) and (b) are + effective on the date Initial Developer first distributes + Original Code under the terms of this License. + + (d) Notwithstanding Section 2.1(b) above, no patent license is + granted: 1) for code that You delete from the Original Code; 2) + separate from the Original Code; or 3) for infringements caused + by: i) the modification of the Original Code or ii) the + combination of the Original Code with other software or devices. + + 2.2. Contributor Grant. + Subject to third party intellectual property claims, each Contributor + hereby grants You a world-wide, royalty-free, non-exclusive license + + (a) under intellectual property rights (other than patent or + trademark) Licensable by Contributor, to use, reproduce, modify, + display, perform, sublicense and distribute the Modifications + created by such Contributor (or portions thereof) either on an + unmodified basis, with other Modifications, as Covered Code + and/or as part of a Larger Work; and + + (b) under Patent Claims infringed by the making, using, or + selling of Modifications made by that Contributor either alone + and/or in combination with its Contributor Version (or portions + of such combination), to make, use, sell, offer for sale, have + made, and/or otherwise dispose of: 1) Modifications made by that + Contributor (or portions thereof); and 2) the combination of + Modifications made by that Contributor with its Contributor + Version (or portions of such combination). + + (c) the licenses granted in Sections 2.2(a) and 2.2(b) are + effective on the date Contributor first makes Commercial Use of + the Covered Code. + + (d) Notwithstanding Section 2.2(b) above, no patent license is + granted: 1) for any code that Contributor has deleted from the + Contributor Version; 2) separate from the Contributor Version; + 3) for infringements caused by: i) third party modifications of + Contributor Version or ii) the combination of Modifications made + by that Contributor with other software (except as part of the + Contributor Version) or other devices; or 4) under Patent Claims + infringed by Covered Code in the absence of Modifications made by + that Contributor. + +3. Distribution Obligations. + + 3.1. Application of License. + The Modifications which You create or to which You contribute are + governed by the terms of this License, including without limitation + Section 2.2. The Source Code version of Covered Code may be + distributed only under the terms of this License or a future version + of this License released under Section 6.1, and You must include a + copy of this License with every copy of the Source Code You + distribute. You may not offer or impose any terms on any Source Code + version that alters or restricts the applicable version of this + License or the recipients' rights hereunder. However, You may include + an additional document offering the additional rights described in + Section 3.5. + + 3.2. Availability of Source Code. + Any Modification which You create or to which You contribute must be + made available in Source Code form under the terms of this License + either on the same media as an Executable version or via an accepted + Electronic Distribution Mechanism to anyone to whom you made an + Executable version available; and if made available via Electronic + Distribution Mechanism, must remain available for at least twelve (12) + months after the date it initially became available, or at least six + (6) months after a subsequent version of that particular Modification + has been made available to such recipients. You are responsible for + ensuring that the Source Code version remains available even if the + Electronic Distribution Mechanism is maintained by a third party. + + 3.3. Description of Modifications. + You must cause all Covered Code to which You contribute to contain a + file documenting the changes You made to create that Covered Code and + the date of any change. You must include a prominent statement that + the Modification is derived, directly or indirectly, from Original + Code provided by the Initial Developer and including the name of the + Initial Developer in (a) the Source Code, and (b) in any notice in an + Executable version or related documentation in which You describe the + origin or ownership of the Covered Code. + + 3.4. Intellectual Property Matters + (a) Third Party Claims. + If Contributor has knowledge that a license under a third party's + intellectual property rights is required to exercise the rights + granted by such Contributor under Sections 2.1 or 2.2, + Contributor must include a text file with the Source Code + distribution titled "LEGAL" which describes the claim and the + party making the claim in sufficient detail that a recipient will + know whom to contact. If Contributor obtains such knowledge after + the Modification is made available as described in Section 3.2, + Contributor shall promptly modify the LEGAL file in all copies + Contributor makes available thereafter and shall take other steps + (such as notifying appropriate mailing lists or newsgroups) + reasonably calculated to inform those who received the Covered + Code that new knowledge has been obtained. + + (b) Contributor APIs. + If Contributor's Modifications include an application programming + interface and Contributor has knowledge of patent licenses which + are reasonably necessary to implement that API, Contributor must + also include this information in the LEGAL file. + + (c) Representations. + Contributor represents that, except as disclosed pursuant to + Section 3.4(a) above, Contributor believes that Contributor's + Modifications are Contributor's original creation(s) and/or + Contributor has sufficient rights to grant the rights conveyed by + this License. + + 3.5. Required Notices. + You must duplicate the notice in Exhibit A in each file of the Source + Code. If it is not possible to put such notice in a particular Source + Code file due to its structure, then You must include such notice in a + location (such as a relevant directory) where a user would be likely + to look for such a notice. If You created one or more Modification(s) + You may add your name as a Contributor to the notice described in + Exhibit A. You must also duplicate this License in any documentation + for the Source Code where You describe recipients' rights or ownership + rights relating to Covered Code. You may choose to offer, and to + charge a fee for, warranty, support, indemnity or liability + obligations to one or more recipients of Covered Code. However, You + may do so only on Your own behalf, and not on behalf of the Initial + Developer or any Contributor. You must make it absolutely clear than + any such warranty, support, indemnity or liability obligation is + offered by You alone, and You hereby agree to indemnify the Initial + Developer and every Contributor for any liability incurred by the + Initial Developer or such Contributor as a result of warranty, + support, indemnity or liability terms You offer. + + 3.6. Distribution of Executable Versions. + You may distribute Covered Code in Executable form only if the + requirements of Section 3.1-3.5 have been met for that Covered Code, + and if You include a notice stating that the Source Code version of + the Covered Code is available under the terms of this License, + including a description of how and where You have fulfilled the + obligations of Section 3.2. The notice must be conspicuously included + in any notice in an Executable version, related documentation or + collateral in which You describe recipients' rights relating to the + Covered Code. You may distribute the Executable version of Covered + Code or ownership rights under a license of Your choice, which may + contain terms different from this License, provided that You are in + compliance with the terms of this License and that the license for the + Executable version does not attempt to limit or alter the recipient's + rights in the Source Code version from the rights set forth in this + License. If You distribute the Executable version under a different + license You must make it absolutely clear that any terms which differ + from this License are offered by You alone, not by the Initial + Developer or any Contributor. You hereby agree to indemnify the + Initial Developer and every Contributor for any liability incurred by + the Initial Developer or such Contributor as a result of any such + terms You offer. + + 3.7. Larger Works. + You may create a Larger Work by combining Covered Code with other code + not governed by the terms of this License and distribute the Larger + Work as a single product. In such a case, You must make sure the + requirements of this License are fulfilled for the Covered Code. + +4. Inability to Comply Due to Statute or Regulation. + + If it is impossible for You to comply with any of the terms of this + License with respect to some or all of the Covered Code due to + statute, judicial order, or regulation then You must: (a) comply with + the terms of this License to the maximum extent possible; and (b) + describe the limitations and the code they affect. Such description + must be included in the LEGAL file described in Section 3.4 and must + be included with all distributions of the Source Code. Except to the + extent prohibited by statute or regulation, such description must be + sufficiently detailed for a recipient of ordinary skill to be able to + understand it. + +5. Application of this License. + + This License applies to code to which the Initial Developer has + attached the notice in Exhibit A and to related Covered Code. + +6. Versions of the License. + + 6.1. New Versions. + Netscape Communications Corporation ("Netscape") may publish revised + and/or new versions of the License from time to time. Each version + will be given a distinguishing version number. + + 6.2. Effect of New Versions. + Once Covered Code has been published under a particular version of the + License, You may always continue to use it under the terms of that + version. You may also choose to use such Covered Code under the terms + of any subsequent version of the License published by Netscape. No one + other than Netscape has the right to modify the terms applicable to + Covered Code created under this License. + + 6.3. Derivative Works. + If You create or use a modified version of this License (which you may + only do in order to apply it to code which is not already Covered Code + governed by this License), You must (a) rename Your license so that + the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", + "MPL", "NPL" or any confusingly similar phrase do not appear in your + license (except to note that your license differs from this License) + and (b) otherwise make it clear that Your version of the license + contains terms which differ from the Mozilla Public License and + Netscape Public License. (Filling in the name of the Initial + Developer, Original Code or Contributor in the notice described in + Exhibit A shall not of themselves be deemed to be modifications of + this License.) + +7. DISCLAIMER OF WARRANTY. + + COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF + DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. + THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE + IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, + YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE + COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER + OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF + ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + +8. TERMINATION. + + 8.1. This License and the rights granted hereunder will terminate + automatically if You fail to comply with terms herein and fail to cure + such breach within 30 days of becoming aware of the breach. All + sublicenses to the Covered Code which are properly granted shall + survive any termination of this License. Provisions which, by their + nature, must remain in effect beyond the termination of this License + shall survive. + + 8.2. If You initiate litigation by asserting a patent infringement + claim (excluding declatory judgment actions) against Initial Developer + or a Contributor (the Initial Developer or Contributor against whom + You file such action is referred to as "Participant") alleging that: + + (a) such Participant's Contributor Version directly or indirectly + infringes any patent, then any and all rights granted by such + Participant to You under Sections 2.1 and/or 2.2 of this License + shall, upon 60 days notice from Participant terminate prospectively, + unless if within 60 days after receipt of notice You either: (i) + agree in writing to pay Participant a mutually agreeable reasonable + royalty for Your past and future use of Modifications made by such + Participant, or (ii) withdraw Your litigation claim with respect to + the Contributor Version against such Participant. If within 60 days + of notice, a reasonable royalty and payment arrangement are not + mutually agreed upon in writing by the parties or the litigation claim + is not withdrawn, the rights granted by Participant to You under + Sections 2.1 and/or 2.2 automatically terminate at the expiration of + the 60 day notice period specified above. + + (b) any software, hardware, or device, other than such Participant's + Contributor Version, directly or indirectly infringes any patent, then + any rights granted to You by such Participant under Sections 2.1(b) + and 2.2(b) are revoked effective as of the date You first made, used, + sold, distributed, or had made, Modifications made by that + Participant. + + 8.3. If You assert a patent infringement claim against Participant + alleging that such Participant's Contributor Version directly or + indirectly infringes any patent where such claim is resolved (such as + by license or settlement) prior to the initiation of patent + infringement litigation, then the reasonable value of the licenses + granted by such Participant under Sections 2.1 or 2.2 shall be taken + into account in determining the amount or value of any payment or + license. + + 8.4. In the event of termination under Sections 8.1 or 8.2 above, + all end user license agreements (excluding distributors and resellers) + which have been validly granted by You or any distributor hereunder + prior to termination shall survive termination. + +9. LIMITATION OF LIABILITY. + + UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT + (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL + DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, + OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR + ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY + CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, + WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER + COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN + INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF + LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY + RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW + PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE + EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO + THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. + +10. U.S. GOVERNMENT END USERS. + + The Covered Code is a "commercial item," as that term is defined in + 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer + software" and "commercial computer software documentation," as such + terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 + C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), + all U.S. Government End Users acquire Covered Code with only those + rights set forth herein. + +11. MISCELLANEOUS. + + This License represents the complete agreement concerning subject + matter hereof. If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the extent + necessary to make it enforceable. This License shall be governed by + California law provisions (except to the extent applicable law, if + any, provides otherwise), excluding its conflict-of-law provisions. + With respect to disputes in which at least one party is a citizen of, + or an entity chartered or registered to do business in the United + States of America, any litigation relating to this License shall be + subject to the jurisdiction of the Federal Courts of the Northern + District of California, with venue lying in Santa Clara County, + California, with the losing party responsible for costs, including + without limitation, court costs and reasonable attorneys' fees and + expenses. The application of the United Nations Convention on + Contracts for the International Sale of Goods is expressly excluded. + Any law or regulation which provides that the language of a contract + shall be construed against the drafter shall not apply to this + License. + +12. RESPONSIBILITY FOR CLAIMS. + + As between Initial Developer and the Contributors, each party is + responsible for claims and damages arising, directly or indirectly, + out of its utilization of rights under this License and You agree to + work with Initial Developer and Contributors to distribute such + responsibility on an equitable basis. Nothing herein is intended or + shall be deemed to constitute any admission of liability. + +13. MULTIPLE-LICENSED CODE. + + Initial Developer may designate portions of the Covered Code as + "Multiple-Licensed". "Multiple-Licensed" means that the Initial + Developer permits you to utilize portions of the Covered Code under + Your choice of the NPL or the alternative licenses, if any, specified + by the Initial Developer in the file described in Exhibit A. + +EXHIBIT A -Mozilla Public License. + + ``The contents of this file are subject to the Mozilla Public License + Version 1.1 (the "License"); you may not use this file except in + compliance with the License. You may obtain a copy of the License at + http://www.mozilla.org/MPL/ + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the + License for the specific language governing rights and limitations + under the License. + + The Original Code is ______________________________________. + + The Initial Developer of the Original Code is ________________________. + Portions created by ______________________ are Copyright (C) ______ + _______________________. All Rights Reserved. + + Contributor(s): ______________________________________. + + Alternatively, the contents of this file may be used under the terms + of the _____ license (the "[___] License"), in which case the + provisions of [______] License are applicable instead of those + above. If you wish to allow use of your version of this file only + under the terms of the [____] License and not to allow others to use + your version of this file under the MPL, indicate your decision by + deleting the provisions above and replace them with the notice and + other provisions required by the [___] License. If you do not delete + the provisions above, a recipient may use your version of this file + under either the MPL or the [___] License." + + [NOTE: The text of this Exhibit A may differ slightly from the text of + the notices in the Source Code files of the Original Code. You should + use the text of this Exhibit A rather than the text found in the + Original Code Source Code for Your Modifications.] + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ia64/about_files/about_cairo.html +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ia64/about_files/about_cairo.html @@ -0,0 +1,48 @@ + + + +About + + + +

About This Content

+ +

March 27, 2006

+

License

+ +

The Eclipse Foundation has included the following package for your convenience:

+ +

Cairo 1.0.2 for Linux

+ +

Cairo for Linux ("Cairo") is developed by The Cairo Project (http://www.cairographics.org):

+ +

Cairo is delivered in the following file ("Cairo Library"):

+
    +
  • libcairo-swt.so
  • +
+ +

which was compiled from Cairo source code available at http://www.cairographics.org/snapshots.

+ +

Your use of the Cairo code in binary form is subject to +the terms and conditions of Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided (mpl-v11.txt) +and is also available at http://www.mozilla.org/MPL/MPL-1.1.html. + +

pixman 0.1.6

+ +

pixman ("pixman") is packaged within the Cairo Library and was compiled from source code available at +http://www.cairographics.org/snapshots. +pixman includes the following packages:

+ +
    +
  • libpixregion
  • +
  • libic
  • +
  • slim
  • +
+ +Your use of pixman is subject to the terms and conditions of the licenses in pixman-licenses.txt.

+ +

If you did not receive the Cairo Library directly from the Eclipse Foundation, the package is being redistributed by another party ("Redistributor") and different terms and conditions may +apply its use. Check the Redistributor's license that was provided with the content. If no such license exists, contact the Redistributor.

+ + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ia64/about_files/IJG_README +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ia64/about_files/IJG_README @@ -0,0 +1,385 @@ +The Independent JPEG Group's JPEG software +========================================== + +README for release 6b of 27-Mar-1998 +==================================== + +This distribution contains the sixth public release of the Independent JPEG +Group's free JPEG software. You are welcome to redistribute this software and +to use it for any purpose, subject to the conditions under LEGAL ISSUES, below. + +Serious users of this software (particularly those incorporating it into +larger programs) should contact IJG at jpeg-info@uunet.uu.net to be added to +our electronic mailing list. Mailing list members are notified of updates +and have a chance to participate in technical discussions, etc. + +This software is the work of Tom Lane, Philip Gladstone, Jim Boucher, +Lee Crocker, Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi, +Guido Vollbeding, Ge' Weijers, and other members of the Independent JPEG +Group. + +IJG is not affiliated with the official ISO JPEG standards committee. + + +DOCUMENTATION ROADMAP +===================== + +This file contains the following sections: + +OVERVIEW General description of JPEG and the IJG software. +LEGAL ISSUES Copyright, lack of warranty, terms of distribution. +REFERENCES Where to learn more about JPEG. +ARCHIVE LOCATIONS Where to find newer versions of this software. +RELATED SOFTWARE Other stuff you should get. +FILE FORMAT WARS Software *not* to get. +TO DO Plans for future IJG releases. + +Other documentation files in the distribution are: + +User documentation: + install.doc How to configure and install the IJG software. + usage.doc Usage instructions for cjpeg, djpeg, jpegtran, + rdjpgcom, and wrjpgcom. + *.1 Unix-style man pages for programs (same info as usage.doc). + wizard.doc Advanced usage instructions for JPEG wizards only. + change.log Version-to-version change highlights. +Programmer and internal documentation: + libjpeg.doc How to use the JPEG library in your own programs. + example.c Sample code for calling the JPEG library. + structure.doc Overview of the JPEG library's internal structure. + filelist.doc Road map of IJG files. + coderules.doc Coding style rules --- please read if you contribute code. + +Please read at least the files install.doc and usage.doc. Useful information +can also be found in the JPEG FAQ (Frequently Asked Questions) article. See +ARCHIVE LOCATIONS below to find out where to obtain the FAQ article. + +If you want to understand how the JPEG code works, we suggest reading one or +more of the REFERENCES, then looking at the documentation files (in roughly +the order listed) before diving into the code. + + +OVERVIEW +======== + +This package contains C software to implement JPEG image compression and +decompression. JPEG (pronounced "jay-peg") is a standardized compression +method for full-color and gray-scale images. JPEG is intended for compressing +"real-world" scenes; line drawings, cartoons and other non-realistic images +are not its strong suit. JPEG is lossy, meaning that the output image is not +exactly identical to the input image. Hence you must not use JPEG if you +have to have identical output bits. However, on typical photographic images, +very good compression levels can be obtained with no visible change, and +remarkably high compression levels are possible if you can tolerate a +low-quality image. For more details, see the references, or just experiment +with various compression settings. + +This software implements JPEG baseline, extended-sequential, and progressive +compression processes. Provision is made for supporting all variants of these +processes, although some uncommon parameter settings aren't implemented yet. +For legal reasons, we are not distributing code for the arithmetic-coding +variants of JPEG; see LEGAL ISSUES. We have made no provision for supporting +the hierarchical or lossless processes defined in the standard. + +We provide a set of library routines for reading and writing JPEG image files, +plus two sample applications "cjpeg" and "djpeg", which use the library to +perform conversion between JPEG and some other popular image file formats. +The library is intended to be reused in other applications. + +In order to support file conversion and viewing software, we have included +considerable functionality beyond the bare JPEG coding/decoding capability; +for example, the color quantization modules are not strictly part of JPEG +decoding, but they are essential for output to colormapped file formats or +colormapped displays. These extra functions can be compiled out of the +library if not required for a particular application. We have also included +"jpegtran", a utility for lossless transcoding between different JPEG +processes, and "rdjpgcom" and "wrjpgcom", two simple applications for +inserting and extracting textual comments in JFIF files. + +The emphasis in designing this software has been on achieving portability and +flexibility, while also making it fast enough to be useful. In particular, +the software is not intended to be read as a tutorial on JPEG. (See the +REFERENCES section for introductory material.) Rather, it is intended to +be reliable, portable, industrial-strength code. We do not claim to have +achieved that goal in every aspect of the software, but we strive for it. + +We welcome the use of this software as a component of commercial products. +No royalty is required, but we do ask for an acknowledgement in product +documentation, as described under LEGAL ISSUES. + + +LEGAL ISSUES +============ + +In plain English: + +1. We don't promise that this software works. (But if you find any bugs, + please let us know!) +2. You can use this software for whatever you want. You don't have to pay us. +3. You may not pretend that you wrote this software. If you use it in a + program, you must acknowledge somewhere in your documentation that + you've used the IJG code. + +In legalese: + +The authors make NO WARRANTY or representation, either express or implied, +with respect to this software, its quality, accuracy, merchantability, or +fitness for a particular purpose. This software is provided "AS IS", and you, +its user, assume the entire risk as to its quality and accuracy. + +This software is copyright (C) 1991-1998, Thomas G. Lane. +All Rights Reserved except as specified below. + +Permission is hereby granted to use, copy, modify, and distribute this +software (or portions thereof) for any purpose, without fee, subject to these +conditions: +(1) If any part of the source code for this software is distributed, then this +README file must be included, with this copyright and no-warranty notice +unaltered; and any additions, deletions, or changes to the original files +must be clearly indicated in accompanying documentation. +(2) If only executable code is distributed, then the accompanying +documentation must state that "this software is based in part on the work of +the Independent JPEG Group". +(3) Permission for use of this software is granted only if the user accepts +full responsibility for any undesirable consequences; the authors accept +NO LIABILITY for damages of any kind. + +These conditions apply to any software derived from or based on the IJG code, +not just to the unmodified library. If you use our work, you ought to +acknowledge us. + +Permission is NOT granted for the use of any IJG author's name or company name +in advertising or publicity relating to this software or products derived from +it. This software may be referred to only as "the Independent JPEG Group's +software". + +We specifically permit and encourage the use of this software as the basis of +commercial products, provided that all warranty or liability claims are +assumed by the product vendor. + + +ansi2knr.c is included in this distribution by permission of L. Peter Deutsch, +sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA. +ansi2knr.c is NOT covered by the above copyright and conditions, but instead +by the usual distribution terms of the Free Software Foundation; principally, +that you must include source code if you redistribute it. (See the file +ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part +of any program generated from the IJG code, this does not limit you more than +the foregoing paragraphs do. + +The Unix configuration script "configure" was produced with GNU Autoconf. +It is copyright by the Free Software Foundation but is freely distributable. +The same holds for its supporting scripts (config.guess, config.sub, +ltconfig, ltmain.sh). Another support script, install-sh, is copyright +by M.I.T. but is also freely distributable. + +It appears that the arithmetic coding option of the JPEG spec is covered by +patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot +legally be used without obtaining one or more licenses. For this reason, +support for arithmetic coding has been removed from the free JPEG software. +(Since arithmetic coding provides only a marginal gain over the unpatented +Huffman mode, it is unlikely that very many implementations will support it.) +So far as we are aware, there are no patent restrictions on the remaining +code. + +The IJG distribution formerly included code to read and write GIF files. +To avoid entanglement with the Unisys LZW patent, GIF reading support has +been removed altogether, and the GIF writer has been simplified to produce +"uncompressed GIFs". This technique does not use the LZW algorithm; the +resulting GIF files are larger than usual, but are readable by all standard +GIF decoders. + +We are required to state that + "The Graphics Interchange Format(c) is the Copyright property of + CompuServe Incorporated. GIF(sm) is a Service Mark property of + CompuServe Incorporated." + + +REFERENCES +========== + +We highly recommend reading one or more of these references before trying to +understand the innards of the JPEG software. + +The best short technical introduction to the JPEG compression algorithm is + Wallace, Gregory K. "The JPEG Still Picture Compression Standard", + Communications of the ACM, April 1991 (vol. 34 no. 4), pp. 30-44. +(Adjacent articles in that issue discuss MPEG motion picture compression, +applications of JPEG, and related topics.) If you don't have the CACM issue +handy, a PostScript file containing a revised version of Wallace's article is +available at ftp://ftp.uu.net/graphics/jpeg/wallace.ps.gz. The file (actually +a preprint for an article that appeared in IEEE Trans. Consumer Electronics) +omits the sample images that appeared in CACM, but it includes corrections +and some added material. Note: the Wallace article is copyright ACM and IEEE, +and it may not be used for commercial purposes. + +A somewhat less technical, more leisurely introduction to JPEG can be found in +"The Data Compression Book" by Mark Nelson and Jean-loup Gailly, published by +M&T Books (New York), 2nd ed. 1996, ISBN 1-55851-434-1. This book provides +good explanations and example C code for a multitude of compression methods +including JPEG. It is an excellent source if you are comfortable reading C +code but don't know much about data compression in general. The book's JPEG +sample code is far from industrial-strength, but when you are ready to look +at a full implementation, you've got one here... + +The best full description of JPEG is the textbook "JPEG Still Image Data +Compression Standard" by William B. Pennebaker and Joan L. Mitchell, published +by Van Nostrand Reinhold, 1993, ISBN 0-442-01272-1. Price US$59.95, 638 pp. +The book includes the complete text of the ISO JPEG standards (DIS 10918-1 +and draft DIS 10918-2). This is by far the most complete exposition of JPEG +in existence, and we highly recommend it. + +The JPEG standard itself is not available electronically; you must order a +paper copy through ISO or ITU. (Unless you feel a need to own a certified +official copy, we recommend buying the Pennebaker and Mitchell book instead; +it's much cheaper and includes a great deal of useful explanatory material.) +In the USA, copies of the standard may be ordered from ANSI Sales at (212) +642-4900, or from Global Engineering Documents at (800) 854-7179. (ANSI +doesn't take credit card orders, but Global does.) It's not cheap: as of +1992, ANSI was charging $95 for Part 1 and $47 for Part 2, plus 7% +shipping/handling. The standard is divided into two parts, Part 1 being the +actual specification, while Part 2 covers compliance testing methods. Part 1 +is titled "Digital Compression and Coding of Continuous-tone Still Images, +Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS +10918-1, ITU-T T.81. Part 2 is titled "Digital Compression and Coding of +Continuous-tone Still Images, Part 2: Compliance testing" and has document +numbers ISO/IEC IS 10918-2, ITU-T T.83. + +Some extensions to the original JPEG standard are defined in JPEG Part 3, +a newer ISO standard numbered ISO/IEC IS 10918-3 and ITU-T T.84. IJG +currently does not support any Part 3 extensions. + +The JPEG standard does not specify all details of an interchangeable file +format. For the omitted details we follow the "JFIF" conventions, revision +1.02. A copy of the JFIF spec is available from: + Literature Department + C-Cube Microsystems, Inc. + 1778 McCarthy Blvd. + Milpitas, CA 95035 + phone (408) 944-6300, fax (408) 944-6314 +A PostScript version of this document is available by FTP at +ftp://ftp.uu.net/graphics/jpeg/jfif.ps.gz. There is also a plain text +version at ftp://ftp.uu.net/graphics/jpeg/jfif.txt.gz, but it is missing +the figures. + +The TIFF 6.0 file format specification can be obtained by FTP from +ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme +found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems. +IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6). +Instead, we recommend the JPEG design proposed by TIFF Technical Note #2 +(Compression tag 7). Copies of this Note can be obtained from ftp.sgi.com or +from ftp://ftp.uu.net/graphics/jpeg/. It is expected that the next revision +of the TIFF spec will replace the 6.0 JPEG design with the Note's design. +Although IJG's own code does not support TIFF/JPEG, the free libtiff library +uses our library to implement TIFF/JPEG per the Note. libtiff is available +from ftp://ftp.sgi.com/graphics/tiff/. + + +ARCHIVE LOCATIONS +================= + +The "official" archive site for this software is ftp.uu.net (Internet +address 192.48.96.9). The most recent released version can always be found +there in directory graphics/jpeg. This particular version will be archived +as ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz. If you don't have +direct Internet access, UUNET's archives are also available via UUCP; contact +help@uunet.uu.net for information on retrieving files that way. + +Numerous Internet sites maintain copies of the UUNET files. However, only +ftp.uu.net is guaranteed to have the latest official version. + +You can also obtain this software in DOS-compatible "zip" archive format from +the SimTel archives (ftp://ftp.simtel.net/pub/simtelnet/msdos/graphics/), or +on CompuServe in the Graphics Support forum (GO CIS:GRAPHSUP), library 12 +"JPEG Tools". Again, these versions may sometimes lag behind the ftp.uu.net +release. + +The JPEG FAQ (Frequently Asked Questions) article is a useful source of +general information about JPEG. It is updated constantly and therefore is +not included in this distribution. The FAQ is posted every two weeks to +Usenet newsgroups comp.graphics.misc, news.answers, and other groups. +It is available on the World Wide Web at http://www.faqs.org/faqs/jpeg-faq/ +and other news.answers archive sites, including the official news.answers +archive at rtfm.mit.edu: ftp://rtfm.mit.edu/pub/usenet/news.answers/jpeg-faq/. +If you don't have Web or FTP access, send e-mail to mail-server@rtfm.mit.edu +with body + send usenet/news.answers/jpeg-faq/part1 + send usenet/news.answers/jpeg-faq/part2 + + +RELATED SOFTWARE +================ + +Numerous viewing and image manipulation programs now support JPEG. (Quite a +few of them use this library to do so.) The JPEG FAQ described above lists +some of the more popular free and shareware viewers, and tells where to +obtain them on Internet. + +If you are on a Unix machine, we highly recommend Jef Poskanzer's free +PBMPLUS software, which provides many useful operations on PPM-format image +files. In particular, it can convert PPM images to and from a wide range of +other formats, thus making cjpeg/djpeg considerably more useful. The latest +version is distributed by the NetPBM group, and is available from numerous +sites, notably ftp://wuarchive.wustl.edu/graphics/graphics/packages/NetPBM/. +Unfortunately PBMPLUS/NETPBM is not nearly as portable as the IJG software is; +you are likely to have difficulty making it work on any non-Unix machine. + +A different free JPEG implementation, written by the PVRG group at Stanford, +is available from ftp://havefun.stanford.edu/pub/jpeg/. This program +is designed for research and experimentation rather than production use; +it is slower, harder to use, and less portable than the IJG code, but it +is easier to read and modify. Also, the PVRG code supports lossless JPEG, +which we do not. (On the other hand, it doesn't do progressive JPEG.) + + +FILE FORMAT WARS +================ + +Some JPEG programs produce files that are not compatible with our library. +The root of the problem is that the ISO JPEG committee failed to specify a +concrete file format. Some vendors "filled in the blanks" on their own, +creating proprietary formats that no one else could read. (For example, none +of the early commercial JPEG implementations for the Macintosh were able to +exchange compressed files.) + +The file format we have adopted is called JFIF (see REFERENCES). This format +has been agreed to by a number of major commercial JPEG vendors, and it has +become the de facto standard. JFIF is a minimal or "low end" representation. +We recommend the use of TIFF/JPEG (TIFF revision 6.0 as modified by TIFF +Technical Note #2) for "high end" applications that need to record a lot of +additional data about an image. TIFF/JPEG is fairly new and not yet widely +supported, unfortunately. + +The upcoming JPEG Part 3 standard defines a file format called SPIFF. +SPIFF is interoperable with JFIF, in the sense that most JFIF decoders should +be able to read the most common variant of SPIFF. SPIFF has some technical +advantages over JFIF, but its major claim to fame is simply that it is an +official standard rather than an informal one. At this point it is unclear +whether SPIFF will supersede JFIF or whether JFIF will remain the de-facto +standard. IJG intends to support SPIFF once the standard is frozen, but we +have not decided whether it should become our default output format or not. +(In any case, our decoder will remain capable of reading JFIF indefinitely.) + +Various proprietary file formats incorporating JPEG compression also exist. +We have little or no sympathy for the existence of these formats. Indeed, +one of the original reasons for developing this free software was to help +force convergence on common, open format standards for JPEG files. Don't +use a proprietary file format! + + +TO DO +===== + +The major thrust for v7 will probably be improvement of visual quality. +The current method for scaling the quantization tables is known not to be +very good at low Q values. We also intend to investigate block boundary +smoothing, "poor man's variable quantization", and other means of improving +quality-vs-file-size performance without sacrificing compatibility. + +In future versions, we are considering supporting some of the upcoming JPEG +Part 3 extensions --- principally, variable quantization and the SPIFF file +format. + +As always, speeding things up is of great interest. + +Please send bug reports, offers of help, etc. to jpeg-info@uunet.uu.net. --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ia64/META-INF/MANIFEST.MF +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ia64/META-INF/MANIFEST.MF @@ -0,0 +1,19 @@ +Manifest-Version: 1.0 +Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" +Bundle-Name: %fragmentName +Bundle-Vendor: %providerName +Bundle-SymbolicName: org.eclipse.swt.gtk.linux.ia64; singleton:=true +Bundle-Version: 3.5.1.qualifier +Bundle-ManifestVersion: 2 +Bundle-Localization: fragment +Export-Package: + org.eclipse.swt.internal.accessibility.gtk; x-internal:=true, + org.eclipse.swt.internal.cairo; x-internal:=true, + org.eclipse.swt.internal.cde; x-internal:=true, + org.eclipse.swt.internal.gnome; x-internal:=true, + org.eclipse.swt.internal.gtk; x-internal:=true, + org.eclipse.swt.internal.mozilla; x-internal:=true, + org.eclipse.swt.internal.opengl.glx; x-internal:=true +Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=ia64)) +Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0, + J2SE-1.3 --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc/launcher.gtk.linux.sparc.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc/launcher.gtk.linux.sparc.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2007 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +pluginName = Equinox Launcher Linux PPC Fragment +providerName = Eclipse.org - Equinox --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc/about.html +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 5, 2006

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). +Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor’s license +that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc/build.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc/build.properties @@ -0,0 +1,7 @@ +bin.includes = META-INF/,\ + eclipse_*.so,\ + launcher.gtk.linux.sparc.properties,\ + about.html + +customBuildCallbacks=customBuildCallbacks.xml +generateSourceBundle=false --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc/customBuildCallbacks.xml +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc/customBuildCallbacks.xml @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc/.project +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc/.project @@ -0,0 +1,22 @@ + + + org.eclipse.equinox.launcher.gtk.linux.sparc + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc/.settings/org.eclipse.pde.core.prefs +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc/.settings/org.eclipse.pde.core.prefs @@ -0,0 +1,4 @@ +#Wed Dec 06 11:44:00 EST 2006 +eclipse.preferences.version=1 +pluginProject.extensions=false +resolve.requirebundle=false --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc/META-INF/MANIFEST.MF +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.sparc/META-INF/MANIFEST.MF @@ -0,0 +1,10 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName +Bundle-Vendor: %providerName +Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.sparc;singleton:=true +Bundle-Version: 1.0.200.qualifier +Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1.0)" +Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=sparc)) +Bundle-Localization: launcher.gtk.linux.sparc +Eclipse-BundleShape: dir --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/buildLibraries.csh +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/buildLibraries.csh @@ -0,0 +1,21 @@ +echo Building LINUX PPC GTK + +# These variables must be set to reflect the compilation context +setenv CAIROPATH /bluebird/teamswt/swt-builddir/cairo/sparc64/cairo-1.0.2/lib/pkgconfig/ +setenv JAVA_HOME /bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142 +setenv MOZILLA_SDK /bluebird/teamswt/swt-builddir/mozilla/1.7/sparc64/mozilla/dist/sdk +setenv XULRUNNER_SDK /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc64/mozilla/dist/sdk/ + +setenv MODEL sparc64 +setenv MOZILLA_INCLUDES "-include ${MOZILLA_SDK}/include/mozilla-config.h -I${MOZILLA_SDK}/include" +setenv MOZILLA_LIBS "-L${MOZILLA_SDK}/lib -L${MOZILLA_SDK}/bin -lxpcom -lnspr4 -lplds4 -lplc4" +setenv XULRUNNER_INCLUDES "-include ${XULRUNNER_SDK}/include/mozilla-config.h -I${XULRUNNER_SDK}/include" +setenv XULRUNNER_LIBS "-L${XULRUNNER_SDK}/lib -lxpcomglue" + +cd ../org.eclipse.swt/bin/library/ +sh build.sh clean +sh build.sh make_mozilla make_xulrunner make_xpcominit install + +setenv PKG_CONFIG_PATH ${CAIROPATH} +sh build.sh clean +sh build.sh install --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/about.html +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/about.html @@ -0,0 +1,262 @@ + + + + +About + + +

About This Content

+ +

August 17, 2006

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ +

Third Party Content

+ +

The Content includes items that have been sourced from third parties as set out below. If you +did not receive this Content directly from the Eclipse Foundation, the following is provided +for informational purposes only, and you should look to the Redistributor’s license for +terms and conditions of use.

+ +

Gnome Binding

+ +

The "Gnome Binding" is a binding to the Gnome API. The Content may include any or all of the following files:

+ +

The following files in the plug-in JAR shall be defined as the native code portion of the Gnome Binding:

+
    +
  • libswt-gnome-gtk-xxxx.so (where "xxxx" is the version number)
  • +
+ +

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Gnome Binding:

+
    +
  • The contents of the directory org/eclipse/swt/internal/gnome (but not including any sub-directories)
  • +
+ +

The Gnome Binding contains portions of Gnome ("Library"). Gnome is made available by The Free Software Foundation. Use of the Library is governed by the terms and +conditions of the GNU Lesser General Public License Version 2.1 ("LGPL"). Use of the Gnome Binding on a standalone +basis, is also governed by the terms and conditions of the LGPL. A copy of the LGPL is provided with the Content (lgpl-v21.txt) and is also available at +http://www.gnu.org/licenses/lgpl.html.

+ +

In accordance with Section 6 of the LGPL, you may combine or link a "work that uses the Library" (e.g. the SWT) with the Library to produce a work +containing portions of the Library (e.g. the Gnome Binding) and distribute that work under the terms of your choice (e.g. the EPL) provided you comply with all +other terms and conditions of Section 6 as well as other Sections of the LGPL. Please note, if you modify the Gnome Binding such modifications shall be +governed by the terms and conditions of the LGPL. Also note, the terms of the EPL permit you to modify the combined work and the source code of the combined +work is provided for debugging purposes so there is no need to reverse engineer the combined work.

+ +

GTK+ Binding

+ +

The "GTK+ Binding" is a binding to the GTK+ API. The Content may include any or all of the following files:

+ +

The following files in the plug-in JAR shall be defined as the native code portion of the GTK+ Binding:

+
    +
  • libswt-atk-gtk-xxxx.so (where "xxxx" is the version number)
  • +
  • libswt-pi-gtk-xxxx.so (where "xxxx" is the version number)
  • +
+ +

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the GTK+ Binding:

+
    +
  • The contents of the directory org/eclipse/swt/internal/accessibility/gtk (but not including any sub-directories)
  • +
  • The contents of the directory org/eclipse/swt/internal/cde (but not including any sub-directories)
  • +
  • The contents of the directory org/eclipse/swt/internal/gtk (but not including any sub-directories)
  • +
  • The contents of the directory org/eclipse/swt/internal/kde (but not including any sub-directories)
  • +
+ +

The GTK+ Binding contains portions of GTK+ ("Library"). GTK+ is made available by The Free Software Foundation. Use of the Library is governed by the terms and +conditions of the GNU Lesser General Public License Version 2.1 ("LGPL"). Use of the GTK+ Binding on a standalone +basis, is also governed by the terms and conditions of the LGPL. A copy of the LGPL is provided with the Content (lgpl-v21.txt) and is also available at +http://www.gnu.org/licenses/lgpl.html.

+ +

In accordance with Section 6 of the LGPL, you may combine or link a "work that uses the Library" (e.g. the SWT) with the Library to produce a work +containing portions of the Library (e.g. the GTK+ Binding) and distribute that work under the terms of your choice (e.g. the EPL) provided you comply with all +other terms and conditions of Section 6 as well as other Sections of the LGPL. Please note, if you modify the GTK+ Binding such modifications shall be +governed by the terms and conditions of the LGPL. Also note, the terms of the EPL permit you to modify the combined work and the source code of the combined +work is provided for debugging purposes so there is no need to reverse engineer the combined work.

+ +

Mozilla Binding

+ +

The "Mozilla Binding" is a binding to the Mozilla API. The Content may include any or all of the following files:

+ +

The following files in the plug-in JAR shall be defined as the native code portion of the Mozilla Binding:

+
    +
  • libswt-mozilla-gtk-xxxx.so (where "xxxx" is the version number)
  • +
  • libswt-xulrunner-gtk-xxxx.so (where "xxxx" is the version number)
  • +
  • libswt-xpcominit-gtk-xxxx.so (where "xxxx" is the version number)
  • +
+ +

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Mozilla Binding:

+
    +
  • The contents of the directory org/eclipse/swt/internal/mozilla (but not including any sub-directories)
  • +
+ +

The Mozilla Binding contains portions of Mozilla ("Mozilla"). Mozilla is made available by Mozilla.org. Use of Mozilla is governed by the terms and +conditions of the Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided with the Content (mpl-v11.txt) and is also available at +http://www.mozilla.org/MPL/MPL-1.1.html.

+ +

XULRunner 1.9 (subset, derivative work)

+ +The library swt-xulrunner-gtk-xxxx.dll (where "xxxx" is the version number) contains a small portion of XULRunner 1.9 content (header files) that have +been modified from the Original Code provided by mozilla.org, and whose Initial Developer is Netscape Communications Corporation. Use of this code is governed by +the terms and conditions of the Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided with the Content (mpl-v11.txt) +and is also available at http://www.mozilla.org/MPL/MPL-1.1.html. +

The changed files are: +

    +
  • org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext.h +
  • org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptGlobalObject.h +
+Changes to the original files were made by SWT on April 7, 2009 and are marked with trailing comment "//SWT-20090407". + +

Cairo Binding

+ +

The "Cairo Binding" is a binding to the Cairo API. The Content may include any or all of the following files:

+ +

The following files in the plug-in JAR shall be defined as the native code portion of the Cairo Binding:

+
    +
  • libswt-cairo-gtk-xxxx.so (where "xxxx" is the version number)
  • +
+ +

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Cairo Binding:

+
    +
  • The contents of the directory org/eclipse/swt/internal/cairo (but not including any sub-directories)
  • +
+ +

The Cairo Binding contains portions of Cairo ("Cairo"). Cairo is made available by the Cairo project at +http://www.cairographics.org. Use of Cairo by the Cairo Binding is governed by the terms and +conditions of the Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is +provided with the Content (mpl-v11.txt) and is also available at http://www.mozilla.org/MPL/MPL-1.1.html.

+ +

Cairo for Linux

+ +

Refer to the file about_files/about_cairo.html for licensing details about "Cairo for Linux." + +

Independent JPEG Group's JPEG software release 6b

+ +

This software is based in part on the work of the Independent JPEG Group's JPEG software release 6b ("LIBJPEG"). +LIBJPEG was used to implement the decoding of JPEG format files in Java (TM). The Content does NOT include any portion of the LIBJPEG file ansi2knr.c.

+ +

Your use of LIBJPEG is subject to the terms and conditions located in the about_files/IJG_README file which is included +with the Content.

+ +

The IJG's website is located at http://ijg.org.

+ +

The class org.eclipse.swt.internal.image.JPEGFileFormat is based on following files from LIBJPEG:

+ +
    +
  • cderror.h
  • +
  • cdjpeg.h
  • +
  • jchuff.h
  • +
  • jdcolor.c
  • +
  • jdct.h
  • +
  • jdhuff.h
  • +
  • jerror.h
  • +
  • jidctint.c
  • +
  • jinclude.h
  • +
  • jmemsys.h
  • +
  • jmorecfg.h
  • +
  • jpegint.h
  • +
  • jpeglib.h
  • +
  • jversion.h
  • +
  • transupp.h
  • +
+ +

The class org.eclipse.swt.internal.image.JPEGDecoder is based on the following files from LIBJPEG:

+ +
    +
  • jcapimin.c
  • +
  • jcapistd.c
  • +
  • jccoefct.c
  • +
  • jccolor.c
  • +
  • jcdctmgr.c
  • +
  • jchuff.c
  • +
  • jcinit.c
  • +
  • jcmainct.c
  • +
  • jcmarker.c
  • +
  • jcmaster.c
  • +
  • jcomapi.c
  • +
  • jcparam.c
  • +
  • jcphuff.c
  • +
  • jcprepct.c
  • +
  • jcsample.c
  • +
  • jctrans.c
  • +
  • jdapimin.c
  • +
  • jdapistd.c
  • +
  • jdatadst.c
  • +
  • jdatasrc.c
  • +
  • jdcoefct.c
  • +
  • jdcolor.c
  • +
  • jddctmgr.c
  • +
  • jdhuff.c
  • +
  • jdinput.c
  • +
  • jdmainct.c
  • +
  • jdmarker.c
  • +
  • jdmaster.c
  • +
  • jdmerge.c
  • +
  • jdphuff.c
  • +
  • jdpostct.c
  • +
  • jdsample.c
  • +
  • jdtrans.c
  • +
  • jerror.c
  • +
  • jfdctflt.c
  • +
  • jfdctfst.c
  • +
  • jfdctint.c
  • +
  • jidctflt.c
  • +
  • jidctfst.c
  • +
  • jidctint.c
  • +
  • jidctred.c
  • +
  • jpegtran.c
  • +
  • jquant1.c
  • +
  • jquant2.c
  • +
  • jutils.c
  • +
  • cderror.h
  • +
  • cdjpeg.h
  • +
  • jchuff.h
  • +
  • jconfig.h
  • +
  • jdct.h
  • +
  • jdhuff.h
  • +
  • jerror.h
  • +
  • jinclude.h
  • +
  • jmorecfg.h
  • +
  • jpegint.h
  • +
  • jpeglib.h
  • +
  • jversion.h
  • +
  • transupp.h
  • +
+ +

The following changes were made to the LIBJPEG code in the Content:

+ +
    +
  1. In Java, pointer math is not allowed so indexing was used instead.
  2. +
  3. Function pointers were replaced with switch statements.
  4. +
  5. The virtual memory, tracing and progress monitoring were removed.
  6. +
  7. The error handling was simplified and now uses Java exceptions.
  8. +
+ +

PuTTY 0.58 (derivative work)

+ +

Portions of the SWT class org/eclipse/swt/internal/image/PngDeflater are based on PuTTY's sshzlib.c. PuTTY is made available by Mozilla.org. Use of PuTTY is governed by the terms and +conditions of the the following MIT-style license:

+
+

PuTTY is copyright 1997-2007 Simon Tatham.

+

Portions copyright Robert de Bath, Joris van Rantwijk, Delian Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, Justin Bradford, Ben Harris, Malcolm Smith, Ahmad Khalifa, Markus Kuhn, and CORE SDI S.A.

+

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

+

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

+

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SIMON TATHAM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+
+

A copy of the license is also available at http://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html.

+ +

Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.

+ + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/build.xml +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/build.xml @@ -0,0 +1,414 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/console.txt +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/console.txt @@ -0,0 +1,91 @@ +LINUX PPC GTK on eclipsebuildserv +libgnomeui-2.0 found, compiling SWT program support using GNOME +Cairo found, compiling SWT support for the cairo graphics library. +Building SWT/GTK+ for linux sparc64 +rm -f *.o *.so +libgnomeui-2.0 found, compiling SWT program support using GNOME +Cairo found, compiling SWT support for the cairo graphics library. +Building SWT/GTK+ for linux sparc64 +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC -c swt.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC -c -o c.o c.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC -c -o c_stats.o c_stats.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC -DUSE_ASSEMBLER -c callback.c +gcc -shared -fPIC -s -o libswt-gtk-3336.so swt.o c.o c_stats.o callback.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_custom.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L gtk+-2.0 gthread-2.0` -lgtk-x11-2.0 -lgthread-2.0 -L/usr/X11R6/lib -lXtst -o libswt-pi-gtk-3336.so swt.o os.o os_structs.o os_custom.o os_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_custom.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L atk gtk+-2.0` -latk-1.0 -lgtk-x11-2.0 -o libswt-atk-gtk-3336.so swt.o atk.o atk_structs.o atk_custom.o atk_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -lgnomevfs-2 -lgnome-2 -lgnomeui-2 -o libswt-gnome-gtk-3336.so swt.o gnome.o gnome_structs.o gnome_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC -c glx.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC -c glx_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC -c glx_stats.c +gcc -shared -fPIC -s -shared -fPIC -L/usr/X11R6/lib -lGL -lGLU -lm -o libswt-glx-gtk-3336.so swt.o glx.o glx_structs.o glx_stats.o +make: Nothing to be done for `make_gnome'. +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L cairo` -lcairo -o libswt-cairo-gtk-3336.so swt.o cairo.o cairo_structs.o cairo_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC -c -o swt_awt.o swt_awt.c +gcc -L/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/jre/bin -ljawt -shared -s -o libswt-awt-gtk-3336.so swt_awt.o +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -DNO_XPCOMGlueShutdown -DNO_XPCOMGlueStartup -include /bluebird/teamswt/swt-builddir/mozilla/1.7/sparc64/mozilla/dist/sdk/include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/mozilla/1.7/sparc64/mozilla/dist/sdk/include -c xpcom.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -include /bluebird/teamswt/swt-builddir/mozilla/1.7/sparc64/mozilla/dist/sdk/include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/mozilla/1.7/sparc64/mozilla/dist/sdk/include -c xpcom_custom.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -include /bluebird/teamswt/swt-builddir/mozilla/1.7/sparc64/mozilla/dist/sdk/include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/mozilla/1.7/sparc64/mozilla/dist/sdk/include -c xpcom_structs.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -include /bluebird/teamswt/swt-builddir/mozilla/1.7/sparc64/mozilla/dist/sdk/include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/mozilla/1.7/sparc64/mozilla/dist/sdk/include -c xpcom_stats.cpp +g++ -o libswt-mozilla-gtk-3336.so swt.o xpcom.o xpcom_custom.o xpcom_structs.o xpcom_stats.o -shared -Wl,--version-script=mozilla_exports -Bsymbolic -s -L/bluebird/teamswt/swt-builddir/mozilla/1.7/sparc64/mozilla/dist/sdk/lib -L/bluebird/teamswt/swt-builddir/mozilla/1.7/sparc64/mozilla/dist/sdk/bin -lxpcom -lnspr4 -lplds4 -lplc4 +g++ -o xpcomxul.o -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc64/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc64/mozilla/dist/sdk//include -c xpcom.cpp +g++ -o xpcomxul_custom.o -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc64/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc64/mozilla/dist/sdk//include -c xpcom_custom.cpp +g++ -o xpcomxul_structs.o -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc64/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc64/mozilla/dist/sdk//include -c xpcom_structs.cpp +g++ -o xpcomxul_stats.o -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc64/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc64/mozilla/dist/sdk//include -c xpcom_stats.cpp +g++ -o libswt-xulrunner-gtk-3336.so swt.o xpcomxul.o xpcomxul_custom.o xpcomxul_structs.o xpcomxul_stats.o -shared -Wl,--version-script=mozilla_exports -Bsymbolic -s -L/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc64/mozilla/dist/sdk//lib -lxpcomglue +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc64/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc64/mozilla/dist/sdk//include -c xpcominit.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc64/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc64/mozilla/dist/sdk//include -c xpcominit_structs.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc64/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc64/mozilla/dist/sdk//include -c xpcominit_stats.cpp +g++ -o libswt-xpcominit-gtk-3336.so swt.o xpcominit.o xpcominit_structs.o xpcominit_stats.o -shared -Wl,--version-script=mozilla_exports -Bsymbolic -s -L/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/sparc64/mozilla/dist/sdk//lib -lxpcomglue +cp *.so ../../../org.eclipse.swt.gtk.linux.sparc64 +libgnomeui-2.0 found, compiling SWT program support using GNOME +Cairo found, compiling SWT support for the cairo graphics library. +Building SWT/GTK+ for linux sparc64 +rm -f *.o *.so +libgnomeui-2.0 found, compiling SWT program support using GNOME +Cairo found, compiling SWT support for the cairo graphics library. +Building SWT/GTK+ for linux sparc64 +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC -c swt.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC -c -o c.o c.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC -c -o c_stats.o c_stats.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC -DUSE_ASSEMBLER -c callback.c +gcc -shared -fPIC -s -o libswt-gtk-3336.so swt.o c.o c_stats.o callback.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_custom.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L gtk+-2.0 gthread-2.0` -lgtk-x11-2.0 -lgthread-2.0 -L/usr/X11R6/lib -lXtst -o libswt-pi-gtk-3336.so swt.o os.o os_structs.o os_custom.o os_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_custom.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L atk gtk+-2.0` -latk-1.0 -lgtk-x11-2.0 -o libswt-atk-gtk-3336.so swt.o atk.o atk_structs.o atk_custom.o atk_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -lgnomevfs-2 -lgnome-2 -lgnomeui-2 -o libswt-gnome-gtk-3336.so swt.o gnome.o gnome_structs.o gnome_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC -c glx.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC -c glx_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC -c glx_stats.c +gcc -shared -fPIC -s -shared -fPIC -L/usr/X11R6/lib -lGL -lGLU -lm -o libswt-glx-gtk-3336.so swt.o glx.o glx_structs.o glx_stats.o +make: Nothing to be done for `make_gnome'. +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L cairo` -lcairo -o libswt-cairo-gtk-3336.so swt.o cairo.o cairo_structs.o cairo_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/include/linux -fPIC -c -o swt_awt.o swt_awt.c +gcc -L/bluebird/teamswt/swt-builddir/IBMJava2-sparc64-142/jre/bin -ljawt -shared -s -o libswt-awt-gtk-3336.so swt_awt.o +cp *.so ../../../org.eclipse.swt.gtk.linux.sparc64 --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/fragment.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/fragment.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2000, 2005 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +fragmentName = Standard Widget Toolkit for GTK 2.0 +providerName = Eclipse.org --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/build.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/build.properties @@ -0,0 +1,11 @@ +############################################################################### +# Copyright (c) 2000, 2005 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +custom = true --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/.project +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/.project @@ -0,0 +1,28 @@ + + + org.eclipse.swt.gtk.linux.sparc64 + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + org.eclipse.pde.api.tools.apiAnalysisBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.pde.api.tools.apiAnalysisNature + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/about_files/lgpl-v21.txt +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/about_files/lgpl-v21.txt @@ -0,0 +1,506 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! + + + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/about_files/pixman-licenses.txt +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/about_files/pixman-licenses.txt @@ -0,0 +1,92 @@ +libpixregion + +Copyright 1987, 1998 The Open Group + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. + + +Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the name of Digital not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR +ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + +---------------------------------------------------------------------- +libic + +Copyright 2001 Keith Packard + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of Keith Packard not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. Keith Packard makes no +representations about the suitability of this software for any purpose. It +is provided "as is" without express or implied warranty. + +KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + +---------------------------------------------------------------------- +slim + +slim is Copyright 2003 Richard Henderson + +Permission to use, copy, modify, distribute, and sell this software +and its documentation for any purpose is hereby granted without fee, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the name of Richard Henderson not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. Richard Henderson +makes no representations about the suitability of this software for +any purpose. It is provided "as is" without express or implied +warranty. + +RICHARD HENDERSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL RICHARD HENDERSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF +USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/about_files/mpl-v11.txt +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/about_files/mpl-v11.txt @@ -0,0 +1,470 @@ + MOZILLA PUBLIC LICENSE + Version 1.1 + + --------------- + +1. Definitions. + + 1.0.1. "Commercial Use" means distribution or otherwise making the + Covered Code available to a third party. + + 1.1. "Contributor" means each entity that creates or contributes to + the creation of Modifications. + + 1.2. "Contributor Version" means the combination of the Original + Code, prior Modifications used by a Contributor, and the Modifications + made by that particular Contributor. + + 1.3. "Covered Code" means the Original Code or Modifications or the + combination of the Original Code and Modifications, in each case + including portions thereof. + + 1.4. "Electronic Distribution Mechanism" means a mechanism generally + accepted in the software development community for the electronic + transfer of data. + + 1.5. "Executable" means Covered Code in any form other than Source + Code. + + 1.6. "Initial Developer" means the individual or entity identified + as the Initial Developer in the Source Code notice required by Exhibit + A. + + 1.7. "Larger Work" means a work which combines Covered Code or + portions thereof with code not governed by the terms of this License. + + 1.8. "License" means this document. + + 1.8.1. "Licensable" means having the right to grant, to the maximum + extent possible, whether at the time of the initial grant or + subsequently acquired, any and all of the rights conveyed herein. + + 1.9. "Modifications" means any addition to or deletion from the + substance or structure of either the Original Code or any previous + Modifications. When Covered Code is released as a series of files, a + Modification is: + A. Any addition to or deletion from the contents of a file + containing Original Code or previous Modifications. + + B. Any new file that contains any part of the Original Code or + previous Modifications. + + 1.10. "Original Code" means Source Code of computer software code + which is described in the Source Code notice required by Exhibit A as + Original Code, and which, at the time of its release under this + License is not already Covered Code governed by this License. + + 1.10.1. "Patent Claims" means any patent claim(s), now owned or + hereafter acquired, including without limitation, method, process, + and apparatus claims, in any patent Licensable by grantor. + + 1.11. "Source Code" means the preferred form of the Covered Code for + making modifications to it, including all modules it contains, plus + any associated interface definition files, scripts used to control + compilation and installation of an Executable, or source code + differential comparisons against either the Original Code or another + well known, available Covered Code of the Contributor's choice. The + Source Code can be in a compressed or archival form, provided the + appropriate decompression or de-archiving software is widely available + for no charge. + + 1.12. "You" (or "Your") means an individual or a legal entity + exercising rights under, and complying with all of the terms of, this + License or a future version of this License issued under Section 6.1. + For legal entities, "You" includes any entity which controls, is + controlled by, or is under common control with You. For purposes of + this definition, "control" means (a) the power, direct or indirect, + to cause the direction or management of such entity, whether by + contract or otherwise, or (b) ownership of more than fifty percent + (50%) of the outstanding shares or beneficial ownership of such + entity. + +2. Source Code License. + + 2.1. The Initial Developer Grant. + The Initial Developer hereby grants You a world-wide, royalty-free, + non-exclusive license, subject to third party intellectual property + claims: + (a) under intellectual property rights (other than patent or + trademark) Licensable by Initial Developer to use, reproduce, + modify, display, perform, sublicense and distribute the Original + Code (or portions thereof) with or without Modifications, and/or + as part of a Larger Work; and + + (b) under Patents Claims infringed by the making, using or + selling of Original Code, to make, have made, use, practice, + sell, and offer for sale, and/or otherwise dispose of the + Original Code (or portions thereof). + + (c) the licenses granted in this Section 2.1(a) and (b) are + effective on the date Initial Developer first distributes + Original Code under the terms of this License. + + (d) Notwithstanding Section 2.1(b) above, no patent license is + granted: 1) for code that You delete from the Original Code; 2) + separate from the Original Code; or 3) for infringements caused + by: i) the modification of the Original Code or ii) the + combination of the Original Code with other software or devices. + + 2.2. Contributor Grant. + Subject to third party intellectual property claims, each Contributor + hereby grants You a world-wide, royalty-free, non-exclusive license + + (a) under intellectual property rights (other than patent or + trademark) Licensable by Contributor, to use, reproduce, modify, + display, perform, sublicense and distribute the Modifications + created by such Contributor (or portions thereof) either on an + unmodified basis, with other Modifications, as Covered Code + and/or as part of a Larger Work; and + + (b) under Patent Claims infringed by the making, using, or + selling of Modifications made by that Contributor either alone + and/or in combination with its Contributor Version (or portions + of such combination), to make, use, sell, offer for sale, have + made, and/or otherwise dispose of: 1) Modifications made by that + Contributor (or portions thereof); and 2) the combination of + Modifications made by that Contributor with its Contributor + Version (or portions of such combination). + + (c) the licenses granted in Sections 2.2(a) and 2.2(b) are + effective on the date Contributor first makes Commercial Use of + the Covered Code. + + (d) Notwithstanding Section 2.2(b) above, no patent license is + granted: 1) for any code that Contributor has deleted from the + Contributor Version; 2) separate from the Contributor Version; + 3) for infringements caused by: i) third party modifications of + Contributor Version or ii) the combination of Modifications made + by that Contributor with other software (except as part of the + Contributor Version) or other devices; or 4) under Patent Claims + infringed by Covered Code in the absence of Modifications made by + that Contributor. + +3. Distribution Obligations. + + 3.1. Application of License. + The Modifications which You create or to which You contribute are + governed by the terms of this License, including without limitation + Section 2.2. The Source Code version of Covered Code may be + distributed only under the terms of this License or a future version + of this License released under Section 6.1, and You must include a + copy of this License with every copy of the Source Code You + distribute. You may not offer or impose any terms on any Source Code + version that alters or restricts the applicable version of this + License or the recipients' rights hereunder. However, You may include + an additional document offering the additional rights described in + Section 3.5. + + 3.2. Availability of Source Code. + Any Modification which You create or to which You contribute must be + made available in Source Code form under the terms of this License + either on the same media as an Executable version or via an accepted + Electronic Distribution Mechanism to anyone to whom you made an + Executable version available; and if made available via Electronic + Distribution Mechanism, must remain available for at least twelve (12) + months after the date it initially became available, or at least six + (6) months after a subsequent version of that particular Modification + has been made available to such recipients. You are responsible for + ensuring that the Source Code version remains available even if the + Electronic Distribution Mechanism is maintained by a third party. + + 3.3. Description of Modifications. + You must cause all Covered Code to which You contribute to contain a + file documenting the changes You made to create that Covered Code and + the date of any change. You must include a prominent statement that + the Modification is derived, directly or indirectly, from Original + Code provided by the Initial Developer and including the name of the + Initial Developer in (a) the Source Code, and (b) in any notice in an + Executable version or related documentation in which You describe the + origin or ownership of the Covered Code. + + 3.4. Intellectual Property Matters + (a) Third Party Claims. + If Contributor has knowledge that a license under a third party's + intellectual property rights is required to exercise the rights + granted by such Contributor under Sections 2.1 or 2.2, + Contributor must include a text file with the Source Code + distribution titled "LEGAL" which describes the claim and the + party making the claim in sufficient detail that a recipient will + know whom to contact. If Contributor obtains such knowledge after + the Modification is made available as described in Section 3.2, + Contributor shall promptly modify the LEGAL file in all copies + Contributor makes available thereafter and shall take other steps + (such as notifying appropriate mailing lists or newsgroups) + reasonably calculated to inform those who received the Covered + Code that new knowledge has been obtained. + + (b) Contributor APIs. + If Contributor's Modifications include an application programming + interface and Contributor has knowledge of patent licenses which + are reasonably necessary to implement that API, Contributor must + also include this information in the LEGAL file. + + (c) Representations. + Contributor represents that, except as disclosed pursuant to + Section 3.4(a) above, Contributor believes that Contributor's + Modifications are Contributor's original creation(s) and/or + Contributor has sufficient rights to grant the rights conveyed by + this License. + + 3.5. Required Notices. + You must duplicate the notice in Exhibit A in each file of the Source + Code. If it is not possible to put such notice in a particular Source + Code file due to its structure, then You must include such notice in a + location (such as a relevant directory) where a user would be likely + to look for such a notice. If You created one or more Modification(s) + You may add your name as a Contributor to the notice described in + Exhibit A. You must also duplicate this License in any documentation + for the Source Code where You describe recipients' rights or ownership + rights relating to Covered Code. You may choose to offer, and to + charge a fee for, warranty, support, indemnity or liability + obligations to one or more recipients of Covered Code. However, You + may do so only on Your own behalf, and not on behalf of the Initial + Developer or any Contributor. You must make it absolutely clear than + any such warranty, support, indemnity or liability obligation is + offered by You alone, and You hereby agree to indemnify the Initial + Developer and every Contributor for any liability incurred by the + Initial Developer or such Contributor as a result of warranty, + support, indemnity or liability terms You offer. + + 3.6. Distribution of Executable Versions. + You may distribute Covered Code in Executable form only if the + requirements of Section 3.1-3.5 have been met for that Covered Code, + and if You include a notice stating that the Source Code version of + the Covered Code is available under the terms of this License, + including a description of how and where You have fulfilled the + obligations of Section 3.2. The notice must be conspicuously included + in any notice in an Executable version, related documentation or + collateral in which You describe recipients' rights relating to the + Covered Code. You may distribute the Executable version of Covered + Code or ownership rights under a license of Your choice, which may + contain terms different from this License, provided that You are in + compliance with the terms of this License and that the license for the + Executable version does not attempt to limit or alter the recipient's + rights in the Source Code version from the rights set forth in this + License. If You distribute the Executable version under a different + license You must make it absolutely clear that any terms which differ + from this License are offered by You alone, not by the Initial + Developer or any Contributor. You hereby agree to indemnify the + Initial Developer and every Contributor for any liability incurred by + the Initial Developer or such Contributor as a result of any such + terms You offer. + + 3.7. Larger Works. + You may create a Larger Work by combining Covered Code with other code + not governed by the terms of this License and distribute the Larger + Work as a single product. In such a case, You must make sure the + requirements of this License are fulfilled for the Covered Code. + +4. Inability to Comply Due to Statute or Regulation. + + If it is impossible for You to comply with any of the terms of this + License with respect to some or all of the Covered Code due to + statute, judicial order, or regulation then You must: (a) comply with + the terms of this License to the maximum extent possible; and (b) + describe the limitations and the code they affect. Such description + must be included in the LEGAL file described in Section 3.4 and must + be included with all distributions of the Source Code. Except to the + extent prohibited by statute or regulation, such description must be + sufficiently detailed for a recipient of ordinary skill to be able to + understand it. + +5. Application of this License. + + This License applies to code to which the Initial Developer has + attached the notice in Exhibit A and to related Covered Code. + +6. Versions of the License. + + 6.1. New Versions. + Netscape Communications Corporation ("Netscape") may publish revised + and/or new versions of the License from time to time. Each version + will be given a distinguishing version number. + + 6.2. Effect of New Versions. + Once Covered Code has been published under a particular version of the + License, You may always continue to use it under the terms of that + version. You may also choose to use such Covered Code under the terms + of any subsequent version of the License published by Netscape. No one + other than Netscape has the right to modify the terms applicable to + Covered Code created under this License. + + 6.3. Derivative Works. + If You create or use a modified version of this License (which you may + only do in order to apply it to code which is not already Covered Code + governed by this License), You must (a) rename Your license so that + the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", + "MPL", "NPL" or any confusingly similar phrase do not appear in your + license (except to note that your license differs from this License) + and (b) otherwise make it clear that Your version of the license + contains terms which differ from the Mozilla Public License and + Netscape Public License. (Filling in the name of the Initial + Developer, Original Code or Contributor in the notice described in + Exhibit A shall not of themselves be deemed to be modifications of + this License.) + +7. DISCLAIMER OF WARRANTY. + + COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF + DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. + THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE + IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, + YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE + COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER + OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF + ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + +8. TERMINATION. + + 8.1. This License and the rights granted hereunder will terminate + automatically if You fail to comply with terms herein and fail to cure + such breach within 30 days of becoming aware of the breach. All + sublicenses to the Covered Code which are properly granted shall + survive any termination of this License. Provisions which, by their + nature, must remain in effect beyond the termination of this License + shall survive. + + 8.2. If You initiate litigation by asserting a patent infringement + claim (excluding declatory judgment actions) against Initial Developer + or a Contributor (the Initial Developer or Contributor against whom + You file such action is referred to as "Participant") alleging that: + + (a) such Participant's Contributor Version directly or indirectly + infringes any patent, then any and all rights granted by such + Participant to You under Sections 2.1 and/or 2.2 of this License + shall, upon 60 days notice from Participant terminate prospectively, + unless if within 60 days after receipt of notice You either: (i) + agree in writing to pay Participant a mutually agreeable reasonable + royalty for Your past and future use of Modifications made by such + Participant, or (ii) withdraw Your litigation claim with respect to + the Contributor Version against such Participant. If within 60 days + of notice, a reasonable royalty and payment arrangement are not + mutually agreed upon in writing by the parties or the litigation claim + is not withdrawn, the rights granted by Participant to You under + Sections 2.1 and/or 2.2 automatically terminate at the expiration of + the 60 day notice period specified above. + + (b) any software, hardware, or device, other than such Participant's + Contributor Version, directly or indirectly infringes any patent, then + any rights granted to You by such Participant under Sections 2.1(b) + and 2.2(b) are revoked effective as of the date You first made, used, + sold, distributed, or had made, Modifications made by that + Participant. + + 8.3. If You assert a patent infringement claim against Participant + alleging that such Participant's Contributor Version directly or + indirectly infringes any patent where such claim is resolved (such as + by license or settlement) prior to the initiation of patent + infringement litigation, then the reasonable value of the licenses + granted by such Participant under Sections 2.1 or 2.2 shall be taken + into account in determining the amount or value of any payment or + license. + + 8.4. In the event of termination under Sections 8.1 or 8.2 above, + all end user license agreements (excluding distributors and resellers) + which have been validly granted by You or any distributor hereunder + prior to termination shall survive termination. + +9. LIMITATION OF LIABILITY. + + UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT + (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL + DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, + OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR + ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY + CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, + WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER + COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN + INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF + LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY + RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW + PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE + EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO + THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. + +10. U.S. GOVERNMENT END USERS. + + The Covered Code is a "commercial item," as that term is defined in + 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer + software" and "commercial computer software documentation," as such + terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 + C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), + all U.S. Government End Users acquire Covered Code with only those + rights set forth herein. + +11. MISCELLANEOUS. + + This License represents the complete agreement concerning subject + matter hereof. If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the extent + necessary to make it enforceable. This License shall be governed by + California law provisions (except to the extent applicable law, if + any, provides otherwise), excluding its conflict-of-law provisions. + With respect to disputes in which at least one party is a citizen of, + or an entity chartered or registered to do business in the United + States of America, any litigation relating to this License shall be + subject to the jurisdiction of the Federal Courts of the Northern + District of California, with venue lying in Santa Clara County, + California, with the losing party responsible for costs, including + without limitation, court costs and reasonable attorneys' fees and + expenses. The application of the United Nations Convention on + Contracts for the International Sale of Goods is expressly excluded. + Any law or regulation which provides that the language of a contract + shall be construed against the drafter shall not apply to this + License. + +12. RESPONSIBILITY FOR CLAIMS. + + As between Initial Developer and the Contributors, each party is + responsible for claims and damages arising, directly or indirectly, + out of its utilization of rights under this License and You agree to + work with Initial Developer and Contributors to distribute such + responsibility on an equitable basis. Nothing herein is intended or + shall be deemed to constitute any admission of liability. + +13. MULTIPLE-LICENSED CODE. + + Initial Developer may designate portions of the Covered Code as + "Multiple-Licensed". "Multiple-Licensed" means that the Initial + Developer permits you to utilize portions of the Covered Code under + Your choice of the NPL or the alternative licenses, if any, specified + by the Initial Developer in the file described in Exhibit A. + +EXHIBIT A -Mozilla Public License. + + ``The contents of this file are subject to the Mozilla Public License + Version 1.1 (the "License"); you may not use this file except in + compliance with the License. You may obtain a copy of the License at + http://www.mozilla.org/MPL/ + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the + License for the specific language governing rights and limitations + under the License. + + The Original Code is ______________________________________. + + The Initial Developer of the Original Code is ________________________. + Portions created by ______________________ are Copyright (C) ______ + _______________________. All Rights Reserved. + + Contributor(s): ______________________________________. + + Alternatively, the contents of this file may be used under the terms + of the _____ license (the "[___] License"), in which case the + provisions of [______] License are applicable instead of those + above. If you wish to allow use of your version of this file only + under the terms of the [____] License and not to allow others to use + your version of this file under the MPL, indicate your decision by + deleting the provisions above and replace them with the notice and + other provisions required by the [___] License. If you do not delete + the provisions above, a recipient may use your version of this file + under either the MPL or the [___] License." + + [NOTE: The text of this Exhibit A may differ slightly from the text of + the notices in the Source Code files of the Original Code. You should + use the text of this Exhibit A rather than the text found in the + Original Code Source Code for Your Modifications.] + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/about_files/about_cairo.html +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/about_files/about_cairo.html @@ -0,0 +1,48 @@ + + + +About + + + +

About This Content

+ +

March 27, 2006

+

License

+ +

The Eclipse Foundation has included the following package for your convenience:

+ +

Cairo 1.0.2 for Linux

+ +

Cairo for Linux ("Cairo") is developed by The Cairo Project (http://www.cairographics.org):

+ +

Cairo is delivered in the following file ("Cairo Library"):

+
    +
  • libcairo-swt.so
  • +
+ +

which was compiled from Cairo source code available at http://www.cairographics.org/snapshots.

+ +

Your use of the Cairo code in binary form is subject to +the terms and conditions of Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided (mpl-v11.txt) +and is also available at http://www.mozilla.org/MPL/MPL-1.1.html. + +

pixman 0.1.6

+ +

pixman ("pixman") is packaged within the Cairo Library and was compiled from source code available at +http://www.cairographics.org/snapshots. +pixman includes the following packages:

+ +
    +
  • libpixregion
  • +
  • libic
  • +
  • slim
  • +
+ +Your use of pixman is subject to the terms and conditions of the licenses in pixman-licenses.txt.

+ +

If you did not receive the Cairo Library directly from the Eclipse Foundation, the package is being redistributed by another party ("Redistributor") and different terms and conditions may +apply its use. Check the Redistributor's license that was provided with the content. If no such license exists, contact the Redistributor.

+ + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/about_files/IJG_README +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/about_files/IJG_README @@ -0,0 +1,385 @@ +The Independent JPEG Group's JPEG software +========================================== + +README for release 6b of 27-Mar-1998 +==================================== + +This distribution contains the sixth public release of the Independent JPEG +Group's free JPEG software. You are welcome to redistribute this software and +to use it for any purpose, subject to the conditions under LEGAL ISSUES, below. + +Serious users of this software (particularly those incorporating it into +larger programs) should contact IJG at jpeg-info@uunet.uu.net to be added to +our electronic mailing list. Mailing list members are notified of updates +and have a chance to participate in technical discussions, etc. + +This software is the work of Tom Lane, Philip Gladstone, Jim Boucher, +Lee Crocker, Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi, +Guido Vollbeding, Ge' Weijers, and other members of the Independent JPEG +Group. + +IJG is not affiliated with the official ISO JPEG standards committee. + + +DOCUMENTATION ROADMAP +===================== + +This file contains the following sections: + +OVERVIEW General description of JPEG and the IJG software. +LEGAL ISSUES Copyright, lack of warranty, terms of distribution. +REFERENCES Where to learn more about JPEG. +ARCHIVE LOCATIONS Where to find newer versions of this software. +RELATED SOFTWARE Other stuff you should get. +FILE FORMAT WARS Software *not* to get. +TO DO Plans for future IJG releases. + +Other documentation files in the distribution are: + +User documentation: + install.doc How to configure and install the IJG software. + usage.doc Usage instructions for cjpeg, djpeg, jpegtran, + rdjpgcom, and wrjpgcom. + *.1 Unix-style man pages for programs (same info as usage.doc). + wizard.doc Advanced usage instructions for JPEG wizards only. + change.log Version-to-version change highlights. +Programmer and internal documentation: + libjpeg.doc How to use the JPEG library in your own programs. + example.c Sample code for calling the JPEG library. + structure.doc Overview of the JPEG library's internal structure. + filelist.doc Road map of IJG files. + coderules.doc Coding style rules --- please read if you contribute code. + +Please read at least the files install.doc and usage.doc. Useful information +can also be found in the JPEG FAQ (Frequently Asked Questions) article. See +ARCHIVE LOCATIONS below to find out where to obtain the FAQ article. + +If you want to understand how the JPEG code works, we suggest reading one or +more of the REFERENCES, then looking at the documentation files (in roughly +the order listed) before diving into the code. + + +OVERVIEW +======== + +This package contains C software to implement JPEG image compression and +decompression. JPEG (pronounced "jay-peg") is a standardized compression +method for full-color and gray-scale images. JPEG is intended for compressing +"real-world" scenes; line drawings, cartoons and other non-realistic images +are not its strong suit. JPEG is lossy, meaning that the output image is not +exactly identical to the input image. Hence you must not use JPEG if you +have to have identical output bits. However, on typical photographic images, +very good compression levels can be obtained with no visible change, and +remarkably high compression levels are possible if you can tolerate a +low-quality image. For more details, see the references, or just experiment +with various compression settings. + +This software implements JPEG baseline, extended-sequential, and progressive +compression processes. Provision is made for supporting all variants of these +processes, although some uncommon parameter settings aren't implemented yet. +For legal reasons, we are not distributing code for the arithmetic-coding +variants of JPEG; see LEGAL ISSUES. We have made no provision for supporting +the hierarchical or lossless processes defined in the standard. + +We provide a set of library routines for reading and writing JPEG image files, +plus two sample applications "cjpeg" and "djpeg", which use the library to +perform conversion between JPEG and some other popular image file formats. +The library is intended to be reused in other applications. + +In order to support file conversion and viewing software, we have included +considerable functionality beyond the bare JPEG coding/decoding capability; +for example, the color quantization modules are not strictly part of JPEG +decoding, but they are essential for output to colormapped file formats or +colormapped displays. These extra functions can be compiled out of the +library if not required for a particular application. We have also included +"jpegtran", a utility for lossless transcoding between different JPEG +processes, and "rdjpgcom" and "wrjpgcom", two simple applications for +inserting and extracting textual comments in JFIF files. + +The emphasis in designing this software has been on achieving portability and +flexibility, while also making it fast enough to be useful. In particular, +the software is not intended to be read as a tutorial on JPEG. (See the +REFERENCES section for introductory material.) Rather, it is intended to +be reliable, portable, industrial-strength code. We do not claim to have +achieved that goal in every aspect of the software, but we strive for it. + +We welcome the use of this software as a component of commercial products. +No royalty is required, but we do ask for an acknowledgement in product +documentation, as described under LEGAL ISSUES. + + +LEGAL ISSUES +============ + +In plain English: + +1. We don't promise that this software works. (But if you find any bugs, + please let us know!) +2. You can use this software for whatever you want. You don't have to pay us. +3. You may not pretend that you wrote this software. If you use it in a + program, you must acknowledge somewhere in your documentation that + you've used the IJG code. + +In legalese: + +The authors make NO WARRANTY or representation, either express or implied, +with respect to this software, its quality, accuracy, merchantability, or +fitness for a particular purpose. This software is provided "AS IS", and you, +its user, assume the entire risk as to its quality and accuracy. + +This software is copyright (C) 1991-1998, Thomas G. Lane. +All Rights Reserved except as specified below. + +Permission is hereby granted to use, copy, modify, and distribute this +software (or portions thereof) for any purpose, without fee, subject to these +conditions: +(1) If any part of the source code for this software is distributed, then this +README file must be included, with this copyright and no-warranty notice +unaltered; and any additions, deletions, or changes to the original files +must be clearly indicated in accompanying documentation. +(2) If only executable code is distributed, then the accompanying +documentation must state that "this software is based in part on the work of +the Independent JPEG Group". +(3) Permission for use of this software is granted only if the user accepts +full responsibility for any undesirable consequences; the authors accept +NO LIABILITY for damages of any kind. + +These conditions apply to any software derived from or based on the IJG code, +not just to the unmodified library. If you use our work, you ought to +acknowledge us. + +Permission is NOT granted for the use of any IJG author's name or company name +in advertising or publicity relating to this software or products derived from +it. This software may be referred to only as "the Independent JPEG Group's +software". + +We specifically permit and encourage the use of this software as the basis of +commercial products, provided that all warranty or liability claims are +assumed by the product vendor. + + +ansi2knr.c is included in this distribution by permission of L. Peter Deutsch, +sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA. +ansi2knr.c is NOT covered by the above copyright and conditions, but instead +by the usual distribution terms of the Free Software Foundation; principally, +that you must include source code if you redistribute it. (See the file +ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part +of any program generated from the IJG code, this does not limit you more than +the foregoing paragraphs do. + +The Unix configuration script "configure" was produced with GNU Autoconf. +It is copyright by the Free Software Foundation but is freely distributable. +The same holds for its supporting scripts (config.guess, config.sub, +ltconfig, ltmain.sh). Another support script, install-sh, is copyright +by M.I.T. but is also freely distributable. + +It appears that the arithmetic coding option of the JPEG spec is covered by +patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot +legally be used without obtaining one or more licenses. For this reason, +support for arithmetic coding has been removed from the free JPEG software. +(Since arithmetic coding provides only a marginal gain over the unpatented +Huffman mode, it is unlikely that very many implementations will support it.) +So far as we are aware, there are no patent restrictions on the remaining +code. + +The IJG distribution formerly included code to read and write GIF files. +To avoid entanglement with the Unisys LZW patent, GIF reading support has +been removed altogether, and the GIF writer has been simplified to produce +"uncompressed GIFs". This technique does not use the LZW algorithm; the +resulting GIF files are larger than usual, but are readable by all standard +GIF decoders. + +We are required to state that + "The Graphics Interchange Format(c) is the Copyright property of + CompuServe Incorporated. GIF(sm) is a Service Mark property of + CompuServe Incorporated." + + +REFERENCES +========== + +We highly recommend reading one or more of these references before trying to +understand the innards of the JPEG software. + +The best short technical introduction to the JPEG compression algorithm is + Wallace, Gregory K. "The JPEG Still Picture Compression Standard", + Communications of the ACM, April 1991 (vol. 34 no. 4), pp. 30-44. +(Adjacent articles in that issue discuss MPEG motion picture compression, +applications of JPEG, and related topics.) If you don't have the CACM issue +handy, a PostScript file containing a revised version of Wallace's article is +available at ftp://ftp.uu.net/graphics/jpeg/wallace.ps.gz. The file (actually +a preprint for an article that appeared in IEEE Trans. Consumer Electronics) +omits the sample images that appeared in CACM, but it includes corrections +and some added material. Note: the Wallace article is copyright ACM and IEEE, +and it may not be used for commercial purposes. + +A somewhat less technical, more leisurely introduction to JPEG can be found in +"The Data Compression Book" by Mark Nelson and Jean-loup Gailly, published by +M&T Books (New York), 2nd ed. 1996, ISBN 1-55851-434-1. This book provides +good explanations and example C code for a multitude of compression methods +including JPEG. It is an excellent source if you are comfortable reading C +code but don't know much about data compression in general. The book's JPEG +sample code is far from industrial-strength, but when you are ready to look +at a full implementation, you've got one here... + +The best full description of JPEG is the textbook "JPEG Still Image Data +Compression Standard" by William B. Pennebaker and Joan L. Mitchell, published +by Van Nostrand Reinhold, 1993, ISBN 0-442-01272-1. Price US$59.95, 638 pp. +The book includes the complete text of the ISO JPEG standards (DIS 10918-1 +and draft DIS 10918-2). This is by far the most complete exposition of JPEG +in existence, and we highly recommend it. + +The JPEG standard itself is not available electronically; you must order a +paper copy through ISO or ITU. (Unless you feel a need to own a certified +official copy, we recommend buying the Pennebaker and Mitchell book instead; +it's much cheaper and includes a great deal of useful explanatory material.) +In the USA, copies of the standard may be ordered from ANSI Sales at (212) +642-4900, or from Global Engineering Documents at (800) 854-7179. (ANSI +doesn't take credit card orders, but Global does.) It's not cheap: as of +1992, ANSI was charging $95 for Part 1 and $47 for Part 2, plus 7% +shipping/handling. The standard is divided into two parts, Part 1 being the +actual specification, while Part 2 covers compliance testing methods. Part 1 +is titled "Digital Compression and Coding of Continuous-tone Still Images, +Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS +10918-1, ITU-T T.81. Part 2 is titled "Digital Compression and Coding of +Continuous-tone Still Images, Part 2: Compliance testing" and has document +numbers ISO/IEC IS 10918-2, ITU-T T.83. + +Some extensions to the original JPEG standard are defined in JPEG Part 3, +a newer ISO standard numbered ISO/IEC IS 10918-3 and ITU-T T.84. IJG +currently does not support any Part 3 extensions. + +The JPEG standard does not specify all details of an interchangeable file +format. For the omitted details we follow the "JFIF" conventions, revision +1.02. A copy of the JFIF spec is available from: + Literature Department + C-Cube Microsystems, Inc. + 1778 McCarthy Blvd. + Milpitas, CA 95035 + phone (408) 944-6300, fax (408) 944-6314 +A PostScript version of this document is available by FTP at +ftp://ftp.uu.net/graphics/jpeg/jfif.ps.gz. There is also a plain text +version at ftp://ftp.uu.net/graphics/jpeg/jfif.txt.gz, but it is missing +the figures. + +The TIFF 6.0 file format specification can be obtained by FTP from +ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme +found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems. +IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6). +Instead, we recommend the JPEG design proposed by TIFF Technical Note #2 +(Compression tag 7). Copies of this Note can be obtained from ftp.sgi.com or +from ftp://ftp.uu.net/graphics/jpeg/. It is expected that the next revision +of the TIFF spec will replace the 6.0 JPEG design with the Note's design. +Although IJG's own code does not support TIFF/JPEG, the free libtiff library +uses our library to implement TIFF/JPEG per the Note. libtiff is available +from ftp://ftp.sgi.com/graphics/tiff/. + + +ARCHIVE LOCATIONS +================= + +The "official" archive site for this software is ftp.uu.net (Internet +address 192.48.96.9). The most recent released version can always be found +there in directory graphics/jpeg. This particular version will be archived +as ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz. If you don't have +direct Internet access, UUNET's archives are also available via UUCP; contact +help@uunet.uu.net for information on retrieving files that way. + +Numerous Internet sites maintain copies of the UUNET files. However, only +ftp.uu.net is guaranteed to have the latest official version. + +You can also obtain this software in DOS-compatible "zip" archive format from +the SimTel archives (ftp://ftp.simtel.net/pub/simtelnet/msdos/graphics/), or +on CompuServe in the Graphics Support forum (GO CIS:GRAPHSUP), library 12 +"JPEG Tools". Again, these versions may sometimes lag behind the ftp.uu.net +release. + +The JPEG FAQ (Frequently Asked Questions) article is a useful source of +general information about JPEG. It is updated constantly and therefore is +not included in this distribution. The FAQ is posted every two weeks to +Usenet newsgroups comp.graphics.misc, news.answers, and other groups. +It is available on the World Wide Web at http://www.faqs.org/faqs/jpeg-faq/ +and other news.answers archive sites, including the official news.answers +archive at rtfm.mit.edu: ftp://rtfm.mit.edu/pub/usenet/news.answers/jpeg-faq/. +If you don't have Web or FTP access, send e-mail to mail-server@rtfm.mit.edu +with body + send usenet/news.answers/jpeg-faq/part1 + send usenet/news.answers/jpeg-faq/part2 + + +RELATED SOFTWARE +================ + +Numerous viewing and image manipulation programs now support JPEG. (Quite a +few of them use this library to do so.) The JPEG FAQ described above lists +some of the more popular free and shareware viewers, and tells where to +obtain them on Internet. + +If you are on a Unix machine, we highly recommend Jef Poskanzer's free +PBMPLUS software, which provides many useful operations on PPM-format image +files. In particular, it can convert PPM images to and from a wide range of +other formats, thus making cjpeg/djpeg considerably more useful. The latest +version is distributed by the NetPBM group, and is available from numerous +sites, notably ftp://wuarchive.wustl.edu/graphics/graphics/packages/NetPBM/. +Unfortunately PBMPLUS/NETPBM is not nearly as portable as the IJG software is; +you are likely to have difficulty making it work on any non-Unix machine. + +A different free JPEG implementation, written by the PVRG group at Stanford, +is available from ftp://havefun.stanford.edu/pub/jpeg/. This program +is designed for research and experimentation rather than production use; +it is slower, harder to use, and less portable than the IJG code, but it +is easier to read and modify. Also, the PVRG code supports lossless JPEG, +which we do not. (On the other hand, it doesn't do progressive JPEG.) + + +FILE FORMAT WARS +================ + +Some JPEG programs produce files that are not compatible with our library. +The root of the problem is that the ISO JPEG committee failed to specify a +concrete file format. Some vendors "filled in the blanks" on their own, +creating proprietary formats that no one else could read. (For example, none +of the early commercial JPEG implementations for the Macintosh were able to +exchange compressed files.) + +The file format we have adopted is called JFIF (see REFERENCES). This format +has been agreed to by a number of major commercial JPEG vendors, and it has +become the de facto standard. JFIF is a minimal or "low end" representation. +We recommend the use of TIFF/JPEG (TIFF revision 6.0 as modified by TIFF +Technical Note #2) for "high end" applications that need to record a lot of +additional data about an image. TIFF/JPEG is fairly new and not yet widely +supported, unfortunately. + +The upcoming JPEG Part 3 standard defines a file format called SPIFF. +SPIFF is interoperable with JFIF, in the sense that most JFIF decoders should +be able to read the most common variant of SPIFF. SPIFF has some technical +advantages over JFIF, but its major claim to fame is simply that it is an +official standard rather than an informal one. At this point it is unclear +whether SPIFF will supersede JFIF or whether JFIF will remain the de-facto +standard. IJG intends to support SPIFF once the standard is frozen, but we +have not decided whether it should become our default output format or not. +(In any case, our decoder will remain capable of reading JFIF indefinitely.) + +Various proprietary file formats incorporating JPEG compression also exist. +We have little or no sympathy for the existence of these formats. Indeed, +one of the original reasons for developing this free software was to help +force convergence on common, open format standards for JPEG files. Don't +use a proprietary file format! + + +TO DO +===== + +The major thrust for v7 will probably be improvement of visual quality. +The current method for scaling the quantization tables is known not to be +very good at low Q values. We also intend to investigate block boundary +smoothing, "poor man's variable quantization", and other means of improving +quality-vs-file-size performance without sacrificing compatibility. + +In future versions, we are considering supporting some of the upcoming JPEG +Part 3 extensions --- principally, variable quantization and the SPIFF file +format. + +As always, speeding things up is of great interest. + +Please send bug reports, offers of help, etc. to jpeg-info@uunet.uu.net. --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/META-INF/MANIFEST.MF +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.sparc64/META-INF/MANIFEST.MF @@ -0,0 +1,19 @@ +Manifest-Version: 1.0 +Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" +Bundle-Name: %fragmentName +Bundle-Vendor: %providerName +Bundle-SymbolicName: org.eclipse.swt.gtk.linux.sparc64; singleton:=true +Bundle-Version: 3.5.1.qualifier +Bundle-ManifestVersion: 2 +Bundle-Localization: fragment +Export-Package: + org.eclipse.swt.internal.accessibility.gtk; x-internal:=true, + org.eclipse.swt.internal.cairo; x-internal:=true, + org.eclipse.swt.internal.cde; x-internal:=true, + org.eclipse.swt.internal.gnome; x-internal:=true, + org.eclipse.swt.internal.gtk; x-internal:=true, + org.eclipse.swt.internal.mozilla; x-internal:=true, + org.eclipse.swt.internal.opengl.glx; x-internal:=true +Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=sparc64)) +Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0, + J2SE-1.3 --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ppc64/launcher.gtk.linux.ppc64.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ppc64/launcher.gtk.linux.ppc64.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2007 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +pluginName = Equinox Launcher Linux PPC Fragment +providerName = Eclipse.org - Equinox --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ppc64/about.html +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ppc64/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 5, 2006

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). +Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor’s license +that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ppc64/build.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ppc64/build.properties @@ -0,0 +1,7 @@ +bin.includes = META-INF/,\ + eclipse_*.so,\ + launcher.gtk.linux.ppc64.properties,\ + about.html + +customBuildCallbacks=customBuildCallbacks.xml +generateSourceBundle=false --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ppc64/customBuildCallbacks.xml +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ppc64/customBuildCallbacks.xml @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ppc64/.project +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ppc64/.project @@ -0,0 +1,22 @@ + + + org.eclipse.equinox.launcher.gtk.linux.ppc64 + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ppc64/.settings/org.eclipse.pde.core.prefs +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ppc64/.settings/org.eclipse.pde.core.prefs @@ -0,0 +1,4 @@ +#Wed Dec 06 11:44:00 EST 2006 +eclipse.preferences.version=1 +pluginProject.extensions=false +resolve.requirebundle=false --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ppc64/META-INF/MANIFEST.MF +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ppc64/META-INF/MANIFEST.MF @@ -0,0 +1,10 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName +Bundle-Vendor: %providerName +Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.ppc64;singleton:=true +Bundle-Version: 1.0.200.qualifier +Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1.0)" +Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=ppc64)) +Bundle-Localization: launcher.gtk.linux.ppc64 +Eclipse-BundleShape: dir --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.arm/about.html +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.arm/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 2, 2006

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.arm/fragment.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.arm/fragment.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2006 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +fragmentName = Core File System for Linux PPC +providerName = Eclipse.org --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.arm/build.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.arm/build.properties @@ -0,0 +1,16 @@ +############################################################################### +# Copyright (c) 2006, 2007 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +bin.includes = META-INF/,\ + about.html,\ + os/,\ + fragment.properties +src.includes = about.html +generateSourceBundle=false --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.arm/.project +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.arm/.project @@ -0,0 +1,22 @@ + + + org.eclipse.core.filesystem.linux.arm + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.arm/META-INF/MANIFEST.MF +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.arm/META-INF/MANIFEST.MF @@ -0,0 +1,9 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %fragmentName +Bundle-SymbolicName: org.eclipse.core.filesystem.linux.arm;singleton:=true +Bundle-Version: 1.0.100.qualifier +Bundle-Vendor: %providerName +Fragment-Host: org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)" +Bundle-Localization: fragment +Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=arm)) --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/buildLibraries.csh +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/buildLibraries.csh @@ -0,0 +1,21 @@ +echo Building LINUX PPC GTK + +# These variables must be set to reflect the compilation context +setenv CAIROPATH /bluebird/teamswt/swt-builddir/cairo/ppc64/cairo-1.0.2/lib/pkgconfig/ +setenv JAVA_HOME /bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142 +setenv MOZILLA_SDK /bluebird/teamswt/swt-builddir/mozilla/1.7/ppc64/mozilla/dist/sdk +setenv XULRUNNER_SDK /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ppc64/mozilla/dist/sdk/ + +setenv MODEL ppc64 +setenv MOZILLA_INCLUDES "-include ${MOZILLA_SDK}/include/mozilla-config.h -I${MOZILLA_SDK}/include" +setenv MOZILLA_LIBS "-L${MOZILLA_SDK}/lib -L${MOZILLA_SDK}/bin -lxpcom -lnspr4 -lplds4 -lplc4" +setenv XULRUNNER_INCLUDES "-include ${XULRUNNER_SDK}/include/mozilla-config.h -I${XULRUNNER_SDK}/include" +setenv XULRUNNER_LIBS "-L${XULRUNNER_SDK}/lib -lxpcomglue" + +cd ../org.eclipse.swt/bin/library/ +sh build.sh clean +sh build.sh make_mozilla make_xulrunner make_xpcominit install + +setenv PKG_CONFIG_PATH ${CAIROPATH} +sh build.sh clean +sh build.sh install --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/about.html +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/about.html @@ -0,0 +1,262 @@ + + + + +About + + +

About This Content

+ +

August 17, 2006

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ +

Third Party Content

+ +

The Content includes items that have been sourced from third parties as set out below. If you +did not receive this Content directly from the Eclipse Foundation, the following is provided +for informational purposes only, and you should look to the Redistributor’s license for +terms and conditions of use.

+ +

Gnome Binding

+ +

The "Gnome Binding" is a binding to the Gnome API. The Content may include any or all of the following files:

+ +

The following files in the plug-in JAR shall be defined as the native code portion of the Gnome Binding:

+
    +
  • libswt-gnome-gtk-xxxx.so (where "xxxx" is the version number)
  • +
+ +

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Gnome Binding:

+
    +
  • The contents of the directory org/eclipse/swt/internal/gnome (but not including any sub-directories)
  • +
+ +

The Gnome Binding contains portions of Gnome ("Library"). Gnome is made available by The Free Software Foundation. Use of the Library is governed by the terms and +conditions of the GNU Lesser General Public License Version 2.1 ("LGPL"). Use of the Gnome Binding on a standalone +basis, is also governed by the terms and conditions of the LGPL. A copy of the LGPL is provided with the Content (lgpl-v21.txt) and is also available at +http://www.gnu.org/licenses/lgpl.html.

+ +

In accordance with Section 6 of the LGPL, you may combine or link a "work that uses the Library" (e.g. the SWT) with the Library to produce a work +containing portions of the Library (e.g. the Gnome Binding) and distribute that work under the terms of your choice (e.g. the EPL) provided you comply with all +other terms and conditions of Section 6 as well as other Sections of the LGPL. Please note, if you modify the Gnome Binding such modifications shall be +governed by the terms and conditions of the LGPL. Also note, the terms of the EPL permit you to modify the combined work and the source code of the combined +work is provided for debugging purposes so there is no need to reverse engineer the combined work.

+ +

GTK+ Binding

+ +

The "GTK+ Binding" is a binding to the GTK+ API. The Content may include any or all of the following files:

+ +

The following files in the plug-in JAR shall be defined as the native code portion of the GTK+ Binding:

+
    +
  • libswt-atk-gtk-xxxx.so (where "xxxx" is the version number)
  • +
  • libswt-pi-gtk-xxxx.so (where "xxxx" is the version number)
  • +
+ +

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the GTK+ Binding:

+
    +
  • The contents of the directory org/eclipse/swt/internal/accessibility/gtk (but not including any sub-directories)
  • +
  • The contents of the directory org/eclipse/swt/internal/cde (but not including any sub-directories)
  • +
  • The contents of the directory org/eclipse/swt/internal/gtk (but not including any sub-directories)
  • +
  • The contents of the directory org/eclipse/swt/internal/kde (but not including any sub-directories)
  • +
+ +

The GTK+ Binding contains portions of GTK+ ("Library"). GTK+ is made available by The Free Software Foundation. Use of the Library is governed by the terms and +conditions of the GNU Lesser General Public License Version 2.1 ("LGPL"). Use of the GTK+ Binding on a standalone +basis, is also governed by the terms and conditions of the LGPL. A copy of the LGPL is provided with the Content (lgpl-v21.txt) and is also available at +http://www.gnu.org/licenses/lgpl.html.

+ +

In accordance with Section 6 of the LGPL, you may combine or link a "work that uses the Library" (e.g. the SWT) with the Library to produce a work +containing portions of the Library (e.g. the GTK+ Binding) and distribute that work under the terms of your choice (e.g. the EPL) provided you comply with all +other terms and conditions of Section 6 as well as other Sections of the LGPL. Please note, if you modify the GTK+ Binding such modifications shall be +governed by the terms and conditions of the LGPL. Also note, the terms of the EPL permit you to modify the combined work and the source code of the combined +work is provided for debugging purposes so there is no need to reverse engineer the combined work.

+ +

Mozilla Binding

+ +

The "Mozilla Binding" is a binding to the Mozilla API. The Content may include any or all of the following files:

+ +

The following files in the plug-in JAR shall be defined as the native code portion of the Mozilla Binding:

+
    +
  • libswt-mozilla-gtk-xxxx.so (where "xxxx" is the version number)
  • +
  • libswt-xulrunner-gtk-xxxx.so (where "xxxx" is the version number)
  • +
  • libswt-xpcominit-gtk-xxxx.so (where "xxxx" is the version number)
  • +
+ +

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Mozilla Binding:

+
    +
  • The contents of the directory org/eclipse/swt/internal/mozilla (but not including any sub-directories)
  • +
+ +

The Mozilla Binding contains portions of Mozilla ("Mozilla"). Mozilla is made available by Mozilla.org. Use of Mozilla is governed by the terms and +conditions of the Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided with the Content (mpl-v11.txt) and is also available at +http://www.mozilla.org/MPL/MPL-1.1.html.

+ +

XULRunner 1.9 (subset, derivative work)

+ +The library swt-xulrunner-gtk-xxxx.dll (where "xxxx" is the version number) contains a small portion of XULRunner 1.9 content (header files) that have +been modified from the Original Code provided by mozilla.org, and whose Initial Developer is Netscape Communications Corporation. Use of this code is governed by +the terms and conditions of the Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided with the Content (mpl-v11.txt) +and is also available at http://www.mozilla.org/MPL/MPL-1.1.html. +

The changed files are: +

    +
  • org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext.h +
  • org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptGlobalObject.h +
+Changes to the original files were made by SWT on April 7, 2009 and are marked with trailing comment "//SWT-20090407". + +

Cairo Binding

+ +

The "Cairo Binding" is a binding to the Cairo API. The Content may include any or all of the following files:

+ +

The following files in the plug-in JAR shall be defined as the native code portion of the Cairo Binding:

+
    +
  • libswt-cairo-gtk-xxxx.so (where "xxxx" is the version number)
  • +
+ +

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Cairo Binding:

+
    +
  • The contents of the directory org/eclipse/swt/internal/cairo (but not including any sub-directories)
  • +
+ +

The Cairo Binding contains portions of Cairo ("Cairo"). Cairo is made available by the Cairo project at +http://www.cairographics.org. Use of Cairo by the Cairo Binding is governed by the terms and +conditions of the Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is +provided with the Content (mpl-v11.txt) and is also available at http://www.mozilla.org/MPL/MPL-1.1.html.

+ +

Cairo for Linux

+ +

Refer to the file about_files/about_cairo.html for licensing details about "Cairo for Linux." + +

Independent JPEG Group's JPEG software release 6b

+ +

This software is based in part on the work of the Independent JPEG Group's JPEG software release 6b ("LIBJPEG"). +LIBJPEG was used to implement the decoding of JPEG format files in Java (TM). The Content does NOT include any portion of the LIBJPEG file ansi2knr.c.

+ +

Your use of LIBJPEG is subject to the terms and conditions located in the about_files/IJG_README file which is included +with the Content.

+ +

The IJG's website is located at http://ijg.org.

+ +

The class org.eclipse.swt.internal.image.JPEGFileFormat is based on following files from LIBJPEG:

+ +
    +
  • cderror.h
  • +
  • cdjpeg.h
  • +
  • jchuff.h
  • +
  • jdcolor.c
  • +
  • jdct.h
  • +
  • jdhuff.h
  • +
  • jerror.h
  • +
  • jidctint.c
  • +
  • jinclude.h
  • +
  • jmemsys.h
  • +
  • jmorecfg.h
  • +
  • jpegint.h
  • +
  • jpeglib.h
  • +
  • jversion.h
  • +
  • transupp.h
  • +
+ +

The class org.eclipse.swt.internal.image.JPEGDecoder is based on the following files from LIBJPEG:

+ +
    +
  • jcapimin.c
  • +
  • jcapistd.c
  • +
  • jccoefct.c
  • +
  • jccolor.c
  • +
  • jcdctmgr.c
  • +
  • jchuff.c
  • +
  • jcinit.c
  • +
  • jcmainct.c
  • +
  • jcmarker.c
  • +
  • jcmaster.c
  • +
  • jcomapi.c
  • +
  • jcparam.c
  • +
  • jcphuff.c
  • +
  • jcprepct.c
  • +
  • jcsample.c
  • +
  • jctrans.c
  • +
  • jdapimin.c
  • +
  • jdapistd.c
  • +
  • jdatadst.c
  • +
  • jdatasrc.c
  • +
  • jdcoefct.c
  • +
  • jdcolor.c
  • +
  • jddctmgr.c
  • +
  • jdhuff.c
  • +
  • jdinput.c
  • +
  • jdmainct.c
  • +
  • jdmarker.c
  • +
  • jdmaster.c
  • +
  • jdmerge.c
  • +
  • jdphuff.c
  • +
  • jdpostct.c
  • +
  • jdsample.c
  • +
  • jdtrans.c
  • +
  • jerror.c
  • +
  • jfdctflt.c
  • +
  • jfdctfst.c
  • +
  • jfdctint.c
  • +
  • jidctflt.c
  • +
  • jidctfst.c
  • +
  • jidctint.c
  • +
  • jidctred.c
  • +
  • jpegtran.c
  • +
  • jquant1.c
  • +
  • jquant2.c
  • +
  • jutils.c
  • +
  • cderror.h
  • +
  • cdjpeg.h
  • +
  • jchuff.h
  • +
  • jconfig.h
  • +
  • jdct.h
  • +
  • jdhuff.h
  • +
  • jerror.h
  • +
  • jinclude.h
  • +
  • jmorecfg.h
  • +
  • jpegint.h
  • +
  • jpeglib.h
  • +
  • jversion.h
  • +
  • transupp.h
  • +
+ +

The following changes were made to the LIBJPEG code in the Content:

+ +
    +
  1. In Java, pointer math is not allowed so indexing was used instead.
  2. +
  3. Function pointers were replaced with switch statements.
  4. +
  5. The virtual memory, tracing and progress monitoring were removed.
  6. +
  7. The error handling was simplified and now uses Java exceptions.
  8. +
+ +

PuTTY 0.58 (derivative work)

+ +

Portions of the SWT class org/eclipse/swt/internal/image/PngDeflater are based on PuTTY's sshzlib.c. PuTTY is made available by Mozilla.org. Use of PuTTY is governed by the terms and +conditions of the the following MIT-style license:

+
+

PuTTY is copyright 1997-2007 Simon Tatham.

+

Portions copyright Robert de Bath, Joris van Rantwijk, Delian Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, Justin Bradford, Ben Harris, Malcolm Smith, Ahmad Khalifa, Markus Kuhn, and CORE SDI S.A.

+

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

+

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

+

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SIMON TATHAM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+
+

A copy of the license is also available at http://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html.

+ +

Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.

+ + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/build.xml +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/build.xml @@ -0,0 +1,414 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/console.txt +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/console.txt @@ -0,0 +1,91 @@ +LINUX PPC GTK on eclipsebuildserv +libgnomeui-2.0 found, compiling SWT program support using GNOME +Cairo found, compiling SWT support for the cairo graphics library. +Building SWT/GTK+ for linux ppc64 +rm -f *.o *.so +libgnomeui-2.0 found, compiling SWT program support using GNOME +Cairo found, compiling SWT support for the cairo graphics library. +Building SWT/GTK+ for linux ppc64 +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC -c swt.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC -c -o c.o c.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC -c -o c_stats.o c_stats.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC -DUSE_ASSEMBLER -c callback.c +gcc -shared -fPIC -s -o libswt-gtk-3336.so swt.o c.o c_stats.o callback.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_custom.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L gtk+-2.0 gthread-2.0` -lgtk-x11-2.0 -lgthread-2.0 -L/usr/X11R6/lib -lXtst -o libswt-pi-gtk-3336.so swt.o os.o os_structs.o os_custom.o os_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_custom.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L atk gtk+-2.0` -latk-1.0 -lgtk-x11-2.0 -o libswt-atk-gtk-3336.so swt.o atk.o atk_structs.o atk_custom.o atk_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -lgnomevfs-2 -lgnome-2 -lgnomeui-2 -o libswt-gnome-gtk-3336.so swt.o gnome.o gnome_structs.o gnome_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC -c glx.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC -c glx_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC -c glx_stats.c +gcc -shared -fPIC -s -shared -fPIC -L/usr/X11R6/lib -lGL -lGLU -lm -o libswt-glx-gtk-3336.so swt.o glx.o glx_structs.o glx_stats.o +make: Nothing to be done for `make_gnome'. +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L cairo` -lcairo -o libswt-cairo-gtk-3336.so swt.o cairo.o cairo_structs.o cairo_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC -c -o swt_awt.o swt_awt.c +gcc -L/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/jre/bin -ljawt -shared -s -o libswt-awt-gtk-3336.so swt_awt.o +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -DNO_XPCOMGlueShutdown -DNO_XPCOMGlueStartup -include /bluebird/teamswt/swt-builddir/mozilla/1.7/ppc64/mozilla/dist/sdk/include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/mozilla/1.7/ppc64/mozilla/dist/sdk/include -c xpcom.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -include /bluebird/teamswt/swt-builddir/mozilla/1.7/ppc64/mozilla/dist/sdk/include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/mozilla/1.7/ppc64/mozilla/dist/sdk/include -c xpcom_custom.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -include /bluebird/teamswt/swt-builddir/mozilla/1.7/ppc64/mozilla/dist/sdk/include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/mozilla/1.7/ppc64/mozilla/dist/sdk/include -c xpcom_structs.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -include /bluebird/teamswt/swt-builddir/mozilla/1.7/ppc64/mozilla/dist/sdk/include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/mozilla/1.7/ppc64/mozilla/dist/sdk/include -c xpcom_stats.cpp +g++ -o libswt-mozilla-gtk-3336.so swt.o xpcom.o xpcom_custom.o xpcom_structs.o xpcom_stats.o -shared -Wl,--version-script=mozilla_exports -Bsymbolic -s -L/bluebird/teamswt/swt-builddir/mozilla/1.7/ppc64/mozilla/dist/sdk/lib -L/bluebird/teamswt/swt-builddir/mozilla/1.7/ppc64/mozilla/dist/sdk/bin -lxpcom -lnspr4 -lplds4 -lplc4 +g++ -o xpcomxul.o -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ppc64/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ppc64/mozilla/dist/sdk//include -c xpcom.cpp +g++ -o xpcomxul_custom.o -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ppc64/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ppc64/mozilla/dist/sdk//include -c xpcom_custom.cpp +g++ -o xpcomxul_structs.o -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ppc64/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ppc64/mozilla/dist/sdk//include -c xpcom_structs.cpp +g++ -o xpcomxul_stats.o -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ppc64/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ppc64/mozilla/dist/sdk//include -c xpcom_stats.cpp +g++ -o libswt-xulrunner-gtk-3336.so swt.o xpcomxul.o xpcomxul_custom.o xpcomxul_structs.o xpcomxul_stats.o -shared -Wl,--version-script=mozilla_exports -Bsymbolic -s -L/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ppc64/mozilla/dist/sdk//lib -lxpcomglue +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ppc64/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ppc64/mozilla/dist/sdk//include -c xpcominit.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ppc64/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ppc64/mozilla/dist/sdk//include -c xpcominit_structs.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ppc64/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ppc64/mozilla/dist/sdk//include -c xpcominit_stats.cpp +g++ -o libswt-xpcominit-gtk-3336.so swt.o xpcominit.o xpcominit_structs.o xpcominit_stats.o -shared -Wl,--version-script=mozilla_exports -Bsymbolic -s -L/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/ppc64/mozilla/dist/sdk//lib -lxpcomglue +cp *.so ../../../org.eclipse.swt.gtk.linux.ppc64 +libgnomeui-2.0 found, compiling SWT program support using GNOME +Cairo found, compiling SWT support for the cairo graphics library. +Building SWT/GTK+ for linux ppc64 +rm -f *.o *.so +libgnomeui-2.0 found, compiling SWT program support using GNOME +Cairo found, compiling SWT support for the cairo graphics library. +Building SWT/GTK+ for linux ppc64 +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC -c swt.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC -c -o c.o c.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC -c -o c_stats.o c_stats.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC -DUSE_ASSEMBLER -c callback.c +gcc -shared -fPIC -s -o libswt-gtk-3336.so swt.o c.o c_stats.o callback.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_custom.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L gtk+-2.0 gthread-2.0` -lgtk-x11-2.0 -lgthread-2.0 -L/usr/X11R6/lib -lXtst -o libswt-pi-gtk-3336.so swt.o os.o os_structs.o os_custom.o os_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_custom.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L atk gtk+-2.0` -latk-1.0 -lgtk-x11-2.0 -o libswt-atk-gtk-3336.so swt.o atk.o atk_structs.o atk_custom.o atk_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -lgnomevfs-2 -lgnome-2 -lgnomeui-2 -o libswt-gnome-gtk-3336.so swt.o gnome.o gnome_structs.o gnome_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC -c glx.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC -c glx_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC -c glx_stats.c +gcc -shared -fPIC -s -shared -fPIC -L/usr/X11R6/lib -lGL -lGLU -lm -o libswt-glx-gtk-3336.so swt.o glx.o glx_structs.o glx_stats.o +make: Nothing to be done for `make_gnome'. +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L cairo` -lcairo -o libswt-cairo-gtk-3336.so swt.o cairo.o cairo_structs.o cairo_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/include/linux -fPIC -c -o swt_awt.o swt_awt.c +gcc -L/bluebird/teamswt/swt-builddir/IBMJava2-ppc64-142/jre/bin -ljawt -shared -s -o libswt-awt-gtk-3336.so swt_awt.o +cp *.so ../../../org.eclipse.swt.gtk.linux.ppc64 --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/fragment.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/fragment.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2000, 2005 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +fragmentName = Standard Widget Toolkit for GTK 2.0 +providerName = Eclipse.org --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/build.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/build.properties @@ -0,0 +1,11 @@ +############################################################################### +# Copyright (c) 2000, 2005 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +custom = true --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/.project +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/.project @@ -0,0 +1,28 @@ + + + org.eclipse.swt.gtk.linux.ppc64 + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + org.eclipse.pde.api.tools.apiAnalysisBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.pde.api.tools.apiAnalysisNature + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/about_files/lgpl-v21.txt +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/about_files/lgpl-v21.txt @@ -0,0 +1,506 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! + + + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/about_files/pixman-licenses.txt +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/about_files/pixman-licenses.txt @@ -0,0 +1,92 @@ +libpixregion + +Copyright 1987, 1998 The Open Group + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. + + +Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the name of Digital not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR +ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + +---------------------------------------------------------------------- +libic + +Copyright 2001 Keith Packard + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of Keith Packard not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. Keith Packard makes no +representations about the suitability of this software for any purpose. It +is provided "as is" without express or implied warranty. + +KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + +---------------------------------------------------------------------- +slim + +slim is Copyright 2003 Richard Henderson + +Permission to use, copy, modify, distribute, and sell this software +and its documentation for any purpose is hereby granted without fee, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the name of Richard Henderson not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. Richard Henderson +makes no representations about the suitability of this software for +any purpose. It is provided "as is" without express or implied +warranty. + +RICHARD HENDERSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL RICHARD HENDERSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF +USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/about_files/mpl-v11.txt +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/about_files/mpl-v11.txt @@ -0,0 +1,470 @@ + MOZILLA PUBLIC LICENSE + Version 1.1 + + --------------- + +1. Definitions. + + 1.0.1. "Commercial Use" means distribution or otherwise making the + Covered Code available to a third party. + + 1.1. "Contributor" means each entity that creates or contributes to + the creation of Modifications. + + 1.2. "Contributor Version" means the combination of the Original + Code, prior Modifications used by a Contributor, and the Modifications + made by that particular Contributor. + + 1.3. "Covered Code" means the Original Code or Modifications or the + combination of the Original Code and Modifications, in each case + including portions thereof. + + 1.4. "Electronic Distribution Mechanism" means a mechanism generally + accepted in the software development community for the electronic + transfer of data. + + 1.5. "Executable" means Covered Code in any form other than Source + Code. + + 1.6. "Initial Developer" means the individual or entity identified + as the Initial Developer in the Source Code notice required by Exhibit + A. + + 1.7. "Larger Work" means a work which combines Covered Code or + portions thereof with code not governed by the terms of this License. + + 1.8. "License" means this document. + + 1.8.1. "Licensable" means having the right to grant, to the maximum + extent possible, whether at the time of the initial grant or + subsequently acquired, any and all of the rights conveyed herein. + + 1.9. "Modifications" means any addition to or deletion from the + substance or structure of either the Original Code or any previous + Modifications. When Covered Code is released as a series of files, a + Modification is: + A. Any addition to or deletion from the contents of a file + containing Original Code or previous Modifications. + + B. Any new file that contains any part of the Original Code or + previous Modifications. + + 1.10. "Original Code" means Source Code of computer software code + which is described in the Source Code notice required by Exhibit A as + Original Code, and which, at the time of its release under this + License is not already Covered Code governed by this License. + + 1.10.1. "Patent Claims" means any patent claim(s), now owned or + hereafter acquired, including without limitation, method, process, + and apparatus claims, in any patent Licensable by grantor. + + 1.11. "Source Code" means the preferred form of the Covered Code for + making modifications to it, including all modules it contains, plus + any associated interface definition files, scripts used to control + compilation and installation of an Executable, or source code + differential comparisons against either the Original Code or another + well known, available Covered Code of the Contributor's choice. The + Source Code can be in a compressed or archival form, provided the + appropriate decompression or de-archiving software is widely available + for no charge. + + 1.12. "You" (or "Your") means an individual or a legal entity + exercising rights under, and complying with all of the terms of, this + License or a future version of this License issued under Section 6.1. + For legal entities, "You" includes any entity which controls, is + controlled by, or is under common control with You. For purposes of + this definition, "control" means (a) the power, direct or indirect, + to cause the direction or management of such entity, whether by + contract or otherwise, or (b) ownership of more than fifty percent + (50%) of the outstanding shares or beneficial ownership of such + entity. + +2. Source Code License. + + 2.1. The Initial Developer Grant. + The Initial Developer hereby grants You a world-wide, royalty-free, + non-exclusive license, subject to third party intellectual property + claims: + (a) under intellectual property rights (other than patent or + trademark) Licensable by Initial Developer to use, reproduce, + modify, display, perform, sublicense and distribute the Original + Code (or portions thereof) with or without Modifications, and/or + as part of a Larger Work; and + + (b) under Patents Claims infringed by the making, using or + selling of Original Code, to make, have made, use, practice, + sell, and offer for sale, and/or otherwise dispose of the + Original Code (or portions thereof). + + (c) the licenses granted in this Section 2.1(a) and (b) are + effective on the date Initial Developer first distributes + Original Code under the terms of this License. + + (d) Notwithstanding Section 2.1(b) above, no patent license is + granted: 1) for code that You delete from the Original Code; 2) + separate from the Original Code; or 3) for infringements caused + by: i) the modification of the Original Code or ii) the + combination of the Original Code with other software or devices. + + 2.2. Contributor Grant. + Subject to third party intellectual property claims, each Contributor + hereby grants You a world-wide, royalty-free, non-exclusive license + + (a) under intellectual property rights (other than patent or + trademark) Licensable by Contributor, to use, reproduce, modify, + display, perform, sublicense and distribute the Modifications + created by such Contributor (or portions thereof) either on an + unmodified basis, with other Modifications, as Covered Code + and/or as part of a Larger Work; and + + (b) under Patent Claims infringed by the making, using, or + selling of Modifications made by that Contributor either alone + and/or in combination with its Contributor Version (or portions + of such combination), to make, use, sell, offer for sale, have + made, and/or otherwise dispose of: 1) Modifications made by that + Contributor (or portions thereof); and 2) the combination of + Modifications made by that Contributor with its Contributor + Version (or portions of such combination). + + (c) the licenses granted in Sections 2.2(a) and 2.2(b) are + effective on the date Contributor first makes Commercial Use of + the Covered Code. + + (d) Notwithstanding Section 2.2(b) above, no patent license is + granted: 1) for any code that Contributor has deleted from the + Contributor Version; 2) separate from the Contributor Version; + 3) for infringements caused by: i) third party modifications of + Contributor Version or ii) the combination of Modifications made + by that Contributor with other software (except as part of the + Contributor Version) or other devices; or 4) under Patent Claims + infringed by Covered Code in the absence of Modifications made by + that Contributor. + +3. Distribution Obligations. + + 3.1. Application of License. + The Modifications which You create or to which You contribute are + governed by the terms of this License, including without limitation + Section 2.2. The Source Code version of Covered Code may be + distributed only under the terms of this License or a future version + of this License released under Section 6.1, and You must include a + copy of this License with every copy of the Source Code You + distribute. You may not offer or impose any terms on any Source Code + version that alters or restricts the applicable version of this + License or the recipients' rights hereunder. However, You may include + an additional document offering the additional rights described in + Section 3.5. + + 3.2. Availability of Source Code. + Any Modification which You create or to which You contribute must be + made available in Source Code form under the terms of this License + either on the same media as an Executable version or via an accepted + Electronic Distribution Mechanism to anyone to whom you made an + Executable version available; and if made available via Electronic + Distribution Mechanism, must remain available for at least twelve (12) + months after the date it initially became available, or at least six + (6) months after a subsequent version of that particular Modification + has been made available to such recipients. You are responsible for + ensuring that the Source Code version remains available even if the + Electronic Distribution Mechanism is maintained by a third party. + + 3.3. Description of Modifications. + You must cause all Covered Code to which You contribute to contain a + file documenting the changes You made to create that Covered Code and + the date of any change. You must include a prominent statement that + the Modification is derived, directly or indirectly, from Original + Code provided by the Initial Developer and including the name of the + Initial Developer in (a) the Source Code, and (b) in any notice in an + Executable version or related documentation in which You describe the + origin or ownership of the Covered Code. + + 3.4. Intellectual Property Matters + (a) Third Party Claims. + If Contributor has knowledge that a license under a third party's + intellectual property rights is required to exercise the rights + granted by such Contributor under Sections 2.1 or 2.2, + Contributor must include a text file with the Source Code + distribution titled "LEGAL" which describes the claim and the + party making the claim in sufficient detail that a recipient will + know whom to contact. If Contributor obtains such knowledge after + the Modification is made available as described in Section 3.2, + Contributor shall promptly modify the LEGAL file in all copies + Contributor makes available thereafter and shall take other steps + (such as notifying appropriate mailing lists or newsgroups) + reasonably calculated to inform those who received the Covered + Code that new knowledge has been obtained. + + (b) Contributor APIs. + If Contributor's Modifications include an application programming + interface and Contributor has knowledge of patent licenses which + are reasonably necessary to implement that API, Contributor must + also include this information in the LEGAL file. + + (c) Representations. + Contributor represents that, except as disclosed pursuant to + Section 3.4(a) above, Contributor believes that Contributor's + Modifications are Contributor's original creation(s) and/or + Contributor has sufficient rights to grant the rights conveyed by + this License. + + 3.5. Required Notices. + You must duplicate the notice in Exhibit A in each file of the Source + Code. If it is not possible to put such notice in a particular Source + Code file due to its structure, then You must include such notice in a + location (such as a relevant directory) where a user would be likely + to look for such a notice. If You created one or more Modification(s) + You may add your name as a Contributor to the notice described in + Exhibit A. You must also duplicate this License in any documentation + for the Source Code where You describe recipients' rights or ownership + rights relating to Covered Code. You may choose to offer, and to + charge a fee for, warranty, support, indemnity or liability + obligations to one or more recipients of Covered Code. However, You + may do so only on Your own behalf, and not on behalf of the Initial + Developer or any Contributor. You must make it absolutely clear than + any such warranty, support, indemnity or liability obligation is + offered by You alone, and You hereby agree to indemnify the Initial + Developer and every Contributor for any liability incurred by the + Initial Developer or such Contributor as a result of warranty, + support, indemnity or liability terms You offer. + + 3.6. Distribution of Executable Versions. + You may distribute Covered Code in Executable form only if the + requirements of Section 3.1-3.5 have been met for that Covered Code, + and if You include a notice stating that the Source Code version of + the Covered Code is available under the terms of this License, + including a description of how and where You have fulfilled the + obligations of Section 3.2. The notice must be conspicuously included + in any notice in an Executable version, related documentation or + collateral in which You describe recipients' rights relating to the + Covered Code. You may distribute the Executable version of Covered + Code or ownership rights under a license of Your choice, which may + contain terms different from this License, provided that You are in + compliance with the terms of this License and that the license for the + Executable version does not attempt to limit or alter the recipient's + rights in the Source Code version from the rights set forth in this + License. If You distribute the Executable version under a different + license You must make it absolutely clear that any terms which differ + from this License are offered by You alone, not by the Initial + Developer or any Contributor. You hereby agree to indemnify the + Initial Developer and every Contributor for any liability incurred by + the Initial Developer or such Contributor as a result of any such + terms You offer. + + 3.7. Larger Works. + You may create a Larger Work by combining Covered Code with other code + not governed by the terms of this License and distribute the Larger + Work as a single product. In such a case, You must make sure the + requirements of this License are fulfilled for the Covered Code. + +4. Inability to Comply Due to Statute or Regulation. + + If it is impossible for You to comply with any of the terms of this + License with respect to some or all of the Covered Code due to + statute, judicial order, or regulation then You must: (a) comply with + the terms of this License to the maximum extent possible; and (b) + describe the limitations and the code they affect. Such description + must be included in the LEGAL file described in Section 3.4 and must + be included with all distributions of the Source Code. Except to the + extent prohibited by statute or regulation, such description must be + sufficiently detailed for a recipient of ordinary skill to be able to + understand it. + +5. Application of this License. + + This License applies to code to which the Initial Developer has + attached the notice in Exhibit A and to related Covered Code. + +6. Versions of the License. + + 6.1. New Versions. + Netscape Communications Corporation ("Netscape") may publish revised + and/or new versions of the License from time to time. Each version + will be given a distinguishing version number. + + 6.2. Effect of New Versions. + Once Covered Code has been published under a particular version of the + License, You may always continue to use it under the terms of that + version. You may also choose to use such Covered Code under the terms + of any subsequent version of the License published by Netscape. No one + other than Netscape has the right to modify the terms applicable to + Covered Code created under this License. + + 6.3. Derivative Works. + If You create or use a modified version of this License (which you may + only do in order to apply it to code which is not already Covered Code + governed by this License), You must (a) rename Your license so that + the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", + "MPL", "NPL" or any confusingly similar phrase do not appear in your + license (except to note that your license differs from this License) + and (b) otherwise make it clear that Your version of the license + contains terms which differ from the Mozilla Public License and + Netscape Public License. (Filling in the name of the Initial + Developer, Original Code or Contributor in the notice described in + Exhibit A shall not of themselves be deemed to be modifications of + this License.) + +7. DISCLAIMER OF WARRANTY. + + COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF + DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. + THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE + IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, + YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE + COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER + OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF + ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + +8. TERMINATION. + + 8.1. This License and the rights granted hereunder will terminate + automatically if You fail to comply with terms herein and fail to cure + such breach within 30 days of becoming aware of the breach. All + sublicenses to the Covered Code which are properly granted shall + survive any termination of this License. Provisions which, by their + nature, must remain in effect beyond the termination of this License + shall survive. + + 8.2. If You initiate litigation by asserting a patent infringement + claim (excluding declatory judgment actions) against Initial Developer + or a Contributor (the Initial Developer or Contributor against whom + You file such action is referred to as "Participant") alleging that: + + (a) such Participant's Contributor Version directly or indirectly + infringes any patent, then any and all rights granted by such + Participant to You under Sections 2.1 and/or 2.2 of this License + shall, upon 60 days notice from Participant terminate prospectively, + unless if within 60 days after receipt of notice You either: (i) + agree in writing to pay Participant a mutually agreeable reasonable + royalty for Your past and future use of Modifications made by such + Participant, or (ii) withdraw Your litigation claim with respect to + the Contributor Version against such Participant. If within 60 days + of notice, a reasonable royalty and payment arrangement are not + mutually agreed upon in writing by the parties or the litigation claim + is not withdrawn, the rights granted by Participant to You under + Sections 2.1 and/or 2.2 automatically terminate at the expiration of + the 60 day notice period specified above. + + (b) any software, hardware, or device, other than such Participant's + Contributor Version, directly or indirectly infringes any patent, then + any rights granted to You by such Participant under Sections 2.1(b) + and 2.2(b) are revoked effective as of the date You first made, used, + sold, distributed, or had made, Modifications made by that + Participant. + + 8.3. If You assert a patent infringement claim against Participant + alleging that such Participant's Contributor Version directly or + indirectly infringes any patent where such claim is resolved (such as + by license or settlement) prior to the initiation of patent + infringement litigation, then the reasonable value of the licenses + granted by such Participant under Sections 2.1 or 2.2 shall be taken + into account in determining the amount or value of any payment or + license. + + 8.4. In the event of termination under Sections 8.1 or 8.2 above, + all end user license agreements (excluding distributors and resellers) + which have been validly granted by You or any distributor hereunder + prior to termination shall survive termination. + +9. LIMITATION OF LIABILITY. + + UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT + (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL + DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, + OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR + ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY + CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, + WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER + COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN + INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF + LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY + RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW + PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE + EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO + THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. + +10. U.S. GOVERNMENT END USERS. + + The Covered Code is a "commercial item," as that term is defined in + 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer + software" and "commercial computer software documentation," as such + terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 + C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), + all U.S. Government End Users acquire Covered Code with only those + rights set forth herein. + +11. MISCELLANEOUS. + + This License represents the complete agreement concerning subject + matter hereof. If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the extent + necessary to make it enforceable. This License shall be governed by + California law provisions (except to the extent applicable law, if + any, provides otherwise), excluding its conflict-of-law provisions. + With respect to disputes in which at least one party is a citizen of, + or an entity chartered or registered to do business in the United + States of America, any litigation relating to this License shall be + subject to the jurisdiction of the Federal Courts of the Northern + District of California, with venue lying in Santa Clara County, + California, with the losing party responsible for costs, including + without limitation, court costs and reasonable attorneys' fees and + expenses. The application of the United Nations Convention on + Contracts for the International Sale of Goods is expressly excluded. + Any law or regulation which provides that the language of a contract + shall be construed against the drafter shall not apply to this + License. + +12. RESPONSIBILITY FOR CLAIMS. + + As between Initial Developer and the Contributors, each party is + responsible for claims and damages arising, directly or indirectly, + out of its utilization of rights under this License and You agree to + work with Initial Developer and Contributors to distribute such + responsibility on an equitable basis. Nothing herein is intended or + shall be deemed to constitute any admission of liability. + +13. MULTIPLE-LICENSED CODE. + + Initial Developer may designate portions of the Covered Code as + "Multiple-Licensed". "Multiple-Licensed" means that the Initial + Developer permits you to utilize portions of the Covered Code under + Your choice of the NPL or the alternative licenses, if any, specified + by the Initial Developer in the file described in Exhibit A. + +EXHIBIT A -Mozilla Public License. + + ``The contents of this file are subject to the Mozilla Public License + Version 1.1 (the "License"); you may not use this file except in + compliance with the License. You may obtain a copy of the License at + http://www.mozilla.org/MPL/ + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the + License for the specific language governing rights and limitations + under the License. + + The Original Code is ______________________________________. + + The Initial Developer of the Original Code is ________________________. + Portions created by ______________________ are Copyright (C) ______ + _______________________. All Rights Reserved. + + Contributor(s): ______________________________________. + + Alternatively, the contents of this file may be used under the terms + of the _____ license (the "[___] License"), in which case the + provisions of [______] License are applicable instead of those + above. If you wish to allow use of your version of this file only + under the terms of the [____] License and not to allow others to use + your version of this file under the MPL, indicate your decision by + deleting the provisions above and replace them with the notice and + other provisions required by the [___] License. If you do not delete + the provisions above, a recipient may use your version of this file + under either the MPL or the [___] License." + + [NOTE: The text of this Exhibit A may differ slightly from the text of + the notices in the Source Code files of the Original Code. You should + use the text of this Exhibit A rather than the text found in the + Original Code Source Code for Your Modifications.] + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/about_files/about_cairo.html +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/about_files/about_cairo.html @@ -0,0 +1,48 @@ + + + +About + + + +

About This Content

+ +

March 27, 2006

+

License

+ +

The Eclipse Foundation has included the following package for your convenience:

+ +

Cairo 1.0.2 for Linux

+ +

Cairo for Linux ("Cairo") is developed by The Cairo Project (http://www.cairographics.org):

+ +

Cairo is delivered in the following file ("Cairo Library"):

+
    +
  • libcairo-swt.so
  • +
+ +

which was compiled from Cairo source code available at http://www.cairographics.org/snapshots.

+ +

Your use of the Cairo code in binary form is subject to +the terms and conditions of Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided (mpl-v11.txt) +and is also available at http://www.mozilla.org/MPL/MPL-1.1.html. + +

pixman 0.1.6

+ +

pixman ("pixman") is packaged within the Cairo Library and was compiled from source code available at +http://www.cairographics.org/snapshots. +pixman includes the following packages:

+ +
    +
  • libpixregion
  • +
  • libic
  • +
  • slim
  • +
+ +Your use of pixman is subject to the terms and conditions of the licenses in pixman-licenses.txt.

+ +

If you did not receive the Cairo Library directly from the Eclipse Foundation, the package is being redistributed by another party ("Redistributor") and different terms and conditions may +apply its use. Check the Redistributor's license that was provided with the content. If no such license exists, contact the Redistributor.

+ + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/about_files/IJG_README +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/about_files/IJG_README @@ -0,0 +1,385 @@ +The Independent JPEG Group's JPEG software +========================================== + +README for release 6b of 27-Mar-1998 +==================================== + +This distribution contains the sixth public release of the Independent JPEG +Group's free JPEG software. You are welcome to redistribute this software and +to use it for any purpose, subject to the conditions under LEGAL ISSUES, below. + +Serious users of this software (particularly those incorporating it into +larger programs) should contact IJG at jpeg-info@uunet.uu.net to be added to +our electronic mailing list. Mailing list members are notified of updates +and have a chance to participate in technical discussions, etc. + +This software is the work of Tom Lane, Philip Gladstone, Jim Boucher, +Lee Crocker, Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi, +Guido Vollbeding, Ge' Weijers, and other members of the Independent JPEG +Group. + +IJG is not affiliated with the official ISO JPEG standards committee. + + +DOCUMENTATION ROADMAP +===================== + +This file contains the following sections: + +OVERVIEW General description of JPEG and the IJG software. +LEGAL ISSUES Copyright, lack of warranty, terms of distribution. +REFERENCES Where to learn more about JPEG. +ARCHIVE LOCATIONS Where to find newer versions of this software. +RELATED SOFTWARE Other stuff you should get. +FILE FORMAT WARS Software *not* to get. +TO DO Plans for future IJG releases. + +Other documentation files in the distribution are: + +User documentation: + install.doc How to configure and install the IJG software. + usage.doc Usage instructions for cjpeg, djpeg, jpegtran, + rdjpgcom, and wrjpgcom. + *.1 Unix-style man pages for programs (same info as usage.doc). + wizard.doc Advanced usage instructions for JPEG wizards only. + change.log Version-to-version change highlights. +Programmer and internal documentation: + libjpeg.doc How to use the JPEG library in your own programs. + example.c Sample code for calling the JPEG library. + structure.doc Overview of the JPEG library's internal structure. + filelist.doc Road map of IJG files. + coderules.doc Coding style rules --- please read if you contribute code. + +Please read at least the files install.doc and usage.doc. Useful information +can also be found in the JPEG FAQ (Frequently Asked Questions) article. See +ARCHIVE LOCATIONS below to find out where to obtain the FAQ article. + +If you want to understand how the JPEG code works, we suggest reading one or +more of the REFERENCES, then looking at the documentation files (in roughly +the order listed) before diving into the code. + + +OVERVIEW +======== + +This package contains C software to implement JPEG image compression and +decompression. JPEG (pronounced "jay-peg") is a standardized compression +method for full-color and gray-scale images. JPEG is intended for compressing +"real-world" scenes; line drawings, cartoons and other non-realistic images +are not its strong suit. JPEG is lossy, meaning that the output image is not +exactly identical to the input image. Hence you must not use JPEG if you +have to have identical output bits. However, on typical photographic images, +very good compression levels can be obtained with no visible change, and +remarkably high compression levels are possible if you can tolerate a +low-quality image. For more details, see the references, or just experiment +with various compression settings. + +This software implements JPEG baseline, extended-sequential, and progressive +compression processes. Provision is made for supporting all variants of these +processes, although some uncommon parameter settings aren't implemented yet. +For legal reasons, we are not distributing code for the arithmetic-coding +variants of JPEG; see LEGAL ISSUES. We have made no provision for supporting +the hierarchical or lossless processes defined in the standard. + +We provide a set of library routines for reading and writing JPEG image files, +plus two sample applications "cjpeg" and "djpeg", which use the library to +perform conversion between JPEG and some other popular image file formats. +The library is intended to be reused in other applications. + +In order to support file conversion and viewing software, we have included +considerable functionality beyond the bare JPEG coding/decoding capability; +for example, the color quantization modules are not strictly part of JPEG +decoding, but they are essential for output to colormapped file formats or +colormapped displays. These extra functions can be compiled out of the +library if not required for a particular application. We have also included +"jpegtran", a utility for lossless transcoding between different JPEG +processes, and "rdjpgcom" and "wrjpgcom", two simple applications for +inserting and extracting textual comments in JFIF files. + +The emphasis in designing this software has been on achieving portability and +flexibility, while also making it fast enough to be useful. In particular, +the software is not intended to be read as a tutorial on JPEG. (See the +REFERENCES section for introductory material.) Rather, it is intended to +be reliable, portable, industrial-strength code. We do not claim to have +achieved that goal in every aspect of the software, but we strive for it. + +We welcome the use of this software as a component of commercial products. +No royalty is required, but we do ask for an acknowledgement in product +documentation, as described under LEGAL ISSUES. + + +LEGAL ISSUES +============ + +In plain English: + +1. We don't promise that this software works. (But if you find any bugs, + please let us know!) +2. You can use this software for whatever you want. You don't have to pay us. +3. You may not pretend that you wrote this software. If you use it in a + program, you must acknowledge somewhere in your documentation that + you've used the IJG code. + +In legalese: + +The authors make NO WARRANTY or representation, either express or implied, +with respect to this software, its quality, accuracy, merchantability, or +fitness for a particular purpose. This software is provided "AS IS", and you, +its user, assume the entire risk as to its quality and accuracy. + +This software is copyright (C) 1991-1998, Thomas G. Lane. +All Rights Reserved except as specified below. + +Permission is hereby granted to use, copy, modify, and distribute this +software (or portions thereof) for any purpose, without fee, subject to these +conditions: +(1) If any part of the source code for this software is distributed, then this +README file must be included, with this copyright and no-warranty notice +unaltered; and any additions, deletions, or changes to the original files +must be clearly indicated in accompanying documentation. +(2) If only executable code is distributed, then the accompanying +documentation must state that "this software is based in part on the work of +the Independent JPEG Group". +(3) Permission for use of this software is granted only if the user accepts +full responsibility for any undesirable consequences; the authors accept +NO LIABILITY for damages of any kind. + +These conditions apply to any software derived from or based on the IJG code, +not just to the unmodified library. If you use our work, you ought to +acknowledge us. + +Permission is NOT granted for the use of any IJG author's name or company name +in advertising or publicity relating to this software or products derived from +it. This software may be referred to only as "the Independent JPEG Group's +software". + +We specifically permit and encourage the use of this software as the basis of +commercial products, provided that all warranty or liability claims are +assumed by the product vendor. + + +ansi2knr.c is included in this distribution by permission of L. Peter Deutsch, +sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA. +ansi2knr.c is NOT covered by the above copyright and conditions, but instead +by the usual distribution terms of the Free Software Foundation; principally, +that you must include source code if you redistribute it. (See the file +ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part +of any program generated from the IJG code, this does not limit you more than +the foregoing paragraphs do. + +The Unix configuration script "configure" was produced with GNU Autoconf. +It is copyright by the Free Software Foundation but is freely distributable. +The same holds for its supporting scripts (config.guess, config.sub, +ltconfig, ltmain.sh). Another support script, install-sh, is copyright +by M.I.T. but is also freely distributable. + +It appears that the arithmetic coding option of the JPEG spec is covered by +patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot +legally be used without obtaining one or more licenses. For this reason, +support for arithmetic coding has been removed from the free JPEG software. +(Since arithmetic coding provides only a marginal gain over the unpatented +Huffman mode, it is unlikely that very many implementations will support it.) +So far as we are aware, there are no patent restrictions on the remaining +code. + +The IJG distribution formerly included code to read and write GIF files. +To avoid entanglement with the Unisys LZW patent, GIF reading support has +been removed altogether, and the GIF writer has been simplified to produce +"uncompressed GIFs". This technique does not use the LZW algorithm; the +resulting GIF files are larger than usual, but are readable by all standard +GIF decoders. + +We are required to state that + "The Graphics Interchange Format(c) is the Copyright property of + CompuServe Incorporated. GIF(sm) is a Service Mark property of + CompuServe Incorporated." + + +REFERENCES +========== + +We highly recommend reading one or more of these references before trying to +understand the innards of the JPEG software. + +The best short technical introduction to the JPEG compression algorithm is + Wallace, Gregory K. "The JPEG Still Picture Compression Standard", + Communications of the ACM, April 1991 (vol. 34 no. 4), pp. 30-44. +(Adjacent articles in that issue discuss MPEG motion picture compression, +applications of JPEG, and related topics.) If you don't have the CACM issue +handy, a PostScript file containing a revised version of Wallace's article is +available at ftp://ftp.uu.net/graphics/jpeg/wallace.ps.gz. The file (actually +a preprint for an article that appeared in IEEE Trans. Consumer Electronics) +omits the sample images that appeared in CACM, but it includes corrections +and some added material. Note: the Wallace article is copyright ACM and IEEE, +and it may not be used for commercial purposes. + +A somewhat less technical, more leisurely introduction to JPEG can be found in +"The Data Compression Book" by Mark Nelson and Jean-loup Gailly, published by +M&T Books (New York), 2nd ed. 1996, ISBN 1-55851-434-1. This book provides +good explanations and example C code for a multitude of compression methods +including JPEG. It is an excellent source if you are comfortable reading C +code but don't know much about data compression in general. The book's JPEG +sample code is far from industrial-strength, but when you are ready to look +at a full implementation, you've got one here... + +The best full description of JPEG is the textbook "JPEG Still Image Data +Compression Standard" by William B. Pennebaker and Joan L. Mitchell, published +by Van Nostrand Reinhold, 1993, ISBN 0-442-01272-1. Price US$59.95, 638 pp. +The book includes the complete text of the ISO JPEG standards (DIS 10918-1 +and draft DIS 10918-2). This is by far the most complete exposition of JPEG +in existence, and we highly recommend it. + +The JPEG standard itself is not available electronically; you must order a +paper copy through ISO or ITU. (Unless you feel a need to own a certified +official copy, we recommend buying the Pennebaker and Mitchell book instead; +it's much cheaper and includes a great deal of useful explanatory material.) +In the USA, copies of the standard may be ordered from ANSI Sales at (212) +642-4900, or from Global Engineering Documents at (800) 854-7179. (ANSI +doesn't take credit card orders, but Global does.) It's not cheap: as of +1992, ANSI was charging $95 for Part 1 and $47 for Part 2, plus 7% +shipping/handling. The standard is divided into two parts, Part 1 being the +actual specification, while Part 2 covers compliance testing methods. Part 1 +is titled "Digital Compression and Coding of Continuous-tone Still Images, +Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS +10918-1, ITU-T T.81. Part 2 is titled "Digital Compression and Coding of +Continuous-tone Still Images, Part 2: Compliance testing" and has document +numbers ISO/IEC IS 10918-2, ITU-T T.83. + +Some extensions to the original JPEG standard are defined in JPEG Part 3, +a newer ISO standard numbered ISO/IEC IS 10918-3 and ITU-T T.84. IJG +currently does not support any Part 3 extensions. + +The JPEG standard does not specify all details of an interchangeable file +format. For the omitted details we follow the "JFIF" conventions, revision +1.02. A copy of the JFIF spec is available from: + Literature Department + C-Cube Microsystems, Inc. + 1778 McCarthy Blvd. + Milpitas, CA 95035 + phone (408) 944-6300, fax (408) 944-6314 +A PostScript version of this document is available by FTP at +ftp://ftp.uu.net/graphics/jpeg/jfif.ps.gz. There is also a plain text +version at ftp://ftp.uu.net/graphics/jpeg/jfif.txt.gz, but it is missing +the figures. + +The TIFF 6.0 file format specification can be obtained by FTP from +ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme +found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems. +IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6). +Instead, we recommend the JPEG design proposed by TIFF Technical Note #2 +(Compression tag 7). Copies of this Note can be obtained from ftp.sgi.com or +from ftp://ftp.uu.net/graphics/jpeg/. It is expected that the next revision +of the TIFF spec will replace the 6.0 JPEG design with the Note's design. +Although IJG's own code does not support TIFF/JPEG, the free libtiff library +uses our library to implement TIFF/JPEG per the Note. libtiff is available +from ftp://ftp.sgi.com/graphics/tiff/. + + +ARCHIVE LOCATIONS +================= + +The "official" archive site for this software is ftp.uu.net (Internet +address 192.48.96.9). The most recent released version can always be found +there in directory graphics/jpeg. This particular version will be archived +as ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz. If you don't have +direct Internet access, UUNET's archives are also available via UUCP; contact +help@uunet.uu.net for information on retrieving files that way. + +Numerous Internet sites maintain copies of the UUNET files. However, only +ftp.uu.net is guaranteed to have the latest official version. + +You can also obtain this software in DOS-compatible "zip" archive format from +the SimTel archives (ftp://ftp.simtel.net/pub/simtelnet/msdos/graphics/), or +on CompuServe in the Graphics Support forum (GO CIS:GRAPHSUP), library 12 +"JPEG Tools". Again, these versions may sometimes lag behind the ftp.uu.net +release. + +The JPEG FAQ (Frequently Asked Questions) article is a useful source of +general information about JPEG. It is updated constantly and therefore is +not included in this distribution. The FAQ is posted every two weeks to +Usenet newsgroups comp.graphics.misc, news.answers, and other groups. +It is available on the World Wide Web at http://www.faqs.org/faqs/jpeg-faq/ +and other news.answers archive sites, including the official news.answers +archive at rtfm.mit.edu: ftp://rtfm.mit.edu/pub/usenet/news.answers/jpeg-faq/. +If you don't have Web or FTP access, send e-mail to mail-server@rtfm.mit.edu +with body + send usenet/news.answers/jpeg-faq/part1 + send usenet/news.answers/jpeg-faq/part2 + + +RELATED SOFTWARE +================ + +Numerous viewing and image manipulation programs now support JPEG. (Quite a +few of them use this library to do so.) The JPEG FAQ described above lists +some of the more popular free and shareware viewers, and tells where to +obtain them on Internet. + +If you are on a Unix machine, we highly recommend Jef Poskanzer's free +PBMPLUS software, which provides many useful operations on PPM-format image +files. In particular, it can convert PPM images to and from a wide range of +other formats, thus making cjpeg/djpeg considerably more useful. The latest +version is distributed by the NetPBM group, and is available from numerous +sites, notably ftp://wuarchive.wustl.edu/graphics/graphics/packages/NetPBM/. +Unfortunately PBMPLUS/NETPBM is not nearly as portable as the IJG software is; +you are likely to have difficulty making it work on any non-Unix machine. + +A different free JPEG implementation, written by the PVRG group at Stanford, +is available from ftp://havefun.stanford.edu/pub/jpeg/. This program +is designed for research and experimentation rather than production use; +it is slower, harder to use, and less portable than the IJG code, but it +is easier to read and modify. Also, the PVRG code supports lossless JPEG, +which we do not. (On the other hand, it doesn't do progressive JPEG.) + + +FILE FORMAT WARS +================ + +Some JPEG programs produce files that are not compatible with our library. +The root of the problem is that the ISO JPEG committee failed to specify a +concrete file format. Some vendors "filled in the blanks" on their own, +creating proprietary formats that no one else could read. (For example, none +of the early commercial JPEG implementations for the Macintosh were able to +exchange compressed files.) + +The file format we have adopted is called JFIF (see REFERENCES). This format +has been agreed to by a number of major commercial JPEG vendors, and it has +become the de facto standard. JFIF is a minimal or "low end" representation. +We recommend the use of TIFF/JPEG (TIFF revision 6.0 as modified by TIFF +Technical Note #2) for "high end" applications that need to record a lot of +additional data about an image. TIFF/JPEG is fairly new and not yet widely +supported, unfortunately. + +The upcoming JPEG Part 3 standard defines a file format called SPIFF. +SPIFF is interoperable with JFIF, in the sense that most JFIF decoders should +be able to read the most common variant of SPIFF. SPIFF has some technical +advantages over JFIF, but its major claim to fame is simply that it is an +official standard rather than an informal one. At this point it is unclear +whether SPIFF will supersede JFIF or whether JFIF will remain the de-facto +standard. IJG intends to support SPIFF once the standard is frozen, but we +have not decided whether it should become our default output format or not. +(In any case, our decoder will remain capable of reading JFIF indefinitely.) + +Various proprietary file formats incorporating JPEG compression also exist. +We have little or no sympathy for the existence of these formats. Indeed, +one of the original reasons for developing this free software was to help +force convergence on common, open format standards for JPEG files. Don't +use a proprietary file format! + + +TO DO +===== + +The major thrust for v7 will probably be improvement of visual quality. +The current method for scaling the quantization tables is known not to be +very good at low Q values. We also intend to investigate block boundary +smoothing, "poor man's variable quantization", and other means of improving +quality-vs-file-size performance without sacrificing compatibility. + +In future versions, we are considering supporting some of the upcoming JPEG +Part 3 extensions --- principally, variable quantization and the SPIFF file +format. + +As always, speeding things up is of great interest. + +Please send bug reports, offers of help, etc. to jpeg-info@uunet.uu.net. --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/META-INF/MANIFEST.MF +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.ppc64/META-INF/MANIFEST.MF @@ -0,0 +1,19 @@ +Manifest-Version: 1.0 +Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" +Bundle-Name: %fragmentName +Bundle-Vendor: %providerName +Bundle-SymbolicName: org.eclipse.swt.gtk.linux.ppc64; singleton:=true +Bundle-Version: 3.5.1.qualifier +Bundle-ManifestVersion: 2 +Bundle-Localization: fragment +Export-Package: + org.eclipse.swt.internal.accessibility.gtk; x-internal:=true, + org.eclipse.swt.internal.cairo; x-internal:=true, + org.eclipse.swt.internal.cde; x-internal:=true, + org.eclipse.swt.internal.gnome; x-internal:=true, + org.eclipse.swt.internal.gtk; x-internal:=true, + org.eclipse.swt.internal.mozilla; x-internal:=true, + org.eclipse.swt.internal.opengl.glx; x-internal:=true +Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=ppc64)) +Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0, + J2SE-1.3 --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.arm/buildLibraries.csh +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.arm/buildLibraries.csh @@ -0,0 +1,21 @@ +echo Building LINUX PPC GTK + +# These variables must be set to reflect the compilation context +setenv CAIROPATH /bluebird/teamswt/swt-builddir/cairo/arm/cairo-1.0.2/lib/pkgconfig/ +setenv JAVA_HOME /bluebird/teamswt/swt-builddir/IBMJava2-arm-142 +setenv MOZILLA_SDK /bluebird/teamswt/swt-builddir/mozilla/1.7/arm/mozilla/dist/sdk +setenv XULRUNNER_SDK /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/arm/mozilla/dist/sdk/ + +setenv MODEL arm +setenv MOZILLA_INCLUDES "-include ${MOZILLA_SDK}/include/mozilla-config.h -I${MOZILLA_SDK}/include" +setenv MOZILLA_LIBS "-L${MOZILLA_SDK}/lib -L${MOZILLA_SDK}/bin -lxpcom -lnspr4 -lplds4 -lplc4" +setenv XULRUNNER_INCLUDES "-include ${XULRUNNER_SDK}/include/mozilla-config.h -I${XULRUNNER_SDK}/include" +setenv XULRUNNER_LIBS "-L${XULRUNNER_SDK}/lib -lxpcomglue" + +cd ../org.eclipse.swt/bin/library/ +sh build.sh clean +sh build.sh make_mozilla make_xulrunner make_xpcominit install + +setenv PKG_CONFIG_PATH ${CAIROPATH} +sh build.sh clean +sh build.sh install --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.arm/about.html +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.arm/about.html @@ -0,0 +1,262 @@ + + + + +About + + +

About This Content

+ +

August 17, 2006

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ +

Third Party Content

+ +

The Content includes items that have been sourced from third parties as set out below. If you +did not receive this Content directly from the Eclipse Foundation, the following is provided +for informational purposes only, and you should look to the Redistributor’s license for +terms and conditions of use.

+ +

Gnome Binding

+ +

The "Gnome Binding" is a binding to the Gnome API. The Content may include any or all of the following files:

+ +

The following files in the plug-in JAR shall be defined as the native code portion of the Gnome Binding:

+
    +
  • libswt-gnome-gtk-xxxx.so (where "xxxx" is the version number)
  • +
+ +

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Gnome Binding:

+
    +
  • The contents of the directory org/eclipse/swt/internal/gnome (but not including any sub-directories)
  • +
+ +

The Gnome Binding contains portions of Gnome ("Library"). Gnome is made available by The Free Software Foundation. Use of the Library is governed by the terms and +conditions of the GNU Lesser General Public License Version 2.1 ("LGPL"). Use of the Gnome Binding on a standalone +basis, is also governed by the terms and conditions of the LGPL. A copy of the LGPL is provided with the Content (lgpl-v21.txt) and is also available at +http://www.gnu.org/licenses/lgpl.html.

+ +

In accordance with Section 6 of the LGPL, you may combine or link a "work that uses the Library" (e.g. the SWT) with the Library to produce a work +containing portions of the Library (e.g. the Gnome Binding) and distribute that work under the terms of your choice (e.g. the EPL) provided you comply with all +other terms and conditions of Section 6 as well as other Sections of the LGPL. Please note, if you modify the Gnome Binding such modifications shall be +governed by the terms and conditions of the LGPL. Also note, the terms of the EPL permit you to modify the combined work and the source code of the combined +work is provided for debugging purposes so there is no need to reverse engineer the combined work.

+ +

GTK+ Binding

+ +

The "GTK+ Binding" is a binding to the GTK+ API. The Content may include any or all of the following files:

+ +

The following files in the plug-in JAR shall be defined as the native code portion of the GTK+ Binding:

+
    +
  • libswt-atk-gtk-xxxx.so (where "xxxx" is the version number)
  • +
  • libswt-pi-gtk-xxxx.so (where "xxxx" is the version number)
  • +
+ +

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the GTK+ Binding:

+
    +
  • The contents of the directory org/eclipse/swt/internal/accessibility/gtk (but not including any sub-directories)
  • +
  • The contents of the directory org/eclipse/swt/internal/cde (but not including any sub-directories)
  • +
  • The contents of the directory org/eclipse/swt/internal/gtk (but not including any sub-directories)
  • +
  • The contents of the directory org/eclipse/swt/internal/kde (but not including any sub-directories)
  • +
+ +

The GTK+ Binding contains portions of GTK+ ("Library"). GTK+ is made available by The Free Software Foundation. Use of the Library is governed by the terms and +conditions of the GNU Lesser General Public License Version 2.1 ("LGPL"). Use of the GTK+ Binding on a standalone +basis, is also governed by the terms and conditions of the LGPL. A copy of the LGPL is provided with the Content (lgpl-v21.txt) and is also available at +http://www.gnu.org/licenses/lgpl.html.

+ +

In accordance with Section 6 of the LGPL, you may combine or link a "work that uses the Library" (e.g. the SWT) with the Library to produce a work +containing portions of the Library (e.g. the GTK+ Binding) and distribute that work under the terms of your choice (e.g. the EPL) provided you comply with all +other terms and conditions of Section 6 as well as other Sections of the LGPL. Please note, if you modify the GTK+ Binding such modifications shall be +governed by the terms and conditions of the LGPL. Also note, the terms of the EPL permit you to modify the combined work and the source code of the combined +work is provided for debugging purposes so there is no need to reverse engineer the combined work.

+ +

Mozilla Binding

+ +

The "Mozilla Binding" is a binding to the Mozilla API. The Content may include any or all of the following files:

+ +

The following files in the plug-in JAR shall be defined as the native code portion of the Mozilla Binding:

+
    +
  • libswt-mozilla-gtk-xxxx.so (where "xxxx" is the version number)
  • +
  • libswt-xulrunner-gtk-xxxx.so (where "xxxx" is the version number)
  • +
  • libswt-xpcominit-gtk-xxxx.so (where "xxxx" is the version number)
  • +
+ +

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Mozilla Binding:

+
    +
  • The contents of the directory org/eclipse/swt/internal/mozilla (but not including any sub-directories)
  • +
+ +

The Mozilla Binding contains portions of Mozilla ("Mozilla"). Mozilla is made available by Mozilla.org. Use of Mozilla is governed by the terms and +conditions of the Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided with the Content (mpl-v11.txt) and is also available at +http://www.mozilla.org/MPL/MPL-1.1.html.

+ +

XULRunner 1.9 (subset, derivative work)

+ +The library swt-xulrunner-gtk-xxxx.dll (where "xxxx" is the version number) contains a small portion of XULRunner 1.9 content (header files) that have +been modified from the Original Code provided by mozilla.org, and whose Initial Developer is Netscape Communications Corporation. Use of this code is governed by +the terms and conditions of the Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided with the Content (mpl-v11.txt) +and is also available at http://www.mozilla.org/MPL/MPL-1.1.html. +

The changed files are: +

    +
  • org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext.h +
  • org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptGlobalObject.h +
+Changes to the original files were made by SWT on April 7, 2009 and are marked with trailing comment "//SWT-20090407". + +

Cairo Binding

+ +

The "Cairo Binding" is a binding to the Cairo API. The Content may include any or all of the following files:

+ +

The following files in the plug-in JAR shall be defined as the native code portion of the Cairo Binding:

+
    +
  • libswt-cairo-gtk-xxxx.so (where "xxxx" is the version number)
  • +
+ +

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Cairo Binding:

+
    +
  • The contents of the directory org/eclipse/swt/internal/cairo (but not including any sub-directories)
  • +
+ +

The Cairo Binding contains portions of Cairo ("Cairo"). Cairo is made available by the Cairo project at +http://www.cairographics.org. Use of Cairo by the Cairo Binding is governed by the terms and +conditions of the Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is +provided with the Content (mpl-v11.txt) and is also available at http://www.mozilla.org/MPL/MPL-1.1.html.

+ +

Cairo for Linux

+ +

Refer to the file about_files/about_cairo.html for licensing details about "Cairo for Linux." + +

Independent JPEG Group's JPEG software release 6b

+ +

This software is based in part on the work of the Independent JPEG Group's JPEG software release 6b ("LIBJPEG"). +LIBJPEG was used to implement the decoding of JPEG format files in Java (TM). The Content does NOT include any portion of the LIBJPEG file ansi2knr.c.

+ +

Your use of LIBJPEG is subject to the terms and conditions located in the about_files/IJG_README file which is included +with the Content.

+ +

The IJG's website is located at http://ijg.org.

+ +

The class org.eclipse.swt.internal.image.JPEGFileFormat is based on following files from LIBJPEG:

+ +
    +
  • cderror.h
  • +
  • cdjpeg.h
  • +
  • jchuff.h
  • +
  • jdcolor.c
  • +
  • jdct.h
  • +
  • jdhuff.h
  • +
  • jerror.h
  • +
  • jidctint.c
  • +
  • jinclude.h
  • +
  • jmemsys.h
  • +
  • jmorecfg.h
  • +
  • jpegint.h
  • +
  • jpeglib.h
  • +
  • jversion.h
  • +
  • transupp.h
  • +
+ +

The class org.eclipse.swt.internal.image.JPEGDecoder is based on the following files from LIBJPEG:

+ +
    +
  • jcapimin.c
  • +
  • jcapistd.c
  • +
  • jccoefct.c
  • +
  • jccolor.c
  • +
  • jcdctmgr.c
  • +
  • jchuff.c
  • +
  • jcinit.c
  • +
  • jcmainct.c
  • +
  • jcmarker.c
  • +
  • jcmaster.c
  • +
  • jcomapi.c
  • +
  • jcparam.c
  • +
  • jcphuff.c
  • +
  • jcprepct.c
  • +
  • jcsample.c
  • +
  • jctrans.c
  • +
  • jdapimin.c
  • +
  • jdapistd.c
  • +
  • jdatadst.c
  • +
  • jdatasrc.c
  • +
  • jdcoefct.c
  • +
  • jdcolor.c
  • +
  • jddctmgr.c
  • +
  • jdhuff.c
  • +
  • jdinput.c
  • +
  • jdmainct.c
  • +
  • jdmarker.c
  • +
  • jdmaster.c
  • +
  • jdmerge.c
  • +
  • jdphuff.c
  • +
  • jdpostct.c
  • +
  • jdsample.c
  • +
  • jdtrans.c
  • +
  • jerror.c
  • +
  • jfdctflt.c
  • +
  • jfdctfst.c
  • +
  • jfdctint.c
  • +
  • jidctflt.c
  • +
  • jidctfst.c
  • +
  • jidctint.c
  • +
  • jidctred.c
  • +
  • jpegtran.c
  • +
  • jquant1.c
  • +
  • jquant2.c
  • +
  • jutils.c
  • +
  • cderror.h
  • +
  • cdjpeg.h
  • +
  • jchuff.h
  • +
  • jconfig.h
  • +
  • jdct.h
  • +
  • jdhuff.h
  • +
  • jerror.h
  • +
  • jinclude.h
  • +
  • jmorecfg.h
  • +
  • jpegint.h
  • +
  • jpeglib.h
  • +
  • jversion.h
  • +
  • transupp.h
  • +
+ +

The following changes were made to the LIBJPEG code in the Content:

+ +
    +
  1. In Java, pointer math is not allowed so indexing was used instead.
  2. +
  3. Function pointers were replaced with switch statements.
  4. +
  5. The virtual memory, tracing and progress monitoring were removed.
  6. +
  7. The error handling was simplified and now uses Java exceptions.
  8. +
+ +

PuTTY 0.58 (derivative work)

+ +

Portions of the SWT class org/eclipse/swt/internal/image/PngDeflater are based on PuTTY's sshzlib.c. PuTTY is made available by Mozilla.org. Use of PuTTY is governed by the terms and +conditions of the the following MIT-style license:

+
+

PuTTY is copyright 1997-2007 Simon Tatham.

+

Portions copyright Robert de Bath, Joris van Rantwijk, Delian Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, Justin Bradford, Ben Harris, Malcolm Smith, Ahmad Khalifa, Markus Kuhn, and CORE SDI S.A.

+

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

+

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

+

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SIMON TATHAM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+
+

A copy of the license is also available at http://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html.

+ +

Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.

+ + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.arm/build.xml +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.arm/build.xml @@ -0,0 +1,414 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.arm/console.txt +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.arm/console.txt @@ -0,0 +1,91 @@ +LINUX PPC GTK on eclipsebuildserv +libgnomeui-2.0 found, compiling SWT program support using GNOME +Cairo found, compiling SWT support for the cairo graphics library. +Building SWT/GTK+ for linux arm +rm -f *.o *.so +libgnomeui-2.0 found, compiling SWT program support using GNOME +Cairo found, compiling SWT support for the cairo graphics library. +Building SWT/GTK+ for linux arm +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC -c swt.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC -c -o c.o c.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC -c -o c_stats.o c_stats.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC -DUSE_ASSEMBLER -c callback.c +gcc -shared -fPIC -s -o libswt-gtk-3336.so swt.o c.o c_stats.o callback.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_custom.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L gtk+-2.0 gthread-2.0` -lgtk-x11-2.0 -lgthread-2.0 -L/usr/X11R6/lib -lXtst -o libswt-pi-gtk-3336.so swt.o os.o os_structs.o os_custom.o os_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_custom.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L atk gtk+-2.0` -latk-1.0 -lgtk-x11-2.0 -o libswt-atk-gtk-3336.so swt.o atk.o atk_structs.o atk_custom.o atk_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -lgnomevfs-2 -lgnome-2 -lgnomeui-2 -o libswt-gnome-gtk-3336.so swt.o gnome.o gnome_structs.o gnome_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC -c glx.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC -c glx_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC -c glx_stats.c +gcc -shared -fPIC -s -shared -fPIC -L/usr/X11R6/lib -lGL -lGLU -lm -o libswt-glx-gtk-3336.so swt.o glx.o glx_structs.o glx_stats.o +make: Nothing to be done for `make_gnome'. +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L cairo` -lcairo -o libswt-cairo-gtk-3336.so swt.o cairo.o cairo_structs.o cairo_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC -c -o swt_awt.o swt_awt.c +gcc -L/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/jre/bin -ljawt -shared -s -o libswt-awt-gtk-3336.so swt_awt.o +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -DNO_XPCOMGlueShutdown -DNO_XPCOMGlueStartup -include /bluebird/teamswt/swt-builddir/mozilla/1.7/arm/mozilla/dist/sdk/include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/mozilla/1.7/arm/mozilla/dist/sdk/include -c xpcom.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -include /bluebird/teamswt/swt-builddir/mozilla/1.7/arm/mozilla/dist/sdk/include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/mozilla/1.7/arm/mozilla/dist/sdk/include -c xpcom_custom.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -include /bluebird/teamswt/swt-builddir/mozilla/1.7/arm/mozilla/dist/sdk/include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/mozilla/1.7/arm/mozilla/dist/sdk/include -c xpcom_structs.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -include /bluebird/teamswt/swt-builddir/mozilla/1.7/arm/mozilla/dist/sdk/include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/mozilla/1.7/arm/mozilla/dist/sdk/include -c xpcom_stats.cpp +g++ -o libswt-mozilla-gtk-3336.so swt.o xpcom.o xpcom_custom.o xpcom_structs.o xpcom_stats.o -shared -Wl,--version-script=mozilla_exports -Bsymbolic -s -L/bluebird/teamswt/swt-builddir/mozilla/1.7/arm/mozilla/dist/sdk/lib -L/bluebird/teamswt/swt-builddir/mozilla/1.7/arm/mozilla/dist/sdk/bin -lxpcom -lnspr4 -lplds4 -lplc4 +g++ -o xpcomxul.o -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/arm/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/arm/mozilla/dist/sdk//include -c xpcom.cpp +g++ -o xpcomxul_custom.o -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/arm/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/arm/mozilla/dist/sdk//include -c xpcom_custom.cpp +g++ -o xpcomxul_structs.o -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/arm/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/arm/mozilla/dist/sdk//include -c xpcom_structs.cpp +g++ -o xpcomxul_stats.o -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/arm/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/arm/mozilla/dist/sdk//include -c xpcom_stats.cpp +g++ -o libswt-xulrunner-gtk-3336.so swt.o xpcomxul.o xpcomxul_custom.o xpcomxul_structs.o xpcomxul_stats.o -shared -Wl,--version-script=mozilla_exports -Bsymbolic -s -L/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/arm/mozilla/dist/sdk//lib -lxpcomglue +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/arm/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/arm/mozilla/dist/sdk//include -c xpcominit.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/arm/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/arm/mozilla/dist/sdk//include -c xpcominit_structs.cpp +g++ -O -DSWT_VERSION=3336 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -include /bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/arm/mozilla/dist/sdk//include/mozilla-config.h -I/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/arm/mozilla/dist/sdk//include -c xpcominit_stats.cpp +g++ -o libswt-xpcominit-gtk-3336.so swt.o xpcominit.o xpcominit_structs.o xpcominit_stats.o -shared -Wl,--version-script=mozilla_exports -Bsymbolic -s -L/bluebird/teamswt/swt-builddir/xulrunner/1.8.1.1/arm/mozilla/dist/sdk//lib -lxpcomglue +cp *.so ../../../org.eclipse.swt.gtk.linux.arm +libgnomeui-2.0 found, compiling SWT program support using GNOME +Cairo found, compiling SWT support for the cairo graphics library. +Building SWT/GTK+ for linux arm +rm -f *.o *.so +libgnomeui-2.0 found, compiling SWT program support using GNOME +Cairo found, compiling SWT support for the cairo graphics library. +Building SWT/GTK+ for linux arm +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC -c swt.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC -c -o c.o c.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC -c -o c_stats.o c_stats.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC -DUSE_ASSEMBLER -c callback.c +gcc -shared -fPIC -s -o libswt-gtk-3336.so swt.o c.o c_stats.o callback.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_custom.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags gtk+-2.0` -c os_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L gtk+-2.0 gthread-2.0` -lgtk-x11-2.0 -lgthread-2.0 -L/usr/X11R6/lib -lXtst -o libswt-pi-gtk-3336.so swt.o os.o os_structs.o os_custom.o os_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_custom.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags atk gtk+-2.0` -c atk_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L atk gtk+-2.0` -latk-1.0 -lgtk-x11-2.0 -o libswt-atk-gtk-3336.so swt.o atk.o atk_structs.o atk_custom.o atk_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c gnome_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -lgnomevfs-2 -lgnome-2 -lgnomeui-2 -o libswt-gnome-gtk-3336.so swt.o gnome.o gnome_structs.o gnome_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC -c glx.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC -c glx_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC -c glx_stats.c +gcc -shared -fPIC -s -shared -fPIC -L/usr/X11R6/lib -lGL -lGLU -lm -o libswt-glx-gtk-3336.so swt.o glx.o glx_structs.o glx_stats.o +make: Nothing to be done for `make_gnome'. +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo_structs.c +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC `pkg-config --cflags cairo` -c cairo_stats.c +gcc -shared -fPIC -s `pkg-config --libs-only-L cairo` -lcairo -o libswt-cairo-gtk-3336.so swt.o cairo.o cairo_structs.o cairo_stats.o +gcc -O -Wall -DSWT_VERSION=3336 -DLINUX -DGTK -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include -I/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/include/linux -fPIC -c -o swt_awt.o swt_awt.c +gcc -L/bluebird/teamswt/swt-builddir/IBMJava2-arm-142/jre/bin -ljawt -shared -s -o libswt-awt-gtk-3336.so swt_awt.o +cp *.so ../../../org.eclipse.swt.gtk.linux.arm --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.arm/fragment.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.arm/fragment.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2000, 2005 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +fragmentName = Standard Widget Toolkit for GTK 2.0 +providerName = Eclipse.org --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.arm/build.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.arm/build.properties @@ -0,0 +1,11 @@ +############################################################################### +# Copyright (c) 2000, 2005 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +custom = true --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.arm/.project +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.arm/.project @@ -0,0 +1,28 @@ + + + org.eclipse.swt.gtk.linux.arm + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + org.eclipse.pde.api.tools.apiAnalysisBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.pde.api.tools.apiAnalysisNature + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.arm/about_files/lgpl-v21.txt +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.arm/about_files/lgpl-v21.txt @@ -0,0 +1,506 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! + + + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.arm/about_files/pixman-licenses.txt +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.arm/about_files/pixman-licenses.txt @@ -0,0 +1,92 @@ +libpixregion + +Copyright 1987, 1998 The Open Group + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. + + +Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the name of Digital not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR +ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + +---------------------------------------------------------------------- +libic + +Copyright 2001 Keith Packard + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of Keith Packard not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. Keith Packard makes no +representations about the suitability of this software for any purpose. It +is provided "as is" without express or implied warranty. + +KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + +---------------------------------------------------------------------- +slim + +slim is Copyright 2003 Richard Henderson + +Permission to use, copy, modify, distribute, and sell this software +and its documentation for any purpose is hereby granted without fee, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the name of Richard Henderson not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. Richard Henderson +makes no representations about the suitability of this software for +any purpose. It is provided "as is" without express or implied +warranty. + +RICHARD HENDERSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL RICHARD HENDERSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF +USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.arm/about_files/mpl-v11.txt +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.arm/about_files/mpl-v11.txt @@ -0,0 +1,470 @@ + MOZILLA PUBLIC LICENSE + Version 1.1 + + --------------- + +1. Definitions. + + 1.0.1. "Commercial Use" means distribution or otherwise making the + Covered Code available to a third party. + + 1.1. "Contributor" means each entity that creates or contributes to + the creation of Modifications. + + 1.2. "Contributor Version" means the combination of the Original + Code, prior Modifications used by a Contributor, and the Modifications + made by that particular Contributor. + + 1.3. "Covered Code" means the Original Code or Modifications or the + combination of the Original Code and Modifications, in each case + including portions thereof. + + 1.4. "Electronic Distribution Mechanism" means a mechanism generally + accepted in the software development community for the electronic + transfer of data. + + 1.5. "Executable" means Covered Code in any form other than Source + Code. + + 1.6. "Initial Developer" means the individual or entity identified + as the Initial Developer in the Source Code notice required by Exhibit + A. + + 1.7. "Larger Work" means a work which combines Covered Code or + portions thereof with code not governed by the terms of this License. + + 1.8. "License" means this document. + + 1.8.1. "Licensable" means having the right to grant, to the maximum + extent possible, whether at the time of the initial grant or + subsequently acquired, any and all of the rights conveyed herein. + + 1.9. "Modifications" means any addition to or deletion from the + substance or structure of either the Original Code or any previous + Modifications. When Covered Code is released as a series of files, a + Modification is: + A. Any addition to or deletion from the contents of a file + containing Original Code or previous Modifications. + + B. Any new file that contains any part of the Original Code or + previous Modifications. + + 1.10. "Original Code" means Source Code of computer software code + which is described in the Source Code notice required by Exhibit A as + Original Code, and which, at the time of its release under this + License is not already Covered Code governed by this License. + + 1.10.1. "Patent Claims" means any patent claim(s), now owned or + hereafter acquired, including without limitation, method, process, + and apparatus claims, in any patent Licensable by grantor. + + 1.11. "Source Code" means the preferred form of the Covered Code for + making modifications to it, including all modules it contains, plus + any associated interface definition files, scripts used to control + compilation and installation of an Executable, or source code + differential comparisons against either the Original Code or another + well known, available Covered Code of the Contributor's choice. The + Source Code can be in a compressed or archival form, provided the + appropriate decompression or de-archiving software is widely available + for no charge. + + 1.12. "You" (or "Your") means an individual or a legal entity + exercising rights under, and complying with all of the terms of, this + License or a future version of this License issued under Section 6.1. + For legal entities, "You" includes any entity which controls, is + controlled by, or is under common control with You. For purposes of + this definition, "control" means (a) the power, direct or indirect, + to cause the direction or management of such entity, whether by + contract or otherwise, or (b) ownership of more than fifty percent + (50%) of the outstanding shares or beneficial ownership of such + entity. + +2. Source Code License. + + 2.1. The Initial Developer Grant. + The Initial Developer hereby grants You a world-wide, royalty-free, + non-exclusive license, subject to third party intellectual property + claims: + (a) under intellectual property rights (other than patent or + trademark) Licensable by Initial Developer to use, reproduce, + modify, display, perform, sublicense and distribute the Original + Code (or portions thereof) with or without Modifications, and/or + as part of a Larger Work; and + + (b) under Patents Claims infringed by the making, using or + selling of Original Code, to make, have made, use, practice, + sell, and offer for sale, and/or otherwise dispose of the + Original Code (or portions thereof). + + (c) the licenses granted in this Section 2.1(a) and (b) are + effective on the date Initial Developer first distributes + Original Code under the terms of this License. + + (d) Notwithstanding Section 2.1(b) above, no patent license is + granted: 1) for code that You delete from the Original Code; 2) + separate from the Original Code; or 3) for infringements caused + by: i) the modification of the Original Code or ii) the + combination of the Original Code with other software or devices. + + 2.2. Contributor Grant. + Subject to third party intellectual property claims, each Contributor + hereby grants You a world-wide, royalty-free, non-exclusive license + + (a) under intellectual property rights (other than patent or + trademark) Licensable by Contributor, to use, reproduce, modify, + display, perform, sublicense and distribute the Modifications + created by such Contributor (or portions thereof) either on an + unmodified basis, with other Modifications, as Covered Code + and/or as part of a Larger Work; and + + (b) under Patent Claims infringed by the making, using, or + selling of Modifications made by that Contributor either alone + and/or in combination with its Contributor Version (or portions + of such combination), to make, use, sell, offer for sale, have + made, and/or otherwise dispose of: 1) Modifications made by that + Contributor (or portions thereof); and 2) the combination of + Modifications made by that Contributor with its Contributor + Version (or portions of such combination). + + (c) the licenses granted in Sections 2.2(a) and 2.2(b) are + effective on the date Contributor first makes Commercial Use of + the Covered Code. + + (d) Notwithstanding Section 2.2(b) above, no patent license is + granted: 1) for any code that Contributor has deleted from the + Contributor Version; 2) separate from the Contributor Version; + 3) for infringements caused by: i) third party modifications of + Contributor Version or ii) the combination of Modifications made + by that Contributor with other software (except as part of the + Contributor Version) or other devices; or 4) under Patent Claims + infringed by Covered Code in the absence of Modifications made by + that Contributor. + +3. Distribution Obligations. + + 3.1. Application of License. + The Modifications which You create or to which You contribute are + governed by the terms of this License, including without limitation + Section 2.2. The Source Code version of Covered Code may be + distributed only under the terms of this License or a future version + of this License released under Section 6.1, and You must include a + copy of this License with every copy of the Source Code You + distribute. You may not offer or impose any terms on any Source Code + version that alters or restricts the applicable version of this + License or the recipients' rights hereunder. However, You may include + an additional document offering the additional rights described in + Section 3.5. + + 3.2. Availability of Source Code. + Any Modification which You create or to which You contribute must be + made available in Source Code form under the terms of this License + either on the same media as an Executable version or via an accepted + Electronic Distribution Mechanism to anyone to whom you made an + Executable version available; and if made available via Electronic + Distribution Mechanism, must remain available for at least twelve (12) + months after the date it initially became available, or at least six + (6) months after a subsequent version of that particular Modification + has been made available to such recipients. You are responsible for + ensuring that the Source Code version remains available even if the + Electronic Distribution Mechanism is maintained by a third party. + + 3.3. Description of Modifications. + You must cause all Covered Code to which You contribute to contain a + file documenting the changes You made to create that Covered Code and + the date of any change. You must include a prominent statement that + the Modification is derived, directly or indirectly, from Original + Code provided by the Initial Developer and including the name of the + Initial Developer in (a) the Source Code, and (b) in any notice in an + Executable version or related documentation in which You describe the + origin or ownership of the Covered Code. + + 3.4. Intellectual Property Matters + (a) Third Party Claims. + If Contributor has knowledge that a license under a third party's + intellectual property rights is required to exercise the rights + granted by such Contributor under Sections 2.1 or 2.2, + Contributor must include a text file with the Source Code + distribution titled "LEGAL" which describes the claim and the + party making the claim in sufficient detail that a recipient will + know whom to contact. If Contributor obtains such knowledge after + the Modification is made available as described in Section 3.2, + Contributor shall promptly modify the LEGAL file in all copies + Contributor makes available thereafter and shall take other steps + (such as notifying appropriate mailing lists or newsgroups) + reasonably calculated to inform those who received the Covered + Code that new knowledge has been obtained. + + (b) Contributor APIs. + If Contributor's Modifications include an application programming + interface and Contributor has knowledge of patent licenses which + are reasonably necessary to implement that API, Contributor must + also include this information in the LEGAL file. + + (c) Representations. + Contributor represents that, except as disclosed pursuant to + Section 3.4(a) above, Contributor believes that Contributor's + Modifications are Contributor's original creation(s) and/or + Contributor has sufficient rights to grant the rights conveyed by + this License. + + 3.5. Required Notices. + You must duplicate the notice in Exhibit A in each file of the Source + Code. If it is not possible to put such notice in a particular Source + Code file due to its structure, then You must include such notice in a + location (such as a relevant directory) where a user would be likely + to look for such a notice. If You created one or more Modification(s) + You may add your name as a Contributor to the notice described in + Exhibit A. You must also duplicate this License in any documentation + for the Source Code where You describe recipients' rights or ownership + rights relating to Covered Code. You may choose to offer, and to + charge a fee for, warranty, support, indemnity or liability + obligations to one or more recipients of Covered Code. However, You + may do so only on Your own behalf, and not on behalf of the Initial + Developer or any Contributor. You must make it absolutely clear than + any such warranty, support, indemnity or liability obligation is + offered by You alone, and You hereby agree to indemnify the Initial + Developer and every Contributor for any liability incurred by the + Initial Developer or such Contributor as a result of warranty, + support, indemnity or liability terms You offer. + + 3.6. Distribution of Executable Versions. + You may distribute Covered Code in Executable form only if the + requirements of Section 3.1-3.5 have been met for that Covered Code, + and if You include a notice stating that the Source Code version of + the Covered Code is available under the terms of this License, + including a description of how and where You have fulfilled the + obligations of Section 3.2. The notice must be conspicuously included + in any notice in an Executable version, related documentation or + collateral in which You describe recipients' rights relating to the + Covered Code. You may distribute the Executable version of Covered + Code or ownership rights under a license of Your choice, which may + contain terms different from this License, provided that You are in + compliance with the terms of this License and that the license for the + Executable version does not attempt to limit or alter the recipient's + rights in the Source Code version from the rights set forth in this + License. If You distribute the Executable version under a different + license You must make it absolutely clear that any terms which differ + from this License are offered by You alone, not by the Initial + Developer or any Contributor. You hereby agree to indemnify the + Initial Developer and every Contributor for any liability incurred by + the Initial Developer or such Contributor as a result of any such + terms You offer. + + 3.7. Larger Works. + You may create a Larger Work by combining Covered Code with other code + not governed by the terms of this License and distribute the Larger + Work as a single product. In such a case, You must make sure the + requirements of this License are fulfilled for the Covered Code. + +4. Inability to Comply Due to Statute or Regulation. + + If it is impossible for You to comply with any of the terms of this + License with respect to some or all of the Covered Code due to + statute, judicial order, or regulation then You must: (a) comply with + the terms of this License to the maximum extent possible; and (b) + describe the limitations and the code they affect. Such description + must be included in the LEGAL file described in Section 3.4 and must + be included with all distributions of the Source Code. Except to the + extent prohibited by statute or regulation, such description must be + sufficiently detailed for a recipient of ordinary skill to be able to + understand it. + +5. Application of this License. + + This License applies to code to which the Initial Developer has + attached the notice in Exhibit A and to related Covered Code. + +6. Versions of the License. + + 6.1. New Versions. + Netscape Communications Corporation ("Netscape") may publish revised + and/or new versions of the License from time to time. Each version + will be given a distinguishing version number. + + 6.2. Effect of New Versions. + Once Covered Code has been published under a particular version of the + License, You may always continue to use it under the terms of that + version. You may also choose to use such Covered Code under the terms + of any subsequent version of the License published by Netscape. No one + other than Netscape has the right to modify the terms applicable to + Covered Code created under this License. + + 6.3. Derivative Works. + If You create or use a modified version of this License (which you may + only do in order to apply it to code which is not already Covered Code + governed by this License), You must (a) rename Your license so that + the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", + "MPL", "NPL" or any confusingly similar phrase do not appear in your + license (except to note that your license differs from this License) + and (b) otherwise make it clear that Your version of the license + contains terms which differ from the Mozilla Public License and + Netscape Public License. (Filling in the name of the Initial + Developer, Original Code or Contributor in the notice described in + Exhibit A shall not of themselves be deemed to be modifications of + this License.) + +7. DISCLAIMER OF WARRANTY. + + COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF + DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. + THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE + IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, + YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE + COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER + OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF + ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + +8. TERMINATION. + + 8.1. This License and the rights granted hereunder will terminate + automatically if You fail to comply with terms herein and fail to cure + such breach within 30 days of becoming aware of the breach. All + sublicenses to the Covered Code which are properly granted shall + survive any termination of this License. Provisions which, by their + nature, must remain in effect beyond the termination of this License + shall survive. + + 8.2. If You initiate litigation by asserting a patent infringement + claim (excluding declatory judgment actions) against Initial Developer + or a Contributor (the Initial Developer or Contributor against whom + You file such action is referred to as "Participant") alleging that: + + (a) such Participant's Contributor Version directly or indirectly + infringes any patent, then any and all rights granted by such + Participant to You under Sections 2.1 and/or 2.2 of this License + shall, upon 60 days notice from Participant terminate prospectively, + unless if within 60 days after receipt of notice You either: (i) + agree in writing to pay Participant a mutually agreeable reasonable + royalty for Your past and future use of Modifications made by such + Participant, or (ii) withdraw Your litigation claim with respect to + the Contributor Version against such Participant. If within 60 days + of notice, a reasonable royalty and payment arrangement are not + mutually agreed upon in writing by the parties or the litigation claim + is not withdrawn, the rights granted by Participant to You under + Sections 2.1 and/or 2.2 automatically terminate at the expiration of + the 60 day notice period specified above. + + (b) any software, hardware, or device, other than such Participant's + Contributor Version, directly or indirectly infringes any patent, then + any rights granted to You by such Participant under Sections 2.1(b) + and 2.2(b) are revoked effective as of the date You first made, used, + sold, distributed, or had made, Modifications made by that + Participant. + + 8.3. If You assert a patent infringement claim against Participant + alleging that such Participant's Contributor Version directly or + indirectly infringes any patent where such claim is resolved (such as + by license or settlement) prior to the initiation of patent + infringement litigation, then the reasonable value of the licenses + granted by such Participant under Sections 2.1 or 2.2 shall be taken + into account in determining the amount or value of any payment or + license. + + 8.4. In the event of termination under Sections 8.1 or 8.2 above, + all end user license agreements (excluding distributors and resellers) + which have been validly granted by You or any distributor hereunder + prior to termination shall survive termination. + +9. LIMITATION OF LIABILITY. + + UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT + (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL + DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, + OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR + ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY + CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, + WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER + COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN + INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF + LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY + RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW + PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE + EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO + THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. + +10. U.S. GOVERNMENT END USERS. + + The Covered Code is a "commercial item," as that term is defined in + 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer + software" and "commercial computer software documentation," as such + terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 + C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), + all U.S. Government End Users acquire Covered Code with only those + rights set forth herein. + +11. MISCELLANEOUS. + + This License represents the complete agreement concerning subject + matter hereof. If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the extent + necessary to make it enforceable. This License shall be governed by + California law provisions (except to the extent applicable law, if + any, provides otherwise), excluding its conflict-of-law provisions. + With respect to disputes in which at least one party is a citizen of, + or an entity chartered or registered to do business in the United + States of America, any litigation relating to this License shall be + subject to the jurisdiction of the Federal Courts of the Northern + District of California, with venue lying in Santa Clara County, + California, with the losing party responsible for costs, including + without limitation, court costs and reasonable attorneys' fees and + expenses. The application of the United Nations Convention on + Contracts for the International Sale of Goods is expressly excluded. + Any law or regulation which provides that the language of a contract + shall be construed against the drafter shall not apply to this + License. + +12. RESPONSIBILITY FOR CLAIMS. + + As between Initial Developer and the Contributors, each party is + responsible for claims and damages arising, directly or indirectly, + out of its utilization of rights under this License and You agree to + work with Initial Developer and Contributors to distribute such + responsibility on an equitable basis. Nothing herein is intended or + shall be deemed to constitute any admission of liability. + +13. MULTIPLE-LICENSED CODE. + + Initial Developer may designate portions of the Covered Code as + "Multiple-Licensed". "Multiple-Licensed" means that the Initial + Developer permits you to utilize portions of the Covered Code under + Your choice of the NPL or the alternative licenses, if any, specified + by the Initial Developer in the file described in Exhibit A. + +EXHIBIT A -Mozilla Public License. + + ``The contents of this file are subject to the Mozilla Public License + Version 1.1 (the "License"); you may not use this file except in + compliance with the License. You may obtain a copy of the License at + http://www.mozilla.org/MPL/ + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the + License for the specific language governing rights and limitations + under the License. + + The Original Code is ______________________________________. + + The Initial Developer of the Original Code is ________________________. + Portions created by ______________________ are Copyright (C) ______ + _______________________. All Rights Reserved. + + Contributor(s): ______________________________________. + + Alternatively, the contents of this file may be used under the terms + of the _____ license (the "[___] License"), in which case the + provisions of [______] License are applicable instead of those + above. If you wish to allow use of your version of this file only + under the terms of the [____] License and not to allow others to use + your version of this file under the MPL, indicate your decision by + deleting the provisions above and replace them with the notice and + other provisions required by the [___] License. If you do not delete + the provisions above, a recipient may use your version of this file + under either the MPL or the [___] License." + + [NOTE: The text of this Exhibit A may differ slightly from the text of + the notices in the Source Code files of the Original Code. You should + use the text of this Exhibit A rather than the text found in the + Original Code Source Code for Your Modifications.] + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.arm/about_files/about_cairo.html +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.arm/about_files/about_cairo.html @@ -0,0 +1,48 @@ + + + +About + + + +

About This Content

+ +

March 27, 2006

+

License

+ +

The Eclipse Foundation has included the following package for your convenience:

+ +

Cairo 1.0.2 for Linux

+ +

Cairo for Linux ("Cairo") is developed by The Cairo Project (http://www.cairographics.org):

+ +

Cairo is delivered in the following file ("Cairo Library"):

+
    +
  • libcairo-swt.so
  • +
+ +

which was compiled from Cairo source code available at http://www.cairographics.org/snapshots.

+ +

Your use of the Cairo code in binary form is subject to +the terms and conditions of Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided (mpl-v11.txt) +and is also available at http://www.mozilla.org/MPL/MPL-1.1.html. + +

pixman 0.1.6

+ +

pixman ("pixman") is packaged within the Cairo Library and was compiled from source code available at +http://www.cairographics.org/snapshots. +pixman includes the following packages:

+ +
    +
  • libpixregion
  • +
  • libic
  • +
  • slim
  • +
+ +Your use of pixman is subject to the terms and conditions of the licenses in pixman-licenses.txt.

+ +

If you did not receive the Cairo Library directly from the Eclipse Foundation, the package is being redistributed by another party ("Redistributor") and different terms and conditions may +apply its use. Check the Redistributor's license that was provided with the content. If no such license exists, contact the Redistributor.

+ + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.arm/about_files/IJG_README +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.arm/about_files/IJG_README @@ -0,0 +1,385 @@ +The Independent JPEG Group's JPEG software +========================================== + +README for release 6b of 27-Mar-1998 +==================================== + +This distribution contains the sixth public release of the Independent JPEG +Group's free JPEG software. You are welcome to redistribute this software and +to use it for any purpose, subject to the conditions under LEGAL ISSUES, below. + +Serious users of this software (particularly those incorporating it into +larger programs) should contact IJG at jpeg-info@uunet.uu.net to be added to +our electronic mailing list. Mailing list members are notified of updates +and have a chance to participate in technical discussions, etc. + +This software is the work of Tom Lane, Philip Gladstone, Jim Boucher, +Lee Crocker, Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi, +Guido Vollbeding, Ge' Weijers, and other members of the Independent JPEG +Group. + +IJG is not affiliated with the official ISO JPEG standards committee. + + +DOCUMENTATION ROADMAP +===================== + +This file contains the following sections: + +OVERVIEW General description of JPEG and the IJG software. +LEGAL ISSUES Copyright, lack of warranty, terms of distribution. +REFERENCES Where to learn more about JPEG. +ARCHIVE LOCATIONS Where to find newer versions of this software. +RELATED SOFTWARE Other stuff you should get. +FILE FORMAT WARS Software *not* to get. +TO DO Plans for future IJG releases. + +Other documentation files in the distribution are: + +User documentation: + install.doc How to configure and install the IJG software. + usage.doc Usage instructions for cjpeg, djpeg, jpegtran, + rdjpgcom, and wrjpgcom. + *.1 Unix-style man pages for programs (same info as usage.doc). + wizard.doc Advanced usage instructions for JPEG wizards only. + change.log Version-to-version change highlights. +Programmer and internal documentation: + libjpeg.doc How to use the JPEG library in your own programs. + example.c Sample code for calling the JPEG library. + structure.doc Overview of the JPEG library's internal structure. + filelist.doc Road map of IJG files. + coderules.doc Coding style rules --- please read if you contribute code. + +Please read at least the files install.doc and usage.doc. Useful information +can also be found in the JPEG FAQ (Frequently Asked Questions) article. See +ARCHIVE LOCATIONS below to find out where to obtain the FAQ article. + +If you want to understand how the JPEG code works, we suggest reading one or +more of the REFERENCES, then looking at the documentation files (in roughly +the order listed) before diving into the code. + + +OVERVIEW +======== + +This package contains C software to implement JPEG image compression and +decompression. JPEG (pronounced "jay-peg") is a standardized compression +method for full-color and gray-scale images. JPEG is intended for compressing +"real-world" scenes; line drawings, cartoons and other non-realistic images +are not its strong suit. JPEG is lossy, meaning that the output image is not +exactly identical to the input image. Hence you must not use JPEG if you +have to have identical output bits. However, on typical photographic images, +very good compression levels can be obtained with no visible change, and +remarkably high compression levels are possible if you can tolerate a +low-quality image. For more details, see the references, or just experiment +with various compression settings. + +This software implements JPEG baseline, extended-sequential, and progressive +compression processes. Provision is made for supporting all variants of these +processes, although some uncommon parameter settings aren't implemented yet. +For legal reasons, we are not distributing code for the arithmetic-coding +variants of JPEG; see LEGAL ISSUES. We have made no provision for supporting +the hierarchical or lossless processes defined in the standard. + +We provide a set of library routines for reading and writing JPEG image files, +plus two sample applications "cjpeg" and "djpeg", which use the library to +perform conversion between JPEG and some other popular image file formats. +The library is intended to be reused in other applications. + +In order to support file conversion and viewing software, we have included +considerable functionality beyond the bare JPEG coding/decoding capability; +for example, the color quantization modules are not strictly part of JPEG +decoding, but they are essential for output to colormapped file formats or +colormapped displays. These extra functions can be compiled out of the +library if not required for a particular application. We have also included +"jpegtran", a utility for lossless transcoding between different JPEG +processes, and "rdjpgcom" and "wrjpgcom", two simple applications for +inserting and extracting textual comments in JFIF files. + +The emphasis in designing this software has been on achieving portability and +flexibility, while also making it fast enough to be useful. In particular, +the software is not intended to be read as a tutorial on JPEG. (See the +REFERENCES section for introductory material.) Rather, it is intended to +be reliable, portable, industrial-strength code. We do not claim to have +achieved that goal in every aspect of the software, but we strive for it. + +We welcome the use of this software as a component of commercial products. +No royalty is required, but we do ask for an acknowledgement in product +documentation, as described under LEGAL ISSUES. + + +LEGAL ISSUES +============ + +In plain English: + +1. We don't promise that this software works. (But if you find any bugs, + please let us know!) +2. You can use this software for whatever you want. You don't have to pay us. +3. You may not pretend that you wrote this software. If you use it in a + program, you must acknowledge somewhere in your documentation that + you've used the IJG code. + +In legalese: + +The authors make NO WARRANTY or representation, either express or implied, +with respect to this software, its quality, accuracy, merchantability, or +fitness for a particular purpose. This software is provided "AS IS", and you, +its user, assume the entire risk as to its quality and accuracy. + +This software is copyright (C) 1991-1998, Thomas G. Lane. +All Rights Reserved except as specified below. + +Permission is hereby granted to use, copy, modify, and distribute this +software (or portions thereof) for any purpose, without fee, subject to these +conditions: +(1) If any part of the source code for this software is distributed, then this +README file must be included, with this copyright and no-warranty notice +unaltered; and any additions, deletions, or changes to the original files +must be clearly indicated in accompanying documentation. +(2) If only executable code is distributed, then the accompanying +documentation must state that "this software is based in part on the work of +the Independent JPEG Group". +(3) Permission for use of this software is granted only if the user accepts +full responsibility for any undesirable consequences; the authors accept +NO LIABILITY for damages of any kind. + +These conditions apply to any software derived from or based on the IJG code, +not just to the unmodified library. If you use our work, you ought to +acknowledge us. + +Permission is NOT granted for the use of any IJG author's name or company name +in advertising or publicity relating to this software or products derived from +it. This software may be referred to only as "the Independent JPEG Group's +software". + +We specifically permit and encourage the use of this software as the basis of +commercial products, provided that all warranty or liability claims are +assumed by the product vendor. + + +ansi2knr.c is included in this distribution by permission of L. Peter Deutsch, +sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA. +ansi2knr.c is NOT covered by the above copyright and conditions, but instead +by the usual distribution terms of the Free Software Foundation; principally, +that you must include source code if you redistribute it. (See the file +ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part +of any program generated from the IJG code, this does not limit you more than +the foregoing paragraphs do. + +The Unix configuration script "configure" was produced with GNU Autoconf. +It is copyright by the Free Software Foundation but is freely distributable. +The same holds for its supporting scripts (config.guess, config.sub, +ltconfig, ltmain.sh). Another support script, install-sh, is copyright +by M.I.T. but is also freely distributable. + +It appears that the arithmetic coding option of the JPEG spec is covered by +patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot +legally be used without obtaining one or more licenses. For this reason, +support for arithmetic coding has been removed from the free JPEG software. +(Since arithmetic coding provides only a marginal gain over the unpatented +Huffman mode, it is unlikely that very many implementations will support it.) +So far as we are aware, there are no patent restrictions on the remaining +code. + +The IJG distribution formerly included code to read and write GIF files. +To avoid entanglement with the Unisys LZW patent, GIF reading support has +been removed altogether, and the GIF writer has been simplified to produce +"uncompressed GIFs". This technique does not use the LZW algorithm; the +resulting GIF files are larger than usual, but are readable by all standard +GIF decoders. + +We are required to state that + "The Graphics Interchange Format(c) is the Copyright property of + CompuServe Incorporated. GIF(sm) is a Service Mark property of + CompuServe Incorporated." + + +REFERENCES +========== + +We highly recommend reading one or more of these references before trying to +understand the innards of the JPEG software. + +The best short technical introduction to the JPEG compression algorithm is + Wallace, Gregory K. "The JPEG Still Picture Compression Standard", + Communications of the ACM, April 1991 (vol. 34 no. 4), pp. 30-44. +(Adjacent articles in that issue discuss MPEG motion picture compression, +applications of JPEG, and related topics.) If you don't have the CACM issue +handy, a PostScript file containing a revised version of Wallace's article is +available at ftp://ftp.uu.net/graphics/jpeg/wallace.ps.gz. The file (actually +a preprint for an article that appeared in IEEE Trans. Consumer Electronics) +omits the sample images that appeared in CACM, but it includes corrections +and some added material. Note: the Wallace article is copyright ACM and IEEE, +and it may not be used for commercial purposes. + +A somewhat less technical, more leisurely introduction to JPEG can be found in +"The Data Compression Book" by Mark Nelson and Jean-loup Gailly, published by +M&T Books (New York), 2nd ed. 1996, ISBN 1-55851-434-1. This book provides +good explanations and example C code for a multitude of compression methods +including JPEG. It is an excellent source if you are comfortable reading C +code but don't know much about data compression in general. The book's JPEG +sample code is far from industrial-strength, but when you are ready to look +at a full implementation, you've got one here... + +The best full description of JPEG is the textbook "JPEG Still Image Data +Compression Standard" by William B. Pennebaker and Joan L. Mitchell, published +by Van Nostrand Reinhold, 1993, ISBN 0-442-01272-1. Price US$59.95, 638 pp. +The book includes the complete text of the ISO JPEG standards (DIS 10918-1 +and draft DIS 10918-2). This is by far the most complete exposition of JPEG +in existence, and we highly recommend it. + +The JPEG standard itself is not available electronically; you must order a +paper copy through ISO or ITU. (Unless you feel a need to own a certified +official copy, we recommend buying the Pennebaker and Mitchell book instead; +it's much cheaper and includes a great deal of useful explanatory material.) +In the USA, copies of the standard may be ordered from ANSI Sales at (212) +642-4900, or from Global Engineering Documents at (800) 854-7179. (ANSI +doesn't take credit card orders, but Global does.) It's not cheap: as of +1992, ANSI was charging $95 for Part 1 and $47 for Part 2, plus 7% +shipping/handling. The standard is divided into two parts, Part 1 being the +actual specification, while Part 2 covers compliance testing methods. Part 1 +is titled "Digital Compression and Coding of Continuous-tone Still Images, +Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS +10918-1, ITU-T T.81. Part 2 is titled "Digital Compression and Coding of +Continuous-tone Still Images, Part 2: Compliance testing" and has document +numbers ISO/IEC IS 10918-2, ITU-T T.83. + +Some extensions to the original JPEG standard are defined in JPEG Part 3, +a newer ISO standard numbered ISO/IEC IS 10918-3 and ITU-T T.84. IJG +currently does not support any Part 3 extensions. + +The JPEG standard does not specify all details of an interchangeable file +format. For the omitted details we follow the "JFIF" conventions, revision +1.02. A copy of the JFIF spec is available from: + Literature Department + C-Cube Microsystems, Inc. + 1778 McCarthy Blvd. + Milpitas, CA 95035 + phone (408) 944-6300, fax (408) 944-6314 +A PostScript version of this document is available by FTP at +ftp://ftp.uu.net/graphics/jpeg/jfif.ps.gz. There is also a plain text +version at ftp://ftp.uu.net/graphics/jpeg/jfif.txt.gz, but it is missing +the figures. + +The TIFF 6.0 file format specification can be obtained by FTP from +ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme +found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems. +IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6). +Instead, we recommend the JPEG design proposed by TIFF Technical Note #2 +(Compression tag 7). Copies of this Note can be obtained from ftp.sgi.com or +from ftp://ftp.uu.net/graphics/jpeg/. It is expected that the next revision +of the TIFF spec will replace the 6.0 JPEG design with the Note's design. +Although IJG's own code does not support TIFF/JPEG, the free libtiff library +uses our library to implement TIFF/JPEG per the Note. libtiff is available +from ftp://ftp.sgi.com/graphics/tiff/. + + +ARCHIVE LOCATIONS +================= + +The "official" archive site for this software is ftp.uu.net (Internet +address 192.48.96.9). The most recent released version can always be found +there in directory graphics/jpeg. This particular version will be archived +as ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz. If you don't have +direct Internet access, UUNET's archives are also available via UUCP; contact +help@uunet.uu.net for information on retrieving files that way. + +Numerous Internet sites maintain copies of the UUNET files. However, only +ftp.uu.net is guaranteed to have the latest official version. + +You can also obtain this software in DOS-compatible "zip" archive format from +the SimTel archives (ftp://ftp.simtel.net/pub/simtelnet/msdos/graphics/), or +on CompuServe in the Graphics Support forum (GO CIS:GRAPHSUP), library 12 +"JPEG Tools". Again, these versions may sometimes lag behind the ftp.uu.net +release. + +The JPEG FAQ (Frequently Asked Questions) article is a useful source of +general information about JPEG. It is updated constantly and therefore is +not included in this distribution. The FAQ is posted every two weeks to +Usenet newsgroups comp.graphics.misc, news.answers, and other groups. +It is available on the World Wide Web at http://www.faqs.org/faqs/jpeg-faq/ +and other news.answers archive sites, including the official news.answers +archive at rtfm.mit.edu: ftp://rtfm.mit.edu/pub/usenet/news.answers/jpeg-faq/. +If you don't have Web or FTP access, send e-mail to mail-server@rtfm.mit.edu +with body + send usenet/news.answers/jpeg-faq/part1 + send usenet/news.answers/jpeg-faq/part2 + + +RELATED SOFTWARE +================ + +Numerous viewing and image manipulation programs now support JPEG. (Quite a +few of them use this library to do so.) The JPEG FAQ described above lists +some of the more popular free and shareware viewers, and tells where to +obtain them on Internet. + +If you are on a Unix machine, we highly recommend Jef Poskanzer's free +PBMPLUS software, which provides many useful operations on PPM-format image +files. In particular, it can convert PPM images to and from a wide range of +other formats, thus making cjpeg/djpeg considerably more useful. The latest +version is distributed by the NetPBM group, and is available from numerous +sites, notably ftp://wuarchive.wustl.edu/graphics/graphics/packages/NetPBM/. +Unfortunately PBMPLUS/NETPBM is not nearly as portable as the IJG software is; +you are likely to have difficulty making it work on any non-Unix machine. + +A different free JPEG implementation, written by the PVRG group at Stanford, +is available from ftp://havefun.stanford.edu/pub/jpeg/. This program +is designed for research and experimentation rather than production use; +it is slower, harder to use, and less portable than the IJG code, but it +is easier to read and modify. Also, the PVRG code supports lossless JPEG, +which we do not. (On the other hand, it doesn't do progressive JPEG.) + + +FILE FORMAT WARS +================ + +Some JPEG programs produce files that are not compatible with our library. +The root of the problem is that the ISO JPEG committee failed to specify a +concrete file format. Some vendors "filled in the blanks" on their own, +creating proprietary formats that no one else could read. (For example, none +of the early commercial JPEG implementations for the Macintosh were able to +exchange compressed files.) + +The file format we have adopted is called JFIF (see REFERENCES). This format +has been agreed to by a number of major commercial JPEG vendors, and it has +become the de facto standard. JFIF is a minimal or "low end" representation. +We recommend the use of TIFF/JPEG (TIFF revision 6.0 as modified by TIFF +Technical Note #2) for "high end" applications that need to record a lot of +additional data about an image. TIFF/JPEG is fairly new and not yet widely +supported, unfortunately. + +The upcoming JPEG Part 3 standard defines a file format called SPIFF. +SPIFF is interoperable with JFIF, in the sense that most JFIF decoders should +be able to read the most common variant of SPIFF. SPIFF has some technical +advantages over JFIF, but its major claim to fame is simply that it is an +official standard rather than an informal one. At this point it is unclear +whether SPIFF will supersede JFIF or whether JFIF will remain the de-facto +standard. IJG intends to support SPIFF once the standard is frozen, but we +have not decided whether it should become our default output format or not. +(In any case, our decoder will remain capable of reading JFIF indefinitely.) + +Various proprietary file formats incorporating JPEG compression also exist. +We have little or no sympathy for the existence of these formats. Indeed, +one of the original reasons for developing this free software was to help +force convergence on common, open format standards for JPEG files. Don't +use a proprietary file format! + + +TO DO +===== + +The major thrust for v7 will probably be improvement of visual quality. +The current method for scaling the quantization tables is known not to be +very good at low Q values. We also intend to investigate block boundary +smoothing, "poor man's variable quantization", and other means of improving +quality-vs-file-size performance without sacrificing compatibility. + +In future versions, we are considering supporting some of the upcoming JPEG +Part 3 extensions --- principally, variable quantization and the SPIFF file +format. + +As always, speeding things up is of great interest. + +Please send bug reports, offers of help, etc. to jpeg-info@uunet.uu.net. --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.swt.gtk.linux.arm/META-INF/MANIFEST.MF +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.swt.gtk.linux.arm/META-INF/MANIFEST.MF @@ -0,0 +1,19 @@ +Manifest-Version: 1.0 +Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" +Bundle-Name: %fragmentName +Bundle-Vendor: %providerName +Bundle-SymbolicName: org.eclipse.swt.gtk.linux.arm; singleton:=true +Bundle-Version: 3.5.1.qualifier +Bundle-ManifestVersion: 2 +Bundle-Localization: fragment +Export-Package: + org.eclipse.swt.internal.accessibility.gtk; x-internal:=true, + org.eclipse.swt.internal.cairo; x-internal:=true, + org.eclipse.swt.internal.cde; x-internal:=true, + org.eclipse.swt.internal.gnome; x-internal:=true, + org.eclipse.swt.internal.gtk; x-internal:=true, + org.eclipse.swt.internal.mozilla; x-internal:=true, + org.eclipse.swt.internal.opengl.glx; x-internal:=true +Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=arm)) +Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0, + J2SE-1.3 --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ia64/about.html +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ia64/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 5, 2006

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). +Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor’s license +that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ia64/launcher.gtk.linux.ia64.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ia64/launcher.gtk.linux.ia64.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2007 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +pluginName = Equinox Launcher Linux PPC Fragment +providerName = Eclipse.org - Equinox --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ia64/build.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ia64/build.properties @@ -0,0 +1,7 @@ +bin.includes = META-INF/,\ + eclipse_*.so,\ + launcher.gtk.linux.ia64.properties,\ + about.html + +customBuildCallbacks=customBuildCallbacks.xml +generateSourceBundle=false --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ia64/customBuildCallbacks.xml +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ia64/customBuildCallbacks.xml @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ia64/.project +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ia64/.project @@ -0,0 +1,22 @@ + + + org.eclipse.equinox.launcher.gtk.linux.ia64 + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ia64/.settings/org.eclipse.pde.core.prefs +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ia64/.settings/org.eclipse.pde.core.prefs @@ -0,0 +1,4 @@ +#Wed Dec 06 11:44:00 EST 2006 +eclipse.preferences.version=1 +pluginProject.extensions=false +resolve.requirebundle=false --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ia64/META-INF/MANIFEST.MF +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.equinox.launcher.gtk.linux.ia64/META-INF/MANIFEST.MF @@ -0,0 +1,10 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName +Bundle-Vendor: %providerName +Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.ia64;singleton:=true +Bundle-Version: 1.0.200.qualifier +Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1.0)" +Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=ia64)) +Bundle-Localization: launcher.gtk.linux.ia64 +Eclipse-BundleShape: dir --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.ppc64/about.html +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.ppc64/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 2, 2006

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ + + \ No newline at end of file --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.ppc64/fragment.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.ppc64/fragment.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2006 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +fragmentName = Core File System for Linux PPC +providerName = Eclipse.org --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.ppc64/build.properties +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.ppc64/build.properties @@ -0,0 +1,16 @@ +############################################################################### +# Copyright (c) 2006, 2007 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +bin.includes = META-INF/,\ + about.html,\ + os/,\ + fragment.properties +src.includes = about.html +generateSourceBundle=false --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.ppc64/.project +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.ppc64/.project @@ -0,0 +1,22 @@ + + + org.eclipse.core.filesystem.linux.ppc64 + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + + --- eclipse-3.5.1+repack~1.orig/additionalArchs/org.eclipse.core.filesystem.linux.ppc64/META-INF/MANIFEST.MF +++ eclipse-3.5.1+repack~1/additionalArchs/org.eclipse.core.filesystem.linux.ppc64/META-INF/MANIFEST.MF @@ -0,0 +1,9 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %fragmentName +Bundle-SymbolicName: org.eclipse.core.filesystem.linux.ppc64;singleton:=true +Bundle-Version: 1.0.100.qualifier +Bundle-Vendor: %providerName +Fragment-Host: org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)" +Bundle-Localization: fragment +Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=ppc64)) --- eclipse-3.5.1+repack~1.orig/patches/eclipse-add-archs-filesystem.patch +++ eclipse-3.5.1+repack~1/patches/eclipse-add-archs-filesystem.patch @@ -1,6 +1,6 @@ ---- ./features/org.eclipse.platform/feature.xml 2009-08-07 18:30:54.000000000 +0300 -+++ ./features/org.eclipse.platform/feature.xml 2009-08-07 18:50:29.043863537 +0300 -@@ -440,6 +440,36 @@ +--- ./features/org.eclipse.platform/feature.xml.orig 2009-10-24 13:13:29.000000000 +0200 ++++ ./features/org.eclipse.platform/feature.xml 2009-10-24 20:25:05.159943595 +0200 +@@ -440,6 +440,56 @@ version="0.0.0" fragment="true" unpack="false"/> @@ -34,6 +34,26 @@ + version="0.0.0" + fragment="true" + unpack="false"/> ++ ++ ++ ++ + ++ + -+ ++ + + @@ -52,6 +58,26 @@ + install-size="0" + version="0.0.0" + fragment="true"/> ++ ++ ++ ++