Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: dlib-19.18
@ 2019-10-14 11:49 voidlinux-github
  2019-10-15 11:02 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-14 11:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/felix/void-packages dlib
https://github.com/void-linux/void-packages/pull/15465

New package: dlib-19.18


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

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

From 8020836031f145636e07a5b97e398251a268811e Mon Sep 17 00:00:00 2001
From: Felix Hanley <felix@userspace.com.au>
Date: Mon, 14 Oct 2019 21:28:09 +1100
Subject: [PATCH] New package: dlib-19.18

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

diff --git a/srcpkgs/dlib/template b/srcpkgs/dlib/template
new file mode 100644
index 00000000000..816efdbbdd2
--- /dev/null
+++ b/srcpkgs/dlib/template
@@ -0,0 +1,18 @@
+# Template build file for 'dlib'
+pkgname=dlib
+version=19.18
+revision=1
+build_style=cmake
+short_desc="Dlib is a modern C++ toolkit containing machine learning algorithms and tools"
+maintainer="Felix Hanley <felix@userspace.com.au"
+license="BSL-1.0"
+homepage="http://dlib.net"
+distfiles="https://github.com/davisking/${pkgname}/archive/v${version}.tar.gz"
+checksum=e9a8540ad0ff84eda92dea7127cd7d078457caf7ced64400c25c9a0b8c96e242
+
+makedepends="$(vopt_if openblas openblas-devel) $(vopt_if x11 libX11-devel)"
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+desc_option_x11="Enable X11 for GUI components"
+build_options_default="openblas x11"
+configure_args=Release

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

* Re: [PR PATCH] [Updated] New package: dlib-19.18
  2019-10-14 11:49 [PR PATCH] New package: dlib-19.18 voidlinux-github
  2019-10-15 11:02 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-15 11:02 ` voidlinux-github
  2019-10-15 11:05 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-15 11:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/felix/void-packages dlib
https://github.com/void-linux/void-packages/pull/15465

New package: dlib-19.18


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

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

From 8020836031f145636e07a5b97e398251a268811e Mon Sep 17 00:00:00 2001
From: Felix Hanley <felix@userspace.com.au>
Date: Mon, 14 Oct 2019 21:28:09 +1100
Subject: [PATCH 1/2] New package: dlib-19.18

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

diff --git a/srcpkgs/dlib/template b/srcpkgs/dlib/template
new file mode 100644
index 00000000000..816efdbbdd2
--- /dev/null
+++ b/srcpkgs/dlib/template
@@ -0,0 +1,18 @@
+# Template build file for 'dlib'
+pkgname=dlib
+version=19.18
+revision=1
+build_style=cmake
+short_desc="Dlib is a modern C++ toolkit containing machine learning algorithms and tools"
+maintainer="Felix Hanley <felix@userspace.com.au"
+license="BSL-1.0"
+homepage="http://dlib.net"
+distfiles="https://github.com/davisking/${pkgname}/archive/v${version}.tar.gz"
+checksum=e9a8540ad0ff84eda92dea7127cd7d078457caf7ced64400c25c9a0b8c96e242
+
+makedepends="$(vopt_if openblas openblas-devel) $(vopt_if x11 libX11-devel)"
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+desc_option_x11="Enable X11 for GUI components"
+build_options_default="openblas x11"
+configure_args=Release

From 7efbfbe965009b807308db035dd9baccfed863a1 Mon Sep 17 00:00:00 2001
From: Felix Hanley <felix@userspace.com.au>
Date: Tue, 15 Oct 2019 22:02:39 +1100
Subject: [PATCH 2/2] Fix template

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

diff --git a/srcpkgs/dlib/template b/srcpkgs/dlib/template
index 816efdbbdd2..8b348f1b9c0 100644
--- a/srcpkgs/dlib/template
+++ b/srcpkgs/dlib/template
@@ -1,10 +1,10 @@
-# Template build file for 'dlib'
+# Template file for 'dlib'
 pkgname=dlib
 version=19.18
 revision=1
 build_style=cmake
-short_desc="Dlib is a modern C++ toolkit containing machine learning algorithms and tools"
-maintainer="Felix Hanley <felix@userspace.com.au"
+short_desc="A modern toolkit containing machine learning algorithms and tools"
+maintainer="Felix Hanley <felix@userspace.com.au>"
 license="BSL-1.0"
 homepage="http://dlib.net"
 distfiles="https://github.com/davisking/${pkgname}/archive/v${version}.tar.gz"

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

* Re: [PR PATCH] [Updated] New package: dlib-19.18
  2019-10-14 11:49 [PR PATCH] New package: dlib-19.18 voidlinux-github
@ 2019-10-15 11:02 ` voidlinux-github
  2019-10-15 11:02 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-15 11:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/felix/void-packages dlib
