mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-29 17:18:41 +01:00
lpd8editor: upgrade 0.0.13 -> 0.0.16
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -1,34 +0,0 @@
|
|||||||
From 083bbdcab900d1d3b101ee2adb9eff6f15aa56a2 Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
|
||||||
Date: Sun, 26 May 2019 01:20:53 +0200
|
|
||||||
Subject: [PATCH] Remove -Werror from CXXFLAGS
|
|
||||||
MIME-Version: 1.0
|
|
||||||
Content-Type: text/plain; charset=UTF-8
|
|
||||||
Content-Transfer-Encoding: 8bit
|
|
||||||
|
|
||||||
Works around warning -> errors
|
|
||||||
|
|
||||||
| #warning This header is deprecated, use <alsa/asoundlib.h> instead.
|
|
||||||
| ^~~~~~~
|
|
||||||
| In file included from ../../git/src/midiconnectionsmodel.h:7,
|
|
||||||
|
|
||||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
|
||||||
---
|
|
||||||
common.pri | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/common.pri b/common.pri
|
|
||||||
index 11d9315..35f696e 100644
|
|
||||||
--- a/common.pri
|
|
||||||
+++ b/common.pri
|
|
||||||
@@ -10,6 +10,6 @@ INSTALL_BIN = $${INSTALL_PREFIX}/bin
|
|
||||||
INSTALL_TRANSLATION = $${INSTALL_PREFIX}/share/$${APPNAME}/$${APPNAME}
|
|
||||||
|
|
||||||
CONFIG += c++11 link_pkgconfig warn_on
|
|
||||||
-QMAKE_CXXFLAGS += -Werror
|
|
||||||
+#QMAKE_CXXFLAGS += -Werror
|
|
||||||
|
|
||||||
PKGCONFIG += alsa
|
|
||||||
--
|
|
||||||
2.20.1
|
|
||||||
|
|
||||||
@@ -2,9 +2,11 @@ SUMMARY = "A linux editor for the Akai LPD8"
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=6dc9df5fa3108f437a4580b0aebca196"
|
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=6dc9df5fa3108f437a4580b0aebca196"
|
||||||
|
|
||||||
inherit pkgconfig qmake5 gtk-icon-cache
|
inherit cmake_qt5 pkgconfig gtk-icon-cache
|
||||||
|
|
||||||
DEPENDS += " \
|
DEPENDS += " \
|
||||||
|
qttools-native \
|
||||||
|
qttools \
|
||||||
qtbase \
|
qtbase \
|
||||||
qtsvg \
|
qtsvg \
|
||||||
alsa-lib \
|
alsa-lib \
|
||||||
@@ -12,11 +14,10 @@ DEPENDS += " \
|
|||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/charlesfleche/lpd8editor.git;branch=master;protocol=https \
|
git://github.com/charlesfleche/lpd8editor.git;branch=master;protocol=https \
|
||||||
file://0001-Remove-Werror-from-CXXFLAGS.patch\
|
|
||||||
file://lpd8-editor.desktop \
|
file://lpd8-editor.desktop \
|
||||||
"
|
"
|
||||||
SRCREV = "c5b3a64487b3f126f9da15e94d547eff8e972c0c"
|
SRCREV = "ae9072e58d23d5926ca8d0228400eead9248a494"
|
||||||
PV = "0.0.13"
|
PV = "0.0.16"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
|
|||||||
Reference in New Issue
Block a user