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
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ 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] 8+ 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
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ 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] 8+ 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
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ 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] 8+ 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
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ 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] 8+ 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
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ 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] 8+ 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
  2023-09-25 14:22 ` [PR REVIEW] " Jipok
  6 siblings, 0 replies; 8+ 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] 8+ 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 siblings, 0 replies; 8+ 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] 8+ 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
  6 siblings, 0 replies; 8+ 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] 8+ messages in thread

end of thread, other threads:[~2023-09-25 14:22 UTC | newest]

Thread overview: 8+ 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

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