2024-01-06 07:19:55 +01:00
|
|
|
### AUTOUPDATE-OFF: 1
|
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
Name: mpd
|
2024-01-06 07:19:57 +01:00
|
|
|
Version: 0.23.4
|
2024-01-06 07:19:55 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Music Player Daemon (MPD)
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 07:19:57 +01:00
|
|
|
URL: https://www.musicpd.org/
|
2024-01-06 07:19:55 +01:00
|
|
|
Source: http://www.musicpd.org/download/mpd/%{majver}/mpd-%{version}.tar.xz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 07:19:57 +01:00
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libadplug-devel
|
|
|
|
BuildRequires: libalsa-devel
|
|
|
|
BuildRequires: libao-devel
|
|
|
|
BuildRequires: libaudiofile-devel
|
|
|
|
BuildRequires: libavahi-devel
|
|
|
|
BuildRequires: libavcodec-ffmpeg-devel
|
|
|
|
BuildRequires: libavfilter-ffmpeg-devel
|
|
|
|
BuildRequires: libavformat-ffmpeg-devel
|
|
|
|
BuildRequires: libavutil-ffmpeg-devel
|
|
|
|
BuildRequires: libbzip2-devel
|
|
|
|
BuildRequires: libcdio-devel
|
|
|
|
BuildRequires: libcdio-paranoia-devel
|
|
|
|
BuildRequires: libchromaprint-devel
|
|
|
|
BuildRequires: libcurl-devel
|
|
|
|
BuildRequires: libdbus-devel
|
|
|
|
BuildRequires: libexpat-devel
|
|
|
|
BuildRequires: libfaad2-devel
|
|
|
|
BuildRequires: libflac-devel
|
|
|
|
BuildRequires: libfluidsynth-devel
|
|
|
|
BuildRequires: libfmt-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libicu-devel
|
|
|
|
BuildRequires: libid3tag-devel
|
|
|
|
BuildRequires: libjack-devel
|
|
|
|
BuildRequires: liblame-devel
|
|
|
|
BuildRequires: libmad-devel
|
|
|
|
BuildRequires: libmikmod-devel
|
|
|
|
BuildRequires: libmms-devel
|
|
|
|
BuildRequires: libmodplug-devel
|
|
|
|
BuildRequires: libmpg123-devel
|
2024-01-06 07:19:55 +01:00
|
|
|
BuildRequires: libmusepack-devel
|
2024-01-06 07:19:57 +01:00
|
|
|
BuildRequires: libnfs-devel
|
|
|
|
BuildRequires: libogg-devel
|
|
|
|
BuildRequires: libopenal-devel
|
|
|
|
BuildRequires: libopus-devel
|
|
|
|
BuildRequires: libpcre-devel
|
|
|
|
BuildRequires: libpipewire-devel
|
|
|
|
BuildRequires: libpulseaudio-devel
|
|
|
|
BuildRequires: libsamplerate-devel
|
|
|
|
BuildRequires: libshout-devel
|
|
|
|
BuildRequires: libsidplayfp-devel
|
|
|
|
BuildRequires: libsndfile-devel
|
|
|
|
BuildRequires: libsoxr-devel
|
|
|
|
BuildRequires: libsqlite-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libsystemd-devel
|
|
|
|
BuildRequires: libtwolame-devel
|
|
|
|
BuildRequires: libupnp-devel
|
|
|
|
BuildRequires: libvorbis-devel
|
|
|
|
BuildRequires: libwavpack-devel
|
|
|
|
BuildRequires: libyajl-devel
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
BuildRequires: libzzip-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: libadplug-devel >= 2.3.3
|
2024-01-06 07:19:55 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Music Player Daemon (MPD) allows remote access for playing music and managing playlists. MPD is designed for integrating a computer into a stereo system that provides control for music playback over a local network. It also makes a great desktop music player, especially if you are a console junkie, like frontend options, or restart X often.
|
|
|
|
|
2024-01-06 07:19:57 +01:00
|
|
|
Features:
|
2024-01-06 07:19:55 +01:00
|
|
|
|
|
|
|
* Plays MP3, Ogg Vorbis, FLAC, MP4/AAC, Mod, and wave files
|
|
|
|
* Remotely control MPD over a network (IPv4 and IPv6 supported)
|
|
|
|
* Play MP3 and Ogg Vorbis streams
|
|
|
|
* Easy to Install
|
|
|
|
* Stores ID3 (id3v1 and id3v2) tag information (MP3s, FLAC's, and AAC's)
|
|
|
|
* Stores Vorbis Comments information (Ogg's and FLAC's)
|
|
|
|
* Stores MP4 metadata information (MP4/AAC's)
|
|
|
|
* ID3/Vorbis information can be searched
|
|
|
|
* Easy to import new songs
|
|
|
|
* Buffer support for playback (prevents skipping due to high load or network latency)
|
|
|
|
* Gapless playback (great for live albums)
|
|
|
|
* Crossfading support
|
|
|
|
* Seeking support
|
|
|
|
* Save, Load, and Manage Playlists (in m3u format)
|
|
|
|
* Volume control (OSS, Alsa, and software mixers)
|
|
|
|
* Wide range of audio devices supported (OSS, Alsa, Sun, esd, arts, and more)
|
|
|
|
* Minimal hardware requirements
|
|
|
|
* Tested on Linux, FreeBSD, OpenBSD, NetBSD, Solaris, and HPUX
|
|
|
|
|
2024-01-06 07:19:57 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 07:19:55 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-06 07:19:57 +01:00
|
|
|
%meson \
|
|
|
|
-Ddocumentation=enabled \
|
|
|
|
-Dao=enabled
|
|
|
|
|
|
|
|
%meson_build
|
2024-01-06 07:19:55 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 07:19:57 +01:00
|
|
|
%meson_install
|
2024-01-06 07:19:55 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/mpd
|
2024-01-06 07:19:57 +01:00
|
|
|
%{_unitdir}/mpd.service
|
|
|
|
%{_unitdir}/mpd.socket
|
|
|
|
%{_userunitdir}/mpd.service
|
|
|
|
%{_userunitdir}/mpd.socket
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/mpd.svg
|
|
|
|
%{_mandir}/man1/mpd.1*
|
|
|
|
%{_mandir}/man5/mpd.conf.5*
|
2024-01-06 07:19:55 +01:00
|
|
|
%dir %{_docdir}/mpd
|
|
|
|
%doc %{_docdir}/mpd/*
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:19:57 +01:00
|
|
|
* Fri Nov 26 2021 Automatic Build System <autodist@mambasoft.it> 0.23.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Sat Aug 18 2018 Automatic Build System <autodist@mambasoft.it> 0.20.21-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Wed May 23 2018 Automatic Build System <autodist@mambasoft.it> 0.20.20-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Sat May 12 2018 Automatic Build System <autodist@mambasoft.it> 0.20.19-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Mon Feb 26 2018 Automatic Build System <autodist@mambasoft.it> 0.20.18-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Sun Feb 11 2018 Automatic Build System <autodist@mambasoft.it> 0.20.17-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Sat Jan 06 2018 Automatic Build System <autodist@mambasoft.it> 0.20.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Tue Jan 02 2018 Automatic Build System <autodist@mambasoft.it> 0.20.14-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Sun Oct 22 2017 Automatic Build System <autodist@mambasoft.it> 0.20.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Fri Aug 25 2017 Automatic Build System <autodist@mambasoft.it> 0.20.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Mon Aug 07 2017 Automatic Build System <autodist@mambasoft.it> 0.20.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Mon Mar 13 2017 Automatic Build System <autodist@mambasoft.it> 0.20.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Fri Mar 03 2017 Automatic Build System <autodist@mambasoft.it> 0.20.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Thu Feb 02 2017 Automatic Build System <autodist@mambasoft.it> 0.20.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Thu Jan 26 2017 Automatic Build System <autodist@mambasoft.it> 0.20.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Sun Jan 15 2017 Automatic Build System <autodist@mambasoft.it> 0.20.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Tue Jan 10 2017 Automatic Build System <autodist@mambasoft.it> 0.20.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Wed Jan 04 2017 Automatic Build System <autodist@mambasoft.it> 0.20-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Wed Dec 14 2016 Automatic Build System <autodist@mambasoft.it> 0.19.21-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Sat Dec 10 2016 Automatic Build System <autodist@mambasoft.it> 0.19.20-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Tue Aug 23 2016 Automatic Build System <autodist@mambasoft.it> 0.19.19-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Sat Aug 06 2016 Automatic Build System <autodist@mambasoft.it> 0.19.18-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Sun Jul 10 2016 Automatic Build System <autodist@mambasoft.it> 0.19.17-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Tue Jun 14 2016 Automatic Build System <autodist@mambasoft.it> 0.19.16-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Tue May 03 2016 Automatic Build System <autodist@mambasoft.it> 0.19.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Sat Mar 19 2016 Automatic Build System <autodist@mambasoft.it> 0.19.14-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Sat Feb 27 2016 Automatic Build System <autodist@mambasoft.it> 0.19.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Fri Dec 18 2015 Automatic Build System <autodist@mambasoft.it> 0.19.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Tue Oct 27 2015 Automatic Build System <autodist@mambasoft.it> 0.19.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Mon Jun 22 2015 Automatic Build System <autodist@mambasoft.it> 0.19.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Sat Feb 07 2015 Automatic Build System <autodist@mambasoft.it> 0.19.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Fri Jan 16 2015 Automatic Build System <autodist@mambasoft.it> 0.19.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Thu Dec 18 2014 Automatic Build System <autodist@mambasoft.it> 0.19.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Dec 01 2014 Automatic Build System <autodist@mambasoft.it> 0.19.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Wed Nov 19 2014 Automatic Build System <autodist@mambasoft.it> 0.19.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:56 +01:00
|
|
|
* Wed Nov 12 2014 Automatic Build System <autodist@mambasoft.it> 0.19.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:55 +01:00
|
|
|
* Tue Nov 11 2014 Automatic Build System <autodist@mambasoft.it> 0.19.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:55 +01:00
|
|
|
* Tue Oct 21 2014 Automatic Build System <autodist@mambasoft.it> 0.19.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:55 +01:00
|
|
|
* Sun Oct 12 2014 Automatic Build System <autodist@mambasoft.it> 0.19-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:55 +01:00
|
|
|
* Sat Sep 27 2014 Automatic Build System <autodist@mambasoft.it> 0.18.16-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:55 +01:00
|
|
|
* Fri Sep 12 2014 Automatic Build System <autodist@mambasoft.it> 0.18.14-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:55 +01:00
|
|
|
* Mon Sep 01 2014 Automatic Build System <autodist@mambasoft.it> 0.18.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:55 +01:00
|
|
|
* Thu Jul 31 2014 Automatic Build System <autodist@mambasoft.it> 0.18.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:19:55 +01:00
|
|
|
* Tue May 13 2014 Automatic Build System <autodist@mambasoft.it> 0.18.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Apr 10 2014 Automatic Build System <autodist@mambasoft.it> 0.18.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Mar 02 2014 Automatic Build System <autodist@mambasoft.it> 0.18.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Feb 07 2014 Automatic Build System <autodist@mambasoft.it> 0.18.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jan 14 2014 Automatic Build System <autodist@mambasoft.it> 0.18.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Dec 24 2013 Automatic Build System <autodist@mambasoft.it> 0.18.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Dec 01 2013 Automatic Build System <autodist@mambasoft.it> 0.18.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Oct 15 2013 Automatic Build System <autodist@mambasoft.it> 0.17.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Aug 12 2013 Automatic Build System <autodist@mambasoft.it> 0.17.5-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Apr 11 2013 Automatic Build System <autodist@mambasoft.it> 0.17.4-1mamba
|
|
|
|
- update to 0.17.4
|
|
|
|
|
|
|
|
* Mon Jan 21 2013 Automatic Build System <autodist@mambasoft.it> 0.17.3-1mamba
|
|
|
|
- update to 0.17.3
|
|
|
|
|
|
|
|
* Fri Apr 06 2012 Automatic Build System <autodist@mambasoft.it> 0.16.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat May 29 2010 Automatic Build System <autodist@mambasoft.it> 0.13.2-3mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Tue Jul 14 2009 Automatic Build System <autodist@mambasoft.it> 0.13.2-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Sun Aug 17 2008 gil <puntogil@libero.it> 0.13.2-1mamba
|
|
|
|
- package created by autospec
|