Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: f3d-2.1.0
@ 2023-09-11 13:30 Jipok
  2023-09-16 17:58 ` [PR REVIEW] " Duncaen
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Jipok @ 2023-09-11 13:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Jipok/void-packages f3d
https://github.com/void-linux/void-packages/pull/46014

New package: f3d-2.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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, (x86_64-glibc)
- I cant built this PR locally for armv6l,aarch64-musl architectures:
```
=> ERROR: hdf5-devel-1.10.5_2: cannot be cross compiled...
=> ERROR: hdf5-devel-1.10.5_2: https://portal.hdfgroup.org/pages/viewpage.action?pageId=48808266
```

f3d is like feh but for 3d models. Very convenient for quickly viewing models. Especially if you have never worked with such programs before.

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

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

From f25eae94475bac90b9d9679d4091dcbf1ecca878 Mon Sep 17 00:00:00 2001
From: Jipok <github@jipok.ru>
Date: Mon, 11 Sep 2023 18:04:47 +0500
Subject: [PATCH] New package: f3d-2.1.0

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

diff --git a/srcpkgs/f3d/template b/srcpkgs/f3d/template
new file mode 100644
index 0000000000000..b9d12404e2b99
--- /dev/null
+++ b/srcpkgs/f3d/template
@@ -0,0 +1,18 @@
+# Template file for 'f3d'
+pkgname=f3d
+version=2.1.0
+revision=1
+build_style=cmake
+makedepends="vtk-devel"
+depends="vtk"
+short_desc="Fast and minimalist 3D viewer"
+maintainer="Jipok <void@jipok.ru>"
+license="BSD-3-Clause"
+homepage="htpps://f3d.app"
+changelog="https://f3d.app/doc/CHANGELOG.html"
+distfiles="https://github.com/f3d-app/f3d/archive/refs/tags/v${version}.tar.gz"
+checksum=3e5e6c2c16da4d7ccce8b6e316ab8007592a2bc0fc11a513f1ebac8c7f0f95d2
+
+post_install() {
+	vlicense LICENSE.md
+}

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

* Re: [PR REVIEW] New package: f3d-2.1.0
  2023-09-11 13:30 [PR PATCH] New package: f3d-2.1.0 Jipok
@ 2023-09-16 17:58 ` Duncaen
  2023-09-16 17:58 ` Duncaen
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Duncaen @ 2023-09-16 17:58 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/46014#discussion_r1327991987

Comment:
typo

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

* Re: [PR REVIEW] New package: f3d-2.1.0
  2023-09-11 13:30 [PR PATCH] New package: f3d-2.1.0 Jipok
  2023-09-16 17:58 ` [PR REVIEW] " Duncaen
@ 2023-09-16 17:58 ` Duncaen
  2023-09-16 18:11 ` [PR PATCH] [Updated] " Jipok
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Duncaen @ 2023-09-16 17:58 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/46014#discussion_r1327991987

Comment:
typo `htpps` -> `https`.

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

* Re: [PR PATCH] [Updated] New package: f3d-2.1.0
  2023-09-11 13:30 [PR PATCH] New package: f3d-2.1.0 Jipok
  2023-09-16 17:58 ` [PR REVIEW] " Duncaen
  2023-09-16 17:58 ` Duncaen
@ 2023-09-16 18:11 ` Jipok
  2023-09-23  8:57 ` [PR REVIEW] " Jipok
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Jipok @ 2023-09-16 18:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Jipok/void-packages f3d
https://github.com/void-linux/void-packages/pull/46014

New package: f3d-2.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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, (x86_64-glibc)
- I cant built this PR locally for armv6l,aarch64-musl architectures:
```
=> ERROR: hdf5-devel-1.10.5_2: cannot be cross compiled...
=> ERROR: hdf5-devel-1.10.5_2: https://portal.hdfgroup.org/pages/viewpage.action?pageId=48808266
```

f3d is like feh but for 3d models. Very convenient for quickly viewing models. Especially if you have never worked with such programs before.

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

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

