Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openexr: update to 2.4.0.
@ 2019-11-11  6:58 voidlinux-github
  2019-11-11  9:54 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-11  6:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages openexr
https://github.com/void-linux/void-packages/pull/16353

openexr: update to 2.4.0.
None

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

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

From 345ae948d812a035ee3784f8f094d40f933c990c Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Sun, 10 Nov 2019 23:57:54 -0700
Subject: [PATCH] openexr: update to 2.4.0.

---
 srcpkgs/openexr/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/openexr/template b/srcpkgs/openexr/template
index 8443cf291ab..3c523ce9428 100644
--- a/srcpkgs/openexr/template
+++ b/srcpkgs/openexr/template
@@ -1,16 +1,16 @@
 # Template file for 'openexr'
 pkgname=openexr
-version=2.3.0
+version=2.4.0
 revision=1
 build_style=gnu-configure
-maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://www.openexr.com/"
-license="BSD"
-short_desc="High dynamic-range (HDR) image file format"
 hostmakedepends="pkg-config"
+short_desc="High dynamic-range (HDR) image file format"
 makedepends="ilmbase-devel zlib-devel"
-distfiles="https://github.com/openexr/openexr/releases/download/v${version}/openexr-${version}.tar.gz"
-checksum=fd6cb3a87f8c1a233be17b94c74799e6241d50fc5efd4df75c7a4b9cf4e25ea6
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD"
+homepage="https://www.openexr.com/"
+distfiles="https://github.com/openexr/openexr/archive/v${version}.tar.gz"
+checksum=4904c5ea7914a58f60a5e2fbc397be67e7a25c380d7d07c1c31a3eefff1c92f1
 
 LDFLAGS="-lrt"
 

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

* Re: [PR PATCH] [Updated] openexr: update to 2.4.0.
  2019-11-11  6:58 [PR PATCH] openexr: update to 2.4.0 voidlinux-github
@ 2019-11-11  9:54 ` voidlinux-github
  2019-11-11  9:55 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-11  9:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages openexr
https://github.com/void-linux/void-packages/pull/16353

openexr: update to 2.4.0.
None

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

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

From 1fddf6c4ccef4f23e1ffea29a484292780517294 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Sun, 10 Nov 2019 23:57:54 -0700
Subject: [PATCH] openexr: update to 2.4.0.

---
 srcpkgs/openexr/template | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/openexr/template b/srcpkgs/openexr/template
index 8443cf291ab..d6c2cdfe94d 100644
--- a/srcpkgs/openexr/template
+++ b/srcpkgs/openexr/template
@@ -1,16 +1,16 @@
 # Template file for 'openexr'
 pkgname=openexr
-version=2.3.0
+version=2.4.0
 revision=1
-build_style=gnu-configure
-maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://www.openexr.com/"
-license="BSD"
-short_desc="High dynamic-range (HDR) image file format"
+build_style=cmake
 hostmakedepends="pkg-config"
+short_desc="High dynamic-range (HDR) image file format"
 makedepends="ilmbase-devel zlib-devel"
-distfiles="https://github.com/openexr/openexr/releases/download/v${version}/openexr-${version}.tar.gz"
-checksum=fd6cb3a87f8c1a233be17b94c74799e6241d50fc5efd4df75c7a4b9cf4e25ea6
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD"
+homepage="https://www.openexr.com/"
+distfiles="https://github.com/openexr/openexr/archive/v${version}.tar.gz"
+checksum=4904c5ea7914a58f60a5e2fbc397be67e7a25c380d7d07c1c31a3eefff1c92f1
 
 LDFLAGS="-lrt"
 
@@ -37,7 +37,7 @@ post_configure() {
 }
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.md
 }
 
 libopenexr_package() {

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

* Re: [PR PATCH] [Updated] openexr: update to 2.4.0.
  2019-11-11  6:58 [PR PATCH] openexr: update to 2.4.0 voidlinux-github
  2019-11-11  9:54 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-11-11  9:55 ` voidlinux-github
  2019-11-11 10:21 ` voidlinux-github
  2019-11-11 15:52 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-11  9:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages openexr
https://github.com/void-linux/void-packages/pull/16353

openexr: update to 2.4.0.
None

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

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

From 39e5fe4bf389ffb17956bfa99934eed306f23bc0 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Sun, 10 Nov 2019 23:57:54 -0700
Subject: [PATCH] openexr: update to 2.4.0.

---
 srcpkgs/openexr/template | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/openexr/template b/srcpkgs/openexr/template
index 8443cf291ab..bce9dfd4ba5 100644
--- a/srcpkgs/openexr/template
+++ b/srcpkgs/openexr/template
@@ -1,16 +1,16 @@
 # Template file for 'openexr'
 pkgname=openexr
-version=2.3.0
+version=2.4.0
 revision=1
-build_style=gnu-configure
-maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://www.openexr.com/"
-license="BSD"
-short_desc="High dynamic-range (HDR) image file format"
+build_style=cmake
 hostmakedepends="pkg-config"
+short_desc="High dynamic-range (HDR) image file format"
 makedepends="ilmbase-devel zlib-devel"
-distfiles="https://github.com/openexr/openexr/releases/download/v${version}/openexr-${version}.tar.gz"
-checksum=fd6cb3a87f8c1a233be17b94c74799e6241d50fc5efd4df75c7a4b9cf4e25ea6
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-3-Clause"
+homepage="https://www.openexr.com/"
+distfiles="https://github.com/openexr/openexr/archive/v${version}.tar.gz"
+checksum=4904c5ea7914a58f60a5e2fbc397be67e7a25c380d7d07c1c31a3eefff1c92f1
 
 LDFLAGS="-lrt"
 
@@ -37,7 +37,7 @@ post_configure() {
 }
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.md
 }
 
 libopenexr_package() {

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

* Re: [PR PATCH] [Updated] openexr: update to 2.4.0.
  2019-11-11  6:58 [PR PATCH] openexr: update to 2.4.0 voidlinux-github
  2019-11-11  9:54 ` [PR PATCH] [Updated] " voidlinux-github
  2019-11-11  9:55 ` voidlinux-github
@ 2019-11-11 10:21 ` voidlinux-github
  2019-11-11 15:52 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-11 10:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages openexr
