Compare commits
15 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| fe885face6 | |||
| 0500732e19 | |||
| 8f9e58bf77 | |||
| d6423b2b43 | |||
| 792772fec6 | |||
| d79fb77516 | |||
| 87938040c5 | |||
| 4c4471c2d7 | |||
| 451739f2e5 | |||
| 61f9f4d7dc | |||
| 0b8ad37602 | |||
| 19a1727e6e | |||
| 372bc05f2c | |||
| 4da93c6a52 | |||
| 2e898b0722 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d881911d68972d11563bb9db692b8fcea0ac1b3fd2e3f03fa0b94fde6c739e43
|
||||
size 18906772
|
||||
@@ -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
3
dlib-20.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:705749801c7896f5c19c253b6be639f4cef2c1831a9606955f01b600b3d86d80
|
||||
size 18977636
|
||||
42
dlib.changes
42
dlib.changes
@@ -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>
|
||||
|
||||
|
||||
16
dlib.spec
16
dlib.spec
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user