Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11047114
D4347.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D4347.diff
View Options
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -21,6 +21,7 @@
libmpdclient.so.2
libogg.so.0
libopus.so.0
+libpcre.so.1
libpthread.so.0
libpulse.so.0
libsamplerate.so.0
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,9 +1,9 @@
name : mpd
-version : 0.20.23
-release : 36
+version : 0.21.2
+release : 37
homepage : http://www.musicpd.org/
source :
- - https://www.musicpd.org/download/mpd/0.20/mpd-0.20.23.tar.xz : 503e5f9f237290f568ff7956ab2f9aed563594bf749f19b8fe994fb21434afea
+ - https://www.musicpd.org/download/mpd/0.21/mpd-0.21.2.tar.xz : c6ff74ff521aa2b390bdeac299954da21b9d0a66216abdd500ae590d97ab514a
license : GPL-2.0-or-later
component : multimedia.audio
summary : MPD is a flexible, powerful, server-side application for playing music
@@ -33,14 +33,10 @@
- libboost-devel
- libmad-devel
setup : |
- %configure --enable-database \
- --enable-pulse \
- --enable-test \
- --with-systemdsystemunitdir=%libdir%/systemd/system \
- --with-systemduserunitdir=%libdir%/systemd/user
+ %meson_configure
build : |
- %make
+ %ninja_build
install : |
- %make_install
+ %ninja_install
check : |
- %make check
+ %ninja_check
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,8 +3,8 @@
<Name>mpd</Name>
<Homepage>http://www.musicpd.org/</Homepage>
<Packager>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Justin Berthault</Name>
+ <Email>justin.berthault@zaclys.net</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>multimedia.audio</PartOf>
@@ -25,26 +25,23 @@
<PartOf>multimedia.audio</PartOf>
<Files>
<Path fileType="executable">/usr/bin/mpd</Path>
- <Path fileType="library">/usr/lib64/systemd/system/mpd.service</Path>
- <Path fileType="library">/usr/lib64/systemd/system/mpd.socket</Path>
- <Path fileType="library">/usr/lib64/systemd/user/mpd.service</Path>
+ <Path fileType="library">/usr/lib/systemd/system/mpd.service</Path>
+ <Path fileType="library">/usr/lib/systemd/system/mpd.socket</Path>
+ <Path fileType="library">/usr/lib/systemd/user/mpd.service</Path>
<Path fileType="doc">/usr/share/doc/mpd/AUTHORS</Path>
<Path fileType="doc">/usr/share/doc/mpd/COPYING</Path>
<Path fileType="doc">/usr/share/doc/mpd/NEWS</Path>
<Path fileType="doc">/usr/share/doc/mpd/README.md</Path>
- <Path fileType="doc">/usr/share/doc/mpd/mpdconf.example</Path>
<Path fileType="data">/usr/share/icons/hicolor/scalable/apps/mpd.svg</Path>
- <Path fileType="man">/usr/share/man/man1/mpd.1</Path>
- <Path fileType="man">/usr/share/man/man5/mpd.conf.5</Path>
</Files>
</Package>
<History>
- <Update release="36">
- <Date>2018-10-30</Date>
- <Version>0.20.23</Version>
+ <Update release="37">
+ <Date>2018-11-14</Date>
+ <Version>0.21.2</Version>
<Comment>Packaging update</Comment>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Justin Berthault</Name>
+ <Email>justin.berthault@zaclys.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 2:48 PM (3 h, 9 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5823954
Default Alt Text
D4347.diff (3 KB)
Attached To
Mode
D4347: Update mpd to 0.21.2 - Now using meson and ninja
Attached
Detach File
Event Timeline
Log In to Comment