LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch
User Name
Password
Arch This Forum is for the discussion of Arch Linux.

Notices


Reply
  Search this Thread
Old 10-04-2021, 02:25 AM   #1
hedron
Member
 
Registered: Jul 2009
Location: NYC
Distribution: Slackware64-multilib 15.0, SARPI, artix
Posts: 401

Rep: Reputation: 32
How to install XMMS on Arch


Ok, so I try:

sudo pacman -Sy xmms

doesn't work

I try:

sudo pacman -Sy xmms2

It installs, but it doesn't run.

I try to download source code ,but it wants GTK 1.2.2. I can't find that anywhere.

How do I install XMMS on Arch?
 
Old 10-05-2021, 12:48 AM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by hedron View Post
Ok, so I try:

sudo pacman -Sy xmms

doesn't work

I try:

sudo pacman -Sy xmms2

It installs, but it doesn't run.

I try to download source code ,but it wants GTK 1.2.2. I can't find that anywhere.

How do I install XMMS on Arch?
Archlinux' xmms2 package does not depend on anything; all its dependencies are optional:
Code:
Optional Deps   : alsa-lib: ALSA output
                  avahi: announce xmms2d via bonjour/mDNS/zeroconf
                  boost: C++ bindings
                  curl: play HTTP streams
                  cython: Python bindings
                  faad2: AAC support
                  ffmpeg: WMA, avcodec & avformat support
                  fftw: visualization
                  flac: FLAC support
                  fluidsynth: MIDI support
                  jack: JACK output
                  libao: libao output
                  libcdio-paranoia: CDDA support
                  libdiscid: CDDA support
                  libgme: support for various video game music formats
                  libmad: MP3 support
                  libmms: play MMS streams
                  libmodplug: MOD support
                  libmpcdec: Musepack support
                  libofa: MusicDNS fingerprinting
                  libsamplerate: vocoder support
                  libshout: Icecast output
                  libvorbis: Ogg Vorbis support
                  libxml2: XSPF and podcast support
                  mac: APE support
                  mpg123: alternative MP3 support
                  opusfile: Opus support
                  perl: Perl bindings
                  ruby: Ruby bindings
                  smbclient: direct CIFS/SMB access
                  speex: Speex support
                  sqlite: for sqlite2s4
                  wavpack: WavPack support
                  pulseaudio: PulseAudio output
and GTK 1 is not one of them.

So, you probably got the wrong source.

Also, please define "it installs, but it doesn't run" - how are you trying to run it? AFAICS it works (I just tried), and it also does not come with a GUI. You could use lxmusic for a GUI.
 
1 members found this post helpful.
Old 11-20-2021, 03:26 AM   #3
vladimir1986
Member
 
Registered: Jul 2011
Posts: 112

Rep: Reputation: Disabled
I used xmms for a long time too.

XMMS is very out of date now. I am not even sure you can even compile GTK1 on a modern system anymore.

XMMS2, as pointed is a music server, and has no GUI. I remember there is some client software which looks like the classic xmms, at leas Slackware has it if I am not wrong, but I don't remember the name.

Eventually I went into use audacious. It has a GTK interface which is very close to the original XMMS, and also suports winamp skins. I recommend you to check it out!
 
1 members found this post helpful.
Old 11-20-2021, 01:04 PM   #4
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,152
Blog Entries: 6

Rep: Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835
Don't ever run pacman -Sy <package>

You updated pacmans database without updating all of the software on the machine. You are going to have mix matched software that will break the machine.

Run pacman -Syu and get your machine up to date.

Then run pacman -S xmms2

If you are going to run arch, then stop and read the wiki.
https://wiki.archlinux.org/title/pacman

Edit:
Look at pacman -Si xmms2

Edit2:
The only way pacman -Sy would be ok is if you run pacman -Su afterwards

Last edited by teckk; 11-20-2021 at 01:07 PM.
 
Old 11-20-2021, 01:08 PM   #5
SW64
Member
 
Registered: May 2014
Distribution: Slackware
Posts: 262

Rep: Reputation: 123Reputation: 123
Quote:
Originally Posted by vladimir1986 View Post
Eventually I went into use audacious. It has a GTK interface which is very close to the original XMMS, and also suports winamp skins. I recommend you to check it out!
All those years of my using Linux, I had no ideas audacious could do that. It even has my favorite skin from xmms, Refugee. xmms still work great on Slackware, though. Probably where hedron is coming from. There's also the qmmp to try.
 
Old 11-20-2021, 04:20 PM   #6
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,678

Rep: Reputation: Disabled
According to its description, Qmmp should support XMMS skins as well.
 
Old 11-29-2021, 10:37 PM   #7
RickDeckard
Member
 
Registered: Jan 2014
Location: Canton, Georgia, USA
Distribution: Debian 12
Posts: 205

Rep: Reputation: Disabled
Have you checked the AUR?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you install thinks on Arch? What is arch for "emerge", "apt-get" etc? just a man Arch 9 01-28-2022 05:48 AM
Trying to install Arch with 2.6.30-ARCH kernel but uname -r keeps showing 2.6.28.7 PaulFXH Arch 0 08-20-2009 07:58 AM
Arch user wanted to help padawan learner install arch and use it thomas-linuxing Linux - Software 9 10-18-2006 04:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch

All times are GMT -5. The time now is 10:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration