Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Gamers & Players
  • Search

aba games gdc ebuilds ready

Having problems getting your favorite Linux game to work? Want to discuss strategies? This is the place!
Post Reply
  • Print view
Advanced search
22 posts • Page 1 of 1
Author
Message
frostwork
n00b
n00b
Posts: 64
Joined: Mon Dec 11, 2006 9:17 am

aba games gdc ebuilds ready

  • Quote

Post by frostwork » Sat Jul 21, 2007 8:29 pm

hi all!

i made some ebuilds for aba-games and some other games written in D.
they all do build with gdc (so you need "d" useflag set when building gcc)
and work great on x86 and powerpc machines.
if you like to improve the ebuilds or patches (i'm a ebuild-noob :) )
or simply want to play get them here on bugzilla:
(gcc-4.2 currently doesn'T seem to support D, so last version working is 4.1.2 atm)

http://bugs.gentoo.org/show_bug.cgi?id=185571 - ebuild using gdc for aba-game "gunroar"
http://bugs.gentoo.org/show_bug.cgi?id=185575 - ebuild using gdc for aba-game fork "gunroar - hot iron"
http://bugs.gentoo.org/show_bug.cgi?id=185576 - ebuild using gdc for aba-game "mu-cade"
http://bugs.gentoo.org/show_bug.cgi?id=185580 - ebuild using gdc for HIZ's game "projectL"
http://bugs.gentoo.org/show_bug.cgi?id=185582 - ebuild using gdc for aba-game "titanion"
http://bugs.gentoo.org/show_bug.cgi?id=185583 - ebuild using gdc for aba-game "torus trooper"
http://bugs.gentoo.org/show_bug.cgi?id=185585 - ebuild using gdc for HIZ's aba-game fork "torus trooper p...
http://bugs.gentoo.org/show_bug.cgi?id=185587 - ebuild using gdc for 'secret' aba-game "val & rick"
http://bugs.gentoo.org/show_bug.cgi?id=185570 - ebuild using gdc for aba-game "a7xpg"
http://bugs.gentoo.org/show_bug.cgi?id=185578 - ebuild using gdc for aba-game "parsec47"

some of the games require this lib to build:

http://bugs.gentoo.org/show_bug.cgi?id=185588 - New package: bulletss (bulletML for D)


have fun! 8)
Last edited by frostwork on Sat Aug 18, 2007 10:15 am, edited 2 times in total.
Top
frostwork
n00b
n00b
Posts: 64
Joined: Mon Dec 11, 2006 9:17 am

  • Quote

Post by frostwork » Sat Aug 11, 2007 11:50 am

added some more games:

laadun-takaa-stadia - http://bugs.gentoo.org/show_bug.cgi?id=186210
tumiki fighters - http://bugs.gentoo.org/show_bug.cgi?id=188454
tatan - http://bugs.gentoo.org/show_bug.cgi?id=188455
ES - http://bugs.gentoo.org/show_bug.cgi?id=188456
Gradle Unison - http://bugs.gentoo.org/show_bug.cgi?id=188458

have fun
Top
frostwork
n00b
n00b
Posts: 64
Joined: Mon Dec 11, 2006 9:17 am

  • Quote

Post by frostwork » Sat Aug 18, 2007 10:13 am

added jumpei isshiki's "area2048" :

http://bugs.gentoo.org/show_bug.cgi?id=189335
Top
Vlad.Sharp
Guru
Guru
User avatar
Posts: 337
Joined: Wed Dec 08, 2004 9:30 am
Location: Cambridgeshire, UK

  • Quote

Post by Vlad.Sharp » Sat Aug 18, 2007 4:50 pm

PM me if you're interested in adding them to my D overlay (see link at the bottom of sig. )
Top
bobobo
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 122
Joined: Thu Nov 24, 2005 2:25 pm

  • Quote

Post by bobobo » Sat Aug 18, 2007 7:18 pm

I ve got both gcc-4.1.2 (compiled with D flag) and gcc-4.2, the ebuild fails at this line :

Code: Select all

if ! built_with_use sys-devel/gcc d
I assume it checks against the latest version, even if the current system gcc (selected with gcc-config) is 4.1.2
Is there a solution for this ?
ideally, the ebuild should check the d flag for the current selected gcc

edit: thanks for the ebuilds btw, beats wine ;o
Top
Vlad.Sharp
Guru
Guru
User avatar
Posts: 337
Joined: Wed Dec 08, 2004 9:30 am
Location: Cambridgeshire, UK

  • Quote

Post by Vlad.Sharp » Sat Aug 18, 2007 7:24 pm

Yes, to use the slots feature - so something like "if built_with_use sys-devel/gcc:4.1 d" :)
Top
frostwork
n00b
n00b
Posts: 64
Joined: Mon Dec 11, 2006 9:17 am

  • Quote

