diff --git a/srcpkgs/guitarix2/patches/include.patch b/srcpkgs/guitarix2/patches/include.patch deleted file mode 100644 index 00c01cdafe7cb0..00000000000000 --- a/srcpkgs/guitarix2/patches/include.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- a/src/LV2/DSP/gx_common.h -+++ b/src/LV2/DSP/gx_common.h -@@ -23,6 +23,7 @@ - #define SRC_HEADERS_GX_COMMON_H_ - - -+#include - #include - #include - #include ---- a/src/headers/gx_parameter.h -+++ b/src/headers/gx_parameter.h -@@ -28,6 +28,8 @@ - #ifndef SRC_HEADERS_GX_PARAMETER_H_ - #define SRC_HEADERS_GX_PARAMETER_H_ - -+#include -+ - namespace gx_system { class JsonWriter; class JsonParser; } - - namespace gx_engine { ---- a/src/headers/gx_system.h -+++ b/src/headers/gx_system.h -@@ -25,6 +25,8 @@ - #ifndef SRC_HEADERS_GX_SYSTEM_H_ - #define SRC_HEADERS_GX_SYSTEM_H_ - -+#include -+ - #ifndef NDEBUG - #include - ---- a/src/LV2/gxbooster.lv2/gxbooster.cpp -+++ b/src/LV2/gxbooster.lv2/gxbooster.cpp -@@ -17,6 +17,7 @@ - * -------------------------------------------------------------------------- - */ - -+#include - #include - #include - #include diff --git a/srcpkgs/guitarix2/patches/python-3.11.patch b/srcpkgs/guitarix2/patches/python-3.11.patch deleted file mode 100644 index 15f8cad396207d..00000000000000 --- a/srcpkgs/guitarix2/patches/python-3.11.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: guitarix2-0.42.1/wscript -=================================================================== ---- guitarix2-0.42.1.orig/wscript -+++ guitarix2-0.42.1/wscript -@@ -532,7 +532,7 @@ def sub_file(task): - dst_fname = task.outputs[0].abspath() - lst = task.generator.sub_list - -- with open(src_fname, 'rU') as f: -+ with open(src_fname, 'r') as f: - txt = f.read() - for (key, val) in lst: - re_pat = re.compile(key, re.M) diff --git a/srcpkgs/guitarix2/template b/srcpkgs/guitarix2/template index 05a93688b26f5c..0f7fcb1135c52b 100644 --- a/srcpkgs/guitarix2/template +++ b/srcpkgs/guitarix2/template @@ -1,10 +1,9 @@ # Template file for 'guitarix2' pkgname=guitarix2 -version=0.44.1 -revision=6 +version=0.47.0 +revision=1 build_style=waf3 -configure_args="--cxxflags-release=-DNDEBUG --ladspa --new-ladspa --no-faust - $(vopt_if avahi '' '--no-avahi') $(vopt_if bluez '' '--no-bluez')" +configure_args="--cxxflags-release=-DNDEBUG --no-faust $(vopt_if avahi '' '--no-avahi') $(vopt_if bluez '' '--no-bluez')" make_build_args="--progress" hostmakedepends="gperf intltool pkg-config sassc" makedepends="boost-devel-minimal libboost_iostreams @@ -17,8 +16,8 @@ short_desc="Virtual guitar amplifier running on Jack Audio Connection Kit" maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://guitarix.org" -distfiles="${SOURCEFORGE_SITE}/guitarix/guitarix/guitarix2-${version}.tar.xz" -checksum=77e83d754f51ac38c5423f38eeb55de5b3e26128e60b511b02d2defcf36e6c18 +distfiles="https://github.com/brummer10/guitarix/releases/download/V${version}/guitarix2-${version}.tar.xz" +checksum=f18abd3bd2cb05960d00f15f36c63f97eb1759f9571977e3e42191ff16b9b467 build_options="avahi bluez" desc_option_bluez="Build with bluez support"