https://github.com/void-linux/void-packages/pull/15465

New package: dlib-19.18


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

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

From 8020836031f145636e07a5b97e398251a268811e Mon Sep 17 00:00:00 2001
From: Felix Hanley <felix@userspace.com.au>
Date: Mon, 14 Oct 2019 21:28:09 +1100
Subject: [PATCH 1/2] New package: dlib-19.18

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

diff --git a/srcpkgs/dlib/template b/srcpkgs/dlib/template
new file mode 100644
index 00000000000..816efdbbdd2
--- /dev/null
+++ b/srcpkgs/dlib/template
@@ -0,0 +1,18 @@
+# Template build file for 'dlib'
+pkgname=dlib
+version=19.18
+revision=1
+build_style=cmake
+short_desc="Dlib is a modern C++ toolkit containing machine learning algorithms and tools"
+maintainer="Felix Hanley <felix@userspace.com.au"
+license="BSL-1.0"
+homepage="http://dlib.net"
+distfiles="https://github.com/davisking/${pkgname}/archive/v${version}.tar.gz"
+checksum=e9a8540ad0ff84eda92dea7127cd7d078457caf7ced64400c25c9a0b8c96e242
+
+makedepends="$(vopt_if openblas openblas-devel) $(vopt_if x11 libX11-devel)"
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+desc_option_x11="Enable X11 for GUI components"
+build_options_default="openblas x11"
+configure_args=Release

From 7efbfbe965009b807308db035dd9baccfed863a1 Mon Sep 17 00:00:00 2001
From: Felix Hanley <felix@userspace.com.au>
Date: Tue, 15 Oct 2019 22:02:39 +1100
Subject: [PATCH 2/2] Fix template

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

diff --git a/srcpkgs/dlib/template b/srcpkgs/dlib/template
index 816efdbbdd2..8b348f1b9c0 100644
--- a/srcpkgs/dlib/template
+++ b/srcpkgs/dlib/template
@@ -1,10 +1,10 @@
-# Template build file for 'dlib'
+# Template file for 'dlib'
 pkgname=dlib
 version=19.18
 revision=1
 build_style=cmake
-short_desc="Dlib is a modern C++ toolkit containing machine learning algorithms and tools"
-maintainer="Felix Hanley <felix@userspace.com.au"
+short_desc="A modern toolkit containing machine learning algorithms and tools"
+maintainer="Felix Hanley <felix@userspace.com.au>"
 license="BSL-1.0"
 homepage="http://dlib.net"
 distfiles="https://github.com/davisking/${pkgname}/archive/v${version}.tar.gz"

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

* Re: [PR PATCH] [Updated] New package: dlib-19.18
  2019-10-14 11:49 [PR PATCH] New package: dlib-19.18 voidlinux-github
  2019-10-15 11:02 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-15 11:02 ` voidlinux-github
@ 2019-10-15 11:05 ` voidlinux-github
  2019-10-15 11:05 ` voidlinux-github
  2019-10-16  2:26 ` [PR PATCH] [Closed]: " voidlinux-github
  4 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-15 11:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/felix/void-packages dlib
https://github.com/void-linux/void-packages/pull/15465

New package: dlib-19.18


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

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

From 8020836031f145636e07a5b97e398251a268811e Mon Sep 17 00:00:00 2001
From: Felix Hanley <felix@userspace.com.au>
Date: Mon, 14 Oct 2019 21:28:09 +1100
Subject: [PATCH 1/3] New package: dlib-19.18

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

