Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: imlib2-webp-1.0
@ 2019-10-18  4:53 voidlinux-github
  2019-10-23  3:58 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-18  4:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages new_package_imlib2-webp
https://github.com/void-linux/void-packages/pull/15584

New package: imlib2-webp-1.0


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

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

From 10e7889d426bc960dddcd36bba64f4fd1fb22ca5 Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Fri, 18 Oct 2019 06:52:08 +0200
Subject: [PATCH] New package: imlib2-webp-1.0

---
 srcpkgs/imlib2-webp/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/imlib2-webp/template

diff --git a/srcpkgs/imlib2-webp/template b/srcpkgs/imlib2-webp/template
new file mode 100644
index 00000000000..4b564890563
--- /dev/null
+++ b/srcpkgs/imlib2-webp/template
@@ -0,0 +1,18 @@
+# Template file for 'imlib2-webp'
+pkgname=imlib2-webp
+version=1.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="imlib2-devel libwebp-devel pkg-config"
+short_desc="WebP loader for Imlib2"
+maintainer="mustaqim <mustaqim@pm.me>"
+license="custom:The Regents of the University of California, BSD-4-Clause-UC"
+homepage="https://www.hauweele.net/~gawen/imlib2-webp.html"
+distfiles="https://github.com/gawen947/imlib2-webp/archive/v${version}.tar.gz"
+checksum=252328cc4e7d232bc2fbbf1c38b963a1847e22f7ee21dd7362b7c0583dca4334
+
+LDFLAGS="$(imlib2-config --libs) -lwebp -lwebpdemux"
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: imlib2-webp-1.0
  2019-10-18  4:53 [PR PATCH] New package: imlib2-webp-1.0 voidlinux-github
  2019-10-23  3:58 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-23  3:58 ` voidlinux-github
  2019-10-24  3:25 ` voidlinux-github
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-23  3:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages new_package_imlib2-webp
https://github.com/void-linux/void-packages/pull/15584

New package: imlib2-webp-1.0


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

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

From a38ca13717eee7184a1e9384f56848ca847ce768 Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Fri, 18 Oct 2019 06:52:08 +0200
Subject: [PATCH] New package: imlib2-webp-1.0

---
 srcpkgs/imlib2-webp/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/imlib2-webp/template

diff --git a/srcpkgs/imlib2-webp/template b/srcpkgs/imlib2-webp/template
new file mode 100644
index 00000000000..a9c8bb3e92b
--- /dev/null
+++ b/srcpkgs/imlib2-webp/template
@@ -0,0 +1,19 @@
+# Template file for 'imlib2-webp'
+pkgname=imlib2-webp
+version=1.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libwebp-devel"
+short_desc="WebP loader for Imlib2"
+maintainer="mustaqim <mustaqim@pm.me>"
+license="custom:The Regents of the University of California, BSD-4-Clause-UC"
+homepage="https://www.hauweele.net/~gawen/imlib2-webp.html"
+distfiles="https://github.com/gawen947/imlib2-webp/archive/v${version}.tar.gz"
+checksum=252328cc4e7d232bc2fbbf1c38b963a1847e22f7ee21dd7362b7c0583dca4334
+
+LDFLAGS="$(imlib2-config --libs) -lwebp -lwebpdemux"
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: imlib2-webp-1.0
  2019-10-18  4:53 [PR PATCH] New package: imlib2-webp-1.0 voidlinux-github
@ 2019-10-23  3:58 ` voidlinux-github
  2019-10-23  3:58 ` voidlinux-github
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-23  3:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages new_package_imlib2-webp
https://github.com/void-linux/void-packages/pull/15584

New package: imlib2-webp-1.0


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

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

From a38ca13717eee7184a1e9384f56848ca847ce768 Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Fri, 18 Oct 2019 06:52:08 +0200
Subject: [PATCH] New package: imlib2-webp-1.0

---
 srcpkgs/imlib2-webp/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/imlib2-webp/template

