Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] praat: update to 6.1.08
@ 2019-12-31  7:52 voidlinux-github
  2019-12-31  7:54 ` [PR PATCH] [Updated] " voidlinux-github
  2019-12-31 14:26 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2019-12-31  7:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages praat
https://github.com/void-linux/void-packages/pull/17931

praat: update to 6.1.08


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

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

From bcb67e325c0857ab1ad0b333f3035bb9c136fd52 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 31 Dec 2019 08:50:52 +0100
Subject: [PATCH] praat: update to 6.1.08

---
 srcpkgs/praat/template | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/praat/template b/srcpkgs/praat/template
index 90b24299da3..5ad2310b784 100644
--- a/srcpkgs/praat/template
+++ b/srcpkgs/praat/template
@@ -1,6 +1,6 @@
 # Template file for 'praat'
 pkgname=praat
-version=6.1.06
+version=6.1.08
 revision=1
 create_wrksrc=yes
 hostmakedepends="pkg-config"
@@ -12,13 +12,22 @@ license="GPL-2.0-or-later"
 homepage="http://www.praat.org/"
 changelog="http://www.fon.hum.uva.nl/praat/manual/What_s_new_.html"
 distfiles="https://github.com/praat/praat/archive/v${version}.tar.gz"
-checksum=8f97e0c477d5785cc39c53b645be35d9c93d7fa8e4b3e37b8b42e81520baae66
+checksum=b2be79fc349bd06af7a051089db4834de1e3e8a05c0f654d133b915ae47adcd6
 
-build_options="pulseaudio"
+# there are a number of pre-defined Makefiles for certain configurations
+# build options are used to choose which one to use among a selected few
+# option 'alsa' is for ALSA only
+# 'pulseaudio' also includes ALSA
+# 'jack' is jack only
+# the options are mutually exclusive
+build_options="alsa jack pulseaudio"
 build_options_default="pulseaudio"
+vopt_conflict jack alsa
+vopt_conflict jack pulseaudio
+vopt_conflict alsa pulseaudio
 
 do_build() {
-	for _variant in $(vopt_if pulseaudio pulse alsa) nogui; do
+	for _variant in $(vopt_if alsa alsa) $(vopt_if jack jack) $(vopt_if pulseaudio pulse) nogui; do
 		cp -a "${pkgname}-${version}" $_variant
 		cd $_variant
 

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

* Re: [PR PATCH] [Updated] praat: update to 6.1.08
  2019-12-31  7:52 [PR PATCH] praat: update to 6.1.08 voidlinux-github
@ 2019-12-31  7:54 ` voidlinux-github
  2019-12-31 14:26 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-12-31  7:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages praat
https://github.com/void-linux/void-packages/pull/17931

praat: update to 6.1.08


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

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

From 03034605d7207651bdfdf40b835dcaeec25818c0 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 31 Dec 2019 08:50:52 +0100
Subject: [PATCH] praat: update to 6.1.08

---
 srcpkgs/praat/template | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/praat/template b/srcpkgs/praat/template
index 90b24299da3..5ad2310b784 100644
--- a/srcpkgs/praat/template
+++ b/srcpkgs/praat/template
@@ -1,6 +1,6 @@
 # Template file for 'praat'
 pkgname=praat
-version=6.1.06
+version=6.1.08
 revision=1
 create_wrksrc=yes
 hostmakedepends="pkg-config"
@@ -12,13 +12,22 @@ license="GPL-2.0-or-later"
 homepage="http://www.praat.org/"
 changelog="http://www.fon.hum.uva.nl/praat/manual/What_s_new_.html"
 distfiles="https://github.com/praat/praat/archive/v${version}.tar.gz"
-checksum=8f97e0c477d5785cc39c53b645be35d9c93d7fa8e4b3e37b8b42e81520baae66
+checksum=b2be79fc349bd06af7a051089db4834de1e3e8a05c0f654d133b915ae47adcd6
 
-build_options="pulseaudio"
+# there are a number of pre-defined Makefiles for certain configurations
+# build options are used to choose which one to use among a selected few
+# option 'alsa' is for ALSA only
+# 'pulseaudio' also includes ALSA
+# 'jack' is jack only
+# the options are mutually exclusive
+build_options="alsa jack pulseaudio"
 build_options_default="pulseaudio"
+vopt_conflict jack alsa
+vopt_conflict jack pulseaudio
+vopt_conflict alsa pulseaudio
 
 do_build() {
-	for _variant in $(vopt_if pulseaudio pulse alsa) nogui; do
+	for _variant in $(vopt_if alsa alsa) $(vopt_if jack jack) $(vopt_if pulseaudio pulse) nogui; do
 		cp -a "${pkgname}-${version}" $_variant
 		cd $_variant
 

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

* Re: [PR PATCH] [Merged]: praat: update to 6.1.08
  2019-12-31  7:52 [PR PATCH] praat: update to 6.1.08 voidlinux-github
  2019-12-31  7:54 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-12-31 14:26 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-12-31 14:26 UTC (permalink / raw)
  To: ml

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

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

praat: update to 6.1.08
https://github.com/void-linux/void-packages/pull/17931

Description:


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

end of thread, other threads:[~2019-12-31 14:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-31  7:52 [PR PATCH] praat: update to 6.1.08 voidlinux-github
2019-12-31  7:54 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-31 14:26 ` [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).