Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] alembic: update to 1.8.4.
@ 2023-01-15 15:58 motorto
  2023-01-15 17:11 ` [PR PATCH] [Updated] " motorto
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: motorto @ 2023-01-15 15:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages alembic-1.8.4
https://github.com/void-linux/void-packages/pull/41667

alembic: update to 1.8.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From dd91e4d642f13b1d449a9d5705dd91f67e1bd6ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 15 Jan 2023 15:43:52 +0000
Subject: [PATCH] alembic: update to 1.8.4.

---
 srcpkgs/alembic/template | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/alembic/template b/srcpkgs/alembic/template
index b03dd81bdbbd..cfdfc052dafd 100644
--- a/srcpkgs/alembic/template
+++ b/srcpkgs/alembic/template
@@ -1,6 +1,6 @@
 # Template file for 'alembic'
 pkgname=alembic
-version=1.8.3
+version=1.8.4
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config"
@@ -9,25 +9,26 @@ short_desc="Open framework for storing and sharing scene data"
 maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="BSD-3-Clause, MIT"
 homepage="https://www.alembic.io"
+changelog="https://raw.githubusercontent.com/alembic/alembic/master/NEWS.txt"
 distfiles="https://github.com/alembic/alembic/archive/${version}.tar.gz"
-checksum=b0bc74833bff118a869e81e6acb810a58797e77ef63143954b2f8e817c7f65cb
+checksum=e0fe1e16e6ec9a699b5f016f9e0ed31a384a008cfd9184f31253e2e096b1afda
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*) ;;
 	ppc*) broken="undefined reference to '__sync_bool_compare_and_swap_8'";;
 esac
 
-if [ -z "$CROSS_BUILD" ]; then
-	makedepends+=" hdf5-devel"
-fi
+# if [ -z "$CROSS_BUILD" ]; then
+# 	makedepends+=" hdf5-devel"
+# fi
 
-if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
-	makedepends+=" libatomic-devel"
+# if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+# 	makedepends+=" libatomic-devel"
 
-	post_patch() {
-		printf '\ntarget_link_libraries(Alembic PRIVATE atomic)\n' >> lib/Alembic/CMakeLists.txt
-	}
-fi
+# 	post_patch() {
+# 		printf '\ntarget_link_libraries(Alembic PRIVATE atomic)\n' >> lib/Alembic/CMakeLists.txt
+# 	}
+# fi
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Updated] alembic: update to 1.8.4.
  2023-01-15 15:58 [PR PATCH] alembic: update to 1.8.4 motorto
@ 2023-01-15 17:11 ` motorto
  2023-01-15 17:15 ` motorto
  2023-01-16  8:11 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: motorto @ 2023-01-15 17:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages alembic-1.8.4
https://github.com/void-linux/void-packages/pull/41667

alembic: update to 1.8.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From bc1eed23804814f9120327e5c3feba22866cb09e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 15 Jan 2023 15:43:52 +0000
Subject: [PATCH] alembic: update to 1.8.4.

---
 srcpkgs/alembic/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/alembic/template b/srcpkgs/alembic/template
index b03dd81bdbbd..5a7911548d97 100644
--- a/srcpkgs/alembic/template
+++ b/srcpkgs/alembic/template
@@ -1,6 +1,6 @@
 # Template file for 'alembic'
 pkgname=alembic
-version=1.8.3
+version=1.8.4
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config"
@@ -9,21 +9,17 @@ short_desc="Open framework for storing and sharing scene data"
 maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="BSD-3-Clause, MIT"
 homepage="https://www.alembic.io"
+changelog="https://raw.githubusercontent.com/alembic/alembic/master/NEWS.txt"
 distfiles="https://github.com/alembic/alembic/archive/${version}.tar.gz"
-checksum=b0bc74833bff118a869e81e6acb810a58797e77ef63143954b2f8e817c7f65cb
+checksum=e0fe1e16e6ec9a699b5f016f9e0ed31a384a008cfd9184f31253e2e096b1afda
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*) ;;
 	ppc*) broken="undefined reference to '__sync_bool_compare_and_swap_8'";;
 esac
 
-if [ -z "$CROSS_BUILD" ]; then
-	makedepends+=" hdf5-devel"
-fi
-
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"
-
 	post_patch() {
 		printf '\ntarget_link_libraries(Alembic PRIVATE atomic)\n' >> lib/Alembic/CMakeLists.txt
 	}

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

* Re: [PR PATCH] [Updated] alembic: update to 1.8.4.
  2023-01-15 15:58 [PR PATCH] alembic: update to 1.8.4 motorto
  2023-01-15 17:11 ` [PR PATCH] [Updated] " motorto
