Package Details: doomsday 2.3.1-5

Git Clone URL: https://aur.archlinux.org/doomsday.git (read-only, click to copy)
Package Base: doomsday
Description: An advanced Doom engine that supports DOOM, Heretic and Hexen.
Upstream URL: http://dengine.net/
Keywords: doom doomsday
Licenses: GPL2
Conflicts: doomsday-bin
Submitter: pinkwah
Maintainer: None
Last Packager: FredBezies
Votes: 17
Popularity: 0.000000
First Submitted: 2015-08-10 15:51 (UTC)
Last Updated: 2023-08-06 07:12 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

duffydack commented on 2026-05-14 12:46 (UTC)

btw, I had to add cmake3 and ninja to makedepends.

MarsSeed commented on 2023-07-12 20:03 (UTC)

Please remove the provided assimp, it doesn't make sense to declare it.

CyberConan commented on 2021-10-10 16:09 (UTC) (edited on 2021-10-10 16:12 (UTC) by CyberConan)

Hi! There is an issue when compiling doomsday with assimp libraries in sources and using DHMP pack. For solve, I did this:

1.-In cmake/Options.cmake changed YES to NO:

option (DENG_ASSIMP_EMBEDDED "Use the Assimp from 'external/assimp' instead of system libraries" NO)

2.-Removed lines 8 to 54 in libgui/CMakeLists.txt.

3.-Removed proveen assimp and installed this package from Extra repository. Regards!

FredBezies commented on 2021-05-22 13:28 (UTC)

@Yiannis128:

I do not mean to be rude, but your comment is useless. If you read man makepkg, you can see this:

-s, --syncdeps
           Install missing dependencies using pacman. When build-time or
           run-time dependencies are not found, pacman will try to resolve
           them. If successful, the missing packages will be downloaded and
           installed.

And when I launch makepkg -s after I grabbed this PKGBUILD:

~/doomsday  master makepkg -s
==> Making package: doomsday 2.3.1-3 (Sat May 22 15:24:23 2021)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[sudo] password for fred: 
resolving dependencies...
looking for conflicting packages...

Packages (3) xorg-util-macros-1.19.3-1  assimp-5.0.1-3
             xorg-server-devel-1.20.11-1

Total Installed Size:  15.13 MiB

:: Proceed with installation? [Y/n]

So, next time, before posting a comment like "Hey, this package is broken", just use makepkg -s before.

Thanks.

Yiannis128 commented on 2021-05-22 12:39 (UTC) (edited on 2021-05-22 12:40 (UTC) by Yiannis128)

So assimp is a missing dep that isn't resolved, you have to install it manual.

Fyi for everyone: sudo pacman -S assimp

a821 commented on 2021-05-14 18:56 (UTC)

unquoted srcdir and pkgdir

FredBezies commented on 2020-05-20 13:58 (UTC)

@coltondrg: Grabbed PKGBUILD.

Ran makepkg -s.

==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (3) xorg-util-macros-1.19.2-2  assimp-5.0.1-1
             xorg-server-devel-1.20.8-2

Total Download Size:    3.51 MiB
Total Installed Size:  15.00 MiB

And building worked:

==> Creating package "doomsday"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: doomsday 2.2.2-1 (Wed May 20 15:56:12 2020)
makepkg -s  1183.93s user 98.08s system 270% cpu 7:54.07 total

<deleted-account> commented on 2020-05-20 11:10 (UTC)

This being marked as provides assimp is causing assimp to not get downloaded when it is required as a makedep. You can build it if you already have assimp on your computer but makepkg can't resolve it when you use -s.

moparisthebest commented on 2020-01-26 06:32 (UTC)

This requires 'python' in makedepends to build

FredBezies commented on 2020-01-16 13:32 (UTC)

@tuxsavvy: modified PKGBUILD. Thanks.