FYI: I built this package in a clean docker Arch container (greyltc/archlinux-aur) and found the following runtime dependencies to be missing at build time: liburing openal libmpcdec mpg123 twolame rsync
Search Criteria
Package Details: mpd-sacd 0.25-8
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mpd-sacd.git (read-only, click to copy) |
|---|---|
| Package Base: | mpd-sacd |
| Description: | MPD with patches for SACD and DVD-A ISO playback. |
| Upstream URL: | https://github.com/manisiutkin/MPD |
| Keywords: | dsd dvda mpd sacd |
| Licenses: | GPL-2.0-or-later |
| Conflicts: | mpd |
| Provides: | mpd |
| Submitter: | melvinvermeeren |
| Maintainer: | dewdude |
| Last Packager: | dewdude |
| Votes: | 8 |
| Popularity: | 0.000013 |
| First Submitted: | 2016-02-08 18:52 (UTC) |
| Last Updated: | 2026-03-16 01:35 (UTC) |
Dependencies (66)
- adplugAUR (adplug-gitAUR)
- alsa-lib
- audiofile (audiofile-gitAUR)
- avahi
- bzip2 (bzip2-gitAUR)
- chromaprint (chromaprint-fftwAUR, chromaprint-fftw-llvmAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- expat (expat-gitAUR)
- faad2 (faad2-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-cuda-fullAUR, ffmpeg-fullAUR, ffmpeg-full-llvmAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-whisperAUR)
- flac (flac-gitAUR)
- fluidsynth (fluidsynth-gitAUR)
- fmt (fmt-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- icu (icu-gitAUR)
- jack2 (jack2-gitAUR, jack2-gitAUR, pipewire-jack-gitAUR)
- lame (lame-svnAUR, lame-altivecAUR)
- Show 46 more dependencies...
Required by (63)
- cantata (requires mpd) (optional)
- cantata-git (requires mpd) (optional)
- cantata-legacy (requires mpd) (optional)
- conkyluanv-autoscale-fixed (requires mpd) (optional)
- davis (requires mpd) (optional)
- dmscripts-git (requires mpd) (optional)
- emms-git (requires mpd) (optional)
- euphonica (requires mpd)
- evad (requires mpd)
- evad-svn (requires mpd)
- go-musicfox (requires mpd) (optional)
- impd-git (requires mpd)
- inori (requires mpd)
- kunst-git (requires mpd)
- mcg (requires mpd) (optional)
- mixramp (requires mpd) (optional)
- mmtc (requires mpd)
- moped (requires mpd)
- mpd-rich-presence-bin (requires mpd)
- mpdcovergrabber-git (requires mpd)
- Show 43 more...
Sources (4)
ArjenRR commented on 2021-06-11 17:11 (UTC) (edited on 2021-06-11 17:11 (UTC) by ArjenRR)
emilot commented on 2021-02-24 21:00 (UTC) (edited on 2021-02-27 22:53 (UTC) by emilot)
New version guys!
commit 787223cb1b1009693431d8ca1f797121e28ede69
zikizik commented on 2021-02-24 12:40 (UTC)
@mo3r though art a genius my friend, it works !!! out of curiosity what does this line do: use_stdio "true"
i copied my config from here: https://thepenguin.eu/2017-12-22-mpd-and-dsd-files/
and have this line (true where you have false): edited_master "true"
It works fine with this, just not sure what that line does either ...
@emilot thanks for the answer, i already had those lines with no luck
mo3r commented on 2021-02-10 20:07 (UTC)
@zikizik
Try to add to your mpd.conf these lines. It looks like it helped in my case. I think this parameter helped: use_stdio true
decoder {
plugin "sacdiso"
dstdec_threads "4"
edited_master "false"
lsbitfirst "false"
playable_area "stereo"
tags_with_iso "true"
use_stdio "true"
}
mo3r commented on 2021-02-09 17:18 (UTC)
Hello @emilot These lines in the config did not help me. Still stutters when playing sacd iso.
emilot commented on 2021-02-08 19:27 (UTC) (edited on 2021-02-08 20:05 (UTC) by emilot)
Hi!
@zikizik
Did you check these values in mpd.conf?:
decoder { plugin "sacdiso"
dstdec_threads "4"
edited_master "true" lsbitfirst "false"
playable_area "stereo"
}
Do you have an mpd.log?
zikizik commented on 2021-02-02 12:03 (UTC)
@mo3r i thought this could have something to do with buffer/cache size, or period_time ... is this a new issue for you, or did it happen with previous versions?
mo3r commented on 2021-02-02 11:57 (UTC)
@zikizik I have exactly the same problems, I think it is not related to the config
zikizik commented on 2021-02-01 19:40 (UTC)
@mo3r @emilot could you post your mpd.conf pls, i am having jerks/crashes playing dsd sacd iso (dst compressed sacd iso works fine, as do all other files), looking at bashtop when mpd crashes doesn't show any cpu overload ...
emilot commented on 2020-11-22 14:56 (UTC)
@mo3r i tested the commits we are talking about...
With the current version you have in PKGBUILD everything is fine. Even iso, etc... With the latest we have broken update again.
Cheers!
Pinned Comments
dewdude commented on 2026-03-16 02:31 (UTC)
We're up to -8 now. If you noticed you skipped a few releases; you're right. Here's what happened:
The fork source moved from sourceforge to github. We had a new dependency. I fixed additional dependencies to enable more features. I had to tweak the PKGBUILD due to repo change.
-5, -6, and -7 were non-functioning PKGBUILDS due to having missed declared paths. Additionally, -5 had a dependency for shine that I later removed.
Things enabled:
SidPlay & AdPlug
I had issues with these last year when I tried them because....my testing for dependencies didn't check AUR.
The only things remaining disabled from when I adopted this are: sndio, tremor, shine. sndio was still causing issues with ALSA last I tried. Tremor and Shine are floating-point decoders for Vorbis and MP3; which we really don't need.
dewdude commented on 2026-02-03 15:38 (UTC)
FYI,
This fork sees infrequent updates. I have not had to force a rebuild in several months. Please do not let a lack of activity indicate abandonment. I use this myself and notice within a day or two of big system updates if it breaks. Poke me at my email if you notice it breaks before I do and I'll get on it. Sometimes I'm lazy getting pacman to do it's thing.
Archttila commented on 2024-04-28 17:34 (UTC) (edited on 2024-05-01 14:10 (UTC) by Archttila)
Please do not mark the package as out of date, because mpd-sacd is a fork of regular MPD