Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144591 - games-fps/joequake (New Package)
Summary: games-fps/joequake (New Package)
Status: CONFIRMED
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: http://www.runecentral.com/joequake/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 151654
  Show dependency tree
 
Reported: 2006-08-20 23:44 UTC by Paul Bredbury
Modified: 2018-12-03 12:57 UTC (History)
0 users

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


Attachments
joequake-0.15_beta1329.ebuild (joequake-0.15_beta1329.ebuild,4.44 KB, text/plain)
2006-08-20 23:45 UTC, Paul Bredbury
Details
config.cfg (config.cfg,2.94 KB, text/plain)
2006-08-20 23:47 UTC, Paul Bredbury
Details
joequake-0.15_beta1329.ebuild (joequake-0.15_beta1329.ebuild,3.73 KB, text/plain)
2006-08-25 03:46 UTC, Paul Bredbury
Details
joequake-0.15_beta1329.ebuild (joequake-0.15_beta1329.ebuild,3.80 KB, text/plain)
2006-10-19 11:45 UTC, Paul Bredbury
Details
joequake-0.15_beta1329.ebuild (joequake-0.15_beta1329.ebuild,3.92 KB, text/plain)
2007-01-09 09:50 UTC, Paul Bredbury
Details
joequake-0.15_beta1329.ebuild (joequake-0.15_beta1329.ebuild,4.62 KB, text/plain)
2007-01-17 23:05 UTC, Paul Bredbury
Details
joequake-0.15_beta1329.ebuild (joequake-0.15_beta1329.ebuild,5.02 KB, text/plain)
2007-01-18 02:13 UTC, Paul Bredbury
Details
joequake-0.15_beta1329.ebuild (joequake-0.15_beta1329.ebuild,5.18 KB, text/plain)
2007-01-18 03:59 UTC, Paul Bredbury
Details
joequake-0.15_beta1329.ebuild (joequake-0.15_beta1329.ebuild,5.36 KB, text/plain)
2007-02-15 16:33 UTC, Paul Bredbury
Details
joequake-0.15_beta1862.ebuild (joequake-0.15_beta1862.ebuild,4.75 KB, text/plain)
2007-10-12 16:28 UTC, Paul Bredbury
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Bredbury 2006-08-20 23:44:49 UTC
Hi, here is an ebuild for JoeQuake, a Quake 1 engine with plenty of eye-candy taken from the NehQuake, ZQuake and FuhQuake engines.
Comment 1 Paul Bredbury 2006-08-20 23:45:34 UTC
Created attachment 94747 [details]
joequake-0.15_beta1329.ebuild
Comment 2 Paul Bredbury 2006-08-20 23:47:14 UTC
Created attachment 94748 [details]
config.cfg

Configuration with eye-candy turned on. Place it in ~/.joequake/
Comment 3 Paul Bredbury 2006-08-25 03:46:30 UTC
Created attachment 95057 [details]
joequake-0.15_beta1329.ebuild

Hopefully I've stopped fiddling with the USE flags now.
Comment 4 Paul Bredbury 2006-10-19 11:45:40 UTC
Created attachment 100035 [details]
joequake-0.15_beta1329.ebuild

Changes the default mem size from 16k (too small for many good maps) to 64k. Darkplaces allocates dynamically, so doesn't need this setting.
Comment 5 Paul Bredbury 2007-01-09 09:50:03 UTC
Created attachment 106171 [details]
joequake-0.15_beta1329.ebuild

Increases default memsize to 128. Ensures that all variables are saved in config.cfg
Comment 6 Paul Bredbury 2007-01-17 23:05:15 UTC
Created attachment 107311 [details]
joequake-0.15_beta1329.ebuild

Applies FreeBSD's patches (downloading them using a naughty wget).
Comment 7 Paul Bredbury 2007-01-18 02:13:19 UTC
Created attachment 107342 [details]
joequake-0.15_beta1329.ebuild

Uses native jpeg & png libs, to try to get amd64 working.
Comment 8 Paul Bredbury 2007-01-18 03:59:59 UTC
Created attachment 107343 [details]
joequake-0.15_beta1329.ebuild

Bah, it's broken on amd64.

Removed sed for ~/.joequake, which conflicted with the FreeBSD patches.
Comment 9 Paul Bredbury 2007-02-15 16:33:28 UTC
Created attachment 110301 [details]
joequake-0.15_beta1329.ebuild

Added check for gcc 4.1.1, because gcc 4.1.2 solves the audio crackle without
needing -O0.
Comment 10 Paul Bredbury 2007-10-12 16:28:08 UTC
Created attachment 133259 [details]
joequake-0.15_beta1862.ebuild

Version bump.