diff --git a/srcpkgs/dlib/template b/srcpkgs/dlib/template
new file mode 100644
index 00000000000..816efdbbdd2
--- /dev/null
+++ b/srcpkgs/dlib/template
@@ -0,0 +1,18 @@
+# Template build file for 'dlib'
+pkgname=dlib
+version=19.18
+revision=1
+build_style=cmake
+short_desc="Dlib is a modern C++ toolkit containing machine learning algorithms and tools"
+maintainer="Felix Hanley <felix@userspace.com.au"
+license="BSL-1.0"
+homepage="http://dlib.net"
+distfiles="https://github.com/davisking/${pkgname}/archive/v${version}.tar.gz"
+checksum=e9a8540ad0ff84eda92dea7127cd7d078457caf7ced64400c25c9a0b8c96e242
+
+makedepends="$(vopt_if openblas openblas-devel) $(vopt_if x11 libX11-devel)"
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+desc_option_x11="Enable X11 for GUI components"
+build_options_default="openblas x11"
+configure_args=Release

From 7efbfbe965009b807308db035dd9baccfed863a1 Mon Sep 17 00:00:00 2001
From: Felix Hanley <felix@userspace.com.au>
Date: Tue, 15 Oct 2019 22:02:39 +1100
Subject: [PATCH 2/3] Fix template

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

diff --git a/srcpkgs/dlib/template b/srcpkgs/dlib/template
index 816efdbbdd2..8b348f1b9c0 100644
--- a/srcpkgs/dlib/template
+++ b/srcpkgs/dlib/template
@@ -1,10 +1,10 @@
-# Template build file for 'dlib'
+# Template file for 'dlib'
 pkgname=dlib
 version=19.18
 revision=1
 build_style=cmake
-short_desc="Dlib is a modern C++ toolkit containing machine learning algorithms and tools"
-maintainer="Felix Hanley <felix@userspace.com.au"
+short_desc="A modern toolkit containing machine learning algorithms and tools"
+maintainer="Felix Hanley <felix@userspace.com.au>"
 license="BSL-1.0"
 homepage="http://dlib.net"
 distfiles="https://github.com/davisking/${pkgname}/archive/v${version}.tar.gz"

From eaa356e8d51cd996e0802a467dfa5650af3b3bf4 Mon Sep 17 00:00:00 2001
From: Felix Hanley <felix@userspace.com.au>
Date: Tue, 15 Oct 2019 22:05:37 +1100
Subject: [PATCH 3/3] Update short_desc

---
 srcpkgs/dlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dlib/template b/srcpkgs/dlib/template
index 8b348f1b9c0..b2c56fe5a3c 100644
--- a/srcpkgs/dlib/template
+++ b/srcpkgs/dlib/template
@@ -3,7 +3,7 @@ pkgname=dlib
 version=19.18
 revision=1
 build_style=cmake
-short_desc="A modern toolkit containing machine learning algorithms and tools"
+short_desc="Modern C++ toolkit containing machine learning algorithms and tools"
 maintainer="Felix Hanley <felix@userspace.com.au>"
 license="BSL-1.0"
 homepage="http://dlib.net"

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

