Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: spek-X-0.9.0
@ 2022-11-26 19:47 tibequadorian
  2022-11-26 19:48 ` [PR REVIEW] " classabbyamp
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: tibequadorian @ 2022-11-26 19:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages spek-X
https://github.com/void-linux/void-packages/pull/40784

New package: spek-X-0.9.0
<!-- 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**

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 497da56d9790295b43b78ded80e4d6903b3cc6ff Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 26 Nov 2022 20:45:46 +0100
Subject: [PATCH] New package: spek-X-0.9.0

---
 srcpkgs/spek-X/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/spek-X/template

diff --git a/srcpkgs/spek-X/template b/srcpkgs/spek-X/template
new file mode 100644
index 000000000000..ac3288307944
--- /dev/null
+++ b/srcpkgs/spek-X/template
@@ -0,0 +1,22 @@
+# Template file for 'spek-X'
+pkgname=spek-X
+version=0.9.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="automake gettext-devel intltool libtool pkg-config wxWidgets-common"
+makedepends="ffmpeg-devel wxWidgets-gtk3-devel"
+depends="ffmpeg"
+short_desc="Acoustic spectrum analyser (fork of spek-alternative)"
+maintainer="tibequadorian <tibequadorian@posteo.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/MikeWang000000/spek-X"
+distfiles="https://github.com/MikeWang000000/spek-X/archive/v${version}.tar.gz"
+checksum=d6cf8dac3b0a3749c0128d204393a633c28f863d9886fbec97e5d5924dad53ef
+conflicts="spek-alternative"
+
+# Tell autogen.sh to use "wx-config-gtk3" instead of "wx-config"
+export WX_CONFIG_NAME="wx-config-gtk3"
+
+pre_configure() {
+	NOCONFIGURE=1 ./autogen.sh
+}

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

* Re: [PR REVIEW] New package: spek-X-0.9.0
  2022-11-26 19:47 [PR PATCH] New package: spek-X-0.9.0 tibequadorian
@ 2022-11-26 19:48 ` classabbyamp
  2022-11-26 19:58 ` tibequadorian
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-11-26 19:48 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40784#discussion_r1032826252

Comment:
could this be done with `env WX_CONFIG_NAME=... NOCONFIGURE=1 ./autogen.sh`?

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

* Re: [PR REVIEW] New package: spek-X-0.9.0
  2022-11-26 19:47 [PR PATCH] New package: spek-X-0.9.0 tibequadorian
  2022-11-26 19:48 ` [PR REVIEW] " classabbyamp
@ 2022-11-26 19:58 ` tibequadorian
  2022-11-27 10:50 ` [PR PATCH] [Updated] " tibequadorian
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tibequadorian @ 2022-11-26 19:58 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/40784#discussion_r1032827130

Comment:
Doesn't work for me.

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

* Re: [PR PATCH] [Updated] New package: spek-X-0.9.0
  2022-11-26 19:47 [PR PATCH] New package: spek-X-0.9.0 tibequadorian
  2022-11-26 19:48 ` [PR REVIEW] " classabbyamp
  2022-11-26 19:58 ` tibequadorian
@ 2022-11-27 10:50 ` tibequadorian
  2022-11-27 14:25 ` tibequadorian
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tibequadorian @ 2022-11-27 10:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages spek-X
https://github.com/void-linux/void-packages/pull/40784

New package: spek-X-0.9.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Tests also fail for `spek-alternative`. I assume the testsuite is not really maintained. Opened an issue about this anyway: https://github.com/MikeWang000000/spek-X/issues/8

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 2bb29f9fae19b41a899a6d8ccf2afa0196c99403 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 26 Nov 2022 20:45:46 +0100
Subject: [PATCH] New package: spek-X-0.9.0

---
 srcpkgs/spek-X/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/spek-X/template

diff --git a/srcpkgs/spek-X/template b/srcpkgs/spek-X/template
new file mode 100644
index 000000000000..0f18e453b163
--- /dev/null
+++ b/srcpkgs/spek-X/template
@@ -0,0 +1,25 @@
+# Template file for 'spek-X'
+pkgname=spek-X
+version=0.9.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="automake gettext-devel intltool libtool pkg-config wxWidgets-common"
+makedepends="ffmpeg-devel wxWidgets-gtk3-devel"
+depends="ffmpeg"
+short_desc="Acoustic spectrum analyser (fork of spek-alternative)"
+maintainer="tibequadorian <tibequadorian@posteo.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/MikeWang000000/spek-X"
+distfiles="https://github.com/MikeWang000000/spek-X/archive/v${version}.tar.gz"
+checksum=d6cf8dac3b0a3749c0128d204393a633c28f863d9886fbec97e5d5924dad53ef
+conflicts="spek-alternative"
+
+# Tests are outdated
+make_check=no
+
+# Tell autogen.sh to use "wx-config-gtk3" instead of "wx-config"
+export WX_CONFIG_NAME="wx-config-gtk3"
+
+pre_configure() {
+	NOCONFIGURE=1 ./autogen.sh
+}

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

* Re: [PR PATCH] [Updated] New package: spek-X-0.9.0
  2022-11-26 19:47 [PR PATCH] New package: spek-X-0.9.0 tibequadorian
                   ` (2 preceding siblings ...)
  2022-11-27 10:50 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-11-27 14:25 ` tibequadorian
  2022-12-05 17:04 ` [PR PATCH] [Closed]: " tibequadorian
  2022-12-05 17:04 ` tibequadorian
  5 siblings, 0 replies; 7+ messages in thread
