Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 0 additions & 42 deletions srcpkgs/guitarix2/patches/include.patch

This file was deleted.

13 changes: 0 additions & 13 deletions srcpkgs/guitarix2/patches/python-3.11.patch

This file was deleted.

11 changes: 5 additions & 6 deletions srcpkgs/guitarix2/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -17,8 +16,8 @@ short_desc="Virtual guitar amplifier running on Jack Audio Connection Kit"
maintainer="Orphaned <[email protected]>"
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"
Expand Down