Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cglm-0.7.6
@ 2020-07-16 18:19 BouncyMaster
  2020-07-16 18:33 ` [PR PATCH] [Updated] " BouncyMaster
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: BouncyMaster @ 2020-07-16 18:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BouncyMaster/void-packages cglm
https://github.com/void-linux/void-packages/pull/23603

New package: cglm-0.7.6


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

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

From 0a52c6c9ab274d6c37be95b508258cf8cf2e4126 Mon Sep 17 00:00:00 2001
From: Nicu Borta <nicuborta123@tutanota.com>
Date: Thu, 16 Jul 2020 21:18:17 +0300
Subject: [PATCH] New package: cglm-0.7.6

---
 common/shlibs         |  1 +
 srcpkgs/cglm/template | 15 +++++++++++++++
 2 files changed, 16 insertions(+)
 create mode 100644 srcpkgs/cglm/template

diff --git a/common/shlibs b/common/shlibs
index ba4d41130a5..58d8724ae83 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3981,3 +3981,4 @@ libtexluajit.so.2 texlive-LuaTeX-20200406_1
 libtexlua53.so.5 texlive-LuaTeX-20200406_1
 libptexenc.so.1 texlive-20200406_1
 libdolphinvcs.so.5 dolphin-plugins-20.04.2_1
+libcglm.so.0 cglm-0.7.6_1
diff --git a/srcpkgs/cglm/template b/srcpkgs/cglm/template
new file mode 100644
index 00000000000..0f3bec12b4f
--- /dev/null
+++ b/srcpkgs/cglm/template
@@ -0,0 +1,15 @@
+# Template file for 'cglm'
+pkgname=cglm
+version=0.7.6
+revision=1
+build_style=cmake
+configure_args="$(vopt_if use_c99 CGLM_USE_C99)"
+short_desc="Highly Optimized Graphics Math (glm) for C"
+maintainer="Nicu Borta <nicuborta123@tutanota.com>"
+license="MIT"
+homepage="https://github.com/recp/cglm"
+distfiles="https://github.com/recp/cglm/archive/v${version}.tar.gz"
+checksum=29ff8af4edc03697e36d3e6f99a80b884a80ee09d46055ce45765e5d6b2456d9
+
+build_options="use_c99"
+desc_option_use_c99="Use the C99 standard instead of C11"

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

* Re: [PR PATCH] [Updated] New package: cglm-0.7.6
  2020-07-16 18:19 [PR PATCH] New package: cglm-0.7.6 BouncyMaster
@ 2020-07-16 18:33 ` BouncyMaster
  2020-07-17  9:30 ` BouncyMaster
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: BouncyMaster @ 2020-07-16 18:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BouncyMaster/void-packages cglm
https://github.com/void-linux/void-packages/pull/23603

New package: cglm-0.7.6


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

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

From bc22e3e6de65cc478e5933f245b2f59b7aaf9817 Mon Sep 17 00:00:00 2001
From: Nicu Borta <nicuborta123@tutanota.com>
Date: Thu, 16 Jul 2020 21:18:17 +0300
Subject: [PATCH] New package: cglm-0.7.6

---
 common/shlibs         |  1 +
 srcpkgs/cglm/template | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/cglm/template

diff --git a/common/shlibs b/common/shlibs
index ba4d41130a5..58d8724ae83 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3981,3 +3981,4 @@ libtexluajit.so.2 texlive-LuaTeX-20200406_1
 libtexlua53.so.5 texlive-LuaTeX-20200406_1
 libptexenc.so.1 texlive-20200406_1
 libdolphinvcs.so.5 dolphin-plugins-20.04.2_1
+libcglm.so.0 cglm-0.7.6_1
diff --git a/srcpkgs/cglm/template b/srcpkgs/cglm/template
new file mode 100644
index 00000000000..f1348b76a8e
--- /dev/null
+++ b/srcpkgs/cglm/template
@@ -0,0 +1,19 @@
+# Template file for 'cglm'
+pkgname=cglm
+version=0.7.6
+revision=1
+build_style=cmake
+configure_args="$(vopt_if use_c99 CGLM_USE_C99)"
+short_desc="Highly Optimized Graphics Math (glm) for C"
+maintainer="Nicu Borta <nicuborta123@tutanota.com>"
+license="MIT"
+homepage="https://github.com/recp/cglm"
+distfiles="https://github.com/recp/cglm/archive/v${version}.tar.gz"
+checksum=29ff8af4edc03697e36d3e6f99a80b884a80ee09d46055ce45765e5d6b2456d9
+
+build_options="use_c99"
+desc_option_use_c99="Use the C99 standard instead of C11"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: cglm-0.7.6
  2020-07-16 18:19 [PR PATCH] New package: cglm-0.7.6 BouncyMaster
  2020-07-16 18:33 ` [PR PATCH] [Updated] " BouncyMaster
