Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: libdeflate-1.7
@ 2020-12-16 22:21 SeekingMeaning
  2020-12-16 22:27 ` [PR PATCH] [Updated] " SeekingMeaning
  2020-12-30  1:18 ` [PR PATCH] [Closed]: " SeekingMeaning
  0 siblings, 2 replies; 3+ messages in thread
From: SeekingMeaning @ 2020-12-16 22:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SeekingMeaning/void-packages libdeflate
https://github.com/void-linux/void-packages/pull/27206

New package: libdeflate-1.7


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

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

From 45bb4deb9336016b79ed8eaee22553bbc645599b Mon Sep 17 00:00:00 2001
From: Seeker <meaningseeking@protonmail.com>
Date: Wed, 16 Dec 2020 14:17:56 -0800
Subject: [PATCH] New package: libdeflate-1.7

---
 common/shlibs               |  1 +
 srcpkgs/libdeflate/template | 15 +++++++++++++++
 2 files changed, 16 insertions(+)
 create mode 100644 srcpkgs/libdeflate/template

diff --git a/common/shlibs b/common/shlibs
index 01cc7e86e1f..4cff9b66dd9 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3999,3 +3999,4 @@ libevemu.so.3 evemu-2.7.0_1
 libantilib.so.1 libantimicrox-3.1.2_1
 libinih.so.0 inih-52_1
 libpcaudio.so.0 pcaudiolib-1.1_1
+libdeflate.so.0 libdeflate-1.7_1
diff --git a/srcpkgs/libdeflate/template b/srcpkgs/libdeflate/template
new file mode 100644
index 00000000000..a70c6a62d06
--- /dev/null
+++ b/srcpkgs/libdeflate/template
@@ -0,0 +1,15 @@
+# Template file for 'libdeflate'
+pkgname=libdeflate
+version=1.7
+revision=1
+build_style=gnu-makefile
+short_desc="Optimized library for DEFLATE/zlib/gzip compression and decompression"
+maintainer="Seeker <meaningseeking@protonmail.com>"
+license="MIT"
+homepage="https://github.com/ebiggers/libdeflate"
+distfiles="https://github.com/ebiggers/libdeflate/archive/v${version}.tar.gz"
+checksum=a5e6a0a9ab69f40f0f59332106532ca76918977a974e7004977a9498e3f11350
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: libdeflate-1.7
  2020-12-16 22:21 [PR PATCH] New package: libdeflate-1.7 SeekingMeaning
@ 2020-12-16 22:27 ` SeekingMeaning
  2020-12-30  1:18 ` [PR PATCH] [Closed]: " SeekingMeaning
  1 sibling, 0 replies; 3+ messages in thread
From: SeekingMeaning @ 2020-12-16 22:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SeekingMeaning/void-packages libdeflate
https://github.com/void-linux/void-packages/pull/27206

New package: libdeflate-1.7


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

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

From a66c14789dc8ec094f97e3175d84312b3cffdd2c Mon Sep 17 00:00:00 2001
From: Seeker <meaningseeking@protonmail.com>
Date: Wed, 16 Dec 2020 14:17:56 -0800
Subject: [PATCH] New package: libdeflate-1.7

---
 common/shlibs               |  1 +
 srcpkgs/libdeflate/template | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)
 create mode 100644 srcpkgs/libdeflate/template

diff --git a/common/shlibs b/common/shlibs
index 01cc7e86e1f2..4cff9b66dd9c 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3999,3 +3999,4 @@ libevemu.so.3 evemu-2.7.0_1
 libantilib.so.1 libantimicrox-3.1.2_1
 libinih.so.0 inih-52_1
 libpcaudio.so.0 pcaudiolib-1.1_1
+libdeflate.so.0 libdeflate-1.7_1
diff --git a/srcpkgs/libdeflate/template b/srcpkgs/libdeflate/template
new file mode 100644
index 000000000000..7d0f675cd300
--- /dev/null
+++ b/srcpkgs/libdeflate/template
@@ -0,0 +1,16 @@
+# Template file for 'libdeflate'
+pkgname=libdeflate
+version=1.7
+revision=1
+build_style=gnu-makefile
+makedepends="zlib-devel"
+short_desc="Optimized library for DEFLATE/zlib/gzip compression and decompression"
+maintainer="Seeker <meaningseeking@protonmail.com>"
+license="MIT"
+homepage="https://github.com/ebiggers/libdeflate"
+distfiles="https://github.com/ebiggers/libdeflate/archive/v${version}.tar.gz"
+checksum=a5e6a0a9ab69f40f0f59332106532ca76918977a974e7004977a9498e3f11350
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Closed]: New package: libdeflate-1.7
  2020-12-16 22:21 [PR PATCH] New package: libdeflate-1.7 SeekingMeaning
  2020-12-16 22:27 ` [PR PATCH] [Updated] " SeekingMeaning
@ 2020-12-30  1:18 ` SeekingMeaning
  1 sibling, 0 replies; 3+ messages in thread
From: SeekingMeaning @ 2020-12-30  1:18 UTC (permalink / raw)
  To: ml

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

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

New package: libdeflate-1.7
https://github.com/void-linux/void-packages/pull/27206

Description:


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

end of thread, other threads:[~2020-12-30  1:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-16 22:21 [PR PATCH] New package: libdeflate-1.7 SeekingMeaning
2020-12-16 22:27 ` [PR PATCH] [Updated] " SeekingMeaning
2020-12-30  1:18 ` [PR PATCH] [Closed]: " SeekingMeaning

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