From e5be096205db825c6267400e860137c5f52362a9 Mon Sep 17 00:00:00 2001
From: Jipok <github@jipok.ru>
Date: Mon, 11 Sep 2023 18:04:47 +0500
Subject: [PATCH] New package: f3d-2.1.0

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

diff --git a/srcpkgs/f3d/template b/srcpkgs/f3d/template
new file mode 100644
index 0000000000000..5c36b81c1da1a
--- /dev/null
+++ b/srcpkgs/f3d/template
@@ -0,0 +1,23 @@
+# Template file for 'f3d'
+pkgname=f3d
+version=2.1.0
+revision=1
+build_style=cmake
+makedepends="vtk-devel"
+depends="vtk"
+short_desc="Fast and minimalist 3D viewer"
+maintainer="Jipok <void@jipok.ru>"
+license="BSD-3-Clause"
+homepage="https://f3d.app"
+changelog="https://f3d.app/doc/CHANGELOG.html"
+distfiles="https://github.com/f3d-app/f3d/archive/refs/tags/v${version}.tar.gz"
+checksum=3e5e6c2c16da4d7ccce8b6e316ab8007592a2bc0fc11a513f1ebac8c7f0f95d2
+
+post_install() {
+	vlicense LICENSE.md
+}
+
+do_configure() {
+	echo AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+	exit 1
+}

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

* Re: [PR REVIEW] New package: f3d-2.1.0
  2023-09-11 13:30 [PR PATCH] New package: f3d-2.1.0 Jipok
                   ` (2 preceding siblings ...)
  2023-09-16 18:11 ` [PR PATCH] [Updated] " Jipok
@ 2023-09-23  8:57 ` Jipok
  2023-09-23 11:19 ` Duncaen
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Jipok @ 2023-09-23  8:57 UTC (permalink / raw)
  To: ml

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

New review comment by Jipok on void-packages repository

https://github.com/void-linux/void-packages/pull/46014#discussion_r1334946332

Comment:
fixed

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

* Re: [PR REVIEW] New package: f3d-2.1.0
  2023-09-11 13:30 [PR PATCH] New package: f3d-2.1.0 Jipok
                   ` (3 preceding siblings ...)
  2023-09-23  8:57 ` [PR REVIEW] " Jipok
@ 2023-09-23 11:19 ` Duncaen
  2023-09-25 14:21 ` [PR PATCH] [Updated] " Jipok
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Duncaen @ 2023-09-23 11:19 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/46014#discussion_r1334970431

Comment:
This looks wrong

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

* Re: [PR PATCH] [Updated] New package: f3d-2.1.0
  2023-09-11 13:30 [PR PATCH] New package: f3d-2.1.0 Jipok
                   ` (4 preceding siblings ...)
  2023-09-23 11:19 ` Duncaen
@ 2023-09-25 14:21 ` Jipok
  2023-09-25 14:22 ` [PR REVIEW] " Jipok
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Jipok @ 2023-09-25 14:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Jipok/void-packages f3d
https://github.com/void-linux/void-packages/pull/46014

New package: f3d-2.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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, (x86_64-glibc)
- I cant built this PR locally for armv6l,aarch64-musl architectures:
```
=> ERROR: hdf5-devel-1.10.5_2: cannot be cross compiled...
=> ERROR: hdf5-devel-1.10.5_2: https://portal.hdfgroup.org/pages/viewpage.action?pageId=48808266
```

f3d is like feh but for 3d models. Very convenient for quickly viewing models. Especially if you have never worked with such programs before.

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

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

From befe4672b9d98b00bc9fde2371605217159cde9d Mon Sep 17 00:00:00 2001
From: Jipok <github@jipok.ru>
Date: Mon, 11 Sep 2023 18:04:47 +0500
Subject: [PATCH] New package: f3d-2.1.0

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

