Search Criteria
Package Details: libxmp 4.5.0-3
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: | grimi |
Last Packager: | grimi |
Votes: | 44 |
Popularity: | 0.130468 |
First Submitted: | 2013-04-28 04:54 (UTC) |
Last Updated: | 2021-07-02 04:58 (UTC) |
Dependencies (1)
Required by (13)
- easyrpg-player (optional)
- easyrpg-player-git (optional)
- freeserf (make)
- freeserf (optional)
- freeserf-git (make)
- freeserf-git (optional)
- openarena-git
- qmmp-plugin-pack
- qmmp-plugin-pack-svn (make)
- qmmp-plugin-pack-svn (optional)
- qmmp-svn (make)
- qmmp-svn (optional)
- xmp
Latest Comments
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)