* Re: [PR PATCH] [Updated] New package: dlib-19.18
  2019-10-14 11:49 [PR PATCH] New package: dlib-19.18 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-15 11:05 ` voidlinux-github
@ 2019-10-15 11:05 ` voidlinux-github
  2019-10-16  2:26 ` [PR PATCH] [Closed]: " voidlinux-github
  4 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-15 11:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/felix/void-packages dlib
https://github.com/void-linux/void-packages/pull/15465

New package: dlib-19.18


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

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

From 8020836031f145636e07a5b97e398251a268811e Mon Sep 17 00:00:00 2001
From: Felix Hanley <felix@userspace.com.au>
Date: Mon, 14 Oct 2019 21:28:09 +1100
Subject: [PATCH 1/3] New package: dlib-19.18

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

diff --git a/srcpkgs/dlib/template b/srcpkgs/dlib/template
new file mode 100644
index 00000000000..816efdbbdd2
--- /dev/null
+++ b/srcpkgs/dlib/template
@@ -0,0 +1,18 @@
+# Template build file for 'dlib'
+pkgname=dlib
+version=19.18
+revision=1
+build_style=cmake
+short_desc="Dlib is a modern C++ toolkit containing machine learning algorithms and tools"
+maintainer="Felix Hanley <felix@userspace.com.au"
+license="BSL-1.0"
+homepage="http://dlib.net"
+distfiles="https://github.com/davisking/${pkgname}/archive/v${version}.tar.gz"
+checksum=e9a8540ad0ff84eda92dea7127cd7d078457caf7ced64400c25c9a0b8c96e242
+
+makedepends="$(vopt_if openblas openblas-devel) $(vopt_if x11 libX11-devel)"
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+desc_option_x11="Enable X11 for GUI components"
+build_options_default="openblas x11"
+configure_args=Release

From 7efbfbe965009b807308db035dd9baccfed863a1 Mon Sep 17 00:00:00 2001
From: Felix Hanley <felix@userspace.com.au>
Date: Tue, 15 Oct 2019 22:02:39 +1100
Subject: [PATCH 2/3] Fix template

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

diff --git a/srcpkgs/dlib/template b/srcpkgs/dlib/template
index 816efdbbdd2..8b348f1b9c0 100644
--- a/srcpkgs/dlib/template
+++ b/srcpkgs/dlib/template
@@ -1,10 +1,10 @@
-# Template build file for 'dlib'
+# Template file for 'dlib'
 pkgname=dlib
 version=19.18
 revision=1
 build_style=cmake
-short_desc="Dlib is a modern C++ toolkit containing machine learning algorithms and tools"
-maintainer="Felix Hanley <felix@userspace.com.au"
+short_desc="A modern toolkit containing machine learning algorithms and tools"
+maintainer="Felix Hanley <felix@userspace.com.au>"
 license="BSL-1.0"
 homepage="http://dlib.net"
 distfiles="https://github.com/davisking/${pkgname}/archive/v${version}.tar.gz"

From eaa356e8d51cd996e0802a467dfa5650af3b3bf4 Mon Sep 17 00:00:00 2001
From: Felix Hanley <felix@userspace.com.au>
Date: Tue, 15 Oct 2019 22:05:37 +1100
Subject: [PATCH 3/3] Update short_desc

---
 srcpkgs/dlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dlib/template b/srcpkgs/dlib/template
index 8b348f1b9c0..b2c56fe5a3c 100644
--- a/srcpkgs/dlib/template
+++ b/srcpkgs/dlib/template
@@ -3,7 +3,7 @@ pkgname=dlib
 version=19.18
 revision=1
 build_style=cmake
-short_desc="A modern toolkit containing machine learning algorithms and tools"
+short_desc="Modern C++ toolkit containing machine learning algorithms and tools"
 maintainer="Felix Hanley <felix@userspace.com.au>"
 license="BSL-1.0"
 homepage="http://dlib.net"

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

* Re: [PR PATCH] [Closed]: New package: dlib-19.18
  2019-10-14 11:49 [PR PATCH] New package: dlib-19.18 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-15 11:05 ` voidlinux-github
@ 2019-10-16  2:26 ` voidlinux-github
  4 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-16  2:26 UTC (permalink / raw)
  To: ml

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

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

New package: dlib-19.18
https://github.com/void-linux/void-packages/pull/15465

Description:


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

* Re: [PR PATCH] [Updated] New package: dlib-19.18
  2019-10-16  2:47 [PR PATCH] " voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-21 22:02 ` voidlinux-github
@ 2019-10-21 22:02 ` voidlinux-github
  5 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-21 22:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/felix/void-packages dlib
https://github.com/void-linux/void-packages/pull/15512

New package: dlib-19.18


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

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

From db20bc56f840e88b2bef7c6002d3a87e97145631 Mon Sep 17 00:00:00 2001
From: Felix Hanley <felix@userspace.com.au>
Date: Tue, 22 Oct 2019 09:01:36 +1100
Subject: [PATCH] New package: dlib-19.18

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

diff --git a/srcpkgs/dlib/template b/srcpkgs/dlib/template
new file mode 100644
index 00000000000..426f9ad61cc
--- /dev/null
+++ b/srcpkgs/dlib/template
@@ -0,0 +1,17 @@
+# Template file for 'dlib'
+pkgname=dlib
+version=19.18
+revision=1
+build_style=cmake
+configure_args=Release
+makedepends="$(vopt_if openblas openblas-devel) $(vopt_if x11 libX11-devel)"
+short_desc="Modern C++ toolkit containing machine learning algorithms and tools"
+maintainer="Felix Hanley <felix@userspace.com.au>"
+license="BSL-1.0"
+homepage="http://dlib.net"
+distfiles="https://github.com/davisking/${pkgname}/archive/v${version}.tar.gz"
+checksum=e9a8540ad0ff84eda92dea7127cd7d078457caf7ced64400c25c9a0b8c96e242
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+desc_option_x11="Enable X11 for GUI components"
+build_options_default="openblas x11"

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

* Re: [PR PATCH] [Updated] New package: dlib-19.18
  2019-10-16  2:47 [PR PATCH] " voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-21  9:49 ` voidlinux-github
