Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: webp-pixbuf-loader-0.0.3
@ 2021-11-27  7:48 Oreo639
  2021-11-27  9:40 ` [PR PATCH] [Updated] " Oreo639
  2021-12-04  1:20 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: Oreo639 @ 2021-11-27  7:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Oreo639/void-packages wpl
https://github.com/void-linux/void-packages/pull/34267

New package: webp-pixbuf-loader-0.0.3
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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
-->

Closes: https://github.com/void-linux/void-packages/issues/31940

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

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

From bc7af3347970ee7fbfe56fe0a105060d7d161e1a Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 26 Nov 2021 23:45:32 -0800
Subject: [PATCH] New package: webp-pixbuf-loader-0.0.3

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

diff --git a/srcpkgs/webp-pixbuf-loader/template b/srcpkgs/webp-pixbuf-loader/template
new file mode 100644
index 000000000000..20d4e99106f8
--- /dev/null
+++ b/srcpkgs/webp-pixbuf-loader/template
@@ -0,0 +1,13 @@
+# Template file for 'webp-pixbuf-loader'
+pkgname=webp-pixbuf-loader
+version=0.0.3
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="gdk-pixbuf-devel libwebp-devel"
+short_desc="WebP Image format loader for GdkPixbuf"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="LGPL-2.0-or-later"
+homepage="https://github.com/aruiz/webp-pixbuf-loader"
+distfiles="https://github.com/aruiz/webp-pixbuf-loader/archive/refs/tags/${version}.tar.gz"
+checksum=e2ba11afcd1272f26147214659bcf2462066a840ecb9ba2776c85abd0ec43cbe

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

* Re: [PR PATCH] [Updated] New package: webp-pixbuf-loader-0.0.3
  2021-11-27  7:48 [PR PATCH] New package: webp-pixbuf-loader-0.0.3 Oreo639
@ 2021-11-27  9:40 ` Oreo639
  2021-12-04  1:20 ` [PR PATCH] [Merged]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: Oreo639 @ 2021-11-27  9:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Oreo639/void-packages wpl
https://github.com/void-linux/void-packages/pull/34267

New package: webp-pixbuf-loader-0.0.3
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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
-->

Closes: https://github.com/void-linux/void-packages/issues/31940

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

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

From 30420c3713227cafcdbda1723f6a29894067a055 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 26 Nov 2021 23:45:32 -0800
Subject: [PATCH] New package: webp-pixbuf-loader-0.0.3

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

diff --git a/srcpkgs/webp-pixbuf-loader/template b/srcpkgs/webp-pixbuf-loader/template
new file mode 100644
index 000000000000..189889b62896
--- /dev/null
+++ b/srcpkgs/webp-pixbuf-loader/template
@@ -0,0 +1,13 @@
+# Template file for 'webp-pixbuf-loader'
+pkgname=webp-pixbuf-loader
+version=0.0.3
+revision=1
+build_style=meson
+hostmakedepends="pkg-config gdk-pixbuf"
+makedepends="gdk-pixbuf-devel libwebp-devel"
+short_desc="WebP Image format loader for GdkPixbuf"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="LGPL-2.0-or-later"
+homepage="https://github.com/aruiz/webp-pixbuf-loader"
+distfiles="https://github.com/aruiz/webp-pixbuf-loader/archive/refs/tags/${version}.tar.gz"
+checksum=e2ba11afcd1272f26147214659bcf2462066a840ecb9ba2776c85abd0ec43cbe

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

* Re: [PR PATCH] [Merged]: New package: webp-pixbuf-loader-0.0.3
  2021-11-27  7:48 [PR PATCH] New package: webp-pixbuf-loader-0.0.3 Oreo639
  2021-11-27  9:40 ` [PR PATCH] [Updated] " Oreo639
@ 2021-12-04  1:20 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-12-04  1:20 UTC (permalink / raw)
  To: ml

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

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

New package: webp-pixbuf-loader-0.0.3
https://github.com/void-linux/void-packages/pull/34267

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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
-->

Closes: https://github.com/void-linux/void-packages/issues/31940

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

end of thread, other threads:[~2021-12-04  1:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-27  7:48 [PR PATCH] New package: webp-pixbuf-loader-0.0.3 Oreo639
2021-11-27  9:40 ` [PR PATCH] [Updated] " Oreo639
2021-12-04  1:20 ` [PR PATCH] [Merged]: " ericonr

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