Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] praat: update to 6.3.06
@ 2023-02-03 18:17 newbluemoon
  2023-02-09 19:10 ` [PR PATCH] [Updated] " newbluemoon
  2023-02-14 20:55 ` [PR PATCH] [Merged]: praat: update to 6.3.07 paper42
  0 siblings, 2 replies; 3+ messages in thread
From: newbluemoon @ 2023-02-03 18:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1239 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/42058

praat: update to 6.3.06
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - i686
  - x86_64-musl



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

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

From 89c61e140f88c4a09a5d81f02732edad870b9e2a Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Fri, 3 Feb 2023 19:13:23 +0100
Subject: [PATCH] praat: update to 6.3.06

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

diff --git a/srcpkgs/praat/template b/srcpkgs/praat/template
index 353d62ec85f6..c4b7985adc25 100644
--- a/srcpkgs/praat/template
+++ b/srcpkgs/praat/template
@@ -1,6 +1,6 @@
 # Template file for 'praat'
 pkgname=praat
-version=6.3.03
+version=6.3.06
 revision=1
 create_wrksrc=yes
 hostmakedepends="pkg-config"
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://www.fon.hum.uva.nl/praat/"
 changelog="https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html"
 distfiles="https://github.com/praat/praat/archive/v${version}.tar.gz"
-checksum=f7e94afab17030ea90a17f84e810aedde0cdc6493ce4b1d39c97106d365c1b30
+checksum=9755346bafd29b4ee9ab7e5d909bb23b000ef00ba12f8c896530d1e67450fdae
 
 # 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
@@ -62,10 +62,6 @@ do_install() {
 
 do_check() {
 	cd "${pkgname}-${version}/test"
-	# remove failing tests
-	# Error: Cannot edit a Sound from batch
-	rm fon/closeEditor_GUI.praat
-	rm script/runScript.praat
 	../../praat --run runAllTests_batch.praat
 	../../praat_nogui --run runAllTests_batch.praat
 }

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

* Re: [PR PATCH] [Updated] praat: update to 6.3.06
  2023-02-03 18:17 [PR PATCH] praat: update to 6.3.06 newbluemoon
@ 2023-02-09 19:10 ` newbluemoon
  2023-02-14 20:55 ` [PR PATCH] [Merged]: praat: update to 6.3.07 paper42
  1 sibling, 0 replies; 3+ messages in thread
From: newbluemoon @ 2023-02-09 19:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1244 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/42058

praat: update to 6.3.06
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - i686
  - x86_64-musl



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

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

From 59f48df7999ddc3852060ea37d1e518b652ee0b9 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Fri, 3 Feb 2023 19:13:23 +0100
Subject: [PATCH] praat: update to 6.3.07

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

diff --git a/srcpkgs/praat/template b/srcpkgs/praat/template
index 353d62ec85f6..8410101f73eb 100644
--- a/srcpkgs/praat/template
+++ b/srcpkgs/praat/template
@@ -1,6 +1,6 @@
 # Template file for 'praat'
 pkgname=praat
-version=6.3.03
+version=6.3.07
 revision=1
 create_wrksrc=yes
 hostmakedepends="pkg-config"
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://www.fon.hum.uva.nl/praat/"
 changelog="https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html"
 distfiles="https://github.com/praat/praat/archive/v${version}.tar.gz"
-checksum=f7e94afab17030ea90a17f84e810aedde0cdc6493ce4b1d39c97106d365c1b30
+checksum=ce00158a90ec838e37d708785f8d36875c5deb05b9822ab4afc8c6b815b28da7
 
 # 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
@@ -62,10 +62,6 @@ do_install() {
 
 do_check() {
 	cd "${pkgname}-${version}/test"
-	# remove failing tests
-	# Error: Cannot edit a Sound from batch
-	rm fon/closeEditor_GUI.praat
-	rm script/runScript.praat
 	../../praat --run runAllTests_batch.praat
 	../../praat_nogui --run runAllTests_batch.praat
 }

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

* Re: [PR PATCH] [Merged]: praat: update to 6.3.07
  2023-02-03 18:17 [PR PATCH] praat: update to 6.3.06 newbluemoon
  2023-02-09 19:10 ` [PR PATCH] [Updated] " newbluemoon
@ 2023-02-14 20:55 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2023-02-14 20:55 UTC (permalink / raw)
  To: ml

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

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

praat: update to 6.3.07
https://github.com/void-linux/void-packages/pull/42058

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - i686
  - x86_64-musl



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

end of thread, other threads:[~2023-02-14 20:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-03 18:17 [PR PATCH] praat: update to 6.3.06 newbluemoon
2023-02-09 19:10 ` [PR PATCH] [Updated] " newbluemoon
2023-02-14 20:55 ` [PR PATCH] [Merged]: praat: update to 6.3.07 paper42

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