diff --git a/srcpkgs/imlib2-webp/template b/srcpkgs/imlib2-webp/template
new file mode 100644
index 00000000000..a9c8bb3e92b
--- /dev/null
+++ b/srcpkgs/imlib2-webp/template
@@ -0,0 +1,19 @@
+# Template file for 'imlib2-webp'
+pkgname=imlib2-webp
+version=1.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libwebp-devel"
+short_desc="WebP loader for Imlib2"
+maintainer="mustaqim <mustaqim@pm.me>"
+license="custom:The Regents of the University of California, BSD-4-Clause-UC"
+homepage="https://www.hauweele.net/~gawen/imlib2-webp.html"
+distfiles="https://github.com/gawen947/imlib2-webp/archive/v${version}.tar.gz"
+checksum=252328cc4e7d232bc2fbbf1c38b963a1847e22f7ee21dd7362b7c0583dca4334
+
+LDFLAGS="$(imlib2-config --libs) -lwebp -lwebpdemux"
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: imlib2-webp-1.0
  2019-10-18  4:53 [PR PATCH] New package: imlib2-webp-1.0 voidlinux-github
  2019-10-23  3:58 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-23  3:58 ` voidlinux-github
@ 2019-10-24  3:25 ` voidlinux-github
  2019-10-24  3:25 ` voidlinux-github
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-24  3:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages new_package_imlib2-webp
https://github.com/void-linux/void-packages/pull/15584

New package: imlib2-webp-1.0


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

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

From a38ca13717eee7184a1e9384f56848ca847ce768 Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Fri, 18 Oct 2019 06:52:08 +0200
Subject: [PATCH 1/2] New package: imlib2-webp-1.0

---
 srcpkgs/imlib2-webp/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/imlib2-webp/template

diff --git a/srcpkgs/imlib2-webp/template b/srcpkgs/imlib2-webp/template
new file mode 100644
index 00000000000..a9c8bb3e92b
--- /dev/null
+++ b/srcpkgs/imlib2-webp/template
@@ -0,0 +1,19 @@
+# Template file for 'imlib2-webp'
+pkgname=imlib2-webp
+version=1.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libwebp-devel"
+short_desc="WebP loader for Imlib2"
+maintainer="mustaqim <mustaqim@pm.me>"
+license="custom:The Regents of the University of California, BSD-4-Clause-UC"
+homepage="https://www.hauweele.net/~gawen/imlib2-webp.html"
+distfiles="https://github.com/gawen947/imlib2-webp/archive/v${version}.tar.gz"
+checksum=252328cc4e7d232bc2fbbf1c38b963a1847e22f7ee21dd7362b7c0583dca4334
+
+LDFLAGS="$(imlib2-config --libs) -lwebp -lwebpdemux"
+
+post_install() {
+	vlicense COPYING
+}

From efd96f1e68e2b6eacd6efb2bc4ebda8b078e4d85 Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Fri, 18 Oct 2019 06:52:08 +0200
Subject: [PATCH 2/2] New package: imlib2-webp-1.0

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

diff --git a/srcpkgs/imlib2-webp/template b/srcpkgs/imlib2-webp/template
new file mode 100644
index 00000000000..82be878061d
--- /dev/null
+++ b/srcpkgs/imlib2-webp/template
@@ -0,0 +1,17 @@
+# Template file for 'imlib2-webp'
+pkgname=imlib2-webp
+version=1.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libwebp-devel"
+short_desc="WebP loader for Imlib2"
+maintainer="mustaqim <mustaqim@pm.me>"
+license="custom:The Regents of the University of California, BSD-4-Clause-UC"
+homepage="https://www.hauweele.net/~gawen/imlib2-webp.html"
+distfiles="https://github.com/gawen947/imlib2-webp/archive/v${version}.tar.gz"
+checksum=252328cc4e7d232bc2fbbf1c38b963a1847e22f7ee21dd7362b7c0583dca4334
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: imlib2-webp-1.0
  2019-10-18  4:53 [PR PATCH] New package: imlib2-webp-1.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-24  3:25 ` voidlinux-github
@ 2019-10-24  3:25 ` voidlinux-github
  2019-10-24  3:28 ` voidlinux-github
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-24  3:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages new_package_imlib2-webp
https://github.com/void-linux/void-packages/pull/15584

New package: imlib2-webp-1.0


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

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

From a38ca13717eee7184a1e9384f56848ca847ce768 Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Fri, 18 Oct 2019 06:52:08 +0200
Subject: [PATCH 1/2] New package: imlib2-webp-1.0

---
 srcpkgs/imlib2-webp/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/imlib2-webp/template

diff --git a/srcpkgs/imlib2-webp/template b/srcpkgs/imlib2-webp/template
new file mode 100644
index 00000000000..a9c8bb3e92b
--- /dev/null
+++ b/srcpkgs/imlib2-webp/template
@@ -0,0 +1,19 @@
+# Template file for 'imlib2-webp'
+pkgname=imlib2-webp
+version=1.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libwebp-devel"
+short_desc="WebP loader for Imlib2"
+maintainer="mustaqim <mustaqim@pm.me>"
+license="custom:The Regents of the University of California, BSD-4-Clause-UC"
+homepage="https://www.hauweele.net/~gawen/imlib2-webp.html"
+distfiles="https://github.com/gawen947/imlib2-webp/archive/v${version}.tar.gz"
+checksum=252328cc4e7d232bc2fbbf1c38b963a1847e22f7ee21dd7362b7c0583dca4334
+
+LDFLAGS="$(imlib2-config --libs) -lwebp -lwebpdemux"
+
+post_install() {
+	vlicense COPYING
+}

From efd96f1e68e2b6eacd6efb2bc4ebda8b078e4d85 Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Fri, 18 Oct 2019 06:52:08 +0200
Subject: [PATCH 2/2] New package: imlib2-webp-1.0

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

