mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/digikam: Fix fetch with AUTOTAGS option
Remove unused (confirmed by upstream maintainer Michael Miller <michael_miller@msn.com>) and no longer available for download resnet152-v2-7.onnx. PR: 286147 Reported by: Brett <vbasiccd@msn.com> MFH: 2025Q2
This commit is contained in:
parent
d9ce887a3e
commit
6ef2642c38
3 changed files with 3 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= digikam
|
||||
DISTVERSION= 8.6.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} \
|
||||
https://files.kde.org/${PORTNAME}/%SUBDIR%/:aesthetic,autotags,face,yunet \
|
||||
|
@ -81,11 +82,10 @@ OPTIONS_SUB= yes
|
|||
AESTHETIC_DESC= Install aesthetic detection data (~84 MiB)
|
||||
AESTHETIC_DISTFILES= weights_inceptionv3_299.pb:aesthetic
|
||||
|
||||
AUTOTAGS_DESC= Install auto tags assignment data (~711 MiB)
|
||||
AUTOTAGS_DESC= Install auto tags assignment data (~481 MiB)
|
||||
AUTOTAGS_DISTFILES= classification_classes_ILSVRC2012.txt:autotags \
|
||||
coco.names:autotags \
|
||||
efficientnetb7.onnx:autotags \
|
||||
resnet152-v2-7.onnx:autotags \
|
||||
yolo11n.onnx:autotags \
|
||||
yolo11x.onnx:autotags
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
TIMESTAMP = 1742089499
|
||||
TIMESTAMP = 1745529278
|
||||
SHA256 (KDE/digikam/digiKam-8.6.0.tar.xz) = 000971e117201976cba413b6d7201720a8893799d6064bcf158d4388e829c233
|
||||
SIZE (KDE/digikam/digiKam-8.6.0.tar.xz) = 58958608
|
||||
SHA256 (KDE/digikam/weights_inceptionv3_299.pb) = 8923e3daff71c07533b9023ef32c69d8c058d1e0931d76d8b81241a201138538
|
||||
|
@ -9,8 +9,6 @@ SHA256 (KDE/digikam/coco.names) = 634a1132eb33f8091d60f2c346ababe8b905ae08387037
|
|||
SIZE (KDE/digikam/coco.names) = 625
|
||||
SHA256 (KDE/digikam/efficientnetb7.onnx) = 5133666ad23c6bd45c8d817739e66a4743f84080ba9e47301c323ed0986a52a1
|
||||
SIZE (KDE/digikam/efficientnetb7.onnx) = 265323876
|
||||
SHA256 (KDE/digikam/resnet152-v2-7.onnx) = 40fb3f6dd313ba786a2c8077a0ef7d7b4afeda5d037365400d3a7fbc2b1bee64
|
||||
SIZE (KDE/digikam/resnet152-v2-7.onnx) = 241503848
|
||||
SHA256 (KDE/digikam/yolo11n.onnx) = 82f23e3cdc299fb44317e8a4b2c1d4d67efd0acd5eb3abcb5bf87a307bca5c43
|
||||
SIZE (KDE/digikam/yolo11n.onnx) = 10720316
|
||||
SHA256 (KDE/digikam/yolo11x.onnx) = dd81d4d06a4c92a6e1066d024219efe5c4c1982566ddf6ce5c280ebd847f117a
|
||||
|
|
|
@ -400,7 +400,6 @@ share/applications/org.kde.showfoto.desktop
|
|||
%%AUTOTAGS%%%%DATADIR%%/facesengine/efficientnetb7.onnx
|
||||
%%FACEDETECT%%%%DATADIR%%/facesengine/face_detection_yunet_2023mar.onnx
|
||||
%%FACEDETECT%%%%DATADIR%%/facesengine/face_recognition_sface_2021dec.onnx
|
||||
%%AUTOTAGS%%%%DATADIR%%/facesengine/resnet152-v2-7.onnx
|
||||
%%AESTHETIC%%%%DATADIR%%/facesengine/weights_inceptionv3_299.pb
|
||||
%%AUTOTAGS%%%%DATADIR%%/facesengine/yolo11n.onnx
|
||||
%%AUTOTAGS%%%%DATADIR%%/facesengine/yolo11x.onnx
|
||||
|
|
Loading…
Add table
Reference in a new issue