Github messages for voidlinux
 help / color / mirror / Atom feed
From: jkoderu-git <jkoderu-git@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Carla: update to 2.1.1
Date: Thu, 15 Oct 2020 12:15:39 +0200	[thread overview]
Message-ID: <20201015101539.SDhOKh6tADs1QVw3y6kWw1fIcwdb6rQbCpnOPHOLFp4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23390@inbox.vuxu.org>

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

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

https://github.com/jkoderu-git/void-packages patch-1
https://github.com/void-linux/void-packages/pull/23390

Carla: update to 2.1.1
@nutcase84

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

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

From c8f4a20cf8787de40116391731f8f9cc616d92cf Mon Sep 17 00:00:00 2001
From: jkoderu-git <64820459+jkoderu-git@users.noreply.github.com>
Date: Sat, 4 Jul 2020 18:19:40 +0000
Subject: [PATCH 1/4] Carla: update to 2.1.1

---
 srcpkgs/Carla/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/Carla/template b/srcpkgs/Carla/template
index 8ea0fb0ab7b..9d735ddcc3a 100644
--- a/srcpkgs/Carla/template
+++ b/srcpkgs/Carla/template
@@ -1,7 +1,7 @@
 # Template file for 'Carla'
 pkgname=Carla
-version=2.1
-revision=2
+version=2.1.1
+revision=1
 archs="x86_64* i686* aarch64* arm*"
 build_style=gnu-makefile
 pycompile_dirs="usr/share/carla"
@@ -16,7 +16,7 @@ maintainer="nutcase84 <nutcase84@protonmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://kxstudio.linuxaudio.org/Applications:Carla"
 distfiles="https://github.com/falkTX/Carla/archive/v${version}.tar.gz"
-checksum=a82ce08f3a82db9d878c8cb7e7e2f3b80834bf21801c6ec4ed95c0cfee25b963
+checksum=8611d6fc579ea55ab205cfb72571eb304da9ef997e7bbae5af5a339ef533d5d9
 python_version=3
 
 case $XBPS_TARGET_MACHINE in

From bea33808a4a11835b5ca65b5ba7ba536a1cc8da1 Mon Sep 17 00:00:00 2001
From: jkoderu-git <64820459+jkoderu-git@users.noreply.github.com>
Date: Mon, 27 Jul 2020 04:05:03 +0000
Subject: [PATCH 2/4] Carla: add pyliblo dependency

---
 srcpkgs/Carla/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Carla/template b/srcpkgs/Carla/template
index 9d735ddcc3a..3bc2692fccd 100644
--- a/srcpkgs/Carla/template
+++ b/srcpkgs/Carla/template
@@ -10,7 +10,7 @@ makedepends="python3-PyQt5 libmagic file-devel libsndfile-devel
  liblo-devel alsa-lib-devel pulseaudio-devel libX11-devel gtk+3-devel
  gtk+-devel qt5-devel fluidsynth-devel fftw-devel zlib-devel
  python3-rdflib"
-depends="python3 python3-PyQt5 python3-PyQt5-svg which"
+depends="python3 python3-PyQt5 python3-PyQt5-svg pyliblo which"
 short_desc="Audio plugin host"
 maintainer="nutcase84 <nutcase84@protonmail.com>"
 license="GPL-2.0-or-later"

From 0f04125fad21b9076af9f8d3617ca17bc8beea70 Mon Sep 17 00:00:00 2001
From: jkoderu-git <64820459+jkoderu-git@users.noreply.github.com>
Date: Mon, 27 Jul 2020 15:27:08 +0000
Subject: [PATCH 3/4] New package: pyliblo-0.10.0

---
 srcpkgs/pyliblo/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/pyliblo/template