@ 2020-07-17  9:30 ` BouncyMaster
  2020-07-17  9:31 ` BouncyMaster
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: BouncyMaster @ 2020-07-17  9:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BouncyMaster/void-packages cglm
https://github.com/void-linux/void-packages/pull/23603

New package: cglm-0.7.6


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

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

From 6a3e9b9358f2480e6f04a88b9e3d81f29ddc9c4a Mon Sep 17 00:00:00 2001
From: Nicu Borta <nicuborta123@tutanota.com>
Date: Thu, 16 Jul 2020 21:18:17 +0300
Subject: [PATCH] New package: cglm-0.7.6

---
 common/shlibs         |  1 +
 srcpkgs/cglm/template | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/cglm/template

diff --git a/common/shlibs b/common/shlibs
index ba4d41130a5..58d8724ae83 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3981,3 +3981,4 @@ libtexluajit.so.2 texlive-LuaTeX-20200406_1
 libtexlua53.so.5 texlive-LuaTeX-20200406_1
 libptexenc.so.1 texlive-20200406_1
 libdolphinvcs.so.5 dolphin-plugins-20.04.2_1
+libcglm.so.0 cglm-0.7.6_1
diff --git a/srcpkgs/cglm/template b/srcpkgs/cglm/template
new file mode 100644
index 00000000000..f1348b76a8e
--- /dev/null
+++ b/srcpkgs/cglm/template
@@ -0,0 +1,19 @@
+# Template file for 'cglm'
+pkgname=cglm
+version=0.7.6
+revision=1
+build_style=cmake
+configure_args="$(vopt_if use_c99 CGLM_USE_C99)"
+short_desc="Highly Optimized Graphics Math (glm) for C"
+maintainer="Nicu Borta <nicuborta123@tutanota.com>"
+license="MIT"
+homepage="https://github.com/recp/cglm"
+distfiles="https://github.com/recp/cglm/archive/v${version}.tar.gz"
+checksum=29ff8af4edc03697e36d3e6f99a80b884a80ee09d46055ce45765e5d6b2456d9
+
+build_options="use_c99"
+desc_option_use_c99="Use the C99 standard instead of C11"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: cglm-0.7.6
  2020-07-16 18:19 [PR PATCH] New package: cglm-0.7.6 BouncyMaster
  2020-07-16 18:33 ` [PR PATCH] [Updated] " BouncyMaster
  2020-07-17  9:30 ` BouncyMaster
@ 2020-07-17  9:31 ` BouncyMaster
  2020-07-20  9:39 ` BouncyMaster
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: BouncyMaster @ 2020-07-17  9:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BouncyMaster/void-packages cglm
https://github.com/void-linux/void-packages/pull/23603

New package: cglm-0.7.6


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

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

From f307a397aef99804596871c73f81ca04866e3a2c Mon Sep 17 00:00:00 2001
From: Nicu Borta <nicuborta123@tutanota.com>
Date: Thu, 16 Jul 2020 21:18:17 +0300
Subject: [PATCH] New package: cglm-0.7.6

---
 common/shlibs         |  1 +
 srcpkgs/cglm/template | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/cglm/template

diff --git a/common/shlibs b/common/shlibs
index ba4d41130a5..58d8724ae83 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3981,3 +3981,4 @@ libtexluajit.so.2 texlive-LuaTeX-20200406_1
 libtexlua53.so.5 texlive-LuaTeX-20200406_1
 libptexenc.so.1 texlive-20200406_1
 libdolphinvcs.so.5 dolphin-plugins-20.04.2_1
