SHA256
1
0
forked from pool/dlib

10 Commits

Author SHA256 Message Date
fe885face6 Accepting request 1284851 from science:machinelearning
OBS-URL: https://build.opensuse.org/request/show/1284851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dlib?expand=0&rev=8
2025-06-11 16:34:51 +00:00
0500732e19 Update to version 20.0.
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/dlib?expand=0&rev=15
2025-06-11 13:19:35 +00:00
8f9e58bf77 Accepting request 1279056 from science:machinelearning
OBS-URL: https://build.opensuse.org/request/show/1279056
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dlib?expand=0&rev=7
2025-05-22 14:56:35 +00:00
d6423b2b43 Update to version 19.24.9.
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/dlib?expand=0&rev=13
2025-05-21 14:04:57 +00:00
792772fec6 Accepting request 1274350 from science:machinelearning
OBS-URL: https://build.opensuse.org/request/show/1274350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dlib?expand=0&rev=6
2025-05-05 20:28:08 +00:00
d79fb77516 Update to version 19.24.8.
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/dlib?expand=0&rev=11
2025-05-05 07:08:19 +00:00
87938040c5 Accepting request 1205188 from science:machinelearning
OBS-URL: https://build.opensuse.org/request/show/1205188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dlib?expand=0&rev=5
2024-10-02 19:34:36 +00:00
4c4471c2d7 - add more Requires to -devel (now listing all from
/usr/lib64/pkgconfig/dlib-1.pc)

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/dlib?expand=0&rev=9
2024-10-02 11:22:31 +00:00
451739f2e5 Accepting request 1194913 from science:machinelearning
OBS-URL: https://build.opensuse.org/request/show/1194913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dlib?expand=0&rev=4
2024-08-21 21:25:20 +00:00
61f9f4d7dc Update to version 19.24.6.
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/dlib?expand=0&rev=7
2024-08-20 13:01:49 +00:00
4 changed files with 58 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01cab8fb880cf4d1cb9c84cb74c6ce291a78c69f443dced5aa2a88fb20bdc3bd
size 18926617

3
dlib-20.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:705749801c7896f5c19c253b6be639f4cef2c1831a9606955f01b600b3d86d80
size 18977636

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Sat Jun 7 21:12:30 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 20.0:
* Add reshape_to layer for flexible tensor reshaping/rescaling
(gh#davisking/dlib#3076).
* Updated documentation.
-------------------------------------------------------------------
Fri May 16 14:52:52 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 19.24.9:
* Add linear_layer for neural networks (gh#davisking/dlib#3074).
* fix SyntaxWarning: invalid escape sequence '\('
(gh#davisking/dlib#3069).
* Add Byte Pair Encoding (BPE) class for subword tokenization
(gh#davisking/dlib#3056).
* Drop namespace std (gh#davisking/dlib#3067).
* Fix a bug when getting a gzip header extra field with
inflate() (gh#davisking/dlib#3063).
-------------------------------------------------------------------
Fri May 2 08:20:22 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 19.24.8:
* Fix cmake project version number.
- Changes from version 19.24.7:
* Change the default u32string char type to char32_t
(gh#davisking/dlib#3059)
-------------------------------------------------------------------
Wed Oct 2 07:55:07 UTC 2024 - Jiri Slaby <jslaby@suse.cz>
- add more Requires to -devel (now listing all from
/usr/lib64/pkgconfig/dlib-1.pc)
-------------------------------------------------------------------
Fri Aug 16 14:25:40 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 19.24.6:
* Add ffmpeg 7 support.
-------------------------------------------------------------------
Fri Aug 2 07:17:06 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package dlib
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,10 @@
#
%define shlib libdlib%( echo %{version} | tr '.' '_' )
%define shlib libdlib%( echo %{version} | tr '.' '_' )_0
%define python_subpackage_only 1
Name: dlib
Version: 19.24.5
Version: 20.0
Release: 0
Summary: Toolkit for making machine learning and data analysis applications
License: BSL-1.0
@@ -62,11 +62,21 @@ analysis library.
%package -n dlib-devel
Summary: Headers and sources for developing apps with dlib
Requires: %{shlib} = %{version}
Requires: giflib-devel
Requires: pkgconfig(blas)
Requires: pkgconfig(cblas)
Requires: pkgconfig(fftw3)
Requires: pkgconfig(lapack)
Requires: pkgconfig(libavcodec)
Requires: pkgconfig(libavdevice)
Requires: pkgconfig(libavfilter)
Requires: pkgconfig(libavformat)
Requires: pkgconfig(libavutil)
Requires: pkgconfig(libjpeg)
Requires: pkgconfig(libjxl)
Requires: pkgconfig(libpng16)
Requires: pkgconfig(libswresample)
Requires: pkgconfig(libswscale)
Requires: pkgconfig(libwebp)
%description -n dlib-devel