@ 2019-10-21 22:02 ` voidlinux-github
  2019-10-21 22:02 ` voidlinux-github
  5 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-21 22:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/felix/void-packages dlib
https://github.com/void-linux/void-packages/pull/15512

New package: dlib-19.18


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

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

From db20bc56f840e88b2bef7c6002d3a87e97145631 Mon Sep 17 00:00:00 2001
From: Felix Hanley <felix@userspace.com.au>
Date: Tue, 22 Oct 2019 09:01:36 +1100
Subject: [PATCH] New package: dlib-19.18

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

diff --git a/srcpkgs/dlib/template b/srcpkgs/dlib/template
new file mode 100644
index 00000000000..426f9ad61cc
--- /dev/null
+++ b/srcpkgs/dlib/template
@@ -0,0 +1,17 @@
+# Template file for 'dlib'
+pkgname=dlib
+version=19.18
+revision=1
+build_style=cmake
+configure_args=Release
+makedepends="$(vopt_if openblas openblas-devel) $(vopt_if x11 libX11-devel)"
+short_desc="Modern C++ toolkit containing machine learning algorithms and tools"
+maintainer="Felix Hanley <felix@userspace.com.au>"
+license="BSL-1.0"
+homepage="http://dlib.net"
+distfiles="https://github.com/davisking/${pkgname}/archive/v${version}.tar.gz"
+checksum=e9a8540ad0ff84eda92dea7127cd7d078457caf7ced64400c25c9a0b8c96e242
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+desc_option_x11="Enable X11 for GUI components"
+build_options_default="openblas x11"

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

* Re: [PR PATCH] [Updated] New package: dlib-19.18
  2019-10-16  2:47 [PR PATCH] " voidlinux-github
  2019-10-21  9:42 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-21  9:42 ` voidlinux-github
@ 2019-10-21  9:49 ` voidlinux-github
  2019-10-21  9:49 ` voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-21  9:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/felix/void-packages dlib
https://github.com/void-linux/void-packages/pull/15512

New package: dlib-19.18


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

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

From 7612ccdf35fdf1588d5c539bce4ee68c4fe8a8b1 Mon Sep 17 00:00:00 2001
From: Felix Hanley <felix@userspace.com.au>
Date: Mon, 21 Oct 2019 20:49:02 +1100
Subject: [PATCH] New package: dlib-19.18

---
 srcpkgs/dlib/template  | 18 ++++++++++++++++++
 srcpkgs/plank/template |  8 ++++----
 2 files changed, 22 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/dlib/template

diff --git a/srcpkgs/dlib/template b/srcpkgs/dlib/template
new file mode 100644
index 00000000000..ead1885e0ae
--- /dev/null
+++ b/srcpkgs/dlib/template
@@ -0,0 +1,18 @@
+# Template file for 'dlib'
+pkgname=dlib
+version=19.18
+revision=1
+build_style=cmake
+configure_args=Release
+makedepends="$(vopt_if openblas openblas-devel) $(vopt_if x11 libX11-devel)"
+short_desc="Modern C++ toolkit containing machine learning algorithms and tools"
+maintainer="Felix Hanley <felix@userspace.com.au>"
+license="BSL-1.0"
+homepage="http://dlib.net"
+distfiles="https://github.com/davisking/${pkgname}/archive/v${version}.tar.gz"
+checksum=e9a8540ad0ff84eda92dea7127cd7d078457caf7ced64400c25c9a0b8c96e242
+
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+desc_option_x11="Enable X11 for GUI components"
+build_options_default="openblas x11"
diff --git a/srcpkgs/plank/template b/srcpkgs/plank/template
index 4c95fdb2c84..0854e5510a1 100644
--- a/srcpkgs/plank/template
+++ b/srcpkgs/plank/template
@@ -1,19 +1,19 @@
 # Template file for 'plank'
 pkgname=plank
-version=0.11.4
+version=0.11.89
 revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable dbusmenu) --disable-apport"
 hostmakedepends="intltool libgee08-devel glib-devel pkg-config libxml2 vala
  $(vopt_if dbusmenu 'libdbusmenu-glib-devel libdbusmenu-gtk3-devel')"
-makedepends="bamf-devel libgee08-devel libwnck-devel vala-devel
+makedepends="bamf-devel libgee08-devel libwnck-devel vala-devel gnome-menus-devel
  $(vopt_if dbusmenu 'libdbusmenu-glib-devel libdbusmenu-gtk3-devel')"
 short_desc="Elegant, simple, clean dock"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
-license="GPL-3"
+license="GPL-3.0-or-later"
 homepage="https://launchpad.net/plank"
 distfiles="${homepage}/1.0/${version}/+download/${pkgname}-${version}.tar.xz"
-checksum=88b5cd6a84e67395df5e7cc1869521126830be0e8a509b28ee12e2db0b8981b8
+checksum=a662a46eaeffbd40661d1f36abd2589f7a98baef4b918876b872047b7ca59d9d
 
 build_options="dbusmenu"
 desc_option_dbusmenu="Enable dynamic quicklist support over dbusmenu"

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

* Re: [PR PATCH] [Updated] New package: dlib-19.18
  2019-10-16  2:47 [PR PATCH] " voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-21  9:49 ` voidlinux-github
