Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tachyon: update to 0.99.5.
@ 2023-04-24  1:59 tornaria
  2023-04-25 21:21 ` [PR PATCH] [Updated] " tornaria
  2023-04-27  2:25 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: tornaria @ 2023-04-24  1:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages tachyon
https://github.com/void-linux/void-packages/pull/43591

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

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

I've been using this version for a while. I didn't PR before because the homepage was down and I thought it was transient.

Many months after the fact, the webpage is still down, so I moved the homepage to sagemath mirror (https://mirrors.mit.edu/sage/spkg/upstream/tachyon/index.html). Note that this package is essential for sagemath (for 3d plots) and so this mirror should be good for long.

The file in the mirror is exactly the same one that was originally distributed by upstream. You can see arch is shipping the same version and the same sha256 here: https://github.com/archlinux/svntogit-community/blob/packages/tachyon/trunk/PKGBUILD.



<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 838616e8141c056f4ed4d1f4ceeb86789f219bec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 20 Dec 2022 21:22:39 -0300
Subject: [PATCH] tachyon: update to 0.99.5.

---
 srcpkgs/tachyon/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tachyon/template b/srcpkgs/tachyon/template
index eb07c1cbf4ca..297082466a6c 100644
--- a/srcpkgs/tachyon/template
+++ b/srcpkgs/tachyon/template
@@ -1,6 +1,6 @@
 # Template file for 'tachyon'
 pkgname=tachyon
-version=0.99~b6+dsx
+version=0.99.5
 revision=1
 build_wrksrc=unix
 build_style=gnu-makefile
@@ -9,9 +9,9 @@ makedepends="libpng-devel libjpeg-turbo-devel"
 short_desc="Multithreaded ray tracing software"
 maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
-homepage="http://jedi.ks.uiuc.edu/~johns/raytracer/"
-distfiles="${DEBIAN_SITE}/main/t/tachyon/tachyon_${version}.orig.tar.xz"
-checksum=ec90074f569d6d797576611527caa6b1aac96125aea1ec89a31b2867f1cdf7ff
+homepage="https://mirrors.mit.edu/sage/spkg/upstream/tachyon/index.html"
+distfiles="https://mirrors.mit.edu/sage/spkg/upstream/tachyon/tachyon-${version}.tar.bz2"
+checksum=09203c102311149f5df5cc367409f96c725742666d19c24db5ba994d5a81a6f5
 
 pre_build() {
 	export LIBS+=" -ltachyon -ljpeg -lpng -lm -lpthread"

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

* Re: [PR PATCH] [Updated] tachyon: update to 0.99.5.
  2023-04-24  1:59 [PR PATCH] tachyon: update to 0.99.5 tornaria
@ 2023-04-25 21:21 ` tornaria
  2023-04-27  2:25 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: tornaria @ 2023-04-25 21:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages tachyon
https://github.com/void-linux/void-packages/pull/43591

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

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

I've been using this version for a while. I didn't PR before because the homepage was down and I thought it was transient.

Many months after the fact, the webpage is still down, so I moved the homepage to sagemath mirror (https://mirrors.mit.edu/sage/spkg/upstream/tachyon/index.html). Note that this package is essential for sagemath (for 3d plots) and so this mirror should be good for long.

The file in the mirror is exactly the same one that was originally distributed by upstream. You can see arch is shipping the same version and the same sha256 here: https://github.com/archlinux/svntogit-community/blob/packages/tachyon/trunk/PKGBUILD.



<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 385c634e691337633c1e6bbdf207b4e35f56b702 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 20 Dec 2022 21:22:39 -0300
Subject: [PATCH] tachyon: update to 0.99.5.

---
 srcpkgs/tachyon/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tachyon/template b/srcpkgs/tachyon/template
index eb07c1cbf4ca..297082466a6c 100644
--- a/srcpkgs/tachyon/template
+++ b/srcpkgs/tachyon/template
@@ -1,6 +1,6 @@
 # Template file for 'tachyon'
 pkgname=tachyon
-version=0.99~b6+dsx
+version=0.99.5
 revision=1
 build_wrksrc=unix
 build_style=gnu-makefile
@@ -9,9 +9,9 @@ makedepends="libpng-devel libjpeg-turbo-devel"
 short_desc="Multithreaded ray tracing software"
 maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
-homepage="http://jedi.ks.uiuc.edu/~johns/raytracer/"
-distfiles="${DEBIAN_SITE}/main/t/tachyon/tachyon_${version}.orig.tar.xz"
-checksum=ec90074f569d6d797576611527caa6b1aac96125aea1ec89a31b2867f1cdf7ff
+homepage="https://mirrors.mit.edu/sage/spkg/upstream/tachyon/index.html"
+distfiles="https://mirrors.mit.edu/sage/spkg/upstream/tachyon/tachyon-${version}.tar.bz2"
+checksum=09203c102311149f5df5cc367409f96c725742666d19c24db5ba994d5a81a6f5
 
 pre_build() {
 	export LIBS+=" -ltachyon -ljpeg -lpng -lm -lpthread"

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

* Re: [PR PATCH] [Merged]: tachyon: update to 0.99.5.
  2023-04-24  1:59 [PR PATCH] tachyon: update to 0.99.5 tornaria
  2023-04-25 21:21 ` [PR PATCH] [Updated] " tornaria
@ 2023-04-27  2:25 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-04-27  2:25 UTC (permalink / raw)
  To: ml

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

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

tachyon: update to 0.99.5.
https://github.com/void-linux/void-packages/pull/43591

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

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

I've been using this version for a while. I didn't PR before because the homepage was down and I thought it was transient.

Many months after the fact, the webpage is still down, so I moved the homepage to sagemath mirror (https://mirrors.mit.edu/sage/spkg/upstream/tachyon/index.html). Note that this package is essential for sagemath (for 3d plots) and so this mirror should be good for long.

The file in the mirror is exactly the same one that was originally distributed by upstream. You can see arch is shipping the same version and the same sha256 here: https://github.com/archlinux/svntogit-community/blob/packages/tachyon/trunk/PKGBUILD.



<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-04-27  2:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-24  1:59 [PR PATCH] tachyon: update to 0.99.5 tornaria
2023-04-25 21:21 ` [PR PATCH] [Updated] " tornaria
2023-04-27  2:25 ` [PR PATCH] [Merged]: " abenson

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