diff --git a/srcpkgs/f3d/template b/srcpkgs/f3d/template
new file mode 100644
index 0000000000000..0fd71b3a30a3e
--- /dev/null
+++ b/srcpkgs/f3d/template
@@ -0,0 +1,22 @@
+# Template file for 'f3d'
+pkgname=f3d
+version=2.1.0
+revision=1
+build_style=cmake
+makedepends="vtk-devel"
+depends="vtk"
+short_desc="Fast and minimalist 3D viewer"
+maintainer="Jipok <void@jipok.ru>"
+license="BSD-3-Clause"
+homepage="https://f3d.app"
+changelog="https://f3d.app/doc/CHANGELOG.html"
+distfiles="https://github.com/f3d-app/f3d/archive/refs/tags/v${version}.tar.gz"
+checksum=3e5e6c2c16da4d7ccce8b6e316ab8007592a2bc0fc11a513f1ebac8c7f0f95d2
+
+post_install() {
+	vlicense LICENSE.md
+}
+
+do_configure() {
+	exit 1
+}

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

* Re: [PR REVIEW] New package: f3d-2.1.0
  2023-09-11 13:30 [PR PATCH] New package: f3d-2.1.0 Jipok
                   ` (5 preceding siblings ...)
  2023-09-25 14:21 ` [PR PATCH] [Updated] " Jipok
@ 2023-09-25 14:22 ` Jipok
  2023-10-08 16:58 ` [PR PATCH] [Updated] " Jipok
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Jipok @ 2023-09-25 14:22 UTC (permalink / raw)
  To: ml

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

New review comment by Jipok on void-packages repository

https://github.com/void-linux/void-packages/pull/46014#discussion_r1335963642

Comment:
To be honest, I rechecked this small template and did not see any problems in it. Damn, this is so stupid and embarrassing.

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

* Re: [PR PATCH] [Updated] New package: f3d-2.1.0
  2023-09-11 13:30 [PR PATCH] New package: f3d-2.1.0 Jipok
                   ` (6 preceding siblings ...)
  2023-09-25 14:22 ` [PR REVIEW] " Jipok
@ 2023-10-08 16:58 ` Jipok
  2023-10-08 17:32 ` Jipok
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Jipok @ 2023-10-08 16:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Jipok/void-packages f3d
https://github.com/void-linux/void-packages/pull/46014

New package: f3d-2.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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, (x86_64-glibc)
- I cant built this PR locally for armv6l,aarch64-musl architectures:
```
=> ERROR: hdf5-devel-1.10.5_2: cannot be cross compiled...
=> ERROR: hdf5-devel-1.10.5_2: https://portal.hdfgroup.org/pages/viewpage.action?pageId=48808266
```

f3d is like feh but for 3d models. Very convenient for quickly viewing models. Especially if you have never worked with such programs before.

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

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

From 567a6f6fd4718b5ff913cd9a49c57773658d8aac Mon Sep 17 00:00:00 2001
From: Jipok <github@jipok.ru>
Date: Mon, 11 Sep 2023 18:04:47 +0500
Subject: [PATCH] New package: f3d-2.1.0

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

diff --git a/srcpkgs/f3d/template b/srcpkgs/f3d/template
new file mode 100644
index 0000000000000..88378d0e7b3d9
--- /dev/null
+++ b/srcpkgs/f3d/template
@@ -0,0 +1,18 @@
+# Template file for 'f3d'
+pkgname=f3d
+version=2.1.0
+revision=1
+build_style=cmake
+makedepends="vtk-devel"
+depends="vtk"
+short_desc="Fast and minimalist 3D viewer"
+maintainer="Jipok <void@jipok.ru>"
+license="BSD-3-Clause"
+homepage="https://f3d.app"
+changelog="https://f3d.app/doc/CHANGELOG.html"
+distfiles="https://github.com/f3d-app/f3d/archive/refs/tags/v${version}.tar.gz"
+checksum=3e5e6c2c16da4d7ccce8b6e316ab8007592a2bc0fc11a513f1ebac8c7f0f95d2
+
+post_install() {
+	vlicense LICENSE.md
+}

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