+libcglm.so.0 cglm-0.7.6_1
diff --git a/srcpkgs/cglm/template b/srcpkgs/cglm/template
new file mode 100644
index 00000000000..39dc3c8d2a4
--- /dev/null
+++ b/srcpkgs/cglm/template
@@ -0,0 +1,19 @@
+# Template file for 'cglm'
+pkgname=cglm
+version=0.7.6
+revision=1
+build_style=cmake
+configure_args="$(vopt_if c99 -DCGLM_USE_C99=ON)"
+short_desc="Highly Optimized Graphics Math (glm) for C"
+maintainer="Nicu Borta <nicuborta123@tutanota.com>"
+license="MIT"
+homepage="https://github.com/recp/cglm"
+distfiles="https://github.com/recp/cglm/archive/v${version}.tar.gz"
+checksum=29ff8af4edc03697e36d3e6f99a80b884a80ee09d46055ce45765e5d6b2456d9
+
+build_options="c99"
+desc_option_c99="Use the C99 standard instead of C11"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: cglm-0.7.6
  2020-07-16 18:19 [PR PATCH] New package: cglm-0.7.6 BouncyMaster
                   ` (2 preceding siblings ...)
  2020-07-17  9:31 ` BouncyMaster
@ 2020-07-20  9:39 ` BouncyMaster
  2020-07-20  9:52 ` BouncyMaster
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: BouncyMaster @ 2020-07-20  9:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BouncyMaster/void-packages cglm
https://github.com/void-linux/void-packages/pull/23603

New package: cglm-0.7.6


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

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

From f307a397aef99804596871c73f81ca04866e3a2c Mon Sep 17 00:00:00 2001
From: Nicu Borta <nicuborta123@tutanota.com>
Date: Thu, 16 Jul 2020 21:18:17 +0300
Subject: [PATCH] New package: cglm-0.7.6

---
 common/shlibs         |  1 +
 srcpkgs/cglm/template | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/cglm/template

diff --git a/common/shlibs b/common/shlibs
index ba4d41130a5..58d8724ae83 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3981,3 +3981,4 @@ libtexluajit.so.2 texlive-LuaTeX-20200406_1
 libtexlua53.so.5 texlive-LuaTeX-20200406_1
 libptexenc.so.1 texlive-20200406_1
 libdolphinvcs.so.5 dolphin-plugins-20.04.2_1
+libcglm.so.0 cglm-0.7.6_1
diff --git a/srcpkgs/cglm/template b/srcpkgs/cglm/template
new file mode 100644
index 00000000000..39dc3c8d2a4
--- /dev/null
+++ b/srcpkgs/cglm/template
@@ -0,0 +1,19 @@
+# Template file for 'cglm'
+pkgname=cglm
+version=0.7.6
+revision=1
+build_style=cmake
+configure_args="$(vopt_if c99 -DCGLM_USE_C99=ON)"
+short_desc="Highly Optimized Graphics Math (glm) for C"
+maintainer="Nicu Borta <nicuborta123@tutanota.com>"
+license="MIT"
+homepage="https://github.com/recp/cglm"
+distfiles="https://github.com/recp/cglm/archive/v${version}.tar.gz"
+checksum=29ff8af4edc03697e36d3e6f99a80b884a80ee09d46055ce45765e5d6b2456d9
+
+build_options="c99"
+desc_option_c99="Use the C99 standard instead of C11"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: cglm-0.7.6
  2020-07-16 18:19 [PR PATCH] New package: cglm-0.7.6 BouncyMaster
                   ` (3 preceding siblings ...)
  2020-07-20  9:39 ` BouncyMaster
@ 2020-07-20  9:52 ` BouncyMaster
  2020-07-20  9:55 ` BouncyMaster
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: BouncyMaster @ 2020-07-20  9:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BouncyMaster/void-packages cglm
https://github.com/void-linux/void-packages/pull/23603

New package: cglm-0.7.6


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

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

From 0a7f46595930f76f9e3536b9654700bb98fec0fb Mon Sep 17 00:00:00 2001
From: Nicu Borta <nicuborta123@tutanota.com>
Date: Thu, 16 Jul 2020 21:18:17 +0300
Subject: [PATCH] New package: cglm-0.7.6

---
 common/shlibs         |  2 ++
 srcpkgs/cglm/template | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/cglm/template

diff --git a/common/shlibs b/common/shlibs
index 42bb0996d24..76d800917fa 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3979,3 +3979,5 @@ libtexluajit.so.2 texlive-LuaTeX-20200406_1
 libtexlua53.so.5 texlive-LuaTeX-20200406_1
 libptexenc.so.1 texlive-20200406_1
 libdolphinvcs.so.5 dolphin-20.04.3_1
