Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83394 - New release of Amaya : 9.4
Summary: New release of Amaya : 9.4
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL: http://www.w3.org/Amaya
Whiteboard:
Keywords:
: 77571 116218 (view as bug list)
Depends on:
Blocks: 129874
  Show dependency tree
 
Reported: 2005-02-26 10:20 UTC by Antoine Tollenaere
Modified: 2006-11-04 11:36 UTC (History)
12 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
amaya-9.1.ebuild *working* (amaya-9.1.ebuild,877 bytes, text/plain)
2005-05-14 10:00 UTC, Real Name
Details
ebuild for amaya-9.1 with wx-UI, works on x86 and amd64 (amaya-9.1.ebuild,769 bytes, text/plain)
2005-05-31 06:47 UTC, Ingo Kemper
Details
ebuild for amaya-8.7.2, working on x86 and amd64 (amaya-8.7.2.ebuild,827 bytes, text/plain)
2005-05-31 06:54 UTC, Ingo Kemper
Details
ebuild for 9.1 with corrected dependancies. (amaya-9.1.ebuild,833 bytes, text/plain)
2005-06-05 13:43 UTC, Ingo Kemper
Details
amaya-9.2.diff*try* (amaya-9.2.diff,775 bytes, patch)
2005-07-09 22:45 UTC, fabien Zouaoui
Details | Diff
ebuild composed from 9.1 ebuild and 9.2 diff (amaya-9.2.1.ebuild,1.08 KB, text/plain)
2005-07-23 12:12 UTC, Arie Huijzer
Details
amaya-8.8.4.ebuild (amaya-8.8.4.ebuild,845 bytes, text/plain)
2006-03-14 16:52 UTC, Ingo Kemper
Details
amaya-9.4.ebuild (amaya-9.4.ebuild,1.22 KB, text/plain)
2006-03-14 16:53 UTC, Ingo Kemper
Details
fixes compile error with recent versions of GTK+ (wxwidgets_gtk_fix.patch,350 bytes, patch)
2006-03-14 16:58 UTC, Ingo Kemper
Details | Diff
redland.patch fixes compile error when media-libs/raptor is installed (redland.patch,1.56 KB, patch)
2006-03-14 17:02 UTC, Ingo Kemper
Details | Diff
rpath.patch fixes a security problem with rpath (rpath.patch,1.06 KB, patch)
2006-03-14 17:04 UTC, Ingo Kemper
Details | Diff
New Version 9.52 with wx-GUI (slot 9) (amaya-9.52.ebuild,992 bytes, text/plain)
2006-10-19 01:56 UTC, Ingo Kemper
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Tollenaere 2005-02-26 10:20:18 UTC
Amaya 9.1 is out.
Changelog : http://www.w3.org/Amaya/User/New.html



When merging from a copy of the Amaya 8.7 ebuild I get the following error :

i686-pc-linux-gnu-g++: ../redland/raptor/.libs/libraptor.a: No such file or directory
make[1]: *** [../bin/amaya] Error 1
make[1]: Leaving directory `/var/tmp/portage/amaya-9.1/work/Amaya/LINUX-ELF/amaya'
make: *** [amaya_prog] Error 2

!!! ERROR: net-www/amaya-9.1 failed.
!!! Function src_compile, Line 45, Exitcode 2
!!! (no error message)
Comment 1 Antoine Tollenaere 2005-02-26 15:13:40 UTC
The file libraptor.a seems to be missing in the tarball from the w3c http and ftp sites.
Comment 2 Ingo Kemper 2005-02-28 14:03:12 UTC
You need amaya-fullsrc-9.1.tgz, not amaya-src-9.1.tgz. Take a look at Bug #77571.
Compiles and works here on Dual P4 Xeon and Athlon 64 with new UI. Funny, same source for two versions.
Comment 3 Real Name 2005-05-14 06:39:24 UTC
getting still this error even with fullsrc, plz help!

i686-pc-linux-gnu-g++: ../redland/raptor/.libs/libraptor.a: No such file or directory
make[1]: *** [../bin/amaya] Error 1
make[1]: Leaving directory `/var/tmp/portage/amaya-9.1/work/Amaya/work/amaya'
make: *** [amaya_prog] Error 2

!!! ERROR: www-client/amaya-9.1 failed.
Comment 4 Real Name 2005-05-14 10:00:39 UTC
Created attachment 58887 [details]
amaya-9.1.ebuild *working*