@ 2019-10-21  9:49 ` voidlinux-github
  2019-10-21 22:02 ` voidlinux-github
  2019-10-21 22:02 ` voidlinux-github
  5 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-21  9:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/felix/void-packages dlib
https://github.com/void-linux/void-packages/pull/15512

New package: dlib-19.18


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

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

From 7612ccdf35fdf1588d5c539bce4ee68c4fe8a8b1 Mon Sep 17 00:00:00 2001
From: Felix Hanley <felix@userspace.com.au>
Date: Mon, 21 Oct 2019 20:49:02 +1100
Subject: [PATCH] New package: dlib-19.18

---
 srcpkgs/dlib/template  | 18 ++++++++++++++++++
 srcpkgs/plank/template |  8 ++++----
 2 files changed, 22 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/dlib/template

diff --git a/srcpkgs/dlib/template b/srcpkgs/dlib/template
new file mode 100644
index 00000000000..ead1885e0ae
--- /dev/null
+++ b/srcpkgs/dlib/template
@@ -0,0 +1,18 @@
+# Template file for 'dlib'
+pkgname=dlib
+version=19.18
+revision=1
+build_style=cmake
+configure_args=Release
+makedepends="$(vopt_if openblas openblas-devel) $(vopt_if x11 libX11-devel)"
+short_desc="Modern C++ toolkit containing machine learning algorithms and tools"
+maintainer="Felix Hanley <felix@userspace.com.au>"
+license="BSL-1.0"
+homepage="http://dlib.net"
+distfiles="https://github.com/davisking/${pkgname}/archive/v${version}.tar.gz"
+checksum=e9a8540ad0ff84eda92dea7127cd7d078457caf7ced64400c25c9a0b8c96e242
+
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+desc_option_x11="Enable X11 for GUI components"
+build_options_default="openblas x11"
diff --git a/srcpkgs/plank/template b/srcpkgs/plank/template
index 4c95fdb2c84..0854e5510a1 100644
--- a/srcpkgs/plank/template
+++ b/srcpkgs/plank/template
@@ -1,19 +1,19 @@
 # Template file for 'plank'
 pkgname=plank
-version=0.11.4
+version=0.11.89
 revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable dbusmenu) --disable-apport"
 hostmakedepends="intltool libgee08-devel glib-devel pkg-config libxml2 vala
  $(vopt_if dbusmenu 'libdbusmenu-glib-devel libdbusmenu-gtk3-devel')"
-makedepends="bamf-devel libgee08-devel libwnck-devel vala-devel
+makedepends="bamf-devel libgee08-devel libwnck-devel vala-devel gnome-menus-devel
  $(vopt_if dbusmenu 'libdbusmenu-glib-devel libdbusmenu-gtk3-devel')"
 short_desc="Elegant, simple, clean dock"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
-license="GPL-3"
+license="GPL-3.0-or-later"
 homepage="https://launchpad.net/plank"
 distfiles="${homepage}/1.0/${version}/+download/${pkgname}-${version}.tar.xz"
-checksum=88b5cd6a84e67395df5e7cc1869521126830be0e8a509b28ee12e2db0b8981b8
+checksum=a662a46eaeffbd40661d1f36abd2589f7a98baef4b918876b872047b7ca59d9d
 
 build_options="dbusmenu"
 desc_option_dbusmenu="Enable dynamic quicklist support over dbusmenu"

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

* Re: [PR PATCH] [Updated] New package: dlib-19.18
  2019-10-16  2:47 [PR PATCH] " voidlinux-github
  2019-10-21  9:42 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-21  9:42 ` voidlinux-github
  2019-10-21  9:49 ` voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-21  9:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/felix/void-packages dlib
https://github.com/void-linux/void-packages/pull/15512

New package: dlib-19.18


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

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

From ce62ea4ab8beeaedd215bed5736058cd901e58d1 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 20 Oct 2019 23:04:11 +0300
Subject: [PATCH] New package: dlib-19.18

---
 srcpkgs/dlib/template  | 18 ++++++++++++++++++
 srcpkgs/plank/template |  8 ++++----
 2 files changed, 22 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/dlib/template

diff --git a/srcpkgs/dlib/template b/srcpkgs/dlib/template
new file mode 100644
index 00000000000..ead1885e0ae
--- /dev/null
+++ b/srcpkgs/dlib/template
@@ -0,0 +1,18 @@
+# Template file for 'dlib'
+pkgname=dlib
+version=19.18
+revision=1
+build_style=cmake
+configure_args=Release
+makedepends="$(vopt_if openblas openblas-devel) $(vopt_if x11 libX11-devel)"
+short_desc="Modern C++ toolkit containing machine learning algorithms and tools"
+maintainer="Felix Hanley <felix@userspace.com.au>"
+license="BSL-1.0"
+homepage="http://dlib.net"
+distfiles="https://github.com/davisking/${pkgname}/archive/v${version}.tar.gz"
+checksum=e9a8540ad0ff84eda92dea7127cd7d078457caf7ced64400c25c9a0b8c96e242
+
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+desc_option_x11="Enable X11 for GUI components"
+build_options_default="openblas x11"
diff --git a/srcpkgs/plank/template b/srcpkgs/plank/template
index 4c95fdb2c84..0854e5510a1 100644
--- a/srcpkgs/plank/template
+++ b/srcpkgs/plank/template
@@ -1,19 +1,19 @@
 # Template file for 'plank'
 pkgname=plank
-version=0.11.4
+version=0.11.89
 revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable dbusmenu) --disable-apport"
 hostmakedepends="intltool libgee08-devel glib-devel pkg-config libxml2 vala
  $(vopt_if dbusmenu 'libdbusmenu-glib-devel libdbusmenu-gtk3-devel')"
-makedepends="bamf-devel libgee08-devel libwnck-devel vala-devel
+makedepends="bamf-devel libgee08-devel libwnck-devel vala-devel gnome-menus-devel
  $(vopt_if dbusmenu 'libdbusmenu-glib-devel libdbusmenu-gtk3-devel')"
 short_desc="Elegant, simple, clean dock"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
-license="GPL-3"
+license="GPL-3.0-or-later"
 homepage="https://launchpad.net/plank"
 distfiles="${homepage}/1.0/${version}/+download/${pkgname}-${version}.tar.xz"
-checksum=88b5cd6a84e67395df5e7cc1869521126830be0e8a509b28ee12e2db0b8981b8
+checksum=a662a46eaeffbd40661d1f36abd2589f7a98baef4b918876b872047b7ca59d9d
 
 build_options="dbusmenu"
 desc_option_dbusmenu="Enable dynamic quicklist support over dbusmenu"

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

* Re: [PR PATCH] [Updated] New package: dlib-19.18
  2019-10-16  2:47 [PR PATCH] " voidlinux-github
@ 2019-10-21  9:42 ` voidlinux-github
  2019-10-21  9:42 ` voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-21  9:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/felix/void-packages dlib
https://github.com/void-linux/void-packages/pull/15512

New package: dlib-19.18


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

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

From ce62ea4ab8beeaedd215bed5736058cd901e58d1 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 20 Oct 2019 23:04:11 +0300
Subject: [PATCH] New package: dlib-19.18

---
 srcpkgs/dlib/template  | 18 ++++++++++++++++++
 srcpkgs/plank/template |  8 ++++----
 2 files changed, 22 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/dlib/template

diff --git a/srcpkgs/dlib/template b/srcpkgs/dlib/template
new file mode 100644
index 00000000000..ead1885e0ae
--- /dev/null
+++ b/srcpkgs/dlib/template
@@ -0,0 +1,18 @@
+# Template file for 'dlib'
+pkgname=dlib
+version=19.18
+revision=1
+build_style=cmake
+configure_args=Release
+makedepends="$(vopt_if openblas openblas-devel) $(vopt_if x11 libX11-devel)"
+short_desc="Modern C++ toolkit containing machine learning algorithms and tools"
+maintainer="Felix Hanley <felix@userspace.com.au>"
+license="BSL-1.0"
+homepage="http://dlib.net"
+distfiles="https://github.com/davisking/${pkgname}/archive/v${version}.tar.gz"
+checksum=e9a8540ad0ff84eda92dea7127cd7d078457caf7ced64400c25c9a0b8c96e242
+
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+desc_option_x11="Enable X11 for GUI components"
+build_options_default="openblas x11"
diff --git a/srcpkgs/plank/template b/srcpkgs/plank/template
index 4c95fdb2c84..0854e5510a1 100644
--- a/srcpkgs/plank/template
+++ b/srcpkgs/plank/template
@@ -1,19 +1,19 @@
 # Template file for 'plank'
 pkgname=plank
-version=0.11.4
+version=0.11.89
 revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable dbusmenu) --disable-apport"
 hostmakedepends="intltool libgee08-devel glib-devel pkg-config libxml2 vala
  $(vopt_if dbusmenu 'libdbusmenu-glib-devel libdbusmenu-gtk3-devel')"
-makedepends="bamf-devel libgee08-devel libwnck-devel vala-devel
+makedepends="bamf-devel libgee08-devel libwnck-devel vala-devel gnome-menus-devel
  $(vopt_if dbusmenu 'libdbusmenu-glib-devel libdbusmenu-gtk3-devel')"
 short_desc="Elegant, simple, clean dock"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
-license="GPL-3"
+license="GPL-3.0-or-later"
 homepage="https://launchpad.net/plank"
 distfiles="${homepage}/1.0/${version}/+download/${pkgname}-${version}.tar.xz"
-checksum=88b5cd6a84e67395df5e7cc1869521126830be0e8a509b28ee12e2db0b8981b8
+checksum=a662a46eaeffbd40661d1f36abd2589f7a98baef4b918876b872047b7ca59d9d
 
 build_options="dbusmenu"
 desc_option_dbusmenu="Enable dynamic quicklist support over dbusmenu"

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

end of thread, other threads:[~2019-10-21 22:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-14 11:49 [PR PATCH] New package: dlib-19.18 voidlinux-github
2019-10-15 11:02 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-15 11:02 ` voidlinux-github
2019-10-15 11:05 ` voidlinux-github
2019-10-15 11:05 ` voidlinux-github
2019-10-16  2:26 ` [PR PATCH] [Closed]: " voidlinux-github
2019-10-16  2:47 [PR PATCH] " voidlinux-github
2019-10-21  9:42 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-21  9:42 ` voidlinux-github
2019-10-21  9:49 ` voidlinux-github
2019-10-21  9:49 ` voidlinux-github
2019-10-21 22:02 ` voidlinux-github
2019-10-21 22:02 ` voidlinux-github

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