diff --git a/srcpkgs/pyliblo/template b/srcpkgs/pyliblo/template
new file mode 100644
index 00000000000..f5e6e340a96
--- /dev/null
+++ b/srcpkgs/pyliblo/template
@@ -0,0 +1,20 @@
+# Template file for 'pyliblo'
+pkgname=pyliblo
+version=0.10.0
+revision=1
+archs=noarch
+wrksrc="pyliblo-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython"
+makedepends="python3-devel liblo-devel"
+depends="liblo"
+short_desc="Python bindings for the liblo OSC library"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="LGPL-2.1-or-later"
+homepage="http://das.nasophon.de/pyliblo/"
+distfiles="${PYPI_SITE}/p/pyliblo/pyliblo-${version}.tar.gz"
+checksum=fc67f1950b827272b00f9f0dc4ed7113c0ccef0c1c09e9976dead40ebbf1798f
+
+post_install() {
+  vlicense COPYING
+}

From f1f81a8ffd626dffdd93826559061d2ac33f2b11 Mon Sep 17 00:00:00 2001
From: jkoderu-git <64820459+jkoderu-git@users.noreply.github.com>
Date: Thu, 15 Oct 2020 12:11:18 +0200
Subject: [PATCH 4/4] Carla: update to 2.2.0

---
 srcpkgs/Carla/patches/libmagic.patch   | 14 --------------
 srcpkgs/Carla/patches/qt5-5.15.0.patch | 10 ----------
 srcpkgs/Carla/template                 |  4 ++--
 3 files changed, 2 insertions(+), 26 deletions(-)
 delete mode 100644 srcpkgs/Carla/patches/libmagic.patch
 delete mode 100644 srcpkgs/Carla/patches/qt5-5.15.0.patch

diff --git a/srcpkgs/Carla/patches/libmagic.patch b/srcpkgs/Carla/patches/libmagic.patch
deleted file mode 100644
index d53a7c56887..00000000000
--- a/srcpkgs/Carla/patches/libmagic.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- source/Makefile.mk
-+++ source/Makefile.mk
-@@ -233,10 +233,7 @@
- # Check for optional libs (special non-pkgconfig tests)
- 
- ifneq ($(WIN32),true)
--
--# libmagic doesn't have a pkg-config file, so we need to call the compiler to test it
--HAVE_LIBMAGIC = $(shell echo '\#include <magic.h>' | $(CC) $(CFLAGS) -x c -w -c - -o .libmagic-tmp 2>/dev/null && echo true)
--
-+HAVE_LIBMAGIC = true
- endif
- 
- # ---------------------------------------------------------------------------------------------------------------------
diff --git a/srcpkgs/Carla/patches/qt5-5.15.0.patch b/srcpkgs/Carla/patches/qt5-5.15.0.patch
deleted file mode 100644
index 2d936a7ce7c..00000000000
--- a/srcpkgs/Carla/patches/qt5-5.15.0.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- source/theme/CarlaStyle.cpp	2020-04-13 05:29:06.000000000 +0200
-+++ source/theme/CarlaStyle.cpp	2020-08-23 20:32:26.157269175 +0200
-@@ -22,6 +22,7 @@
- 
- #if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
- # include <QtGui/QPainter>
-+# include <QtGui/QPainterPath>
- # include <QtGui/QPixmapCache>
- # include <QtWidgets/qdrawutil.h>
- # include <QtWidgets/QApplication>
diff --git a/srcpkgs/Carla/template b/srcpkgs/Carla/template
index 3bc2692fccd..eb11a21bddd 100644
--- a/srcpkgs/Carla/template
+++ b/srcpkgs/Carla/template
@@ -1,6 +1,6 @@
 # Template file for 'Carla'
 pkgname=Carla
-version=2.1.1
+version=2.2.0
 revision=1
 archs="x86_64* i686* aarch64* arm*"
 build_style=gnu-makefile
@@ -16,7 +16,7 @@ maintainer="nutcase84 <nutcase84@protonmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://kxstudio.linuxaudio.org/Applications:Carla"
 distfiles="https://github.com/falkTX/Carla/archive/v${version}.tar.gz"
