Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 87938040c5 | |||
| 4c4471c2d7 | |||
| 451739f2e5 | |||
| 61f9f4d7dc |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01cab8fb880cf4d1cb9c84cb74c6ce291a78c69f443dced5aa2a88fb20bdc3bd
|
||||
size 18926617
|
||||
3
dlib-19.24.6.tar.gz
Normal file
3
dlib-19.24.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22513c353ec9c153300c394050c96ca9d088e02966ac0f639e989e50318c82d6
|
||||
size 18927196
|
||||
12
dlib.changes
12
dlib.changes
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
12
dlib.spec
12
dlib.spec
@@ -19,7 +19,7 @@
|
||||
%define shlib libdlib%( echo %{version} | tr '.' '_' )
|
||||
%define python_subpackage_only 1
|
||||
Name: dlib
|
||||
Version: 19.24.5
|
||||
Version: 19.24.6
|
||||
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