Search Criteria
Package Details: libxmp 4.6.0-0
Package Actions
Git Clone URL: | https://aur.archlinux.org/libxmp.git (read-only, click to copy) |
---|---|
Package Base: | libxmp |
Description: | Library that supports over 90 module formats (Amiga, Atari, ..) |
Upstream URL: | http://xmp.sourceforge.net/ |
Licenses: | GPL |
Submitter: | Kant |
Maintainer: | HurricanePootis |
Last Packager: | HurricanePootis |
Votes: | 45 |
Popularity: | 0.038776 |
First Submitted: | 2013-04-28 04:54 (UTC) |
Last Updated: | 2023-06-26 05:01 (UTC) |
Dependencies (1)
Required by (19)
- doom2df-bin
- easyrpg-player (optional)
- easyrpg-player-git (optional)
- freeserf (make)
- freeserf (optional)
- freeserf-git (make)
- freeserf-git (optional)
- gog-unreal-tournament-goty
- openarena-git
- qmmp-plugin-pack
- qmmp-plugin-pack-svn (make)
- qmmp-plugin-pack-svn (optional)
- qmmp-svn (make)
- qmmp-svn (optional)
- trakker-git
- unrealtournament
- woof-doom
- woof-doom-git (optional)
- xmp
Latest Comments
HurricanePootis commented on 2023-05-07 22:18 (UTC)
@dreick, you're just disabling LTO with that flag, so there is no reason to do that.
options=("!lto")
already does what-fno-lto
does.dreieck commented on 2023-04-24 15:20 (UTC)
To make this build with
LTO
, I had to add the following at the beginning ofbuild()
:After it, it did build for me, before I had the error
Error: invalid attempt to declare external version name as default in symbol `xmp_set_player@@XMP_4.4'
.Please consider adding it to the
PKGBUILD
.Regards!
HurricanePootis commented on 2023-02-02 06:08 (UTC)
The way you guys disable LTO right now causes it to fail to compile on a system that auto does LTO
Here is a patch to properly disable LTO
yrlf commented on 2021-07-01 13:44 (UTC)
@grimi: thanks for adding an attempted fix for the LTO bug.
However, the fix only works if the CFLAGS variable is set inside the
build()
function.Setting it outside adds the
-flto
flag after the-fno-lto
flag, which reenables it. Doing it directly in the configure command or before the configure command (see patch) has the same effect.Patch:
yrlf commented on 2021-06-21 14:05 (UTC)
libxmp doesn't compile with LTO due to symbol versioning problems:
PKGBUILD fix:
Chromaryu commented on 2016-03-06 23:04 (UTC)
Chromaryu commented on 2016-02-28 17:31 (UTC)
ssri commented on 2015-06-27 18:20 (UTC)
donbex commented on 2013-05-30 09:06 (UTC)
speps commented on 2013-05-22 12:26 (UTC)