Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] praat: update to 6.1.37
@ 2020-12-19  9:17 newbluemoon
  2020-12-19  9:34 ` [PR PATCH] [Updated] " newbluemoon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: newbluemoon @ 2020-12-19  9:17 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/27273

praat: update to 6.1.37


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

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

From 091fad35b4fcfb30f99af484ee25b60ac6625043 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sat, 19 Dec 2020 10:16:21 +0100
Subject: [PATCH] praat: update to 6.1.37

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

diff --git a/srcpkgs/praat/template b/srcpkgs/praat/template
index aeca482ca99..a4f59b6f3c1 100644
--- a/srcpkgs/praat/template
+++ b/srcpkgs/praat/template
@@ -1,18 +1,18 @@
 # Template file for 'praat'
 pkgname=praat
-version=6.1.28
+version=6.1.37
 revision=1
 create_wrksrc=yes
 hostmakedepends="pkg-config"
-makedepends="alsa-lib-devel gtk+-devel jack-devel
- $(vopt_if pulseaudio pulseaudio-devel)"
+makedepends="gtk+3-devel $(vopt_if alsa alsa-lib-devel) $(vopt_if jack jack-devel)
+ $(vopt_if pulseaudio 'alsa-lib-devel pulseaudio-devel')"
 short_desc="Speech analysis, synthesis, and manipulation"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 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=c5d2d03d37584f5b94d30cd4df7974eec1a8225dd558ef9790f9ff32ba35bcfc
+checksum=60fbd7bb588562f4f9e253e9b3a672351c9d23d465acc2c887db3039b99c104c
 
 # 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

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

* Re: [PR PATCH] [Updated] praat: update to 6.1.37
  2020-12-19  9:17 [PR PATCH] praat: update to 6.1.37 newbluemoon
@ 2020-12-19  9:34 ` newbluemoon
  2020-12-20  1:15 ` ericonr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: newbluemoon @ 2020-12-19  9:34 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/27273

praat: update to 6.1.37


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

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

From bc0348be3fa6665122e0d64272e83db9efc4c03e Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sat, 19 Dec 2020 10:16:21 +0100
Subject: [PATCH] praat: update to 6.1.37

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

diff --git a/srcpkgs/praat/template b/srcpkgs/praat/template
index aeca482ca99..2bb97e3710b 100644
--- a/srcpkgs/praat/template
+++ b/srcpkgs/praat/template
@@ -1,18 +1,18 @@
 # Template file for 'praat'
 pkgname=praat
-version=6.1.28
+version=6.1.37
 revision=1
 create_wrksrc=yes
 hostmakedepends="pkg-config"
-makedepends="alsa-lib-devel gtk+-devel jack-devel
- $(vopt_if pulseaudio pulseaudio-devel)"
+makedepends="gtk+3-devel $(vopt_if alsa alsa-lib-devel) $(vopt_if jack jack-devel)
+ $(vopt_if pulseaudio 'alsa-lib-devel pulseaudio-devel')"
 short_desc="Speech analysis, synthesis, and manipulation"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 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=c5d2d03d37584f5b94d30cd4df7974eec1a8225dd558ef9790f9ff32ba35bcfc
+checksum=991426e002fee0b846dd8bb4cc5c83831478985af40abb43a76af98307cb1ca8
 
 # 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

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

* Re: praat: update to 6.1.37
  2020-12-19  9:17 [PR PATCH] praat: update to 6.1.37 newbluemoon
  2020-12-19  9:34 ` [PR PATCH] [Updated] " newbluemoon
@ 2020-12-20  1:15 ` ericonr
  2020-12-20  1:16 ` ericonr
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-12-20  1:15 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27273#issuecomment-748548356

Comment:
It has a bunch of errors like

```
manual_exampleSound.cpp:1434:27: warning: trigraph ??> ignored, use -trigraphs to enable [-Wtrigraphs]
 1434 | "8<?648?833?:68?;=>?;>4?<1??>>6?>",
```

Should we do something about those?

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

* Re: praat: update to 6.1.37
  2020-12-19  9:17 [PR PATCH] praat: update to 6.1.37 newbluemoon
  2020-12-19  9:34 ` [PR PATCH] [Updated] " newbluemoon
  2020-12-20  1:15 ` ericonr
@ 2020-12-20  1:16 ` ericonr
  2020-12-20  6:54 ` newbluemoon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-12-20  1:16 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27273#issuecomment-748548356

Comment:
It has a bunch of warnings like

```
manual_exampleSound.cpp:1434:27: warning: trigraph ??> ignored, use -trigraphs to enable [-Wtrigraphs]
 1434 | "8<?648?833?:68?;=>?;>4?<1??>>6?>",
```

Should we do something about those?

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

* Re: praat: update to 6.1.37
  2020-12-19  9:17 [PR PATCH] praat: update to 6.1.37 newbluemoon
                   ` (2 preceding siblings ...)
  2020-12-20  1:16 ` ericonr
@ 2020-12-20  6:54 ` newbluemoon
  2020-12-26  6:14 ` ericonr
  2020-12-26  6:14 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: newbluemoon @ 2020-12-20  6:54 UTC (permalink / raw)
  To: ml

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

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/27273#issuecomment-748571457

Comment:
They use `-std=c++17` where trigraphs have been removed. But I’m not sure if what gcc complains about are supposed to be trigraphs at all. ;) Anyway, I will ask upstream.

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

* Re: praat: update to 6.1.37
  2020-12-19  9:17 [PR PATCH] praat: update to 6.1.37 newbluemoon
                   ` (3 preceding siblings ...)
  2020-12-20  6:54 ` newbluemoon
@ 2020-12-26  6:14 ` ericonr
  2020-12-26  6:14 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-12-26  6:14 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27273#issuecomment-751323331

Comment:
That's an old file, so the previous build already had it. I'm going to push it for now :) 

Thanks for reaching out to them.

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

* Re: [PR PATCH] [Merged]: praat: update to 6.1.37
  2020-12-19  9:17 [PR PATCH] praat: update to 6.1.37 newbluemoon
                   ` (4 preceding siblings ...)
  2020-12-26  6:14 ` ericonr
@ 2020-12-26  6:14 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-12-26  6:14 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.37
https://github.com/void-linux/void-packages/pull/27273

Description:


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-19  9:17 [PR PATCH] praat: update to 6.1.37 newbluemoon
2020-12-19  9:34 ` [PR PATCH] [Updated] " newbluemoon
2020-12-20  1:15 ` ericonr
2020-12-20  1:16 ` ericonr
2020-12-20  6:54 ` newbluemoon
2020-12-26  6:14 ` ericonr
2020-12-26  6:14 ` [PR PATCH] [Merged]: " ericonr

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