public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: Update to 2.4.11 .
Date: Fri, 28 Aug 2026 13:30:27 GMT	[thread overview]
Message-ID: <178792382700.1.12265256243101729303.rpms-opencv-d7da354e29b7@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/opencv
            Branch : opencv5
            Commit : d7da354e29b79aed069fbdf2dda54265f8ccff16
            Author : Sérgio Basto <sergio@serjux.com>
            Date   : 2015-05-13T16:38:46+01:00
            Stats  : +9/-25 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/opencv/c/d7da354e29b79aed069fbdf2dda54265f8ccff16?branch=opencv5

            Log:
            Update to 2.4.11 .

- Dropped patches 0, 10, 11, 12, 13 and 14 .

---
diff --git a/.gitignore b/.gitignore
index 84f1e27..53d67db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ OpenCV-2.1.0.tar.bz2
 /opencv-clean-2.4.6.1.tar.xz
 /opencv-clean-2.4.7.tar.xz
 /opencv-clean-2.4.9.tar.xz
+/opencv-clean-2.4.11.tar.xz

diff --git a/opencv.spec b/opencv.spec
index 7072fc2..ec422d9 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -1,8 +1,8 @@
 #global indice   a
 
 Name:           opencv
-Version:        2.4.9
-Release:        6%{?dist}
+Version:        2.4.11
+Release:        1%{?dist}
 Summary:        Collection of algorithms for computer vision
 Group:          Development/Libraries
 # This is normal three clause BSD.
@@ -16,7 +16,6 @@ URL:            http://opencv.org
 #Source0:        http://downloads.sourceforge.net/opencvlibrary/opencv-unix/%{version}/%{name}-%{version}%{?indice}.zip
 Source0:	%{name}-clean-%{version}%{?indice}.tar.xz
 Source1:        opencv-samples-Makefile
-Patch0:         opencv-pkgcmake.patch
 #http://code.opencv.org/issues/2720
 Patch2:         OpenCV-2.4.4-pillow.patch
 Patch3:         opencv-2.4.9-ts_static.patch
@@ -24,16 +23,9 @@ Patch3:         opencv-2.4.9-ts_static.patch
 # https://bugzilla.redhat.com/1031312
 Patch4:         opencv-2.4.7-cmake_paths.patch
 
-# relevant gst1-related patches from upstream master branch
 %if 0%{?fedora} > 20
 %global gst1 1
 %endif
-# 0550 needed slight rebasing -- rex
-Patch10: 0550-bomb-commit-of-gstreamer-videocapture-and-videowrite.patch
-Patch11: 0552-eliminated-warnings.patch
-Patch12: 0587-Fix-build-with-gstreamer-0.10.28.patch
-Patch13: 0865-gstreamer-cleaning-up-resources.patch
-Patch14: 0871-allow-for-arbitraty-number-of-sources-and-sinks.patch
 
 BuildRequires:  libtool
 BuildRequires:  cmake >= 2.6.3
@@ -130,19 +122,10 @@ This package contains Python bindings for the OpenCV library.
 
 %prep
 %setup -q
-%patch0 -p1 -b .pkgcmake
 %patch2 -p1 -b .pillow
 %patch3 -p1 -b .ts_static
 %patch4 -p1 -b .cmake_paths
 
-%if 0%{?gst1}
-%patch10 -p1 -b .10
-%patch11 -p1 -b .11
-%patch12 -p1 -b .12
-%patch13 -p1 -b .13
-%patch14 -p1 -b .14
-%endif
-
 # fix dos end of lines
 sed -i 's|\r||g'  samples/c/adaptiveskindetector.cpp
 
@@ -201,11 +184,7 @@ pushd build
 make install DESTDIR=%{buildroot} INSTALL="install -p" CPPROG="cp -p"
 find %{buildroot} -name '*.la' -delete
 
-rm -f %{buildroot}%{_datadir}/OpenCV/samples/c/build_all.sh \
-      %{buildroot}%{_datadir}/OpenCV/samples/c/cvsample.dsp \
-      %{buildroot}%{_datadir}/OpenCV/samples/c/cvsample.vcproj \
-      %{buildroot}%{_datadir}/OpenCV/samples/c/facedetect.cmd
-install -pm644 %{SOURCE1} %{buildroot}%{_datadir}/OpenCV/samples/c/GNUmakefile
+install -pm644 %{SOURCE1} %{buildroot}%{_datadir}/OpenCV/samples/GNUmakefile
 
 # remove unnecessary documentation
 rm -rf %{buildroot}%{_datadir}/OpenCV/doc
@@ -273,6 +252,10 @@ popd
 %{python2_sitearch}/cv2.so
 
 %changelog
+* Mon May 11 2015 Sérgio Basto <sergio@serjux.com> - 2.4.11-1
+- Update to 2.4.11 .
+- Dropped patches 0, 10, 11, 12, 13 and 14 .
+
 * Sat Apr 11 2015 Rex Dieter <rdieter@fedoraproject.org> 2.4.9-6
 - rebuild (gcc5)
 

diff --git a/sources b/sources
index 8248a78..54bf1a6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-648e1de1869cb4d3d1e3316eca975005  opencv-clean-2.4.9.tar.xz
+ee17da586c1e38b90bc2697ad874223f  opencv-clean-2.4.11.tar.xz

                 reply	other threads:[~2026-08-28 13:30 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=178792382700.1.12265256243101729303.rpms-opencv-d7da354e29b7@fedoraproject.org \
    --to=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