* [PR PATCH] New Package: libspng-0.7.4
@ 2024-11-06 17:37 elbachir-one
2024-12-25 14:32 ` [PR PATCH] [Updated] " elbachir-one
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: elbachir-one @ 2024-11-06 17:37 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1241 bytes --]
There is a new pull request by elbachir-one against master on the void-packages repository
https://github.com/elbachir-one/void-packages libspng
https://github.com/void-linux/void-packages/pull/52935
New Package: libspng-0.7.4
<!-- 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/52935.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libspng-52935.patch --]
[-- Type: text/x-diff, Size: 1030 bytes --]
From 9e5f1d469d0ee400e54efa244c874affce84371d Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Wed, 6 Nov 2024 18:33:46 +0100
Subject: [PATCH] New Package: libspng-0.7.4
---
srcpkgs/libspng/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/libspng/template
diff --git a/srcpkgs/libspng/template b/srcpkgs/libspng/template
new file mode 100644
index 00000000000000..f850fd4818420d
--- /dev/null
+++ b/srcpkgs/libspng/template
@@ -0,0 +1,17 @@
+# Template file for 'libspng'
+pkgname=libspng
+version=0.7.4
+revision=1
+build_style=meson
+hostmakedepends="meson ninja pkg-config"
+makedepends="zlib-devel"
+short_desc="Simple, modern libpng alternative"
+maintainer="El Bachir <bachiralfa@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://libspng.org/"
+distfiles="https://github.com/randy408/libspng/archive/refs/tags/v${version}.tar.gz"
+checksum=47ec02be6c0a6323044600a9221b049f63e1953faf816903e7383d4dc4234487
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] New Package: libspng-0.7.4
2024-11-06 17:37 [PR PATCH] New Package: libspng-0.7.4 elbachir-one
@ 2024-12-25 14:32 ` elbachir-one
2025-01-22 1:07 ` elbachir-one
2025-04-22 2:07 ` github-actions
2 siblings, 0 replies; 4+ messages in thread
From: elbachir-one @ 2024-12-25 14:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1152 bytes --]
There is an updated pull request by elbachir-one against master on the void-packages repository
https://github.com/elbachir-one/void-packages libspng
https://github.com/void-linux/void-packages/pull/52935
New Package: libspng-0.7.4
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### 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/52935.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libspng-52935.patch --]
[-- Type: text/x-diff, Size: 1063 bytes --]
From 5e06ee34ee83bb75e0e0168fcc5673e293589f1f Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Wed, 6 Nov 2024 18:33:46 +0100
Subject: [PATCH] New Package: libspng-0.7.4
Removed meson and ninja from hostmakedepends
---
srcpkgs/libspng/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/libspng/template
diff --git a/srcpkgs/libspng/template b/srcpkgs/libspng/template
new file mode 100644
index 00000000000000..4cdb01bc03a199
--- /dev/null
+++ b/srcpkgs/libspng/template
@@ -0,0 +1,17 @@
+# Template file for 'libspng'
+pkgname=libspng
+version=0.7.4
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="zlib-devel"
+short_desc="Simple, modern libpng alternative"
+maintainer="El Bachir <bachiralfa@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://libspng.org/"
+distfiles="https://github.com/randy408/libspng/archive/refs/tags/v${version}.tar.gz"
+checksum=47ec02be6c0a6323044600a9221b049f63e1953faf816903e7383d4dc4234487
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] New Package: libspng-0.7.4
2024-11-06 17:37 [PR PATCH] New Package: libspng-0.7.4 elbachir-one
2024-12-25 14:32 ` [PR PATCH] [Updated] " elbachir-one
@ 2025-01-22 1:07 ` elbachir-one
2025-04-22 2:07 ` github-actions
2 siblings, 0 replies; 4+ messages in thread
From: elbachir-one @ 2025-01-22 1:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1152 bytes --]
There is an updated pull request by elbachir-one against master on the void-packages repository
https://github.com/elbachir-one/void-packages libspng
https://github.com/void-linux/void-packages/pull/52935
New Package: libspng-0.7.4
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### 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/52935.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libspng-52935.patch --]
[-- Type: text/x-diff, Size: 1024 bytes --]
From 0ee420eb7c75325f6d3c6c9a60ba23dd270f6046 Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Wed, 6 Nov 2024 18:33:46 +0100
Subject: [PATCH] New Package: libspng-0.7.4
---
srcpkgs/libspng/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/libspng/template
diff --git a/srcpkgs/libspng/template b/srcpkgs/libspng/template
new file mode 100644
index 00000000000000..4ad649b30bd466
--- /dev/null
+++ b/srcpkgs/libspng/template
@@ -0,0 +1,17 @@
+# Template file for 'libspng'
+pkgname=libspng
+version=0.7.4
+revision=1
+build_style=meson
+hostmakedepends="pkg-config cmake"
+makedepends="zlib-devel"
+short_desc="Simple, modern libpng alternative"
+maintainer="El Bachir <bachiralfa@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://libspng.org/"
+distfiles="https://github.com/randy408/libspng/archive/refs/tags/v${version}.tar.gz"
+checksum=47ec02be6c0a6323044600a9221b049f63e1953faf816903e7383d4dc4234487
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: New Package: libspng-0.7.4
2024-11-06 17:37 [PR PATCH] New Package: libspng-0.7.4 elbachir-one
2024-12-25 14:32 ` [PR PATCH] [Updated] " elbachir-one
2025-01-22 1:07 ` elbachir-one
@ 2025-04-22 2:07 ` github-actions
2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2025-04-22 2:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/52935#issuecomment-2819873280
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-04-22 2:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-06 17:37 [PR PATCH] New Package: libspng-0.7.4 elbachir-one
2024-12-25 14:32 ` [PR PATCH] [Updated] " elbachir-one
2025-01-22 1:07 ` elbachir-one
2025-04-22 2:07 ` github-actions
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).