Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] New package: imlib2-heic-0.1.0
@ 2021-01-10 20:46 kawaiiamber
  2021-01-10 20:46 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: kawaiiamber @ 2021-01-10 20:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages imlib2-heic
https://github.com/void-linux/void-packages/pull/27814

[WIP] New package: imlib2-heic-0.1.0
[WIP] as I'm not too confident if I included the licenses correctly. Also, the README says "for Debian, do `make` and copy `libheic.so`." However, there never seemed to be one after doing `make`, but they do have a makefile, so using `build_style=gnu-makefile`.

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

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

From 745ae93d5c7c0aedca777d17fecf77de338c86d4 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH 1/2] New package: tspreed-1.2.2

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

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..b8dab8a6942
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,12 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.2
+revision=1
+build_style=gnu-makefile
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+conf_files="/etc/${pkgname}/${pkgname}.rc"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=19361399a870c017d6100e5945e82e64eb20928607f785dcff00e57e5efb3150

From a800be0315655a859928412216dd4b1d1fed8349 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sun, 10 Jan 2021 13:41:10 -0700
Subject: [PATCH 2/2] [WIP] New package: imlib2-heic-0.1.0

---
 srcpkgs/imlib2-heic/files/license.txt |  2 ++
 srcpkgs/imlib2-heic/template          | 17 +++++++++++++++++
 srcpkgs/tspreed/template              | 12 ------------
 3 files changed, 19 insertions(+), 12 deletions(-)
 create mode 100644 srcpkgs/imlib2-heic/files/license.txt
 create mode 100644 srcpkgs/imlib2-heic/template
 delete mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/imlib2-heic/files/license.txt b/srcpkgs/imlib2-heic/files/license.txt
new file mode 100644
index 00000000000..48aaa0f0499
--- /dev/null
+++ b/srcpkgs/imlib2-heic/files/license.txt
@@ -0,0 +1,2 @@
+Current license for libheif available at https://github.com/strukturag/libheif/blob/master/COPYING
+BSD 3 Clause license available at https://spdx.org/licenses/BSD-3-Clause.html
diff --git a/srcpkgs/imlib2-heic/template b/srcpkgs/imlib2-heic/template
new file mode 100644
index 00000000000..63b2dcdd36c
--- /dev/null
+++ b/srcpkgs/imlib2-heic/template
@@ -0,0 +1,17 @@
+# Template file for 'imlib2-heic'
+pkgname=imlib2-heic
+version=0.1.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libheif-devel"
+short_desc="HEIC/HEIF decoder for imlib2 (feh)"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="BSD-3-Clause, LGPL-3.0-only"
+homepage="https://github.com/vi/imlib2-heic"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=1c507ea3cc01b3685678aad792fefa178add33a0eae711be2e80c935187819f7
+
+post_install() {
+	vlicense $FILESDIR/license.txt
+}
diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
deleted file mode 100644
index b8dab8a6942..00000000000
--- a/srcpkgs/tspreed/template
+++ /dev/null
@@ -1,12 +0,0 @@
-# Template file for 'tspreed'
-pkgname=tspreed
-version=1.2.2
-revision=1
-build_style=gnu-makefile
-short_desc="Terminal RSVP speed reader with Spritz-like functionality"
-conf_files="/etc/${pkgname}/${pkgname}.rc"
-maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/n-ivkovic/tspreed"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=19361399a870c017d6100e5945e82e64eb20928607f785dcff00e57e5efb3150

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

* Re: [PR PATCH] [Updated] [WIP] New package: imlib2-heic-0.1.0
  2021-01-10 20:46 [PR PATCH] [WIP] New package: imlib2-heic-0.1.0 kawaiiamber
@ 2021-01-10 20:46 ` kawaiiamber
  2021-01-10 21:22 ` kawaiiamber
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: kawaiiamber @ 2021-01-10 20:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages imlib2-heic
https://github.com/void-linux/void-packages/pull/27814

[WIP] New package: imlib2-heic-0.1.0
[WIP] as I'm not too confident if I included the licenses correctly. Also, the README says "for Debian, do `make` and copy `libheic.so`." However, there never seemed to be one after doing `make`, but they do have a makefile, so using `build_style=gnu-makefile`.

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

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