From: tibequadorian @ 2022-11-27 14:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages spek-X
https://github.com/void-linux/void-packages/pull/40784

New package: spek-X-0.9.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

spek-alternative had its last release in 2017.
This is an actively maintained fork of spek-alternative compatible with ffmpeg 5 and other improvements.

#### Testing the changes
- I tested the changes in this PR: **YES**

Tests also fail for spek-alternative. I assume the testsuite is not really maintained. Opened an issue about this anyway: https://github.com/MikeWang000000/spek-X/issues/8

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 2bb29f9fae19b41a899a6d8ccf2afa0196c99403 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 26 Nov 2022 20:45:46 +0100
Subject: [PATCH 1/2] New package: spek-X-0.9.0

---
 srcpkgs/spek-X/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/spek-X/template

diff --git a/srcpkgs/spek-X/template b/srcpkgs/spek-X/template
new file mode 100644
index 000000000000..0f18e453b163
--- /dev/null
+++ b/srcpkgs/spek-X/template
@@ -0,0 +1,25 @@
+# Template file for 'spek-X'
+pkgname=spek-X
+version=0.9.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="automake gettext-devel intltool libtool pkg-config wxWidgets-common"
+makedepends="ffmpeg-devel wxWidgets-gtk3-devel"
+depends="ffmpeg"
+short_desc="Acoustic spectrum analyser (fork of spek-alternative)"
+maintainer="tibequadorian <tibequadorian@posteo.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/MikeWang000000/spek-X"
+distfiles="https://github.com/MikeWang000000/spek-X/archive/v${version}.tar.gz"
+checksum=d6cf8dac3b0a3749c0128d204393a633c28f863d9886fbec97e5d5924dad53ef
+conflicts="spek-alternative"
+
+# Tests are outdated
+make_check=no
+
+# Tell autogen.sh to use "wx-config-gtk3" instead of "wx-config"
+export WX_CONFIG_NAME="wx-config-gtk3"
+
+pre_configure() {
+	NOCONFIGURE=1 ./autogen.sh
+}

From 413d995a701b307dad4f461cd514bc54ff69e405 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sun, 27 Nov 2022 15:24:52 +0100
Subject: [PATCH 2/2] spek-alternative: conflict with spex-X

---
 srcpkgs/spek-alternative/template | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/srcpkgs/spek-alternative/template b/srcpkgs/spek-alternative/template
index d65086b8f008..4971fb39a922 100644
--- a/srcpkgs/spek-alternative/template
+++ b/srcpkgs/spek-alternative/template
@@ -13,6 +13,8 @@ homepage="https://github.com/withmorten/spek-alternative"
 distfiles="https://github.com/withmorten/spek-alternative/archive/${version}.tar.gz"
 checksum="007ba4b84a310b078e378aa84c8e80783db5821437a757a488c3ecec377e6b2a"
 
+conflicts="spek-X"
+
 # Tell autogen.sh to use "wx-config-gtk3" instead of "wx-config"
 export WX_CONFIG_NAME="wx-config-gtk3"
 

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

* Re: [PR PATCH] [Closed]: New package: spek-X-0.9.0
  2022-11-26 19:47 [PR PATCH] New package: spek-X-0.9.0 tibequadorian
                   ` (3 preceding siblings ...)
  2022-11-27 14:25 ` tibequadorian
@ 2022-12-05 17:04 ` tibequadorian
  2022-12-05 17:04 ` tibequadorian
  5 siblings, 0 replies; 7+ messages in thread
From: tibequadorian @ 2022-12-05 17:04 UTC (permalink / raw)
  To: ml

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

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

New package: spek-X-0.9.0
https://github.com/void-linux/void-packages/pull/40784

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

spek-alternative had its last release in 2017.
This is an actively maintained fork of spek-alternative compatible with ffmpeg 5 and other improvements.

#### Testing the changes
- I tested the changes in this PR: **YES**

Tests also fail for spek-alternative. I assume the testsuite is not really maintained. Opened an issue about this anyway: https://github.com/MikeWang000000/spek-X/issues/8

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: New package: spek-X-0.9.0
  2022-11-26 19:47 [PR PATCH] New package: spek-X-0.9.0 tibequadorian
                   ` (4 preceding siblings ...)
  2022-12-05 17:04 ` [PR PATCH] [Closed]: " tibequadorian
@ 2022-12-05 17:04 ` tibequadorian
  5 siblings, 0 replies; 7+ messages in thread
From: tibequadorian @ 2022-12-05 17:04 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/40784#issuecomment-1337739233

Comment:
not ready yet

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

end of thread, other threads:[~2022-12-05 17:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-26 19:47 [PR PATCH] New package: spek-X-0.9.0 tibequadorian
2022-11-26 19:48 ` [PR REVIEW] " classabbyamp
2022-11-26 19:58 ` tibequadorian
2022-11-27 10:50 ` [PR PATCH] [Updated] " tibequadorian
2022-11-27 14:25 ` tibequadorian
2022-12-05 17:04 ` [PR PATCH] [Closed]: " tibequadorian
2022-12-05 17:04 ` tibequadorian

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