From e0ac31786a0ec4fe62614d3c3eb50b556430215d 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/3] 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 " 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 db4def887af81af9cc4cbb62e1958ece54d0c586 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/3] Add pyliblo to dependencies --- 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 " license="GPL-2.0-or-later" From f5c55f5eb1e5c409103e574464b79001985c655f 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/3] 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 " +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 +}