Github messages for voidlinux
 help / color / mirror / Atom feed
From: DavideMaggio <DavideMaggio@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] guitarix2: update to 0.42.0 + added 'faust' build option
Date: Sat, 26 Dec 2020 09:01:19 +0100	[thread overview]
Message-ID: <20201226080119.lQjuhcYHRS0lxtt-s62ZHixcU0bT4pBfdsckmCbLVC8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27420@inbox.vuxu.org>

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

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

https://github.com/DavideMaggio/void-packages guitarix2-00
https://github.com/void-linux/void-packages/pull/27420

guitarix2: update to 0.42.0 + added 'faust' build option
#27251


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

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

From 1caa264e5ed65dbb8cf51a3351dcaace91e7c83f Mon Sep 17 00:00:00 2001
From: mag <mag-one@autistici.org>
Date: Thu, 24 Dec 2020 17:01:56 +0100
Subject: [PATCH] guitarix2: update to 0.42.0 + added 'faust' build option

---
 srcpkgs/guitarix2/template | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/guitarix2/template b/srcpkgs/guitarix2/template
index 95c6253c8da..8b22358f2c1 100644
--- a/srcpkgs/guitarix2/template
+++ b/srcpkgs/guitarix2/template
@@ -1,33 +1,38 @@
 # Template file for 'guitarix2'
 pkgname=guitarix2
-version=0.39.0
+version=0.42.0
 revision=1
 wrksrc="guitarix-${version}"
 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 --ladspa --new-ladspa
+ $(vopt_if avahi '' '--no-avahi') $(vopt_if bluez '' '--no-bluez')
+ $(vopt_if faust '' '--no-faust')"
 make_build_args="--progress"
-hostmakedepends="gperf intltool pkg-config"
-makedepends="boost-devel eigen fftw-devel gtkmm2-devel jack-devel
+hostmakedepends="gperf intltool pkg-config sassc which"
+makedepends="boost-devel eigen fftw-devel gtkmm-devel jack-devel
  ladspa-sdk liblrdf-devel libsndfile-devel lilv-devel lv2 sratom-devel
  zita-convolver-devel zita-resampler-devel
- $(vopt_if avahi avahi-glib-libs-devel) $(vopt_if bluez libbluetooth-devel)"
+ $(vopt_if avahi avahi-glib-libs-devel) $(vopt_if bluez libbluetooth-devel)
+ $(vopt_if faust faust)"
 depends="desktop-file-utils"
 short_desc="Virtual guitar amplifier running on Jack Audio Connection Kit"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://guitarix.org"
 distfiles="${SOURCEFORGE_SITE}/guitarix/guitarix/guitarix2-${version}.tar.xz"
-checksum=490ff3f856282f776456b8e27366dd074d663870c0a89fccded03d854305c8da
+checksum=fb1b75b7ea9f140c2b2df50982e14616dcaffaf65425ca531fcf6f27dd956405
 
-build_options="avahi bluez"
+build_options="avahi bluez faust"
+build_options_default="faust"
 desc_option_avahi="Build with avahi support"
 desc_option_bluez="Build with bluez support"
+desc_option_faust="Build with faust support"
 
 CXXFLAGS="-fpermissive"
 
 case "$XBPS_TARGET_MACHINE" in
-	i686*|x86_64*) ;;
+	x86_64*) ;;
+	i686*) configure_args+=" --cxxflags=-mfxsr" ;;
 	*) configure_args+=" --disable-sse" ;;
 esac
 

  parent reply	other threads:[~2020-12-26  8:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-25  9:42 [PR PATCH] " DavideMaggio
2020-12-25 11:02 ` [PR PATCH] [Updated] " DavideMaggio
2020-12-26  5:04 ` ericonr
2020-12-26  8:01 ` DavideMaggio [this message]
2020-12-26  8:47 ` [PR PATCH] [Updated] " DavideMaggio
2020-12-26  9:49 ` DavideMaggio
2020-12-27  0:57 ` ericonr
2020-12-29 17:29 ` DavideMaggio
2020-12-29 21:18 ` ericonr
2020-12-31  8:09 ` [PR PATCH] [Updated] " DavideMaggio
2021-01-02  2:41 ` ericonr
2021-01-02  2:41 ` [PR PATCH] [Merged]: " 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=20201226080119.lQjuhcYHRS0lxtt-s62ZHixcU0bT4pBfdsckmCbLVC8@z \
    --to=davidemaggio@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).