QMPlay2: update to 18.12.26.

This commit is contained in:
Rasmus Thomsen 2018-12-30 10:20:46 +01:00 committed by Helmut Pozimski
parent 15b5b83fbc
commit e656249396
2 changed files with 3 additions and 14 deletions

View file

@ -1,11 +0,0 @@
--- src/qmplay2/IPC_Unix.cpp.orig
+++ src/qmplay2/IPC_Unix.cpp
@@ -98,7 +98,7 @@
if (m_priv->fd > 0)
{
- const u_long on = 1;
+ const unsigned long on = 1;
ioctl(m_priv->fd, FIONBIO, &on);
m_priv->socketNotifier = new QSocketNotifier(m_priv->fd, QSocketNotifier::Read, this);
connect(m_priv->socketNotifier, SIGNAL(activated(int)), this, SLOT(socketReadActive()));

View file

@ -1,7 +1,7 @@
# Template file for 'QMPlay2'
pkgname=QMPlay2
version=18.07.03
revision=2
version=18.12.26
revision=1
wrksrc="${pkgname}-src-${version}"
build_style=cmake
hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
@ -14,7 +14,7 @@ license="LGPL-3.0-only"
homepage="http://zaps166.sourceforge.net/?app=QMPlay2"
changelog="https://raw.githubusercontent.com/zaps166/QMPlay2/master/ChangeLog"
distfiles="https://github.com/zaps166/QMPlay2/releases/download/${version}/QMPlay2-src-${version}.tar.xz"
checksum=78cdadea21728f7a902ae240aae15481bcad2b9f34598c20ee7711feeff79122
checksum=11922ea44512736de223f502f32ed075f2010c37a752065945fcadaf6af5e53d
QMPlay2-devel_package() {
short_desc+=" - development files"