Package Details: xmp 4.2.0-2

Git Clone URL: https://aur.archlinux.org/xmp.git (read-only, click to copy)
Package Base: xmp
Description: The Extended Module Player is a portable command-line module player that supports over 90 module formats (Amiga, Atari, ..)
Upstream URL: http://xmp.sourceforge.net/
Licenses: GPL-2.0-or-later
Submitter: john_schaf
Maintainer: HurricanePootis
Last Packager: HurricanePootis
Votes: 67
Popularity: 0.000142
First Submitted: 2007-09-22 23:44 (UTC)
Last Updated: 2024-04-02 02:27 (UTC)

Latest Comments

1 2 Next › Last »

grimi commented on 2021-03-16 18:47 (UTC)

libxmp is already in dependency list, maybe try build without any aur helpers

Shished commented on 2021-03-16 14:57 (UTC) (edited on 2021-03-16 14:59 (UTC) by Shished)

Program crashes when trying to play any module

Thread 1 "xmp" received signal SIGILL, Illegal instruction.

EDIT. Looks like it requires libxmp but it does not gets installed from this pkgbuild.

grimi commented on 2015-01-22 17:42 (UTC)

For AUR, base-devel group is needed (pkg-config is member of this group), but I'm not saying no. Maybe at next release.

yobert commented on 2015-01-22 16:42 (UTC)

If building from a rather bare install you might get xmp complaining that libxmp could not be found. Could we add pkg-config to the dependencies? (Or is that dumb since I imagine most AUR packages need that to compile?)

Kant commented on 2013-04-28 05:00 (UTC)

# quick and dirty edit to make it work with XMP 4 pkgname=xmp pkgver=4.0.3 pkgrel=1 pkgdesc="The Extended Module Player is a portable command-line module player that supports over 90 module formats (Amiga, Atari, ..)" arch=(i686 x86_64) url="http://xmp.sourceforge.net/" license=('GPL') depends=('libxmp') makedepends=('audacious' 'xmms' 'bmp') optdepends=('audacious: audacious plugin' 'xmms: xmms plugin' 'bmp: bmp plugin' 'pulseaudio: pulseaduio support') backup=('etc/xmp/xmp.conf' 'etc/xmp/modules.conf') install="$pkgname.install" source=("http://downloads.sourceforge.net/sourceforge/xmp/$pkgname-$pkgver.tar.gz") md5sums=('5efe8d58352f2a5e36f461c7465836a6') build() { cd "$srcdir/$pkgname-$pkgver" ./configure #--prefix=/usr \ #--enable-nas \ #--enable-pulseaudio \ #--enable-xmms-plugin \ #--enable-bmp-plugin \ #--enable-audacious-plugin \ #--enable-esd make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install }

timofonic commented on 2013-01-29 07:48 (UTC)

=> Starting build()... patching file src/plugin/audacious3.c Hunk #9 succeeded at 527 (offset 1 line). Hunk #10 succeeded at 551 (offset 1 line). Hunk #11 succeeded at 559 (offset 1 line). Hunk #12 succeeded at 572 (offset 1 line). Hunk #13 succeeded at 585 (offset 1 line). patching file src/plugin/Makefile checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... yes checking for ranlib... ranlib checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for /usr/lib/oss... no checking for /usr/src/sys/i386/isa/sound... no checking for XMMS flags... found checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for xmms/plugin.h... yes checking for Beep Media Player flags... found checking for bmp/plugin.h... yes checking for Audacious flags... not found configure: error: Can't find Audacious pkgconfig files ==> ERROR: A failure occurred in build(). Aborting... The build failed.

dbedrenko commented on 2012-10-22 09:47 (UTC)

Doesn't work with the latest Audacious stable (3.3.2): http://pastebin.com/dhEZaudU . I hope a new patch comes out sometime.

<deleted-account> commented on 2012-08-23 19:16 (UTC)

simpler build option without audacious, bmp, nas, pulseaudio, or xmms plugin: http://sprunge.us/ZJSJ

<deleted-account> commented on 2012-07-17 02:46 (UTC)

paste.pocoo.org is No more. What is and isn't safe to remove? Does it really need Audacious and all that extra stuff?