diff --git a/srcpkgs/imlib2-webp/template b/srcpkgs/imlib2-webp/template
new file mode 100644
index 00000000000..82be878061d
--- /dev/null
+++ b/srcpkgs/imlib2-webp/template
@@ -0,0 +1,17 @@
+# Template file for 'imlib2-webp'
+pkgname=imlib2-webp
+version=1.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libwebp-devel"
+short_desc="WebP loader for Imlib2"
+maintainer="mustaqim <mustaqim@pm.me>"
+license="custom:The Regents of the University of California, BSD-4-Clause-UC"
+homepage="https://www.hauweele.net/~gawen/imlib2-webp.html"
+distfiles="https://github.com/gawen947/imlib2-webp/archive/v${version}.tar.gz"
+checksum=252328cc4e7d232bc2fbbf1c38b963a1847e22f7ee21dd7362b7c0583dca4334
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: imlib2-webp-1.0
  2019-10-18  4:53 [PR PATCH] New package: imlib2-webp-1.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-24  3:28 ` voidlinux-github
@ 2019-10-24  3:28 ` voidlinux-github
  2019-10-25 22:45 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-24  3:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages new_package_imlib2-webp
https://github.com/void-linux/void-packages/pull/15584

New package: imlib2-webp-1.0


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

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

From efd96f1e68e2b6eacd6efb2bc4ebda8b078e4d85 Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Fri, 18 Oct 2019 06:52:08 +0200
Subject: [PATCH] New package: imlib2-webp-1.0

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

diff --git a/srcpkgs/imlib2-webp/template b/srcpkgs/imlib2-webp/template
new file mode 100644
index 00000000000..82be878061d
--- /dev/null
+++ b/srcpkgs/imlib2-webp/template
@@ -0,0 +1,17 @@
+# Template file for 'imlib2-webp'
+pkgname=imlib2-webp
+version=1.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libwebp-devel"
+short_desc="WebP loader for Imlib2"
+maintainer="mustaqim <mustaqim@pm.me>"
+license="custom:The Regents of the University of California, BSD-4-Clause-UC"
+homepage="https://www.hauweele.net/~gawen/imlib2-webp.html"
+distfiles="https://github.com/gawen947/imlib2-webp/archive/v${version}.tar.gz"
+checksum=252328cc4e7d232bc2fbbf1c38b963a1847e22f7ee21dd7362b7c0583dca4334
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: imlib2-webp-1.0
  2019-10-18  4:53 [PR PATCH] New package: imlib2-webp-1.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-24  3:25 ` voidlinux-github
@ 2019-10-24  3:28 ` voidlinux-github
  2019-10-24  3:28 ` voidlinux-github
  2019-10-25 22:45 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-24  3:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages new_package_imlib2-webp
https://github.com/void-linux/void-packages/pull/15584

New package: imlib2-webp-1.0


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

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

From efd96f1e68e2b6eacd6efb2bc4ebda8b078e4d85 Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Fri, 18 Oct 2019 06:52:08 +0200
Subject: [PATCH] New package: imlib2-webp-1.0

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

diff --git a/srcpkgs/imlib2-webp/template b/srcpkgs/imlib2-webp/template
new file mode 100644
index 00000000000..82be878061d
--- /dev/null
+++ b/srcpkgs/imlib2-webp/template
@@ -0,0 +1,17 @@
+# Template file for 'imlib2-webp'
+pkgname=imlib2-webp
+version=1.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libwebp-devel"
+short_desc="WebP loader for Imlib2"
+maintainer="mustaqim <mustaqim@pm.me>"
+license="custom:The Regents of the University of California, BSD-4-Clause-UC"
+homepage="https://www.hauweele.net/~gawen/imlib2-webp.html"
+distfiles="https://github.com/gawen947/imlib2-webp/archive/v${version}.tar.gz"
+checksum=252328cc4e7d232bc2fbbf1c38b963a1847e22f7ee21dd7362b7c0583dca4334
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Merged]: New package: imlib2-webp-1.0
  2019-10-18  4:53 [PR PATCH] New package: imlib2-webp-1.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-24  3:28 ` voidlinux-github
@ 2019-10-25 22:45 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-25 22:45 UTC (permalink / raw)
  To: ml

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

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

New package: imlib2-webp-1.0
https://github.com/void-linux/void-packages/pull/15584

Description:


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

end of thread, other threads:[~2019-10-25 22:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-18  4:53 [PR PATCH] New package: imlib2-webp-1.0 voidlinux-github
2019-10-23  3:58 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-23  3:58 ` voidlinux-github
2019-10-24  3:25 ` voidlinux-github
2019-10-24  3:25 ` voidlinux-github
2019-10-24  3:28 ` voidlinux-github
2019-10-24  3:28 ` voidlinux-github
2019-10-25 22:45 ` [PR PATCH] [Merged]: " voidlinux-github

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