Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] fmit: update to 1.2.13
Date: Tue, 05 Nov 2019 23:47:27 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16164@inbox.vuxu.org> (raw)

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

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages fmit
https://github.com/void-linux/void-packages/pull/16164

fmit: update to 1.2.13
Add build options to allow users
to install less features or dependencies

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

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

From 80120d6bc44000dec15932b9d0d76a71d4186dad Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 5 Nov 2019 16:29:39 -0600
Subject: [PATCH] fmit: update to 1.2.13

Add build options to allow users
to install less features or dependencies
---
 srcpkgs/fmit/template | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/fmit/template b/srcpkgs/fmit/template
index 4980fcdf9fe..59f04880c02 100644
--- a/srcpkgs/fmit/template
+++ b/srcpkgs/fmit/template
@@ -1,19 +1,25 @@
 # Template file for 'fmit'
 pkgname=fmit
-version=1.2.6
-revision=2
+version=1.2.13
+revision=1
 build_style=qmake
-configure_args="CONFIG+=acs_qt CONFIG+=acs_alsa CONFIG+=acs_jack CONFIG+=acs_portaudio"
+configure_args="CONFIG+=acs_qt CONFIG+=$(vopt_if alsa acs_alsa)
+	CONFIG+=$(vopt_if jack acs_jack) CONFIG+=$(vopt_if portaudio acs_portaudio)"
 hostmakedepends="itstool pkg-config qt5-tools"
-makedepends="alsa-lib-devel fftw-devel jack-devel portaudio-devel
- pulseaudio-devel qt5-multimedia-devel qt5-svg-devel"
+makedepends="$(vopt_if alsa alsa-lib-devel) fftw-devel $(vopt_if jack jack-devel)
+	$(vopt_if portaudio portaudio-devel) pulseaudio-devel qt5-multimedia-devel
+	qt5-svg-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Graphical utility for tuning your musical instruments"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://gillesdegottex.github.io/fmit/"
 distfiles="https://github.com/gillesdegottex/fmit/archive/v${version}.tar.gz"
-checksum=73dd21b478498694fd10b2dac24160783c5956754e9db05d62611b041eec0f76
+checksum=ce36e612c936ce12a586a4bf37e921789f73715eebb124d7c30dbda87bc76296
+
+build_options="alsa jack portaudio"
+build_options_default="alsa jack portaudio"
+desc_option_portaudio="Cross-platform audio API"
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-multimedia-devel qt5-svg-devel"

             reply	other threads:[~2019-11-05 22:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-05 22:47 voidlinux-github [this message]
2019-11-06  6:48 ` [PR PATCH] [Merged]: " voidlinux-github

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16164@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).