+libdolphinvcs.so.5 dolphin-plugins-20.04.2_1
+libcglm.so.0 cglm-0.7.6_1
diff --git a/srcpkgs/cglm/template b/srcpkgs/cglm/template
new file mode 100644
index 00000000000..39dc3c8d2a4
--- /dev/null
+++ b/srcpkgs/cglm/template
@@ -0,0 +1,19 @@
+# Template file for 'cglm'
+pkgname=cglm
+version=0.7.6
+revision=1
+build_style=cmake
+configure_args="$(vopt_if c99 -DCGLM_USE_C99=ON)"
+short_desc="Highly Optimized Graphics Math (glm) for C"
+maintainer="Nicu Borta <nicuborta123@tutanota.com>"
+license="MIT"
+homepage="https://github.com/recp/cglm"
+distfiles="https://github.com/recp/cglm/archive/v${version}.tar.gz"
+checksum=29ff8af4edc03697e36d3e6f99a80b884a80ee09d46055ce45765e5d6b2456d9
+
+build_options="c99"
+desc_option_c99="Use the C99 standard instead of C11"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: cglm-0.7.6
  2020-07-16 18:19 [PR PATCH] New package: cglm-0.7.6 BouncyMaster
                   ` (4 preceding siblings ...)
  2020-07-20  9:52 ` BouncyMaster
@ 2020-07-20  9:55 ` BouncyMaster
  2020-07-20  9:56 ` BouncyMaster
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: BouncyMaster @ 2020-07-20  9:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BouncyMaster/void-packages cglm
https://github.com/void-linux/void-packages/pull/23603

New package: cglm-0.7.6


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

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

From 0a7f46595930f76f9e3536b9654700bb98fec0fb Mon Sep 17 00:00:00 2001
From: Nicu Borta <nicuborta123@tutanota.com>
Date: Thu, 16 Jul 2020 21:18:17 +0300
Subject: [PATCH 1/2] New package: cglm-0.7.6

---
 common/shlibs         |  2 ++
 srcpkgs/cglm/template | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/cglm/template

diff --git a/common/shlibs b/common/shlibs
index 42bb0996d24..76d800917fa 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3979,3 +3979,5 @@ libtexluajit.so.2 texlive-LuaTeX-20200406_1
 libtexlua53.so.5 texlive-LuaTeX-20200406_1
 libptexenc.so.1 texlive-20200406_1
 libdolphinvcs.so.5 dolphin-20.04.3_1
+libdolphinvcs.so.5 dolphin-plugins-20.04.2_1
+libcglm.so.0 cglm-0.7.6_1
diff --git a/srcpkgs/cglm/template b/srcpkgs/cglm/template
new file mode 100644
index 00000000000..39dc3c8d2a4
--- /dev/null
+++ b/srcpkgs/cglm/template
@@ -0,0 +1,19 @@
+# Template file for 'cglm'
+pkgname=cglm
+version=0.7.6
+revision=1
+build_style=cmake
+configure_args="$(vopt_if c99 -DCGLM_USE_C99=ON)"
+short_desc="Highly Optimized Graphics Math (glm) for C"
+maintainer="Nicu Borta <nicuborta123@tutanota.com>"
+license="MIT"
+homepage="https://github.com/recp/cglm"
+distfiles="https://github.com/recp/cglm/archive/v${version}.tar.gz"
+checksum=29ff8af4edc03697e36d3e6f99a80b884a80ee09d46055ce45765e5d6b2456d9
+
+build_options="c99"
+desc_option_c99="Use the C99 standard instead of C11"
+
+post_install() {
+	vlicense LICENSE
+}

From 01aa732c0b3d8c2b99c0ff038f268297a8843029 Mon Sep 17 00:00:00 2001
From: Nicu Borta <nicuborta123@tutanota.com>
Date: Mon, 20 Jul 2020 12:54:23 +0300
Subject: [PATCH 2/2] update

---
 common/shlibs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/shlibs b/common/shlibs
index 76d800917fa..a61dc557fbc 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3979,5 +3979,4 @@ libtexluajit.so.2 texlive-LuaTeX-20200406_1
 libtexlua53.so.5 texlive-LuaTeX-20200406_1
 libptexenc.so.1 texlive-20200406_1
 libdolphinvcs.so.5 dolphin-20.04.3_1
-libdolphinvcs.so.5 dolphin-plugins-20.04.2_1
 libcglm.so.0 cglm-0.7.6_1

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

* Re: [PR PATCH] [Updated] New package: cglm-0.7.6
  2020-07-16 18:19 [PR PATCH] New package: cglm-0.7.6 BouncyMaster
                   ` (5 preceding siblings ...)
  2020-07-20  9:55 ` BouncyMaster