https://github.com/void-linux/void-packages/pull/16353

openexr: update to 2.4.0.
None

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

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

From 1f974d48fa97ce9ba30c11fd789b5ca11649f89c Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Sun, 10 Nov 2019 23:57:54 -0700
Subject: [PATCH] openexr: update to 2.4.0.

---
 srcpkgs/openexr/template | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/openexr/template b/srcpkgs/openexr/template
index 8443cf291ab..9c98b67ebe4 100644
--- a/srcpkgs/openexr/template
+++ b/srcpkgs/openexr/template
@@ -1,16 +1,16 @@
 # Template file for 'openexr'
 pkgname=openexr
-version=2.3.0
+version=2.4.0
 revision=1
-build_style=gnu-configure
-maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://www.openexr.com/"
-license="BSD"
-short_desc="High dynamic-range (HDR) image file format"
+build_style=cmake
 hostmakedepends="pkg-config"
+short_desc="High dynamic-range (HDR) image file format"
 makedepends="ilmbase-devel zlib-devel"
-distfiles="https://github.com/openexr/openexr/releases/download/v${version}/openexr-${version}.tar.gz"
-checksum=fd6cb3a87f8c1a233be17b94c74799e6241d50fc5efd4df75c7a4b9cf4e25ea6
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-3-Clause"
+homepage="https://www.openexr.com/"
+distfiles="https://github.com/openexr/openexr/archive/v${version}.tar.gz"
+checksum=4904c5ea7914a58f60a5e2fbc397be67e7a25c380d7d07c1c31a3eefff1c92f1
 
 LDFLAGS="-lrt"
 
@@ -37,7 +37,7 @@ post_configure() {
 }
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.md
 }
 
 libopenexr_package() {
@@ -51,7 +51,6 @@ libopenexr-devel_package() {
 	depends="${makedepends} libopenexr>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/include
-		vmove usr/lib/*.a
 		vmove usr/lib/*.so
 		vmove usr/lib/pkgconfig
 		vmove usr/share

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

* Re: [PR PATCH] [Updated] openexr: update to 2.4.0.
  2019-11-11  6:58 [PR PATCH] openexr: update to 2.4.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-11-11 10:21 ` voidlinux-github
@ 2019-11-11 15:52 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-11 15:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages openexr
https://github.com/void-linux/void-packages/pull/16353

openexr: update to 2.4.0.
None

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

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

From 6815bb9e2d511c88c0898f9fff3f5ae34cd14283 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Sun, 10 Nov 2019 23:57:54 -0700
Subject: [PATCH] openexr: update to 2.4.0.

---
 srcpkgs/openexr/template | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/openexr/template b/srcpkgs/openexr/template
index 8443cf291ab..37307b982a8 100644
--- a/srcpkgs/openexr/template
+++ b/srcpkgs/openexr/template
@@ -1,16 +1,16 @@
 # Template file for 'openexr'
 pkgname=openexr
-version=2.3.0
+version=2.4.0
 revision=1
-build_style=gnu-configure
-maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://www.openexr.com/"
-license="BSD"
-short_desc="High dynamic-range (HDR) image file format"
+build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="ilmbase-devel zlib-devel"
-distfiles="https://github.com/openexr/openexr/releases/download/v${version}/openexr-${version}.tar.gz"
-checksum=fd6cb3a87f8c1a233be17b94c74799e6241d50fc5efd4df75c7a4b9cf4e25ea6
+short_desc="High dynamic-range (HDR) image file format"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-3-Clause"
+homepage="https://www.openexr.com/"
+distfiles="https://github.com/openexr/openexr/archive/v${version}.tar.gz"
+checksum=4904c5ea7914a58f60a5e2fbc397be67e7a25c380d7d07c1c31a3eefff1c92f1
 
 LDFLAGS="-lrt"
 
@@ -37,7 +37,7 @@ post_configure() {
 }
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.md
 }
 
 libopenexr_package() {
@@ -51,7 +51,6 @@ libopenexr-devel_package() {
 	depends="${makedepends} libopenexr>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/include
-		vmove usr/lib/*.a
 		vmove usr/lib/*.so
 		vmove usr/lib/pkgconfig
 		vmove usr/share

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

end of thread, other threads:[~2019-11-11 15:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-11  6:58 [PR PATCH] openexr: update to 2.4.0 voidlinux-github
2019-11-11  9:54 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-11  9:55 ` voidlinux-github
2019-11-11 10:21 ` voidlinux-github
2019-11-11 15:52 ` 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).