Search Criteria
Package Details: eduke32 20260203.r10664_ba6b7bb1d-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/eduke32.git (read-only, click to copy) |
|---|---|
| Package Base: | eduke32 |
| Description: | An advanced Duke Nukem 3D source port |
| Upstream URL: | http://eduke32.com/ |
| Keywords: | duke3d fps game shooter |
| Licenses: | GPL, custom: BUILD |
| Submitter: | None |
| Maintainer: | FredBezies |
| Last Packager: | FredBezies |
| Votes: | 132 |
| Popularity: | 0.166789 |
| First Submitted: | 2007-11-29 01:02 (UTC) |
| Last Updated: | 2026-07-04 13:12 (UTC) |
Dependencies (10)
- alsa-lib
- flac (flac-gitAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- libvpx (libvpx-full-gitAUR, libvpx-gitAUR)
- sdl2-compat (sdl2-gitAUR, sdl2AUR, sdl2-compat-gitAUR)
- glu (glu-gitAUR) (make)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-nollvm-gitAUR, mesa-minimal-gitAUR, mesa-gitAUR, mesa-dlss-reflex-gitAUR, mesa-rk35xx-gitAUR, mesa-amber) (make)
- eduke32-shareware-episodeAUR (optional) – Duke Nukem 3D Demo
- fluidsynth (fluidsynth-gitAUR) (optional) – alternative midi sequencer
- freepats-general-midi (optional) – a free soundfont for music
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
stas-t commented on 2024-02-26 08:29 (UTC) (edited on 2024-02-26 09:04 (UTC) by stas-t)
Version 20240217.r10554_8afa42e38 build fails for me:
I've checked: no
*.o.debug.temp.ofiles are available during the build, only*.ofiles. Does it have something to do with debug enabled?dixi_minga commented on 2023-03-17 20:50 (UTC) (edited on 2023-03-17 20:50 (UTC) by dixi_minga)
in PKGBUILD replace
8baf8290760a66a5383ca31f42d2cfa169a5a625e148b39c9cbb4766bbfffdfd
with
ec3038b7a113b235ed732fdb3bc4a8e0f0177c0df99901288dabad97888a9e21
patlefort commented on 2023-03-15 20:38 (UTC)
Wrong checksum on source, it looks like the version was updated but not the checksum.
FredBezies commented on 2021-06-05 10:57 (UTC)
@elafaros: fixed. Thanks for the report.
elafaros commented on 2021-06-05 10:48 (UTC)
the "lib32alsa-lib" dep could not be found you probably missed a "-", it should be "lib32-alsa-lib"
lighterowl commented on 2020-12-06 03:06 (UTC)
Here's a diff updating this package to the newest upstream version as of today :
Toadfield commented on 2020-07-31 02:58 (UTC)
I have a problem,when I start the Duke Nukem Atomic GRP,everything works,except for the music,even the sounds work.
Opvolger commented on 2020-06-06 15:07 (UTC)
Can you add aarch64?
arch=('i686' 'x86_64' 'aarch64')
It works on my pinebook-pro. and change
_pkgdate=20190820 _pkgrev=8043
and update the sha256sums
for a stable gameplay?
DimiG commented on 2020-05-12 12:27 (UTC) (edited on 2020-05-12 12:33 (UTC) by DimiG)
Met the bug in the game on fourth level: "eduke32 bug in toxic dump with the second shrink room". Description link below. Had to tweak the PKGBUILD for version 20190820-8043 and reinstall the game with previous game version. Now game works OK.
Description: https://steamcommunity.com/app/225140/discussions/0/1635291505036644837/ Version: https://dukeworld.com/eduke32/synthesis/20190820-8043/
pancutan commented on 2020-02-08 04:08 (UTC)
To get running Duke Nukem 3D World Tour I have to change in the PKGBUILD
_pkgdate=20200206
_pkgrev=8616
and sha256sums=('6be4c33cbdcd7fa4dbbfad4aed0a214ce534a3c27f09b9a4007a8d19487d6d3d'
Also, I found a ® caracter in USER.CON that bug the boot process.
Finally, I have to rename all game files to lowercase with for f in
find; do mv -v "$f" "echo $f | tr '[A-Z]' '[a-z]'"; doneNow full version is working
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »