Update to mpd-0.19.1

Tested by landry@ on powerpc, and on amd64 by me and Bryan Linton
This commit is contained in:
dcoppa 2014-10-27 11:07:18 +00:00
parent 07ff9995be
commit 166c213eeb
5 changed files with 37 additions and 23 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.63 2014/09/29 08:43:47 dcoppa Exp $
# $OpenBSD: Makefile,v 1.64 2014/10/27 11:07:18 dcoppa Exp $
COMMENT = Music Player Daemon
DISTNAME = mpd-0.18.16
DISTNAME = mpd-0.19.1
CATEGORIES = audio
HOMEPAGE = http://www.musicpd.org/
MAINTAINER = David Coppa <dcoppa@openbsd.org>
@ -9,10 +9,13 @@ MAINTAINER = David Coppa <dcoppa@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = FLAC ao audiofile avcodec avformat avutil c \
cdio cdio_cdda cdio_paranoia curl glib-2.0 \
gthread-2.0 id3tag m mad mikmod ogg pthread \
samplerate sndfile sndio bz2 mpdclient opus z
WANTLIB = FLAC ao audiofile avcodec avformat \
avutil bz2 c cdio cdio_cdda \
cdio_paranoia curl expat glib-2.0 \
gthread-2.0 icudata icui18n icuuc \
id3tag m mad mikmod mpdclient ogg \
opus pthread samplerate sndfile \
sndio z
MASTER_SITES = http://www.musicpd.org/download/mpd/stable/
@ -20,6 +23,8 @@ MODULES = devel/gettext gcc4
MODGCC4_ARCHS = i386 amd64 powerpc sparc64 alpha
MODGCC4_LANGS = c++
BUILD_DEPENDS = devel/boost
LIB_DEPENDS = devel/libaudiofile \
audio/libao \
audio/libcdio \
@ -30,9 +35,10 @@ LIB_DEPENDS = devel/libaudiofile \
audio/libmikmod \
audio/opus \
audio/libmpdclient \
devel/glib2 \
graphics/ffmpeg \
net/curl \
devel/glib2
textproc/icu4c
FLAVORS = tremor
FLAVOR ?=
@ -40,6 +46,7 @@ FLAVOR ?=
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += --bindir=${PREFIX}/sbin \
--disable-alsa \
--disable-epoll \
--disable-fluidsynth \
--disable-gme \
--disable-inotify \
@ -47,16 +54,23 @@ CONFIGURE_ARGS += --bindir=${PREFIX}/sbin \
--disable-libwrap \
--disable-mms \
--disable-modplug \
--disable-mp4v2 \
--disable-mpg123 \
--disable-nfs \
--disable-neighbor-plugins \
--disable-oss \
--disable-openal \
--disable-pulse \
--disable-roar \
--disable-sidplay \
--disable-shine-encoder \
--disable-smbclient \
--disable-soundcloud \
--disable-soxr \
--disable-sqlite \
--disable-systemd-daemon \
--disable-twolame-encoder \
--disable-upnp \
--disable-wavpack \
--enable-ao \
--enable-audiofile \
@ -69,6 +83,7 @@ CONFIGURE_ARGS += --bindir=${PREFIX}/sbin \
--enable-mpc \
--enable-pipe-output \
--enable-sndfile \
--with-pollmethod=poll \
--with-zeroconf=no \
--without-systemdsystemunitdir

View File

@ -1,2 +1,2 @@
SHA256 (mpd-0.18.16.tar.gz) = xAzHbLldneOLEO8oQXw7iewo44Qk6g2CFhpcxsBh9XY=
SIZE (mpd-0.18.16.tar.gz) = 808594
SHA256 (mpd-0.19.1.tar.gz) = SFrwnOezRkIGVIB3EC7V9AZ/Ew2HrZ6ctQbdGfLjSCE=
SIZE (mpd-0.19.1.tar.gz) = 975317

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-Makefile_in,v 1.12 2014/09/29 08:43:47 dcoppa Exp $
--- Makefile.in.orig Fri Sep 26 10:57:29 2014
+++ Makefile.in Mon Sep 29 10:30:38 2014
@@ -3237,7 +3237,7 @@ SPARSE_SRC = $(addprefix $(top_srcdir)/,$(filter %.c,$
$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 = \
# Documentation
#
man_MANS = doc/mpd.1 doc/mpd.conf.5
-doc_DATA = AUTHORS COPYING NEWS README UPGRADING doc/mpdconf.example
+doc_DATA = AUTHORS COPYING NEWS README UPGRADING
-doc_DATA = AUTHORS COPYING NEWS README doc/mpdconf.example
+doc_DATA = AUTHORS COPYING NEWS README
DOCBOOK_FILES = doc/protocol.xml doc/user.xml doc/developer.xml
@ENABLE_DOCUMENTATION_TRUE@protocoldir = $(docdir)/protocol
@ENABLE_DOCUMENTATION_TRUE@protocol_DATA = $(wildcard doc/protocol/*.html)

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-configure,v 1.21 2014/09/29 08:43:47 dcoppa Exp $
$OpenBSD: patch-configure,v 1.22 2014/10/27 11:07:18 dcoppa Exp $
Don't reset CPPFLAGS...stupid configure.
Don't reset CPPFLAGS
--- configure.orig Fri Sep 26 10:57:27 2014
+++ configure Mon Sep 29 10:30:38 2014
@@ -10354,7 +10354,7 @@ if test x$enable_aac = xyes; then
--- configure.orig Fri Oct 10 23:50:12 2014
+++ configure Mon Oct 13 13:35:53 2014
@@ -12500,7 +12500,7 @@ if test x$enable_aac = xyes; then
oldcppflags=$CPPFLAGS
CFLAGS="$CFLAGS $FAAD_CFLAGS"
LIBS="$LIBS $FAAD_LIBS"
@ -13,7 +13,7 @@ Don't reset CPPFLAGS...stupid configure.
ac_fn_c_check_header_mongrel "$LINENO" "faad.h" "ac_cv_header_faad_h" "$ac_includes_default"
if test "x$ac_cv_header_faad_h" = xyes; then :
@@ -10480,7 +10480,7 @@ if test x$enable_aac = xyes; then
@@ -12626,7 +12626,7 @@ if test x$enable_aac = xyes; then
oldcppflags=$CPPFLAGS
CFLAGS="$CFLAGS $FAAD_CFLAGS -Werror"
LIBS="$LIBS $FAAD_LIBS"

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.8 2011/05/11 06:22:16 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.9 2014/10/27 11:07:18 dcoppa Exp $
@newgroup _mpd:560
@newuser _mpd:560:560:daemon:Music Player Daemon:/var/empty:/sbin/nologin
@extraunexec rm -rf /var/log/mpd/*
@ -11,7 +11,6 @@ share/doc/mpd/AUTHORS
share/doc/mpd/COPYING
share/doc/mpd/NEWS
share/doc/mpd/README
share/doc/mpd/UPGRADING
share/examples/mpd/
share/examples/mpd/mpd.conf
@sample ${SYSCONFDIR}/mpd.conf