public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nicolas Chauvet <kwizart@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: Install face_landmark_model
Date: Fri, 28 Aug 2026 13:31:43 GMT [thread overview]
Message-ID: <178792390347.1.11361953344755351629.rpms-opencv-02774e9201be@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : 02774e9201bea7bf66e73ca07e3ed2aacb733ff6
Author : Nicolas Chauvet <kwizart@gmail.com>
Date : 2020-07-27T09:46:17+02:00
Stats : +7/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/02774e9201bea7bf66e73ca07e3ed2aacb733ff6?branch=opencv5
Log:
Install face_landmark_model
---
diff --git a/opencv.spec b/opencv.spec
index a45970e..4232e30 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -262,6 +262,13 @@ pushd %{name}_contrib-%{version}
%patch2 -p1
popd
+# Install face_landmark_model
+mkdir -p .cache/data
+install -pm 0644 %{SOURCE3} .cache/data
+pushd .cache/data
+ xz -d face_landmark_model.dat.xz
+popd
+
# Install ADE, needed for opencv_gapi
mkdir -p .cache/ade
install -pm 0644 %{SOURCE4} .cache/ade/
@@ -273,13 +280,6 @@ install -pm 0644 %{SOURCE4} .cache/ade/
# non available on Fedora: FFMPEG, XINE
mkdir -p build
pushd build
-
-mkdir -p share/opencv4/testdata/cv/face
-install -pm 0644 %{SOURCE3} share/opencv4/testdata/cv/face
-pushd share/opencv4/testdata/cv/face
- xz -d face_landmark_model.dat.xz
-popd
-
# disabling IPP because it is closed source library from intel
%cmake CMAKE_VERBOSE=1 \
reply other threads:[~2026-08-28 13:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178792390347.1.11361953344755351629.rpms-opencv-02774e9201be@fedoraproject.org \
--to=kwizart@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox