Update to mpd-0.19.3

This commit is contained in:
dcoppa 2014-11-12 08:46:02 +00:00
parent 2dced370ac
commit d82c7419d2
4 changed files with 19 additions and 13 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.65 2014/11/03 12:12:12 dcoppa Exp $
# $OpenBSD: Makefile,v 1.66 2014/11/12 08:46:02 dcoppa Exp $
COMMENT = Music Player Daemon
DISTNAME = mpd-0.19.2
DISTNAME = mpd-0.19.3
CATEGORIES = audio
HOMEPAGE = http://www.musicpd.org/
MAINTAINER = David Coppa <dcoppa@openbsd.org>
@ -45,6 +45,7 @@ FLAVOR ?=
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += --bindir=${PREFIX}/sbin \
--disable-adplug \
--disable-alsa \
--disable-epoll \
--disable-fluidsynth \
@ -72,8 +73,10 @@ CONFIGURE_ARGS += --bindir=${PREFIX}/sbin \
--disable-twolame-encoder \
--disable-upnp \
--disable-wavpack \
--disable-wildmidi \
--enable-ao \
--enable-audiofile \
--enable-bzip2 \
--enable-cdio-paranoia \
--enable-curl \
--enable-ffmpeg \
@ -81,8 +84,10 @@ CONFIGURE_ARGS += --bindir=${PREFIX}/sbin \
--enable-mad \
--enable-mikmod \
--enable-mpc \
--enable-opus \
--enable-pipe-output \
--enable-sndfile \
--enable-zlib \
--with-pollmethod=poll \
--with-zeroconf=no \
--without-systemdsystemunitdir

View File

@ -1,2 +1,2 @@
SHA256 (mpd-0.19.2.tar.gz) = y0SeIb/PmDcmSsx2nLfVS28n5aMS415Zgce4zM0wdPo=
SIZE (mpd-0.19.2.tar.gz) = 971393
SHA256 (mpd-0.19.3.tar.gz) = JH8Gqk7rBIWP2zSWfnlS4fhIVDmXFIn5FyHdGBuBPVQ=
SIZE (mpd-0.19.3.tar.gz) = 972330

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile_in,v 1.13 2014/10/27 11:07:18 dcoppa Exp $
--- Makefile.in.orig Fri Oct 10 23:50:12 2014
+++ Makefile.in Mon Oct 13 11:47:44 2014
@@ -4300,7 +4300,7 @@ FILTER_LIBS = \
$OpenBSD: patch-Makefile_in,v 1.14 2014/11/12 08:46:02 dcoppa Exp $
--- Makefile.in.orig Fri Nov 7 18:43:06 2014
+++ Makefile.in Wed Nov 12 08:10:55 2014
@@ -4303,7 +4303,7 @@ FILTER_LIBS = \
# Documentation
#
man_MANS = doc/mpd.1 doc/mpd.conf.5

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-doc_mpdconf_example,v 1.12 2014/05/06 10:49:23 dcoppa Exp $
--- doc/mpdconf.example.orig Wed Dec 11 20:51:53 2013
+++ doc/mpdconf.example Tue Mar 18 22:19:40 2014
$OpenBSD: patch-doc_mpdconf_example,v 1.13 2014/11/12 08:46:02 dcoppa Exp $
--- doc/mpdconf.example.orig Mon Oct 27 09:26:34 2014
+++ doc/mpdconf.example Wed Nov 12 08:26:18 2014
@@ -10,14 +10,14 @@
# be disabled and audio files will only be accepted over ipc socket (using
# file:// protocol) or streaming files over an accepted protocol.
@ -64,12 +64,12 @@ $OpenBSD: patch-doc_mpdconf_example,v 1.12 2014/05/06 10:49:23 dcoppa Exp $
# And for Unix Socket
#bind_to_address "~/.mpd/socket"
#
+bind_to_address "localhost"
+bind_to_address "127.0.0.1"
+#
# This setting is the TCP port that is desired for the daemon to get assigned
# to.
#
@@ -324,6 +326,14 @@ input {
@@ -324,6 +326,15 @@ input {
# name "My Null Output"
# mixer_type "none" # optional
#}
@ -80,6 +80,7 @@ $OpenBSD: patch-doc_mpdconf_example,v 1.12 2014/05/06 10:49:23 dcoppa Exp $
+ type "ao"
+ name "Libao Audio Device"
+ mixer_type "software"
+ driver "sndio"
+}
#
# If MPD has been compiled with libsamplerate support, this setting specifies