-checksum=8611d6fc579ea55ab205cfb72571eb304da9ef997e7bbae5af5a339ef533d5d9
+checksum=4bf08511257db88979eccc002f10c153ff2a14f5143291c2be39cadd69ce10e1
 python_version=3
 
 case $XBPS_TARGET_MACHINE in

  parent reply	other threads:[~2020-10-15 10:15 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-04 18:19 [PR PATCH] " jkoderu-git
2020-07-15  7:40 ` jkoderu-git
2020-07-22  6:17 ` fosslinux
2020-07-27  4:05 ` [PR PATCH] [Updated] " jkoderu-git
2020-07-27  6:30 ` fosslinux
2020-07-27 15:27 ` [PR PATCH] [Updated] " jkoderu-git
2020-07-27 15:27 ` jkoderu-git
2020-10-15 10:15 ` jkoderu-git [this message]
2020-10-15 14:35 ` [PR PATCH] [Updated] Carla: update to 2.2.0 jkoderu-git
2020-10-15 14:43 ` jkoderu-git
2020-10-15 15:17 ` ericonr
2020-10-16 21:23 ` jkoderu-git
2020-10-16 22:48 ` [PR PATCH] [Updated] " jkoderu-git
2020-10-16 23:07 ` jkoderu-git
2020-10-16 23:08 ` jkoderu-git
2020-12-29 10:19 ` fosslinux
2021-02-18  6:06 ` ericonr
2021-04-18  5:06 ` [PR REVIEW] " ericonr
2021-04-18  5:06 ` ericonr
2021-04-30 20:41 ` [PR PATCH] [Updated] " jkoderu-git
2021-04-30 20:43 ` jkoderu-git
2021-04-30 20:54 ` jkoderu-git
2021-04-30 21:00 ` [PR PATCH] [Closed]: " jkoderu-git
2021-04-30 21:00 ` [PR PATCH] [Updated] " jkoderu-git
2021-04-30 21:23 ` ericonr
2021-04-30 22:06 ` jkoderu-git
2021-04-30 22:22 ` [PR PATCH] [Updated] Carla: update to 2.3.0 jkoderu-git
2021-04-30 22:26 ` jkoderu-git
2021-04-30 22:28 ` jkoderu-git
2021-04-30 23:05 ` [PR REVIEW] " ericonr
2021-04-30 23:05 ` ericonr
2021-04-30 23:12 ` jkoderu-git
2021-04-30 23:45 ` [PR PATCH] [Updated] " jkoderu-git
2021-05-01  1:00 ` [PR REVIEW] " ericonr
2021-05-01 11:30 ` jkoderu-git
2021-05-03  2:05 ` ericonr
2021-05-03  2:07 ` ericonr
2021-05-21 16:38 ` [PR PATCH] [Updated] " jkoderu-git
2021-05-21 16:39 ` [PR REVIEW] " jkoderu-git
2021-05-21 16:41 ` [PR PATCH] [Updated] " jkoderu-git
2021-05-21 17:00 ` [PR REVIEW] " paper42
2021-05-21 17:21 ` [PR PATCH] [Updated] " jkoderu-git
2021-05-21 17:21 ` [PR REVIEW] " jkoderu-git
2021-05-21 17:24 ` [PR PATCH] [Updated] " jkoderu-git
2021-05-21 17:29 ` paper42
2021-05-21 17:32 ` jkoderu-git
2021-05-21 17:33 ` jkoderu-git
2021-05-21 17:39 ` sgn
2021-05-21 17:44 ` [PR PATCH] [Updated] " jkoderu-git
2021-05-21 17:45 ` jkoderu-git
2021-08-07 22:42 ` paper42
2021-08-07 22:48 ` [PR REVIEW] " paper42
2021-12-07  3:14 ` ericonr
2021-12-07  3:14 ` [PR PATCH] [Closed]: " ericonr

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=20201015101539.SDhOKh6tADs1QVw3y6kWw1fIcwdb6rQbCpnOPHOLFp4@z \
    --to=jkoderu-git@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).