Post by frostwork » Sun Aug 19, 2007 10:51 am

hi!

@bobobo

thanks for reporting back the gcc-4.2 issue!
I've emerged gcc-4.2 here to test my new ebuilds - they work now :)
(all updated on bugzilla already)

@Vlad.Sharp

feel free to add them in your overlay.
could be interesting if they still build with gdc-0.24svn
why dev-util/bzr btw?
Top
lazy_bum
l33t
l33t
User avatar
Posts: 691
Joined: Wed Feb 16, 2005 8:55 am

  • Quote

Post by lazy_bum » Thu Aug 23, 2007 8:13 am

I've placed them in my little overlay (link in signature). If they will work I can add them to arcon-portage overlay. (-:
roslin uberlay | grubelek
Top
frostwork
n00b
n00b
Posts: 64
Joined: Mon Dec 11, 2006 9:17 am

  • Quote

Post by frostwork » Thu Aug 23, 2007 5:25 pm

nice overlay - will add it at weekend :)
all games but area2048 and gradleunison are now updated to use
${GAMES_DATADIR} and ${GAMES_STATEDIR} vars correctly
Top
lazy_bum
l33t
l33t
User avatar
Posts: 691
Joined: Wed Feb 16, 2005 8:55 am

  • Quote

Post by lazy_bum » Fri Aug 24, 2007 9:59 pm

Updated ebuilds with proper ones from bugzilla.
roslin uberlay | grubelek
Top
frostwork
n00b
n00b
Posts: 64
Joined: Mon Dec 11, 2006 9:17 am

  • Quote

Post by frostwork » Sat Aug 25, 2007 9:54 am

fixed area2048 and gradleunison
next is cleaning up some patches
(replacing whole sdl-includes with working ones in some patches is not too elegant fe :) )
and maybe add psyno and z-lock
Top
frostwork
n00b
n00b
Posts: 64
Joined: Mon Dec 11, 2006 9:17 am

  • Quote

Post by frostwork » Fri Sep 07, 2007 8:31 am

neat to see that my ebuilds are in some kind of overlay now
maybe it's not too much requested to at least mention me somewhere?
laduun-takaa-stadia is no D game btw
Top
lazy_bum
l33t
l33t
User avatar
Posts: 691
Joined: Wed Feb 16, 2005 8:55 am

  • Quote

Post by lazy_bum » Fri Sep 14, 2007 7:20 am