* Re: [PR PATCH] [Updated] New package: f3d-2.1.0
  2023-09-11 13:30 [PR PATCH] New package: f3d-2.1.0 Jipok
                   ` (7 preceding siblings ...)
  2023-10-08 16:58 ` [PR PATCH] [Updated] " Jipok
@ 2023-10-08 17:32 ` Jipok
  2024-01-07  1:49 ` github-actions
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Jipok @ 2023-10-08 17:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Jipok/void-packages f3d
https://github.com/void-linux/void-packages/pull/46014

New package: f3d-2.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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, (x86_64-glibc)
- I cant built this PR locally for armv6l,aarch64-musl architectures:
```
=> ERROR: hdf5-devel-1.10.5_2: cannot be cross compiled...
=> ERROR: hdf5-devel-1.10.5_2: https://portal.hdfgroup.org/pages/viewpage.action?pageId=48808266
```

f3d is like feh but for 3d models. Very convenient for quickly viewing models. Especially if you have never worked with such programs before.

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

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

From 8008cede66330428a1a2515e3afe5a442f34a8fd Mon Sep 17 00:00:00 2001
From: Jipok <github@jipok.ru>
Date: Mon, 11 Sep 2023 18:04:47 +0500
Subject: [PATCH 1/2] New package: f3d-2.1.0

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

diff --git a/srcpkgs/f3d/template b/srcpkgs/f3d/template
new file mode 100644
index 0000000000000..88378d0e7b3d9
--- /dev/null
+++ b/srcpkgs/f3d/template
@@ -0,0 +1,18 @@
+# Template file for 'f3d'
+pkgname=f3d
+version=2.1.0
+revision=1
+build_style=cmake
+makedepends="vtk-devel"
+depends="vtk"
+short_desc="Fast and minimalist 3D viewer"
+maintainer="Jipok <void@jipok.ru>"
+license="BSD-3-Clause"
+homepage="https://f3d.app"
+changelog="https://f3d.app/doc/CHANGELOG.html"
+distfiles="https://github.com/f3d-app/f3d/archive/refs/tags/v${version}.tar.gz"
+checksum=3e5e6c2c16da4d7ccce8b6e316ab8007592a2bc0fc11a513f1ebac8c7f0f95d2
+
+post_install() {
+	vlicense LICENSE.md
+}

From bd3792d7b7f30cd0e6341030119832d9b4f8edae Mon Sep 17 00:00:00 2001
From: Jipok <github@jipok.ru>
Date: Sun, 8 Oct 2023 22:15:44 +0500
Subject: [PATCH 2/2] f3d: update to 2.2.1.

---
 srcpkgs/f3d/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/f3d/template b/srcpkgs/f3d/template
index 88378d0e7b3d9..4a8f69e4b7cd3 100644
--- a/srcpkgs/f3d/template
+++ b/srcpkgs/f3d/template
@@ -1,6 +1,6 @@
 # Template file for 'f3d'
 pkgname=f3d
-version=2.1.0
+version=2.2.1
 revision=1
 build_style=cmake
 makedepends="vtk-devel"
@@ -11,7 +11,7 @@ license="BSD-3-Clause"
 homepage="https://f3d.app"
 changelog="https://f3d.app/doc/CHANGELOG.html"
 distfiles="https://github.com/f3d-app/f3d/archive/refs/tags/v${version}.tar.gz"
-checksum=3e5e6c2c16da4d7ccce8b6e316ab8007592a2bc0fc11a513f1ebac8c7f0f95d2
+checksum=4d3a73b0107c8db7f0556107c74087d3748232a73981f65f7c5186ac1003ec8d
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: New package: f3d-2.1.0
  2023-09-11 13:30 [PR PATCH] New package: f3d-2.1.0 Jipok
                   ` (8 preceding siblings ...)
  2023-10-08 17:32 ` Jipok
