Update to mpd-0.16.5.
ok jasper@ MAINTAINER's ok
This commit is contained in:
parent
70ecf6fa13
commit
463cc8ef61
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.41 2011/10/17 12:40:44 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.42 2011/10/30 11:46:18 dcoppa Exp $
|
||||
|
||||
COMMENT = Music Player Daemon
|
||||
DISTNAME = mpd-0.16.2
|
||||
DISTNAME = mpd-0.16.5
|
||||
CATEGORIES = audio
|
||||
HOMEPAGE = http://www.musicpd.org/
|
||||
MAINTAINER = Tobias Ulmer <tobiasu@tmux.org>
|
||||
REVISION = 1
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (mpd-0.16.2.tar.gz) = p1rXFcw4HcXv7/bb8xOpVA==
|
||||
RMD160 (mpd-0.16.2.tar.gz) = ma4X2KyatcMiNwiLrjp0EZ4ksd8=
|
||||
SHA1 (mpd-0.16.2.tar.gz) = kL9F9FZ+XW+C0nn3jaGIFLD0OsQ=
|
||||
SHA256 (mpd-0.16.2.tar.gz) = RWec8xqZ3Fuv0lMcrVrK6QTFy0xsuaLiUyfglLjotkE=
|
||||
SIZE (mpd-0.16.2.tar.gz) = 619586
|
||||
MD5 (mpd-0.16.5.tar.gz) = X7TJdiPsom0ti5aIaOLxPw==
|
||||
RMD160 (mpd-0.16.5.tar.gz) = reTqWhiFa1rVXSgh+WiOkzrMalU=
|
||||
SHA1 (mpd-0.16.5.tar.gz) = a0sHXkFw0HPD/AAq4Uu15TSuKwg=
|
||||
SHA256 (mpd-0.16.5.tar.gz) = KPYhXkXM5ZA7ab3BpU0t/R+fJC5SQto8EfAlv+tcTKA=
|
||||
SIZE (mpd-0.16.5.tar.gz) = 658239
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.3 2011/04/05 19:55:38 landry Exp $
|
||||
--- Makefile.in Mon Apr 4 22:31:44 2011
|
||||
+++ Makefile.in Mon Apr 4 22:31:30 2011
|
||||
@@ -2254,7 +2254,7 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.4 2011/10/30 11:46:18 dcoppa Exp $
|
||||
--- Makefile.in.orig Sun Oct 9 13:44:12 2011
|
||||
+++ Makefile.in Thu Oct 13 16:42:40 2011
|
||||
@@ -2268,7 +2268,7 @@ SPARSE_CPPFLAGS = $(DEFAULT_INCLUDES) -I$(shell $(CC)
|
||||
# Documentation
|
||||
#
|
||||
man_MANS = doc/mpd.1 doc/mpd.conf.5
|
||||
|
@ -1,19 +1,19 @@
|
||||
$OpenBSD: patch-configure,v 1.13 2011/04/05 19:55:38 landry Exp $
|
||||
$OpenBSD: patch-configure,v 1.14 2011/10/30 11:46:18 dcoppa Exp $
|
||||
|
||||
Don't reset CPPFLAGS...stupid configure.
|
||||
|
||||
--- configure Mon Apr 4 22:34:06 2011
|
||||
+++ configure Mon Apr 4 22:35:15 2011
|
||||
@@ -8759,7 +8759,7 @@
|
||||
--- configure.orig Sun Oct 9 13:44:12 2011
|
||||
+++ configure Thu Oct 13 16:42:40 2011
|
||||
@@ -8830,7 +8830,7 @@ if test x$enable_aac = xyes; then
|
||||
oldcppflags=$CPPFLAGS
|
||||
CFLAGS="$CFLAGS $MPD_CFLAGS $FAAD_CFLAGS -I."
|
||||
LIBS="$LIBS $MPD_LIBS $FAAD_LIBS"
|
||||
- CPPFLAGS=$CFLAGS
|
||||
+ CPPFLAGS="$CPPFLAGS $CFLAGS"
|
||||
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" = x""yes; then :
|
||||
if test "x$ac_cv_header_faad_h" = xyes; then :
|
||||
|
||||
@@ -9013,7 +9013,7 @@
|
||||
@@ -9084,7 +9084,7 @@ if test x$enable_aac = xyes; then
|
||||
oldcppflags=$CPPFLAGS
|
||||
CFLAGS="$CFLAGS $MPD_CFLAGS $FAAD_CFLAGS -Werror"
|
||||
LIBS="$LIBS $MPD_LIBS $FAAD_LIBS"
|
||||
@ -22,7 +22,7 @@ Don't reset CPPFLAGS...stupid configure.
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken libfaad headers" >&5
|
||||
$as_echo_n "checking for broken libfaad headers... " >&6; }
|
||||
@@ -9059,7 +9059,7 @@
|
||||
@@ -9130,7 +9130,7 @@ if test x$enable_aac = xyes; then
|
||||
oldcppflags=$CPPFLAGS
|
||||
CFLAGS="$CFLAGS $FAAD_CFLAGS"
|
||||
LIBS="$LIBS $FAAD_LIBS $MP4FF_LIBS"
|
||||
@ -30,13 +30,13 @@ Don't reset CPPFLAGS...stupid configure.
|
||||
+ CPPFLAGS="$CPPFLAGS $CFLAGS"
|
||||
|
||||
ac_fn_c_check_header_mongrel "$LINENO" "mp4ff.h" "ac_cv_header_mp4ff_h" "$ac_includes_default"
|
||||
if test "x$ac_cv_header_mp4ff_h" = x""yes; then :
|
||||
@@ -10370,7 +10370,7 @@
|
||||
if test "x$ac_cv_header_mp4ff_h" = xyes; then :
|
||||
@@ -10637,7 +10637,7 @@ if test x$enable_mpc = xyes; then
|
||||
oldcppflags=$CPPFLAGS
|
||||
CFLAGS="$CFLAGS $MPD_CFLAGS $MPCDEC_CFLAGS -I."
|
||||
LIBS="$LIBS $MPD_LIBS $MPCDEC_LIBS"
|
||||
- CPPFLAGS=$CFLAGS
|
||||
+ CPPFLAGS="$CPPFLAGS $CFLAGS"
|
||||
ac_fn_c_check_header_mongrel "$LINENO" "mpc/mpcdec.h" "ac_cv_header_mpc_mpcdec_h" "$ac_includes_default"
|
||||
if test "x$ac_cv_header_mpc_mpcdec_h" = x""yes; then :
|
||||
if test "x$ac_cv_header_mpc_mpcdec_h" = xyes; then :
|
||||
old_mpcdec=no
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-doc_mpdconf_example,v 1.7 2011/04/05 19:55:38 landry Exp $
|
||||
--- doc/mpdconf.example.orig Sat Mar 19 06:11:52 2011
|
||||
+++ doc/mpdconf.example Mon Apr 4 22:43:42 2011
|
||||
$OpenBSD: patch-doc_mpdconf_example,v 1.8 2011/10/30 11:46:19 dcoppa Exp $
|
||||
--- doc/mpdconf.example.orig Sun Oct 9 13:43:52 2011
|
||||
+++ doc/mpdconf.example Thu Oct 13 16:42:40 2011
|
||||
@@ -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.
|
||||
@ -69,7 +69,7 @@ $OpenBSD: patch-doc_mpdconf_example,v 1.7 2011/04/05 19:55:38 landry Exp $
|
||||
# This setting is the TCP port that is desired for the daemon to get assigned
|
||||
# to.
|
||||
#
|
||||
@@ -296,6 +298,14 @@
|
||||
@@ -296,6 +298,14 @@ input {
|
||||
# name "My Null Output"
|
||||
# mixer_type "none" # optional
|
||||
#}
|
||||
|
Loading…
Reference in New Issue
Block a user