qmidiarp: update to 0.6.7
This commit is contained in:
parent
4d7555f465
commit
faeae10b3e
2 changed files with 3 additions and 24 deletions
|
@ -1,21 +0,0 @@
|
|||
--- a/src/main.cpp
|
||||
+++ b/src/main.cpp
|
||||
@@ -69,6 +69,8 @@
|
||||
#include "mainwindow.h"
|
||||
#include "main.h"
|
||||
|
||||
+#include <sys/types.h>
|
||||
+#include <unistd.h>
|
||||
|
||||
static struct option options[] = {
|
||||
{"version", 0, 0, 'v'},
|
||||
--- a/src/midiworker.h
|
||||
+++ b/src/midiworker.h
|
||||
@@ -28,6 +28,7 @@
|
||||
#include "main.h"
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
+#include <sys/types.h>
|
||||
|
||||
|
||||
/*! @brief MIDI worker base class for QMidiArp modules.
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'qmidiarp'
|
||||
pkgname=qmidiarp
|
||||
version=0.6.5
|
||||
version=0.6.7
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config qt5-host-tools"
|
||||
|
@ -9,8 +9,8 @@ short_desc="MIDI arpeggiator and LFO"
|
|||
maintainer="Matthias von Faber <mvf@gmx.eu>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://qmidiarp.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/project/${pkgname}/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=22a3a26d3dbe4bf215aa33c0fd4a79c088549328477840d00e72e50c6e807e10
|
||||
distfiles="${SOURCEFORGE_SITE}/project/qmidiarp/qmidiarp/${version}/qmidiarp-${version}.tar.bz2"
|
||||
checksum=1bc73896e33da0aa52e90f16f393acb437594b0a9ad8fc97d73b39e028589c2c
|
||||
CXXFLAGS="-D_GNU_SOURCE"
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Add table
Reference in a new issue