Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Spek x
@ 2023-10-17 12:49 zlice
  2023-10-17 12:52 ` zlice
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zlice @ 2023-10-17 12:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages spek-x
https://github.com/void-linux/void-packages/pull/46747

Spek x
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

#### Local build testing
- I built this PR locally for my native architecture, **x86_64**

Built with ffmpeg6. Suggested by [yoshiyoshyosh](https://github.com/void-linux/void-packages/pull/43761#issuecomment-1742247835) to replace spek-alternative since it is not as maintained and does not support ffmpeg6.

Not sure if I got the transitional-dummy-package part right to replace 'alternative' with 'x'.

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

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

From 684a63da2c1bcacab3ea2c8695179ed423359a92 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Tue, 17 Oct 2023 08:19:54 -0400
Subject: [PATCH 1/2] New package: spek-x-0.9.3.

---
 srcpkgs/spek-x/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 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 0000000000000..3ded6c2c323e4
--- /dev/null
+++ b/srcpkgs/spek-x/template
@@ -0,0 +1,30 @@
+# Template file for 'spek-x'
+pkgname=spek-x
+version=0.9.3
+revision=1
+build_style=gnu-configure
+hostmakedepends="automake gettext-devel intltool libtool pkg-config
+ wxWidgets-common wxWidgets-gtk3-devel"
+makedepends="ffmpeg-devel wxWidgets-gtk3-devel"
+depends="ffmpeg"
+short_desc="Acoustic spectrum analyser"
+maintainer="zlice <zlice555@gmail.com>"
+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="7f4b109903333cdd310ab2b9176f0dc49a565891376e281a233d342cedf90ef7"
+
+CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
+
+# 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
+}
+
+spek-alternative_package() {
+	depends="spek-x"
+	short_desc+=" - transitional dummy package"
+	build_style=meta
+}

From a001fae44ca72544819214b947bb5183f7e915be Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Tue, 17 Oct 2023 08:43:06 -0400
Subject: [PATCH 2/2] spek-alternative: transitional dummy package for spek-x

---
 srcpkgs/spek-alternative          |  1 +
 srcpkgs/spek-alternative/template | 24 ------------------------
 2 files changed, 1 insertion(+), 24 deletions(-)
 create mode 120000 srcpkgs/spek-alternative
 delete mode 100644 srcpkgs/spek-alternative/template

diff --git a/srcpkgs/spek-alternative b/srcpkgs/spek-alternative
new file mode 120000
index 0000000000000..76648236da701
--- /dev/null
+++ b/srcpkgs/spek-alternative
@@ -0,0 +1 @@
+spek-x
\ No newline at end of file
diff --git a/srcpkgs/spek-alternative/template b/srcpkgs/spek-alternative/template
deleted file mode 100644
index d7b55c776b1d4..0000000000000
--- a/srcpkgs/spek-alternative/template
+++ /dev/null
@@ -1,24 +0,0 @@
-# Template file for 'spek-alternative'
-pkgname=spek-alternative
-version=0.8.2.3
-revision=2
-build_style=gnu-configure
-hostmakedepends="automake gettext-devel intltool libtool pkg-config
- wxWidgets-common wxWidgets-gtk3-devel"
-makedepends="ffmpeg-devel wxWidgets-gtk3-devel"
-depends="ffmpeg"
-short_desc="Acoustic spectrum analyser"
-maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/withmorten/spek-alternative"
-distfiles="https://github.com/withmorten/spek-alternative/archive/${version}.tar.gz"
-checksum="007ba4b84a310b078e378aa84c8e80783db5821437a757a488c3ecec377e6b2a"
-
-CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
-
-# 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] 4+ messages in thread

* Re: Spek x
  2023-10-17 12:49 [PR PATCH] Spek x zlice
@ 2023-10-17 12:52 ` zlice
  2023-10-17 12:52 ` [PR PATCH] [Closed]: " zlice
  2023-10-17 13:03 ` zlice
  2 siblings, 0 replies; 4+ messages in thread
From: zlice @ 2023-10-17 12:52 UTC (permalink / raw)
  To: ml

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

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/pull/46747#issuecomment-1766359036

Comment:
looks like this is only for ffmpeg, i guess i'll just roll it into that

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

* Re: [PR PATCH] [Closed]: Spek x
  2023-10-17 12:49 [PR PATCH] Spek x zlice
  2023-10-17 12:52 ` zlice
@ 2023-10-17 12:52 ` zlice
  2023-10-17 13:03 ` zlice
  2 siblings, 0 replies; 4+ messages in thread
From: zlice @ 2023-10-17 12:52 UTC (permalink / raw)
  To: ml

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

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

Spek x
https://github.com/void-linux/void-packages/pull/46747

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

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

#### Local build testing
- I built this PR locally for my native architecture, **x86_64**

Built with ffmpeg6. Suggested by [yoshiyoshyosh](https://github.com/void-linux/void-packages/pull/43761#issuecomment-1742247835) to replace spek-alternative since it is not as maintained and does not support ffmpeg6.

Not sure if I got the transitional-dummy-package part right to replace 'alternative' with 'x'.

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

* Re: Spek x
  2023-10-17 12:49 [PR PATCH] Spek x zlice
  2023-10-17 12:52 ` zlice
  2023-10-17 12:52 ` [PR PATCH] [Closed]: " zlice
@ 2023-10-17 13:03 ` zlice
  2 siblings, 0 replies; 4+ messages in thread
From: zlice @ 2023-10-17 13:03 UTC (permalink / raw)
  To: ml

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

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/pull/46747#issuecomment-1766359036

Comment:
looks like this is only for ffmpeg6, i guess i'll just roll it into that

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

end of thread, other threads:[~2023-10-17 13:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-17 12:49 [PR PATCH] Spek x zlice
2023-10-17 12:52 ` zlice
2023-10-17 12:52 ` [PR PATCH] [Closed]: " zlice
2023-10-17 13:03 ` zlice

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