Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: unflac-1.0
@ 2023-03-12 16:43 jason1987d
  2023-03-12 16:45 ` [PR PATCH] [Updated] " jason1987d
  2023-03-12 17:01 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: jason1987d @ 2023-03-12 16:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages unflac
https://github.com/void-linux/void-packages/pull/42722

New package: unflac-1.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
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From 3c39808c04248793cff24be4c490ef8fbccc3bd5 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 22 Nov 2022 20:36:53 -0600
Subject: [PATCH] New package: unflac-1.0

---
 srcpkgs/unflac/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/unflac/template

diff --git a/srcpkgs/unflac/template b/srcpkgs/unflac/template
new file mode 100644
index 000000000000..f073e73b0e23
--- /dev/null
+++ b/srcpkgs/unflac/template
@@ -0,0 +1,13 @@
+# Template file for 'unflac'
+pkgname=unflac
+version=1.0
+revision=1
+build_style=go
+go_import_path="git.sr.ht/~ft/unflac"
+depends="ffmpeg"
+short_desc="Command line tool for audio image + cue sheet splitting"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="MIT"
+homepage="https://git.sr.ht/~ft/unflac"
+distfiles="https://git.sr.ht/~ft/${pkgname}/archive/${version}.tar.gz"
+checksum=a09c54d04127707c3f556836590de5d2ae6a78bf17a99472b602ef983f89b7b4

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

* Re: [PR PATCH] [Updated] New package: unflac-1.0
  2023-03-12 16:43 [PR PATCH] New package: unflac-1.0 jason1987d
@ 2023-03-12 16:45 ` jason1987d
  2023-03-12 17:01 ` [PR PATCH] [Merged]: " leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: jason1987d @ 2023-03-12 16:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages unflac
https://github.com/void-linux/void-packages/pull/42722

New package: unflac-1.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
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From 734fbb9762013521106e6674c8ab8429046bfab8 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 22 Nov 2022 20:36:53 -0600
Subject: [PATCH] New package: unflac-1.0

---
 srcpkgs/unflac/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/unflac/template

diff --git a/srcpkgs/unflac/template b/srcpkgs/unflac/template
new file mode 100644
index 000000000000..49c35171df44
--- /dev/null
+++ b/srcpkgs/unflac/template
@@ -0,0 +1,17 @@
+# Template file for 'unflac'
+pkgname=unflac
+version=1.0
+revision=1
+build_style=go
+go_import_path="git.sr.ht/~ft/unflac"
+depends="ffmpeg"
+short_desc="Command line tool for audio image + cue sheet splitting"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="MIT"
+homepage="https://git.sr.ht/~ft/unflac"
+distfiles="https://git.sr.ht/~ft/${pkgname}/archive/${version}.tar.gz"
+checksum=a09c54d04127707c3f556836590de5d2ae6a78bf17a99472b602ef983f89b7b4
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: unflac-1.0
  2023-03-12 16:43 [PR PATCH] New package: unflac-1.0 jason1987d
  2023-03-12 16:45 ` [PR PATCH] [Updated] " jason1987d
@ 2023-03-12 17:01 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2023-03-12 17:01 UTC (permalink / raw)
  To: ml

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

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

New package: unflac-1.0
https://github.com/void-linux/void-packages/pull/42722

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
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-12 16:43 [PR PATCH] New package: unflac-1.0 jason1987d
2023-03-12 16:45 ` [PR PATCH] [Updated] " jason1987d
2023-03-12 17:01 ` [PR PATCH] [Merged]: " leahneukirchen

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