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; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ messages in thread

* [PR PATCH] New package: dlib-19.18
@ 2019-10-16  2:47 voidlinux-github
  0 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-16  2:47 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/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: 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] 7+ messages in thread

end of thread, other threads:[~2019-10-16  2:47 UTC | newest]

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

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