@ 2023-01-15 17:15 ` motorto
  2023-01-16  8:11 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: motorto @ 2023-01-15 17:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages alembic-1.8.4
https://github.com/void-linux/void-packages/pull/41667

alembic: update to 1.8.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 9afb4f44c7696ff96d27646e9ce03d8dace8c73c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 15 Jan 2023 15:43:52 +0000
Subject: [PATCH] alembic: update to 1.8.4.

---
 srcpkgs/alembic/template | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/alembic/template b/srcpkgs/alembic/template
index b03dd81bdbbd..32b92ef4a76b 100644
--- a/srcpkgs/alembic/template
+++ b/srcpkgs/alembic/template
@@ -1,6 +1,6 @@
 # Template file for 'alembic'
 pkgname=alembic
-version=1.8.3
+version=1.8.4
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config"
@@ -9,18 +9,15 @@ short_desc="Open framework for storing and sharing scene data"
 maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="BSD-3-Clause, MIT"
 homepage="https://www.alembic.io"
+changelog="https://raw.githubusercontent.com/alembic/alembic/master/NEWS.txt"
 distfiles="https://github.com/alembic/alembic/archive/${version}.tar.gz"
-checksum=b0bc74833bff118a869e81e6acb810a58797e77ef63143954b2f8e817c7f65cb
+checksum=e0fe1e16e6ec9a699b5f016f9e0ed31a384a008cfd9184f31253e2e096b1afda
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*) ;;
 	ppc*) broken="undefined reference to '__sync_bool_compare_and_swap_8'";;
 esac
 
-if [ -z "$CROSS_BUILD" ]; then
-	makedepends+=" hdf5-devel"
-fi
-
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"
 

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

* Re: [PR PATCH] [Merged]: alembic: update to 1.8.4.
  2023-01-15 15:58 [PR PATCH] alembic: update to 1.8.4 motorto
  2023-01-15 17:11 ` [PR PATCH] [Updated] " motorto
  2023-01-15 17:15 ` motorto
@ 2023-01-16  8:11 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-01-16  8:11 UTC (permalink / raw)
  To: ml

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

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

alembic: update to 1.8.4.
https://github.com/void-linux/void-packages/pull/41667

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


```
SUMMARY
pkg      host         target        cross  result
alembic  x86_64       x86_64        n      OK
alembic  x86_64-musl  x86_64-musl   n      OK
alembic  i686         i686          n      OK
alembic  x86_64-musl  aarch64-musl  y      OK
alembic  x86_64-musl  aarch64       y      OK
alembic  x86_64-musl  armv7l-musl   y      OK
alembic  x86_64-musl  armv7l        y      OK
alembic  x86_64-musl  armv6l-musl   y      OK
alembic  x86_64-musl  armv6l        y      OK
```

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

end of thread, other threads:[~2023-01-16  8:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-15 15:58 [PR PATCH] alembic: update to 1.8.4 motorto
2023-01-15 17:11 ` [PR PATCH] [Updated] " motorto
2023-01-15 17:15 ` motorto
2023-01-16  8:11 ` [PR PATCH] [Merged]: " classabbyamp

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