Browse Source

mdp: Update from 0.20.22 to 0.20.23

android-5
Fredrik Fornwall 6 years ago
parent
commit
3382c6dc3c
  1. 4
      packages/mpd/build.sh
  2. 20
      packages/mpd/uncaught_exception.patch

4
packages/mpd/build.sh

@ -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"

20
packages/mpd/uncaught_exception.patch

@ -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

Loading…
Cancel
Save