@ 2020-07-20  9:56 ` BouncyMaster
  2020-07-21 23:49 ` [PR REVIEW] " ahesford
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: BouncyMaster @ 2020-07-20  9:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BouncyMaster/void-packages cglm
https://github.com/void-linux/void-packages/pull/23603

New package: cglm-0.7.6


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

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

From 044b23c394e59cc66c4ada96d586da2aad0b15a9 Mon Sep 17 00:00:00 2001
From: Nicu Borta <nicuborta123@tutanota.com>
Date: Mon, 20 Jul 2020 12:55:53 +0300
Subject: [PATCH] New package: cglm-0.7.6

---
 common/shlibs         |  1 +
 srcpkgs/cglm/template | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/cglm/template

diff --git a/common/shlibs b/common/shlibs
index 42bb0996d24..a61dc557fbc 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3979,3 +3979,4 @@ libtexluajit.so.2 texlive-LuaTeX-20200406_1
 libtexlua53.so.5 texlive-LuaTeX-20200406_1
 libptexenc.so.1 texlive-20200406_1
 libdolphinvcs.so.5 dolphin-20.04.3_1
+libcglm.so.0 cglm-0.7.6_1
diff --git a/srcpkgs/cglm/template b/srcpkgs/cglm/template
new file mode 100644
index 00000000000..39dc3c8d2a4
--- /dev/null
+++ b/srcpkgs/cglm/template
@@ -0,0 +1,19 @@
+# Template file for 'cglm'
+pkgname=cglm
+version=0.7.6
+revision=1
+build_style=cmake
+configure_args="$(vopt_if c99 -DCGLM_USE_C99=ON)"
+short_desc="Highly Optimized Graphics Math (glm) for C"
+maintainer="Nicu Borta <nicuborta123@tutanota.com>"
+license="MIT"
+homepage="https://github.com/recp/cglm"
+distfiles="https://github.com/recp/cglm/archive/v${version}.tar.gz"
+checksum=29ff8af4edc03697e36d3e6f99a80b884a80ee09d46055ce45765e5d6b2456d9
+
+build_options="c99"
+desc_option_c99="Use the C99 standard instead of C11"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: cglm-0.7.6
  2020-07-16 18:19 [PR PATCH] New package: cglm-0.7.6 BouncyMaster
                   ` (6 preceding siblings ...)
  2020-07-20  9:56 ` BouncyMaster
@ 2020-07-21 23:49 ` ahesford
  2020-07-23 11:46 ` [PR PATCH] [Updated] " BouncyMaster
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ahesford @ 2020-07-21 23:49 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/23603#discussion_r458452768

Comment:
Is there practical value in making this a build option?

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

* Re: [PR PATCH] [Updated] New package: cglm-0.7.6
  2020-07-16 18:19 [PR PATCH] New package: cglm-0.7.6 BouncyMaster
                   ` (7 preceding siblings ...)
  2020-07-21 23:49 ` [PR REVIEW] " ahesford
