mdp: Update from 0.20.22 to 0.20.23

This commit is contained in:
Fredrik Fornwall 2018-11-05 22:27:26 +01:00
parent 88d3e0f154
commit 7a86853528
2 changed files with 2 additions and 22 deletions

View File

@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://www.musicpd.org
TERMUX_PKG_DESCRIPTION="Music player daemon"
TERMUX_PKG_VERSION=0.20.22
TERMUX_PKG_SHA256=c7747a98d0958ef4ad41c24f2005c58f8b312745cf79dbcf0f26354356b51c88
TERMUX_PKG_VERSION=0.20.23
TERMUX_PKG_SHA256=93c4441719a8312f3d150de02b1db0c22fe3a1a99e4159c6056950846a109368
TERMUX_PKG_SRCURL=https://github.com/MusicPlayerDaemon/MPD/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_DEPENDS="libcurl, libid3tag, libopus, libpulseaudio, libmpdclient, openal-soft, libvorbis, libsqlite, ffmpeg, libmp3lame, libbz2"
TERMUX_PKG_BUILD_DEPENDS="boost"

View File

@ -1,23 +1,3 @@
diff --git a/src/db/update/UpdateIO.cxx b/src/db/update/UpdateIO.cxx
index 2623b0dc4..421fb5680 100644
--- a/src/db/update/UpdateIO.cxx
+++ b/src/db/update/UpdateIO.cxx
@@ -28,6 +28,7 @@
#include "Log.hxx"
#include <stdexcept>
+#include <iostream>
#include <errno.h>
@@ -84,6 +85,7 @@ try {
return GetDirectoryChildInfo(storage, directory, name_utf8)
.IsRegular();
} catch (const std::runtime_error &) {
+ std::cout << "";
return false;
}
diff --git a/src/input/Error.cxx b/src/input/Error.cxx
index 3db1f26f1..dfa43093b 100644
--- a/src/input/Error.cxx