Github messages for voidlinux
 help / color / mirror / Atom feed
From: caioraposo <caioraposo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] lmms: update to 1.2.2.
Date: Sun, 01 Nov 2020 21:13:56 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26057@inbox.vuxu.org> (raw)

[-- 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"

             reply	other threads:[~2020-11-01 20:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-01 20:13 caioraposo [this message]
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
2021-03-12 23:35 [PR PATCH] " tibequadorian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26057@inbox.vuxu.org \
    --to=caioraposo@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).