Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 229645 - net-im/galaxium-0.7.2.ebuild (new ebuild)
Summary: net-im/galaxium-0.7.2.ebuild (new ebuild)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2008-06-26 20:15 UTC by Constantin Bergemann
Modified: 2018-06-20 09:31 UTC (History)
2 users (show)

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


Attachments
net-im/galaxium-0.7.2.ebuild (galaxium-0.7.2.ebuild,883 bytes, text/plain)
2008-06-26 20:16 UTC, Constantin Bergemann
Details
dev-dotnet/libanculus-sharp-0.3.1 (libanculus-sharp-0.3.1.ebuild,569 bytes, text/plain)
2008-06-26 20:17 UTC, Constantin Bergemann
Details
net-im/galaxium-0.7.2.ebuild (galaxium-0.7.2.ebuild,984 bytes, text/plain)
2008-06-26 22:06 UTC, Constantin Bergemann
Details
dev-dotnet/libanculus-sharp-0.3.1 (libanculus-sharp-0.3.1.ebuild,580 bytes, text/plain)
2008-06-26 22:07 UTC, Constantin Bergemann
Details
net-im/galaxium-0.7.3.ebuild (galaxium-0.7.3.ebuild,984 bytes, text/plain)
2008-06-28 12:59 UTC, Constantin Bergemann
Details
net-im/galaxium-0.7.3.1.ebuild (galaxium-0.7.3.1.ebuild,984 bytes, text/plain)
2008-06-30 10:48 UTC, Constantin Bergemann
Details
net-im/galaxium-0.7.3.1-r1.ebuild (galaxium-0.7.3.1-r1.ebuild,1.06 KB, text/plain)
2008-07-04 04:07 UTC, Sebastián Magrí
Details
galaxium-9999.ebuild (galaxium-9999.ebuild,1.60 KB, text/plain)
2008-07-04 04:07 UTC, Sebastián Magrí
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Constantin Bergemann 2008-06-26 20:15:47 UTC
Here's an ebuild for the Galaxium instant messenger

Reproducible: Always
Comment 1 Constantin Bergemann 2008-06-26 20:16:33 UTC
Created attachment 158543 [details]
net-im/galaxium-0.7.2.ebuild
Comment 2 Constantin Bergemann 2008-06-26 20:17:12 UTC
Created attachment 158545 [details]
dev-dotnet/libanculus-sharp-0.3.1

Required additional lib
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2008-06-26 21:48:43 UTC
- GPL is not a valid license value, see /usr/portage/licenses
- RDEPEND empty is clearly wrong.
- why eautoreconf? you're not patching anything or so
- einstall() is an ugly hack and only to be used when the build script is completely broken.
- src_install() holding only emake and econf can be removed entirely; ebuild.sh is doing so by default. Same goes for the other build phase functions.
Comment 4 Constantin Bergemann 2008-06-26 22:06:26 UTC
Created attachment 158559 [details]
net-im/galaxium-0.7.2.ebuild

- corrected license
- corrected RDEPEND
- removed einstall, now make DESTDIR="${D}" install
Comment 5 Constantin Bergemann 2008-06-26 22:07:21 UTC
Created attachment 158561 [details]
dev-dotnet/libanculus-sharp-0.3.1

- removed src_compile
- changed einstall to make DESTDIR="${D}" install
Comment 6 Constantin Bergemann 2008-06-26 22:09:50 UTC
(In reply to comment #3)
> - GPL is not a valid license value, see /usr/portage/licenses

Changed.

> - RDEPEND empty is clearly wrong.

Changed.

> - why eautoreconf? you're not patching anything or so

The package does not include a configure script. It has to be created by autogen.sh first, so I used eautoreconf.

> - einstall() is an ugly hack and only to be used when the build script is
> completely broken.

Changed to make DESTDIR="${D}" install. Is that better?

> - src_install() holding only emake and econf can be removed entirely; ebuild.sh
> is doing so by default. Same goes for the other build phase functions.

Removed src_compile in libanculus, its needed for galaxium though. Can I get rid if src_install somehow? 
Comment 7 Constantin Bergemann 2008-06-28 12:59:37 UTC
Created attachment 158743 [details]
net-im/galaxium-0.7.3.ebuild

- updated version, no other changes
Comment 8 Constantin Bergemann 2008-06-30 10:48:59 UTC
Created attachment 158943 [details]
net-im/galaxium-0.7.3.1.ebuild

- version update, no other changes
Comment 9 Sebastián Magrí 2008-07-04 04:07:05 UTC
Created attachment 159486 [details]
net-im/galaxium-0.7.3.1-r1.ebuild

I wrote an ebuild for webkit-sharp (Bug #230697) and made some changes to galaxium-0.7.3.1.ebuild that i'm attaching. But it doesn't shows the login box on amd64. Hope it will be usefull to fix it. Also wrote an galaxium Live SVN ebuild attached as galaxium-9999.ebuild
Comment 10 Sebastián Magrí 2008-07-04 04:07:35 UTC
Created attachment 159487 [details]
galaxium-9999.ebuild
Comment 11 Constantin Bergemann 2008-07-04 16:01:43 UTC
(In reply to comment #9)
> Created an attachment (id=159486) [edit]
> net-im/galaxium-0.7.3.1-r1.ebuild
> 
> I wrote an ebuild for webkit-sharp (Bug #230697) and made some changes to
> galaxium-0.7.3.1.ebuild that i'm attaching. But it doesn't shows the login box
> on amd64. Hope it will be usefull to fix it. Also wrote an galaxium Live SVN
> ebuild attached as galaxium-9999.ebuild

Why did you remove all the dependencies from the ebuild? All deps are required by the Galaxium configure script.


Comment 12 yegle 2008-08-04 07:52:10 UTC
gst-plugins-base is needed to compile this program,or there will be a warn that gst/video/video.h cannot be found.
Comment 13 Marek Szuba archtester gentoo-dev 2018-05-17 12:22:36 UTC
Upstream is gone. Will close this bug as WONTFIX in 30 days unless someone manages to dig up a maintained version and volunteers to maintain it in the tree.