Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lmms: update to 1.2.2.
@ 2020-11-01 20:13 caioraposo
  2020-11-01 20:22 ` [PR PATCH] [Updated] " caioraposo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: caioraposo @ 2020-11-01 20:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 331 bytes --]

There is a new pull request by caioraposo against master on the void-packages repository

https://github.com/caioraposo/void-packages lmms
https://github.com/void-linux/void-packages/pull/26057

lmms: update to 1.2.2.
Patch is upstream now

A patch file from https://github.com/void-linux/void-packages/pull/26057.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lmms-26057.patch --]
[-- Type: text/x-diff, Size: 3103 bytes --]

From 9500903245d9a88376866174f3a2ee3b717b6c73 Mon Sep 17 00:00:00 2001
From: Caio Raposo <caioraposo@protonmail.com>
Date: Sun, 1 Nov 2020 16:38:31 -0300
Subject: [PATCH] lmms: update to 1.2.2.

Patch is upstream now
---
 srcpkgs/lmms/patches/qt5-5.15.0.patch | 54 ---------------------------
 srcpkgs/lmms/template                 |  7 ++--
 2 files changed, 4 insertions(+), 57 deletions(-)
 delete mode 100644 srcpkgs/lmms/patches/qt5-5.15.0.patch

diff --git a/srcpkgs/lmms/patches/qt5-5.15.0.patch b/srcpkgs/lmms/patches/qt5-5.15.0.patch
deleted file mode 100644
index 5f0798f778b..00000000000
--- a/srcpkgs/lmms/patches/qt5-5.15.0.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-Source: @pullmoll
-Upstream: no
-Reason: qt5-5.15.0 requires explicit include for QPainterPath
-
---- src/gui/AutomationPatternView.cpp	2018-11-03 02:43:42.000000000 +0100
-+++ src/gui/AutomationPatternView.cpp	2020-06-30 20:54:11.520449601 +0200
-@@ -25,6 +25,7 @@
- 
- #include <QMouseEvent>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QMenu>
- 
- #include "AutomationEditor.h"
---- src/gui/LmmsStyle.cpp	2018-11-03 02:43:42.000000000 +0100
-+++ src/gui/LmmsStyle.cpp	2020-06-30 22:59:34.411837701 +0200
-@@ -28,6 +28,7 @@
- #include <QApplication>
- #include <QFrame>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QStyleFactory>
- #include <QStyleOption>
- 
---- src/gui/editors/AutomationEditor.cpp	2018-11-03 02:43:42.000000000 +0100
-+++ src/gui/editors/AutomationEditor.cpp	2020-06-30 23:03:53.262851055 +0200
-@@ -35,6 +35,7 @@
- #include <QLayout>
- #include <QMdiArea>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QScrollBar>
- #include <QStyleOption>
- #include <QToolTip>
---- plugins/Eq/EqSpectrumView.h	2018-11-03 02:43:42.000000000 +0100
-+++ plugins/Eq/EqSpectrumView.h	2020-06-30 23:07:48.389863185 +0200
-@@ -24,6 +24,7 @@
- #define EQSPECTRUMVIEW_H
- 
- #include <QPainter>
-+#include <QPainterPath>
- #include <QWidget>
- 
- #include "fft_helpers.h"
---- plugins/Eq/EqCurve.h	2018-11-03 02:43:42.000000000 +0100
-+++ plugins/Eq/EqCurve.h	2020-06-30 23:08:21.792864908 +0200
-@@ -27,6 +27,7 @@
- 
- #include <QGraphicsItem>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QGraphicsSceneWheelEvent>
- #include "lmms_math.h"
- #include "AutomatableModelView.h"
diff --git a/srcpkgs/lmms/template b/srcpkgs/lmms/template
index 31c8a9dd7ba..3cb779b2cae 100644
--- a/srcpkgs/lmms/template
+++ b/srcpkgs/lmms/template
@@ -1,7 +1,8 @@
 # Template file for 'lmms'
 pkgname=lmms
-version=1.2.1
-revision=5
+version=1.2.2
+revision=1
+wrksrc="${pkgname}"
 archs="~armv6*"
 build_style=cmake
 configure_args="-DWANT_QT5=ON -DWANT_WEAKJACK=OFF"
@@ -16,7 +17,7 @@ maintainer="Logen K. <logen@sudotask.com>"
 license="GPL-2.0-or-later"
 homepage="https://lmms.io/"
 distfiles="https://github.com/LMMS/lmms/releases/download/v${version}/lmms_${version}.tar.xz"
-checksum=5a6d1e82b00a7f54ffb8cf52eff2e0b3ff87cadbe5691917edebe51f64c26ae8
+checksum=b185507fb64ecfd8e31145135b58ab244b637f9efc09c4176caf70aa3cbaae1e
 
 build_options="sndio"
 build_options_default="sndio"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] lmms: update to 1.2.2.
  2020-11-01 20:13 [PR PATCH] lmms: update to 1.2.2 caioraposo
@ 2020-11-01 20:22 ` caioraposo
  2020-11-23  5:54 ` ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: caioraposo @ 2020-11-01 20:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

There is an updated pull request by caioraposo against master on the void-packages repository

https://github.com/caioraposo/void-packages lmms
https://github.com/void-linux/void-packages/pull/26057

lmms: update to 1.2.2.
Patch is upstream now

A patch file from https://github.com/void-linux/void-packages/pull/26057.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lmms-26057.patch --]
[-- Type: text/x-diff, Size: 3176 bytes --]

From dacc855638e6e9e0078e836a051198fe01abc3bd Mon Sep 17 00:00:00 2001
From: Caio Raposo <caioraposo@protonmail.com>
Date: Sun, 1 Nov 2020 16:38:31 -0300
Subject: [PATCH] lmms: update to 1.2.2.

Patch is upstream now
---
 srcpkgs/lmms/patches/qt5-5.15.0.patch | 54 ---------------------------
 srcpkgs/lmms/template                 |  7 ++--
 2 files changed, 4 insertions(+), 57 deletions(-)
 delete mode 100644 srcpkgs/lmms/patches/qt5-5.15.0.patch

diff --git a/srcpkgs/lmms/patches/qt5-5.15.0.patch b/srcpkgs/lmms/patches/qt5-5.15.0.patch
deleted file mode 100644
index 5f0798f778b..00000000000
--- a/srcpkgs/lmms/patches/qt5-5.15.0.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-Source: @pullmoll
-Upstream: no
-Reason: qt5-5.15.0 requires explicit include for QPainterPath
-
---- src/gui/AutomationPatternView.cpp	2018-11-03 02:43:42.000000000 +0100
-+++ src/gui/AutomationPatternView.cpp	2020-06-30 20:54:11.520449601 +0200
-@@ -25,6 +25,7 @@
- 
- #include <QMouseEvent>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QMenu>
- 
- #include "AutomationEditor.h"
---- src/gui/LmmsStyle.cpp	2018-11-03 02:43:42.000000000 +0100
-+++ src/gui/LmmsStyle.cpp	2020-06-30 22:59:34.411837701 +0200
-@@ -28,6 +28,7 @@
- #include <QApplication>
- #include <QFrame>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QStyleFactory>
- #include <QStyleOption>
- 
---- src/gui/editors/AutomationEditor.cpp	2018-11-03 02:43:42.000000000 +0100
-+++ src/gui/editors/AutomationEditor.cpp	2020-06-30 23:03:53.262851055 +0200
-@@ -35,6 +35,7 @@
- #include <QLayout>
- #include <QMdiArea>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QScrollBar>
- #include <QStyleOption>
- #include <QToolTip>
---- plugins/Eq/EqSpectrumView.h	2018-11-03 02:43:42.000000000 +0100
-+++ plugins/Eq/EqSpectrumView.h	2020-06-30 23:07:48.389863185 +0200
-@@ -24,6 +24,7 @@
- #define EQSPECTRUMVIEW_H
- 
- #include <QPainter>
-+#include <QPainterPath>
- #include <QWidget>
- 
- #include "fft_helpers.h"
---- plugins/Eq/EqCurve.h	2018-11-03 02:43:42.000000000 +0100
-+++ plugins/Eq/EqCurve.h	2020-06-30 23:08:21.792864908 +0200
-@@ -27,6 +27,7 @@
- 
- #include <QGraphicsItem>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QGraphicsSceneWheelEvent>
- #include "lmms_math.h"
- #include "AutomatableModelView.h"
diff --git a/srcpkgs/lmms/template b/srcpkgs/lmms/template
index 31c8a9dd7ba..c513dc82f09 100644
--- a/srcpkgs/lmms/template
+++ b/srcpkgs/lmms/template
@@ -1,8 +1,9 @@
 # Template file for 'lmms'
 pkgname=lmms
-version=1.2.1
-revision=5
+version=1.2.2
+revision=1
 archs="~armv6*"
+wrksrc=${pkgname}
 build_style=cmake
 configure_args="-DWANT_QT5=ON -DWANT_WEAKJACK=OFF"
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake extra-cmake-modules"
@@ -16,7 +17,7 @@ maintainer="Logen K. <logen@sudotask.com>"
 license="GPL-2.0-or-later"
 homepage="https://lmms.io/"
 distfiles="https://github.com/LMMS/lmms/releases/download/v${version}/lmms_${version}.tar.xz"
-checksum=5a6d1e82b00a7f54ffb8cf52eff2e0b3ff87cadbe5691917edebe51f64c26ae8
+checksum=b185507fb64ecfd8e31145135b58ab244b637f9efc09c4176caf70aa3cbaae1e
 
 build_options="sndio"
 build_options_default="sndio"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: lmms: update to 1.2.2.
  2020-11-01 20:13 [PR PATCH] lmms: update to 1.2.2 caioraposo
  2020-11-01 20:22 ` [PR PATCH] [Updated] " caioraposo
