Package Details: xmms 1.2.11-3

Git Clone URL: https://aur.archlinux.org/xmms.git (read-only, click to copy)
Package Base: xmms
Description: X Multimedia System (XMMS) is an audio player for Unix-like systems released under a free software license.
Upstream URL: https://www.xmms.org
Licenses: GPL
Submitter: mdominguez
Maintainer: mdominguez (l8086)
Last Packager: mdominguez
Votes: 1
Popularity: 0.000000
First Submitted: 2023-02-23 03:35 (UTC)
Last Updated: 2024-08-26 00:34 (UTC)

Dependencies (10)

Sources (4)

Latest Comments

1 2 Next › Last »

exponential commented on 2026-03-19 00:44 (UTC)

here's a universal ffmpeg plugin with a pkgbuild clone for debian, some one needs to convert it for arch. https://gitea.com/DUR/xmms-plugin-ffmpeg . also in the xmms debbuild https://gitea.com/DUR/xmms there's a patch for fixing alsa and a sed command to make double size the default.

exponential commented on 2026-02-26 12:05 (UTC)

now glib is fixed. It works now

exponential commented on 2026-01-04 05:30 (UTC)

xmms2 is very different from xmms and also very old. I think what's broken here is actually glib1.

This package is mostly for nostalgia. They are several xmms/winamp maintained clones. qmmp, audacious and i'm sure many others. I recommend you try one of those. Some one will eventually fix glib1 because that affects many historic packages that quite a few people care about.

jujudusud commented on 2026-01-03 18:08 (UTC)

As XMMS is abandonned and forked to XMMS2 present in extra repositiory, do we have to go to XMMS2 ?

exponential commented on 2025-10-04 21:10 (UTC)

It's broken and the maintainer hasn't logged in for more then a year.

rockettaco37 commented on 2025-07-13 16:45 (UTC) (edited on 2025-07-13 21:52 (UTC) by rockettaco37)

Hi everyone. I was able to install this package successfully, but upon attempting to launch XMMS I get

GLib-CRITICAL **: file gstrfuncs.c: line 186 (g_strconcat): assertion `string1 != NULL' failed.

** CRITICAL **: file configfile.c: line 56 (xmms_cfg_open_file): assertion `filename != NULL' failed.

Was just curious if anybody had any suggestions. Thanks.

mikearch commented on 2025-01-14 09:32 (UTC)

Thanks for that @l8086, however I still get

<artificial>:(.text.startup+0xb7): undefined reference to `srandomdev'

with lto disabled

l8086 commented on 2024-07-13 00:57 (UTC)

@mikearch : the culprit is the -flto option (present in Arch's standard CFLAGS and LDFLAGS). It messes with the configure/compilation, giving unrelated error messages. Please see my previous comment on how to solve this. By the way this package seems orphan. If the current maintainer, @mdominguez, agrees, I can continue to maintain it.

mikearch commented on 2024-07-12 17:51 (UTC) (edited on 2024-07-12 17:52 (UTC) by mikearch)

main.c: In function ‘read_config’:
main.c:438:69: warning: pointer targets in passing argument 4 of ‘xmms_cfg_read_int’ differ in signedness [-Wpointer-sign]
  438 |                 xmms_cfg_read_int(cfgfile, "xmms", "snap_distance", &cfg.snap_distance);
      |                                                                     ^~~~~~~~~~~~~~~~~~
      |                                                                     |
      |                                                                     guint * {aka unsigned int *}
In file included from main.c:35:
../libxmms/configfile.h:57:83: note: expected ‘gint *’ {aka ‘int *’} but argument is of type ‘guint *’ {aka ‘unsigned int *’}
   57 | gboolean xmms_cfg_read_int(ConfigFile * cfg, gchar * section, gchar * key, gint * value);
      |                                                                            ~~~~~~~^~~~~
main.c: In function ‘main’:
main.c:4204:9: error: implicit declaration of function ‘srandomdev’; did you mean ‘srandom_r’? [-Wimplicit-function-declaration]
 4204 |         srandomdev();
      |         ^~~~~~~~~~
      |         srandom_r
make[4]: *** [Makefile:497: main.o] Error 1
make[4]: Leaving directory '/home/mxl/.cache/trizen/sources/xmms/src/xmms-1.2.11/xmms'
make[3]: *** [Makefile:551: all-recursive] Error 1
make[3]: Leaving directory '/home/mxl/.cache/trizen/sources/xmms/src/xmms-1.2.11/xmms'
make[2]: *** [Makefile:364: all] Error 2
make[2]: Leaving directory '/home/mxl/.cache/trizen/sources/xmms/src/xmms-1.2.11/xmms'
make[1]: *** [Makefile:469: all-recursive] Error 1
make[1]: Leaving directory '/home/mxl/.cache/trizen/sources/xmms/src/xmms-1.2.11'
make: *** [Makefile:307: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
:: Unable to build xmms - makepkg exited with code: 4

ipyakuza commented on 2024-05-01 16:48 (UTC)

Agree with previous comment regarding xmms-pulse. Makes things much smoother.