Hi,

i updated mpd to the latest stable version (0.19.7) and enabled the
sqlite-option to gain sticker support, which i use to rate my songs.

Tested on amd64, works for me (sticker support tested with cantata,
for which i'm preparing a port, and mpc).

Nils


Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/mpd/Makefile,v
retrieving revision 1.69
diff -u -p -r1.69 Makefile
--- Makefile    27 Nov 2014 19:57:16 -0000      1.69
+++ Makefile    14 Jan 2015 23:17:53 -0000
@@ -1,8 +1,7 @@
 # $OpenBSD: Makefile,v 1.69 2014/11/27 19:57:16 ajacoutot Exp $
 
 COMMENT =              Music Player Daemon
-DISTNAME =             mpd-0.19.5
-REVISION =             1
+DISTNAME =             mpd-0.19.7
 CATEGORIES =           audio
 HOMEPAGE =             http://www.musicpd.org/
 MAINTAINER =           David Coppa <dco...@openbsd.org>
@@ -17,7 +16,7 @@ WANTLIB =             FLAC ao audiofile avcodec avf
                        m mikmod mp3lame mpcdec mpdclient ogg \
                        opus pthread samplerate shout sndfile \
                        sndio speex theora vorbis vorbisenc \
-                       vorbisfile z
+                       vorbisfile z sqlite3
 
 MASTER_SITES =         http://www.musicpd.org/download/mpd/stable/
 
@@ -71,7 +70,6 @@ CONFIGURE_ARGS +=     --bindir=${PREFIX}/sbi
                        --disable-smbclient \
                        --disable-soundcloud \
                        --disable-soxr \
-                       --disable-sqlite \
                        --disable-systemd-daemon \
                        --disable-twolame-encoder \
                        --disable-upnp \
@@ -92,6 +90,7 @@ CONFIGURE_ARGS +=     --bindir=${PREFIX}/sbi
                        --enable-pipe-output \
                        --enable-shout \
                        --enable-sndfile \
+                       --enable-sqlite \
                        --enable-vorbis \
                        --enable-vorbis-encoder \
                        --enable-wave-encoder \
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/mpd/distinfo,v
retrieving revision 1.28
diff -u -p -r1.28 distinfo
--- distinfo    27 Nov 2014 13:52:08 -0000      1.28
+++ distinfo    14 Jan 2015 23:17:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (mpd-0.19.5.tar.gz) = Y1TRnjTD6URJqr0ImqJ5M2v1wllo5/GlPB3+q929MCc=
-SIZE (mpd-0.19.5.tar.gz) = 976334
+SHA256 (mpd-0.19.7.tar.gz) = JocNt41ZWJuYimSh+hMk2MUzAVWsE/tXIDZ9XfGXfWY=
+SIZE (mpd-0.19.7.tar.gz) = 977504

Reply via email to