@ 2020-07-23 11:46 ` BouncyMaster
  2020-07-23 11:50 ` BouncyMaster
  2020-07-23 11:55 ` [PR PATCH] [Merged]: " ahesford
  10 siblings, 0 replies; 12+ messages in thread
From: BouncyMaster @ 2020-07-23 11:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BouncyMaster/void-packages cglm
https://github.com/void-linux/void-packages/pull/23603

New package: cglm-0.7.6


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

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

From 12c970506480acd05b5b6f2f45c0419b417ecade Mon Sep 17 00:00:00 2001
From: Nicu Borta <nicuborta123@tutanota.com>
Date: Mon, 20 Jul 2020 12:55:53 +0300
Subject: [PATCH] New package: cglm-0.7.6

---
 common/shlibs         |  1 +
 srcpkgs/cglm/template | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/cglm/template

diff --git a/common/shlibs b/common/shlibs
index 42bb0996d24..a61dc557fbc 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3979,3 +3979,4 @@ libtexluajit.so.2 texlive-LuaTeX-20200406_1
 libtexlua53.so.5 texlive-LuaTeX-20200406_1
 libptexenc.so.1 texlive-20200406_1
 libdolphinvcs.so.5 dolphin-20.04.3_1
+libcglm.so.0 cglm-0.7.6_1
diff --git a/srcpkgs/cglm/template b/srcpkgs/cglm/template
new file mode 100644
index 00000000000..39dc3c8d2a4
--- /dev/null
+++ b/srcpkgs/cglm/template
@@ -0,0 +1,19 @@
+# Template file for 'cglm'
+pkgname=cglm
+version=0.7.6
+revision=1
+build_style=cmake
+configure_args="$(vopt_if c99 -DCGLM_USE_C99=ON)"
+short_desc="Highly Optimized Graphics Math (glm) for C"
+maintainer="Nicu Borta <nicuborta123@tutanota.com>"
+license="MIT"
+homepage="https://github.com/recp/cglm"
+distfiles="https://github.com/recp/cglm/archive/v${version}.tar.gz"
+checksum=29ff8af4edc03697e36d3e6f99a80b884a80ee09d46055ce45765e5d6b2456d9
+
+build_options="c99"
+desc_option_c99="Use the C99 standard instead of C11"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: cglm-0.7.6
  2020-07-16 18:19 [PR PATCH] New package: cglm-0.7.6 BouncyMaster
                   ` (8 preceding siblings ...)
  2020-07-23 11:46 ` [PR PATCH] [Updated] " BouncyMaster
@ 2020-07-23 11:50 ` BouncyMaster
  2020-07-23 11:55 ` [PR PATCH] [Merged]: " ahesford
  10 siblings, 0 replies; 12+ messages in thread
From: BouncyMaster @ 2020-07-23 11:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BouncyMaster/void-packages cglm
https://github.com/void-linux/void-packages/pull/23603

New package: cglm-0.7.6


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

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

From dccf7d83a87a6ff6ff359a1b43092a232e3195b1 Mon Sep 17 00:00:00 2001
From: Nicu Borta <nicuborta123@tutanota.com>
Date: Mon, 20 Jul 2020 12:55:53 +0300
Subject: [PATCH] New package: cglm-0.7.6

---
 common/shlibs         |  1 +
 srcpkgs/cglm/template | 15 +++++++++++++++
 2 files changed, 16 insertions(+)
 create mode 100644 srcpkgs/cglm/template

diff --git a/common/shlibs b/common/shlibs
index 42bb0996d24..a61dc557fbc 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3979,3 +3979,4 @@ libtexluajit.so.2 texlive-LuaTeX-20200406_1
 libtexlua53.so.5 texlive-LuaTeX-20200406_1
 libptexenc.so.1 texlive-20200406_1
 libdolphinvcs.so.5 dolphin-20.04.3_1
+libcglm.so.0 cglm-0.7.6_1
diff --git a/srcpkgs/cglm/template b/srcpkgs/cglm/template
new file mode 100644
index 00000000000..f00a093edab
--- /dev/null
+++ b/srcpkgs/cglm/template
@@ -0,0 +1,15 @@
+# Template file for 'cglm'
+pkgname=cglm
+version=0.7.6
+revision=1
+build_style=cmake
+short_desc="Highly Optimized Graphics Math (glm) for C"
+maintainer="Nicu Borta <nicuborta123@tutanota.com>"
+license="MIT"
+homepage="https://github.com/recp/cglm"
+distfiles="https://github.com/recp/cglm/archive/v${version}.tar.gz"
+checksum=29ff8af4edc03697e36d3e6f99a80b884a80ee09d46055ce45765e5d6b2456d9
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: cglm-0.7.6
  2020-07-16 18:19 [PR PATCH] New package: cglm-0.7.6 BouncyMaster
                   ` (9 preceding siblings ...)
  2020-07-23 11:50 ` BouncyMaster
@ 2020-07-23 11:55 ` ahesford
  10 siblings, 0 replies; 12+ messages in thread
From: ahesford @ 2020-07-23 11:55 UTC (permalink / raw)
  To: ml

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

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

New package: cglm-0.7.6
https://github.com/void-linux/void-packages/pull/23603

Description:


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

end of thread, other threads:[~2020-07-23 11:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-16 18:19 [PR PATCH] New package: cglm-0.7.6 BouncyMaster
2020-07-16 18:33 ` [PR PATCH] [Updated] " BouncyMaster
2020-07-17  9:30 ` BouncyMaster
2020-07-17  9:31 ` BouncyMaster
2020-07-20  9:39 ` BouncyMaster
2020-07-20  9:52 ` BouncyMaster
2020-07-20  9:55 ` BouncyMaster
2020-07-20  9:56 ` BouncyMaster
2020-07-21 23:49 ` [PR REVIEW] " ahesford
2020-07-23 11:46 ` [PR PATCH] [Updated] " BouncyMaster
2020-07-23 11:50 ` BouncyMaster
2020-07-23 11:55 ` [PR PATCH] [Merged]: " ahesford

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