Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fmit: update to 1.2.13
@ 2019-11-05 22:47 voidlinux-github
  2019-11-06  6:48 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-11-05 22:47 UTC (permalink / raw)
  To: ml

[-- 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"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: fmit: update to 1.2.13
  2019-11-05 22:47 [PR PATCH] fmit: update to 1.2.13 voidlinux-github
@ 2019-11-06  6:48 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-11-06  6:48 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

fmit: update to 1.2.13
https://github.com/void-linux/void-packages/pull/16164

Description:
Add build options to allow users
to install less features or dependencies

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-06  6:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-05 22:47 [PR PATCH] fmit: update to 1.2.13 voidlinux-github
2019-11-06  6:48 ` [PR PATCH] [Merged]: " voidlinux-github

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).