From af1c5d32f231a2cf1cabe8509cb8f48a7835ecaa Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] [WIP] New package: imlib2-heic-0.1.0

[WIP] New package: imlib2-heic-0.1.0
---
 srcpkgs/imlib2-heic/files/license.txt |  2 ++
 srcpkgs/imlib2-heic/template          | 17 +++++++++++++++++
 2 files changed, 19 insertions(+)
 create mode 100644 srcpkgs/imlib2-heic/files/license.txt
 create mode 100644 srcpkgs/imlib2-heic/template

diff --git a/srcpkgs/imlib2-heic/files/license.txt b/srcpkgs/imlib2-heic/files/license.txt
new file mode 100644
index 00000000000..48aaa0f0499
--- /dev/null
+++ b/srcpkgs/imlib2-heic/files/license.txt
@@ -0,0 +1,2 @@
+Current license for libheif available at https://github.com/strukturag/libheif/blob/master/COPYING
+BSD 3 Clause license available at https://spdx.org/licenses/BSD-3-Clause.html
diff --git a/srcpkgs/imlib2-heic/template b/srcpkgs/imlib2-heic/template
new file mode 100644
index 00000000000..63b2dcdd36c
--- /dev/null
+++ b/srcpkgs/imlib2-heic/template
@@ -0,0 +1,17 @@
+# Template file for 'imlib2-heic'
+pkgname=imlib2-heic
+version=0.1.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libheif-devel"
+short_desc="HEIC/HEIF decoder for imlib2 (feh)"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="BSD-3-Clause, LGPL-3.0-only"
+homepage="https://github.com/vi/imlib2-heic"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=1c507ea3cc01b3685678aad792fefa178add33a0eae711be2e80c935187819f7
+
+post_install() {
+	vlicense $FILESDIR/license.txt
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: imlib2-heic-0.1.0
  2021-01-10 20:46 [PR PATCH] [WIP] New package: imlib2-heic-0.1.0 kawaiiamber
  2021-01-10 20:46 ` [PR PATCH] [Updated] " kawaiiamber
@ 2021-01-10 21:22 ` kawaiiamber
  2021-01-13  0:34 ` kawaiiamber
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: kawaiiamber @ 2021-01-10 21:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages imlib2-heic
https://github.com/void-linux/void-packages/pull/27814

[WIP] New package: imlib2-heic-0.1.0
[WIP] as I'm not too confident if I included the licenses correctly. Also, the README says "for Debian, do `make` and copy `libheic.so`." However, there never seemed to be one after doing `make`, but they do have a makefile, so using `build_style=gnu-makefile`. `./xbps-src pkg imlib2-heic` passes locally on my end, hoping for the best ~

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

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

From de08bfac7dd0aedbe02ccb875ccc71a4393666c0 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: imlib2-heic-0.1.0

---
 srcpkgs/imlib2-heic/files/license.txt |  2 ++
 srcpkgs/imlib2-heic/template          | 17 +++++++++++++++++
 2 files changed, 19 insertions(+)
 create mode 100644 srcpkgs/imlib2-heic/files/license.txt
 create mode 100644 srcpkgs/imlib2-heic/template

diff --git a/srcpkgs/imlib2-heic/files/license.txt b/srcpkgs/imlib2-heic/files/license.txt
new file mode 100644
index 00000000000..48aaa0f0499
--- /dev/null
+++ b/srcpkgs/imlib2-heic/files/license.txt
@@ -0,0 +1,2 @@
+Current license for libheif available at https://github.com/strukturag/libheif/blob/master/COPYING
+BSD 3 Clause license available at https://spdx.org/licenses/BSD-3-Clause.html
diff --git a/srcpkgs/imlib2-heic/template b/srcpkgs/imlib2-heic/template
new file mode 100644
index 00000000000..63b2dcdd36c
--- /dev/null
+++ b/srcpkgs/imlib2-heic/template
@@ -0,0 +1,17 @@
+# Template file for 'imlib2-heic'
+pkgname=imlib2-heic
+version=0.1.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libheif-devel"
+short_desc="HEIC/HEIF decoder for imlib2 (feh)"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="BSD-3-Clause, LGPL-3.0-only"
+homepage="https://github.com/vi/imlib2-heic"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=1c507ea3cc01b3685678aad792fefa178add33a0eae711be2e80c935187819f7
+
+post_install() {
+	vlicense $FILESDIR/license.txt
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: imlib2-heic-0.1.0
  2021-01-10 20:46 [PR PATCH] [WIP] New package: imlib2-heic-0.1.0 kawaiiamber
  2021-01-10 20:46 ` [PR PATCH] [Updated] " kawaiiamber
  2021-01-10 21:22 ` kawaiiamber
@ 2021-01-13  0:34 ` kawaiiamber
  2021-01-13  0:36 ` kawaiiamber
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: kawaiiamber @ 2021-01-13  0:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages imlib2-heic
https://github.com/void-linux/void-packages/pull/27814

[WIP] New package: imlib2-heic-0.1.0
Closes [this](https://github.com/void-linux/void-packages/issues/27597). [WIP] as I'm not too confident if I included the licenses correctly. Also, the README says "for Debian, do `make` and copy `libheic.so`." However, there never seemed to be one after doing `make`, but they do have a makefile, so using `build_style=gnu-makefile`. `./xbps-src pkg imlib2-heic` passes locally on my end, hoping for the best ~

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

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

From 8f95a6008bc29308a386c37041d5a7feb1b7c32e Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: imlib2-heic-0.1.0

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

diff --git a/srcpkgs/imlib2-heic/template b/srcpkgs/imlib2-heic/template
new file mode 100644
index 00000000000..e8b701d035b
--- /dev/null
+++ b/srcpkgs/imlib2-heic/template
@@ -0,0 +1,18 @@
+# Template file for 'imlib2-heic'
+pkgname=imlib2-heic
+version=0.1.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libheif-devel"
+short_desc="HEIC/HEIF decoder for imlib2 (feh)"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="BSD-3-Clause, LGPL-3.0-only"
+homepage="https://github.com/vi/imlib2-heic"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=1c507ea3cc01b3685678aad792fefa178add33a0eae711be2e80c935187819f7
+
+post_install() {
+	sed -n '4,31p' < loader_heic.c > LICENSE
+	vlicense LICENSE
+}

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

* Re: New package: imlib2-heic-0.1.0
  2021-01-10 20:46 [PR PATCH] [WIP] New package: imlib2-heic-0.1.0 kawaiiamber
                   ` (2 preceding siblings ...)
  2021-01-13  0:34 ` kawaiiamber
@ 2021-01-13  0:36 ` kawaiiamber
  2021-01-13  0:41 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: kawaiiamber @ 2021-01-13  0:36 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27814#issuecomment-759125501

Comment:
After some talk with people on the IRC, I feel more confident in this handeling of the licensing. I'll probably make an issue to include a separate LICENSE file on upstream in the mean time.

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

* Re: [PR PATCH] [Updated] New package: imlib2-heic-0.1.0
  2021-01-10 20:46 [PR PATCH] [WIP] New package: imlib2-heic-0.1.0 kawaiiamber
                   ` (3 preceding siblings ...)
  2021-01-13  0:36 ` kawaiiamber
@ 2021-01-13  0:41 ` kawaiiamber
  2021-01-13  8:30 ` kawaiiamber
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: kawaiiamber @ 2021-01-13  0:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages imlib2-heic
https://github.com/void-linux/void-packages/pull/27814

New package: imlib2-heic-0.1.0
Closes [this](https://github.com/void-linux/void-packages/issues/27597). [WIP] as I'm not too confident if I included the licenses correctly. Also, the README says "for Debian, do `make` and copy `libheic.so`." However, there never seemed to be one after doing `make`, but they do have a makefile, so using `build_style=gnu-makefile`. `./xbps-src pkg imlib2-heic` passes locally on my end, hoping for the best ~

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

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

From 69413c2e4762556968177f8d8feb56ccb5ede0a2 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: imlib2-heic-0.1.0

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

diff --git a/srcpkgs/imlib2-heic/template b/srcpkgs/imlib2-heic/template
new file mode 100644
index 00000000000..ba7efb5ea0f
--- /dev/null
+++ b/srcpkgs/imlib2-heic/template
@@ -0,0 +1,18 @@
+# Template file for 'imlib2-heic'
+pkgname=imlib2-heic
+version=0.1.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libheif-devel"
+short_desc="HEIC/HEIF decoder for imlib2 (feh)"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/vi/imlib2-heic"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=1c507ea3cc01b3685678aad792fefa178add33a0eae711be2e80c935187819f7
+
+post_install() {
+	sed -n '4,31p' < loader_heic.c > LICENSE
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: imlib2-heic-0.1.0
  2021-01-10 20:46 [PR PATCH] [WIP] New package: imlib2-heic-0.1.0 kawaiiamber
                   ` (4 preceding siblings ...)
  2021-01-13  0:41 ` [PR PATCH] [Updated] " kawaiiamber
@ 2021-01-13  8:30 ` kawaiiamber
  2021-01-13  8:31 ` kawaiiamber
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: kawaiiamber @ 2021-01-13  8:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages imlib2-heic
https://github.com/void-linux/void-packages/pull/27814

New package: imlib2-heic-0.1.0
Closes [this](https://github.com/void-linux/void-packages/issues/27597). [WIP] as I'm not too confident if I included the licenses correctly. `./xbps-src pkg imlib2-heic` passes locally on my end, hoping for the best ~

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

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

From 31c2fcec04cfeeb30228c946393bc4e9c9a1e24e Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: imlib2-heic-0.1.0

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

diff --git a/srcpkgs/imlib2-heic/template b/srcpkgs/imlib2-heic/template
new file mode 100644
index 00000000000..eed9d3aad40
--- /dev/null
+++ b/srcpkgs/imlib2-heic/template
@@ -0,0 +1,17 @@
+# Template file for 'imlib2-heic'
+pkgname=imlib2-heic
+version=0.1.1
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libheif-devel"
+short_desc="HEIC/HEIF decoder for imlib2 (feh)"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/vi/imlib2-heic"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=8e7771903ef2e8718e17f228e7fcdb1aeb889e57c9d846b6708d45b6310a3856
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: imlib2-heic-0.1.0
  2021-01-10 20:46 [PR PATCH] [WIP] New package: imlib2-heic-0.1.0 kawaiiamber
                   ` (5 preceding siblings ...)
  2021-01-13  8:30 ` kawaiiamber
@ 2021-01-13  8:31 ` kawaiiamber
  2021-01-13 10:37 ` DirectorX
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: kawaiiamber @ 2021-01-13  8:31 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27814#issuecomment-759291401

Comment:
Updated to use version 0.1.1, which now includes a license.

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

* Re: New package: imlib2-heic-0.1.0
  2021-01-10 20:46 [PR PATCH] [WIP] New package: imlib2-heic-0.1.0 kawaiiamber
                   ` (6 preceding siblings ...)
  2021-01-13  8:31 ` kawaiiamber
@ 2021-01-13 10:37 ` DirectorX
  2021-01-13 11:05 ` [PR PATCH] [Updated] New package: imlib2-heic-0.1.1 kawaiiamber
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: DirectorX @ 2021-01-13 10:37 UTC (permalink / raw)
  To: ml

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

New comment by DirectorX on void-packages repository

https://github.com/void-linux/void-packages/pull/27814#issuecomment-759361733

Comment:
Very well, thanks for the effort

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

* Re: [PR PATCH] [Updated] New package: imlib2-heic-0.1.1
  2021-01-10 20:46 [PR PATCH] [WIP] New package: imlib2-heic-0.1.0 kawaiiamber
                   ` (7 preceding siblings ...)
  2021-01-13 10:37 ` DirectorX
@ 2021-01-13 11:05 ` kawaiiamber
  2021-04-18  4:22 ` [PR REVIEW] " ericonr
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: kawaiiamber @ 2021-01-13 11:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages imlib2-heic
https://github.com/void-linux/void-packages/pull/27814

New package: imlib2-heic-0.1.1
Closes [this](https://github.com/void-linux/void-packages/issues/27597). [WIP] as I'm not too confident if I included the licenses correctly. `./xbps-src pkg imlib2-heic` passes locally on my end, hoping for the best ~

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

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

From 0e96808f38de6628d5b50a7e319bcd7a49745408 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: imlib2-heic-0.1.1

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

diff --git a/srcpkgs/imlib2-heic/template b/srcpkgs/imlib2-heic/template
new file mode 100644
index 00000000000..eed9d3aad40
--- /dev/null
+++ b/srcpkgs/imlib2-heic/template
@@ -0,0 +1,17 @@
+# Template file for 'imlib2-heic'
+pkgname=imlib2-heic
+version=0.1.1
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libheif-devel"
+short_desc="HEIC/HEIF decoder for imlib2 (feh)"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/vi/imlib2-heic"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=8e7771903ef2e8718e17f228e7fcdb1aeb889e57c9d846b6708d45b6310a3856
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: imlib2-heic-0.1.1
  2021-01-10 20:46 [PR PATCH] [WIP] New package: imlib2-heic-0.1.0 kawaiiamber
                   ` (8 preceding siblings ...)
  2021-01-13 11:05 ` [PR PATCH] [Updated] New package: imlib2-heic-0.1.1 kawaiiamber
@ 2021-04-18  4:22 ` ericonr
  2021-04-21 23:43 ` kawaiiamber
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ericonr @ 2021-04-18  4:22 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27814#discussion_r615339129

Comment:
```suggestion
short_desc="HEIC/HEIF decoder for imlib2 and feh"
```

Maybe? The parentheses aren't obvious...

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

* Re: [PR REVIEW] New package: imlib2-heic-0.1.1
  2021-01-10 20:46 [PR PATCH] [WIP] New package: imlib2-heic-0.1.0 kawaiiamber
                   ` (9 preceding siblings ...)
  2021-04-18  4:22 ` [PR REVIEW] " ericonr
@ 2021-04-21 23:43 ` kawaiiamber
  2021-04-22  0:19 ` ericonr
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: kawaiiamber @ 2021-04-21 23:43 UTC (permalink / raw)
  To: ml

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

New review comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27814#discussion_r617965742

Comment:
I don't think they meant "and" feh, I think it's meant more like "e.g. feh"

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

* Re: [PR REVIEW] New package: imlib2-heic-0.1.1
  2021-01-10 20:46 [PR PATCH] [WIP] New package: imlib2-heic-0.1.0 kawaiiamber
                   ` (10 preceding siblings ...)
  2021-04-21 23:43 ` kawaiiamber
@ 2021-04-22  0:19 ` ericonr
  2021-04-22  0:19 ` ericonr
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ericonr @ 2021-04-22  0:19 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27814#discussion_r615339129

Comment:
```suggestion
short_desc="HEIC/HEIF decoder for imlib2"
```

Maybe? The parentheses aren't obvious...

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

* Re: [PR REVIEW] New package: imlib2-heic-0.1.1
  2021-01-10 20:46 [PR PATCH] [WIP] New package: imlib2-heic-0.1.0 kawaiiamber
                   ` (11 preceding siblings ...)
  2021-04-22  0:19 ` ericonr
@ 2021-04-22  0:19 ` ericonr
  2021-04-22  0:20 ` ericonr
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ericonr @ 2021-04-22  0:19 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27814#discussion_r617977918

Comment:
See updated description then :)

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

* Re: [PR REVIEW] New package: imlib2-heic-0.1.1
  2021-01-10 20:46 [PR PATCH] [WIP] New package: imlib2-heic-0.1.0 kawaiiamber
                   ` (12 preceding siblings ...)
  2021-04-22  0:19 ` ericonr
@ 2021-04-22  0:20 ` ericonr
  2021-04-22  1:13 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ericonr @ 2021-04-22  0:20 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27814#discussion_r617977918

Comment:
See updated suggestion then :)

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

* Re: [PR PATCH] [Updated] New package: imlib2-heic-0.1.1
  2021-01-10 20:46 [PR PATCH] [WIP] New package: imlib2-heic-0.1.0 kawaiiamber
                   ` (13 preceding siblings ...)
  2021-04-22  0:20 ` ericonr
@ 2021-04-22  1:13 ` kawaiiamber
  2021-04-22  1:13 ` [PR REVIEW] " kawaiiamber
  2022-02-14 18:21 ` [PR PATCH] [Closed]: " q66
  16 siblings, 0 replies; 18+ messages in thread
From: kawaiiamber @ 2021-04-22  1:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages imlib2-heic
https://github.com/void-linux/void-packages/pull/27814

New package: imlib2-heic-0.1.1
Closes [this](https://github.com/void-linux/void-packages/issues/27597). [WIP] as I'm not too confident if I included the licenses correctly. `./xbps-src pkg imlib2-heic` passes locally on my end, hoping for the best ~

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

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

From e0c209b08bb79309221acb6ec90be71c64e96e4c Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: imlib2-heic-0.1.1

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

diff --git a/srcpkgs/imlib2-heic/template b/srcpkgs/imlib2-heic/template
new file mode 100644
index 000000000000..da96a676f574
--- /dev/null
+++ b/srcpkgs/imlib2-heic/template
@@ -0,0 +1,17 @@
+# Template file for 'imlib2-heic'
+pkgname=imlib2-heic
+version=0.1.1
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libheif-devel"
+short_desc="HEIC/HEIF decoder for imlib2"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/vi/imlib2-heic"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=8e7771903ef2e8718e17f228e7fcdb1aeb889e57c9d846b6708d45b6310a3856
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: imlib2-heic-0.1.1
  2021-01-10 20:46 [PR PATCH] [WIP] New package: imlib2-heic-0.1.0 kawaiiamber
                   ` (14 preceding siblings ...)
  2021-04-22  1:13 ` [PR PATCH] [Updated] " kawaiiamber
@ 2021-04-22  1:13 ` kawaiiamber
  2022-02-14 18:21 ` [PR PATCH] [Closed]: " q66
  16 siblings, 0 replies; 18+ messages in thread
From: kawaiiamber @ 2021-04-22  1:13 UTC (permalink / raw)
  To: ml

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

New review comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27814#discussion_r617994562

Comment:
Okay, removed the `(feh)` from `short_desc`

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

* Re: [PR PATCH] [Closed]: New package: imlib2-heic-0.1.1
  2021-01-10 20:46 [PR PATCH] [WIP] New package: imlib2-heic-0.1.0 kawaiiamber
                   ` (15 preceding siblings ...)
  2021-04-22  1:13 ` [PR REVIEW] " kawaiiamber
@ 2022-02-14 18:21 ` q66
  16 siblings, 0 replies; 18+ messages in thread
From: q66 @ 2022-02-14 18:21 UTC (permalink / raw)
  To: ml

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

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

New package: imlib2-heic-0.1.1
https://github.com/void-linux/void-packages/pull/27814

Description:
Closes [this](https://github.com/void-linux/void-packages/issues/27597). [WIP] as I'm not too confident if I included the licenses correctly. `./xbps-src pkg imlib2-heic` passes locally on my end, hoping for the best ~

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

end of thread, other threads:[~2022-02-14 18:21 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-10 20:46 [PR PATCH] [WIP] New package: imlib2-heic-0.1.0 kawaiiamber
2021-01-10 20:46 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-10 21:22 ` kawaiiamber
2021-01-13  0:34 ` kawaiiamber
2021-01-13  0:36 ` kawaiiamber
2021-01-13  0:41 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-13  8:30 ` kawaiiamber
2021-01-13  8:31 ` kawaiiamber
2021-01-13 10:37 ` DirectorX
2021-01-13 11:05 ` [PR PATCH] [Updated] New package: imlib2-heic-0.1.1 kawaiiamber
2021-04-18  4:22 ` [PR REVIEW] " ericonr
2021-04-21 23:43 ` kawaiiamber
2021-04-22  0:19 ` ericonr
2021-04-22  0:19 ` ericonr
2021-04-22  0:20 ` ericonr
2021-04-22  1:13 ` [PR PATCH] [Updated] " kawaiiamber
2021-04-22  1:13 ` [PR REVIEW] " kawaiiamber
2022-02-14 18:21 ` [PR PATCH] [Closed]: " q66

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