frostwork wrote:neat to see that my ebuilds are in some kind of overlay now
maybe it's not too much requested to at least mention me somewhere?
It's not, I've mentioned You over here. (-:
roslin uberlay | grubelek
Top
frostwork
n00b
n00b
Posts: 64
Joined: Mon Dec 11, 2006 9:17 am

  • Quote

Post by frostwork » Fri Sep 14, 2007 1:56 pm

@lazy_bum

ok, kewl - thx

i have some problems to complete the patches for z-lock, reflectball and psyno
and also have no clue what else to improve in above ebuilds.

some debian-people used my patches to make debian-packages - and some of them
are already in offical debian repo.

would be nice to get some help from ebuilders or gdc people to complete above 3 games
and maybe to improve the ebuilds to get those stunning games into portage -
whenever that might be

have fun
Top
frostwork
n00b
n00b
Posts: 64
Joined: Mon Dec 11, 2006 9:17 am

  • Quote

Post by frostwork » Wed Sep 19, 2007 6:35 pm

just emerged gcc-4.1.2 using new gdc-0.24 -
above ebuilds don't work anymore (at least those i tried)
will fix them when i find the time

EDIT: done
Top
frostwork
n00b
n00b
Posts: 64
Joined: Mon Dec 11, 2006 9:17 am

  • Quote

Post by frostwork » Tue Sep 25, 2007 7:25 pm

added psyno
http://bugs.gentoo.org/show_bug.cgi?id=193788

currently replays are turned off - 'll try to fix that, help is welcome

thanks for help with fixes to commander from #gentoo.de and MorphOS's Geit :)
Top
lazy_bum
l33t
l33t
User avatar
Posts: 691
Joined: Wed Feb 16, 2005 8:55 am

  • Quote

Post by lazy_bum » Thu Sep 27, 2007 5:27 am

frostwork wrote:added psyno
http://bugs.gentoo.org/show_bug.cgi?id=193788

currently replays are turned off - 'll try to fix that, help is welcome

thanks for help with fixes to commander from #gentoo.de and MorphOS's Geit :)
Added to roslin (info in signature ;-). It joined the previous game ebuild in there. Also mentioned author in the ChangeLog, hope it satisfies You. (-:

PS. We have some problems with arcon-portage overlay. Our leader disappered and I'm the only one to main it. It's easier for me to maintain roslin and make quick changes in here (it's also my /usr/local/portage) then to add everything to arcon. If You can/want help with arcon-portage join our IRC channel #arcon @ FreeNode
roslin uberlay | grubelek
Top
_analogkid_
n00b
n00b
Posts: 1
Joined: Sat Sep 29, 2007 7:30 am

  • Quote

Post by _analogkid_ » Sat Sep 29, 2007 7:42 am

hey frostwork :)

Now i've tried psyno on my PowerMac B/W G3 with Rage128 Pro (unfortunately I haven't tried it on the Pegasos2), and at first it didn't compile, because SDL_pad-Installation wasn't handled properly. After installed that manually, the installation of psyno worked.

Game starts, but as soon as some enemies appear, it exits with an "Error: Rage 128 timed out... exiting" error.
Top
frostwork
n00b
n00b
Posts: 64
Joined: Mon Dec 11, 2006 9:17 am

  • Quote

Post by frostwork » Sat Sep 29, 2007 8:55 am

cheers analogkid! :)

thanks for testing on your ppc!
sdl-pad shouldn't be installed as the ebuild should link against the static lib
which is built. Maybe i've missed sth and have a shared lSDL_pad still somewhere
in the system.... Will check that :)
i'll also check your rage problem, maybe only an endian issue which i maybe could fix :)
Top
frostwork
n00b
n00b
Posts: 64
Joined: Mon Dec 11, 2006 9:17 am

  • Quote

Post by frostwork » Wed Oct 10, 2007 7:45 pm

added jumpei isshiki's "zlock"
http://bugs.gentoo.org/show_bug.cgi?id=195423

fixed gradleunison for 0.24 now completely
http://bugs.gentoo.org/show_bug.cgi?id=188458

@analogkid - so your rage was the only problem :)
have fun with psyno on your peg :)
Top
frostwork
n00b
n00b
Posts: 64
Joined: Mon Dec 11, 2006 9:17 am

  • Quote

Post by frostwork » Sat Oct 13, 2007 10:24 am

added jumpei isshiki's "reflectball"
http://bugs.gentoo.org/show_bug.cgi?id=195686

uses some debian homedirpatches (from an other game) to write replay
to homedir
i'll fix some other ebuilds to do the same
Top
frostwork
n00b
n00b
Posts: 64
Joined: Mon Dec 11, 2006 9:17 am

new great D game under GPL

  • Quote

Post by frostwork » Sat Aug 16, 2008 7:18 pm

The great OpenGL game Atomorun2008 (written in D)
from Matthias Thurau recently got opensource (GPL):
http://atomorun2008.whosme.de/
I made an initial ebuild which you can find here:
http://bugs.gentoo.org/show_bug.cgi?id=234924
Have fun playing :D
Top
Post Reply
  • Print view

22 posts • Page 1 of 1

Return to “Gamers & Players”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic