qmidinet: update to 0.5.4.

This commit is contained in:
maxice8 2019-04-11 09:07:03 -03:00 committed by maxice8
parent b17aa5ebeb
commit 55c88f93c4
2 changed files with 2 additions and 11 deletions

View file

@ -1,9 +0,0 @@
--- src/qmidinetUdpDevice.cpp 2017-12-16 13:06:59.438768239 +0100
+++ - 2018-02-22 08:47:58.409130080 +0100
@@ -32,5 +32,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
+#include <sys/select.h>
inline void closesocket(int s) { ::close(s); }
#endif

View file

@ -1,6 +1,6 @@
# Template file for 'qmidinet' # Template file for 'qmidinet'
pkgname=qmidinet pkgname=qmidinet
version=0.5.3 version=0.5.4
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -10,7 +10,7 @@ maintainer="Olga Ustuzhanina <me@laserbat.pw>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://qmidinet.sourceforge.io/" homepage="https://qmidinet.sourceforge.io/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=205817e7e89ea8ab229813fcaaa7769a6a4fbb77d98b20cfff1755abc28f2652 checksum=98cb53a417abfbc9f6d32738602cf9937653e2b5e878479e1f637d35365a84c6
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-devel" hostmakedepends+=" qt5-devel"