PDA

View Full Version : Gentoo and ShowEQ



hjc
11-27-2003, 04:31 AM
Hi all

I have submited a ebuild to the Gentoo distribution, so now ShowEQ is part of Gentoo, still masked though.

---
HJC

Ratt
11-27-2003, 10:39 AM
Good deal! Thanks for helping out :)

guice
11-30-2003, 03:30 AM
What's Gentoo?

Cryonic
11-30-2003, 11:39 AM
google search
www.gentoo.org

guice
11-30-2003, 09:28 PM
Bah! Google's the Devil! :D

(thanks ;) )

fryfrog
12-04-2003, 08:10 PM
Great Job! Are you going to maintain the ebuild or how does that work? I've never paid a whole lot of attention to how you get ebuilds into Gentoo. Also, it looks like its unmasked now :)

hjc
12-04-2003, 11:42 PM
Yes i will send new ebuilds to the gentoo games team, when a new ShowEQ is released.
And yes it just got unmasked a few days ago becource its out of "testing periode". :-)


---
HJC

PowerFailPhone
12-06-2003, 05:21 PM
Hail hjc, Nice work on the ebuild.

Do you have any plans to make a showeq-cvs ebuild?

Cryonic
12-06-2003, 06:53 PM
I wouldn't recommend it until CVS at SF.net gets better. Besides, the tarball is what is currently in CVS.

vylesilencer
12-06-2003, 09:33 PM
Wow, very interesting. Is anyone using this flavor of Linux? Im assuming since you've made this ebuild its a simple package to install on Gentoo? plug and play? *gasp*

Cryonic
12-06-2003, 10:01 PM
emerge showeq

go watch some TV, chat with guild mates, etc...

done building
showeq
Network->Monitor Next client seen
zone EQ

Cryonic
12-07-2003, 06:39 PM
looks like SEQ 5 is going to need autoconf 2.5 to get it to build on its own.

some possibilities from the IRC channel are:

set envvar WANT_AUTOCONF_2_5 to 1
or
set AC_PREREQ to 2.5 in configure.in

For RH users with Autoconf 2.13 do the following in the src/ directory:

/usr/lib/qt3/bin/uic mapicondialog.ui > ui_mapicondialog.h
/usr/lib/qt3/bin/uic -impl ui_mapicondialog.h mapicondialog.ui > ui_mapicondialog.cpp

after you run configure but before you run make.

Zaphod
12-12-2003, 07:21 PM
Well, I've added Gentoo 1.4 to my development box, thus allowing me to dual boot between Gentoo and RedHat 9.

On the subject of autoconf, I've come up with a workaround for autoconf 2.13's mishandling of things that will be included in my next Beta release (coming real soon now). Now I've just got to upgrade my RedHat 8 box to Fedora and I should be all set.

Enjoy,
Zaphod (dohpaZ)