@ 2024-01-07  1:49 ` github-actions
  2024-01-10  6:13 ` Jipok
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: github-actions @ 2024-01-07  1:49 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/46014#issuecomment-1879910464

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: f3d-2.1.0
  2023-09-11 13:30 [PR PATCH] New package: f3d-2.1.0 Jipok
                   ` (9 preceding siblings ...)
  2024-01-07  1:49 ` github-actions
@ 2024-01-10  6:13 ` Jipok
  2024-04-03 17:33 ` [PR PATCH] [Updated] New package: f3d-2.1.1 Jipok
  2024-04-03 17:37 ` Jipok
  12 siblings, 0 replies; 14+ messages in thread
From: Jipok @ 2024-01-10  6:13 UTC (permalink / raw)
  To: ml

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

New comment by Jipok on void-packages repository

https://github.com/void-linux/void-packages/pull/46014#issuecomment-1884251701

Comment:
bump

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

* Re: [PR PATCH] [Updated] New package: f3d-2.1.1
  2023-09-11 13:30 [PR PATCH] New package: f3d-2.1.0 Jipok
                   ` (10 preceding siblings ...)
  2024-01-10  6:13 ` Jipok
@ 2024-04-03 17:33 ` Jipok
  2024-04-03 17:37 ` Jipok
  12 siblings, 0 replies; 14+ messages in thread
From: Jipok @ 2024-04-03 17:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Jipok/void-packages f3d
https://github.com/void-linux/void-packages/pull/46014

New package: f3d-2.1.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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, (x86_64-glibc)
- I cant built this PR locally for armv6l,aarch64-musl architectures:
```
=> ERROR: hdf5-devel-1.10.5_2: cannot be cross compiled...
=> ERROR: hdf5-devel-1.10.5_2: https://portal.hdfgroup.org/pages/viewpage.action?pageId=48808266
```

f3d is like feh but for 3d models. Very convenient for quickly viewing models. Especially if you have never worked with such programs before.

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

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

From 0ee0377b417e68a3fb1a3ad35304041484036aa9 Mon Sep 17 00:00:00 2001
From: Jipok <github@jipok.ru>
Date: Mon, 11 Sep 2023 18:04:47 +0500
Subject: [PATCH 1/3] New package: f3d-2.1.0

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

diff --git a/srcpkgs/f3d/template b/srcpkgs/f3d/template
new file mode 100644
index 00000000000000..88378d0e7b3d9e
--- /dev/null
+++ b/srcpkgs/f3d/template
@@ -0,0 +1,18 @@
+# Template file for 'f3d'
+pkgname=f3d
+version=2.1.0
+revision=1
+build_style=cmake
+makedepends="vtk-devel"
+depends="vtk"
+short_desc="Fast and minimalist 3D viewer"
+maintainer="Jipok <void@jipok.ru>"
+license="BSD-3-Clause"
+homepage="https://f3d.app"
+changelog="https://f3d.app/doc/CHANGELOG.html"
+distfiles="https://github.com/f3d-app/f3d/archive/refs/tags/v${version}.tar.gz"
+checksum=3e5e6c2c16da4d7ccce8b6e316ab8007592a2bc0fc11a513f1ebac8c7f0f95d2
+
+post_install() {
+	vlicense LICENSE.md
+}

From 0a5655c2a9be2d018e1adb364bd39342427c5cd1 Mon Sep 17 00:00:00 2001
From: Jipok <github@jipok.ru>
Date: Sun, 8 Oct 2023 22:15:44 +0500
Subject: [PATCH 2/3] f3d: update to 2.2.1.

---
 srcpkgs/f3d/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/f3d/template b/srcpkgs/f3d/template
index 88378d0e7b3d9e..4a8f69e4b7cd3c 100644
--- a/srcpkgs/f3d/template
+++ b/srcpkgs/f3d/template
@@ -1,6 +1,6 @@
 # Template file for 'f3d'
 pkgname=f3d
-version=2.1.0
+version=2.2.1
 revision=1
 build_style=cmake
 makedepends="vtk-devel"
@@ -11,7 +11,7 @@ license="BSD-3-Clause"
 homepage="https://f3d.app"
 changelog="https://f3d.app/doc/CHANGELOG.html"
 distfiles="https://github.com/f3d-app/f3d/archive/refs/tags/v${version}.tar.gz"
-checksum=3e5e6c2c16da4d7ccce8b6e316ab8007592a2bc0fc11a513f1ebac8c7f0f95d2
+checksum=4d3a73b0107c8db7f0556107c74087d3748232a73981f65f7c5186ac1003ec8d
 
 post_install() {
 	vlicense LICENSE.md

From 653bb0fb5296e7de45f1a685983c08f961b1c3d5 Mon Sep 17 00:00:00 2001
From: Jipok <github@jipok.ru>
Date: Wed, 3 Apr 2024 22:25:31 +0500
Subject: [PATCH 3/3] f3d: update to 2.4.0.

---
 srcpkgs/f3d/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/f3d/template b/srcpkgs/f3d/template
index 4a8f69e4b7cd3c..ca2db29314c164 100644
--- a/srcpkgs/f3d/template
+++ b/srcpkgs/f3d/template
@@ -1,6 +1,6 @@
 # Template file for 'f3d'
 pkgname=f3d
-version=2.2.1
+version=2.4.0
 revision=1
 build_style=cmake
 makedepends="vtk-devel"
@@ -11,7 +11,7 @@ license="BSD-3-Clause"
 homepage="https://f3d.app"
 changelog="https://f3d.app/doc/CHANGELOG.html"
 distfiles="https://github.com/f3d-app/f3d/archive/refs/tags/v${version}.tar.gz"
-checksum=4d3a73b0107c8db7f0556107c74087d3748232a73981f65f7c5186ac1003ec8d
+checksum=3286ad1b324b995fd95818679b4ced80ebc3cc3b4bd4c8e6964695c05c934c8f
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: New package: f3d-2.1.1
  2023-09-11 13:30 [PR PATCH] New package: f3d-2.1.0 Jipok
                   ` (11 preceding siblings ...)
  2024-04-03 17:33 ` [PR PATCH] [Updated] New package: f3d-2.1.1 Jipok
@ 2024-04-03 17:37 ` Jipok
  12 siblings, 0 replies; 14+ messages in thread
