You are not logged in.
Pages: 1
I just did a fresh install of Arch, for the first time in a while, and I was surprised to see that Alsa-Utils wants to pull in stuff like FLAC, libogg, and libvorbis. Is this a mistake or does Alsa-utils really require these things?
Offline
Not directly, libsamplerate needs libsndfile, which in turn ... have a look:
[karol@black ~]$ pactree alsa-utils
|--alsa-utils
|--alsa-lib
|--glibc
|--linux-api-headers
|--tzdata
|--dialog
|--ncurses
|--glibc
|--pciutils
|--glibc
|--ncurses
|--psmisc
|--ncurses
|--libsamplerate
|--libsndfile
|--alsa-lib
|--flac
|--libogg
|--glibc
|--libvorbis
|--liboggOffline
Thanks. I have to say, though, that it seems wasteful to have to install FLAC and Vorbis stuff just to listen to MP3s.
Offline
There's only one tool in the package that depends on libsamplerate - alsaloop. If you're not using alsaloop, you can force-uninstall libsamplerate and it's dependencies.
You could also compile your own package without libsamplerate. alsaloop will still work, it'll just be crippled, it won't be able to do resampling.
Offline
Thanks. I have to say, though, that it seems wasteful to have to install FLAC and Vorbis stuff just to listen to MP3s.
There have been a couple threads about Arch's dependencies. One of the most often cited examples is mplayer. I don't need e.g. smbclient (64 MiB), I'm using it just locally.
That's what the AUR, ABS and unofficial user repositories are for: you can tweak the PKGBUILDs to you heart's content.
Offline
Pages: 1