@ 2020-11-23  5:54 ` ericonr
  2020-11-23  5:55 ` ericonr
  2021-03-15 14:21 ` [PR PATCH] [Closed]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-11-23  5:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 222 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26057#issuecomment-731943265

Comment:
I'm getting build errors while cross compiling. Could you look into them, please?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: lmms: update to 1.2.2.
  2020-11-01 20:13 [PR PATCH] lmms: update to 1.2.2 caioraposo
  2020-11-01 20:22 ` [PR PATCH] [Updated] " caioraposo
  2020-11-23  5:54 ` ericonr
@ 2020-11-23  5:55 ` ericonr
  2021-03-15 14:21 ` [PR PATCH] [Closed]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-11-23  5:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 478 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26057#issuecomment-731943265

Comment:
I'm getting build errors while cross compiling. Could you look into them, please?

```
/bin/sh: /bin/sh: /usr/armv7l-linux-musleabihf/usr/bin/fluid: cannot execute binary file: Exec format error/usr/armv7l-linux-musleabihf/usr/bin/fluid: cannot execute binary file: Exec format error
```

You might need `fltk` in `hostmakedepends`

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: lmms: update to 1.2.2.
  2020-11-01 20:13 [PR PATCH] lmms: update to 1.2.2 caioraposo
                   ` (2 preceding siblings ...)
  2020-11-23  5:55 ` ericonr
@ 2021-03-15 14:21 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2021-03-15 14:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

There's a closed pull request on the void-packages repository

lmms: update to 1.2.2.
https://github.com/void-linux/void-packages/pull/26057

Description:
Patch is upstream now

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-15 14:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-01 20:13 [PR PATCH] lmms: update to 1.2.2 caioraposo
2020-11-01 20:22 ` [PR PATCH] [Updated] " caioraposo
2020-11-23  5:54 ` ericonr
2020-11-23  5:55 ` ericonr
2021-03-15 14:21 ` [PR PATCH] [Closed]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).