From: Jipok @ 2024-04-03 17:37 UTC (permalink / raw)
  To: ml

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

New comment by Jipok on void-packages repository

https://github.com/void-linux/void-packages/pull/46014#issuecomment-2035199231

Comment:
`vtk >= 9.3` required for `.splat` files:
<details><summary>splat example</summary>

![319067413-656b1699-e6a8-4870-9e25-624c06cd2dc4](https://github.com/void-linux/void-packages/assets/25588359/2d0cdcb7-e0d6-4299-ab7c-bdbdcab5c56f)

</details>


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

end of thread, other threads:[~2024-04-03 17:37 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-11 13:30 [PR PATCH] New package: f3d-2.1.0 Jipok
2023-09-16 17:58 ` [PR REVIEW] " Duncaen
2023-09-16 17:58 ` Duncaen
2023-09-16 18:11 ` [PR PATCH] [Updated] " Jipok
2023-09-23  8:57 ` [PR REVIEW] " Jipok
2023-09-23 11:19 ` Duncaen
2023-09-25 14:21 ` [PR PATCH] [Updated] " Jipok
2023-09-25 14:22 ` [PR REVIEW] " Jipok
2023-10-08 16:58 ` [PR PATCH] [Updated] " Jipok
2023-10-08 17:32 ` Jipok
2024-01-07  1:49 ` github-actions
2024-01-10  6:13 ` Jipok
2024-04-03 17:33 ` [PR PATCH] [Updated] New package: f3d-2.1.1 Jipok
2024-04-03 17:37 ` Jipok

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