Be shure to NOT have "media-libs/raptor" installed, else emerge will fail!
Comment 5 Heinrich Wendel (RETIRED) gentoo-dev 2005-05-17 05:56:29 UTC
*** Bug 77571 has been marked as a duplicate of this bug. ***
Comment 6 Ingo Kemper 2005-05-31 06:47:32 UTC
Created attachment 60276 [details]
ebuild for amaya-9.1 with wx-UI, works on x86 and amd64

added !media-libs/raptor to RDEPEND
Comment 7 Ingo Kemper 2005-05-31 06:54:18 UTC
Created attachment 60277 [details]
ebuild for amaya-8.7.2, working on x86 and amd64

Same as 9.1, but with "old" gtk-UI.
Comment 8 Ingo Kemper 2005-05-31 06:59:10 UTC
The ebuilds in comments #6 and #7 are slotted, so both version can be installed.
The names of the executables are amaya-wx and amaya-gtk.
Comment 9 Ingo Kemper 2005-06-05 13:43:55 UTC
Created attachment 60677 [details]
ebuild for 9.1 with corrected dependancies.

This works on x86. On amd64 it compiles, but there is no visible text in the
working areas.
Comment 10 fabien Zouaoui 2005-07-09 22:45:14 UTC
Created attachment 63050 [details, diff]
amaya-9.2.diff*try*
Comment 11 fabien Zouaoui 2005-07-09 22:45:42 UTC
Comment on attachment 63050 [details, diff]
amaya-9.2.diff*try*

here is an ebuild for amaya-9.2
I can't have the gtk version working, so the wx version is enabled by default.

I removed the WXgtk dependence, because I can build without that. I'm not sure.
the file "wxWidgets/configure.in" need gtk2 developements files (line 2710),
and I added >=gtk+-2 dependence after having read
"http://www.w3.org/Amaya/User/AmayaWX.html"
I added imlib dependence, after having read "Amaya/configure.in", at line 387.
openssl dependence added after having read "libwww/configure.ac", at line 670.
>=freetype-2 dependence added after having read "Amaya/configure.in", at line 854.
Comment 12 Arie Huijzer 2005-07-23 12:12:15 UTC
Created attachment 64151 [details]
ebuild composed from 9.1 ebuild and 9.2 diff

The ebuild for amaya 9.2.1 is composed from the 9.1 ebuild and the 9.2 diff. It
compiled without problems on my P4 (and seems to work).
Comment 13 Jakub Moc (RETIRED) gentoo-dev 2005-12-20 21:56:38 UTC
*** Bug 116218 has been marked as a duplicate of this bug. ***
Comment 14 Denilson Sá Maia 2006-01-18 08:38:22 UTC
Amaya 9.3 has been released at 9 December 2005
Comment 15 Ingo Kemper 2006-03-14 16:46:00 UTC
Amaya 8.8.4 (GTK) and 9.4 (WX) have been released in February. The following ebuilds have been tested successfully on x86 and amd64 machines, I hope they will work for you too. The ebuilds are slotted, so you can use the multihead-friendlier amaya-gtk (release 8.8.4, slot 8) and the prettier amaya-wx (release 9.4, slot 9) side by side. If you have a unslotted (slot="0" in the ebuild) version installed, you should deinstall it first.
Comment 16 Ingo Kemper 2006-03-14 16:52:10 UTC
Created attachment 82171 [details]
amaya-8.8.4.ebuild

GTK-UI, slot 8
Comment 17 Ingo Kemper 2006-03-14 16:53:57 UTC
Created attachment 82172 [details]
amaya-9.4.ebuild

WX-UI, slot 9
Comment 18 Ingo Kemper 2006-03-14 16:58:58 UTC
Created attachment 82173 [details, diff]
fixes compile error with recent versions of GTK+
Comment 19 Ingo Kemper 2006-03-14 17:02:37 UTC
Created attachment 82174 [details, diff]
redland.patch fixes compile error when media-libs/raptor is installed
Comment 20 Ingo Kemper 2006-03-14 17:04:25 UTC
Created attachment 82175 [details, diff]
rpath.patch fixes a security problem with rpath
Comment 21 Daniel Herzog 2006-09-28 07:39:05 UTC
Version bump - 9.51 seems to be out.
Website: http://www.w3.org/Amaya/User/SourceDist.html
Direct: http://www.w3.org/Amaya/Distribution/amaya-src-9.51.tgz

Ciao
Comment 22 Ingo Kemper 2006-10-19 01:56:35 UTC
Created attachment 100008 [details]
New Version 9.52 with wx-GUI (slot 9)
Comment 23 Christian Heim (RETIRED) gentoo-dev 2006-11-04 11:36:51 UTC
Package no longer in CVS.