commit frei0r-plugins for openSUSE:Factory

2020-01-06 Thread root
Hello community,

here is the log from the commit of package frei0r-plugins for openSUSE:Factory 
checked in at 2020-01-06 16:01:41

Comparing /work/SRC/openSUSE:Factory/frei0r-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.frei0r-plugins.new.6675 (New)


Package is "frei0r-plugins"

Mon Jan  6 16:01:41 2020 rev:16 rq:760789 version:1.7.0

Changes:

--- /work/SRC/openSUSE:Factory/frei0r-plugins/frei0r-plugins.changes
2018-11-06 15:26:44.400398617 +0100
+++ /work/SRC/openSUSE:Factory/.frei0r-plugins.new.6675/frei0r-plugins.changes  
2020-01-06 16:01:44.373711812 +0100
@@ -1,0 +2,23 @@
+Wed Jan  1 16:59:46 UTC 2020 - Stefan BrĂ¼ns 
+
+- Update to version 1.7.0
+  * This release includes three new filters, code cleanups and several
+bugfixes improving stability of existing plugins.
+  * New filters (3): normaliz0r, elastic_scale, premultiply.
+  * Updated (47): alpha0ps, baltan, bgsubtractor, bluescreen0r, blur,
+c0rners, cairogradient, cairoimagegrid, cartoon, cluster,
+coloradj, colorhalftone, curves, d90stairsteppingfix, defish0r,
+delay0r, edgeglow, emboss, facebl0r, facedetect, levels,
+lightgraffiti, measure, ndvi, nervous, nosync0r, primaries,
+rgbnoice, rgbsplit0r, scanline0r, select0r, sopsat, spillsupress,
+three_point_balance, timeout, tutorial, vertigo, vignette, water,
+alphaatop, alphain, alphaout, alphaover, alphaxor,
+cairoaffineblend, cairoblend, xfade0r
+- Drop obsolete patches:
+  * frei0r-plugins-1.4-missing_include.patch
+  * frei0r-plugins-openCV-3.0-compatibility.patch
+  * frei0r-plugins-openCV-3.4.2-compatibility.patch
+- Fix compilation with OpenCV 3.4.9/4.2.0
+  * 0001-Port-facebl0r-to-OpenCV-C-API.patch
+
+---

Old:

  frei0r-plugins-1.4-missing_include.patch
  frei0r-plugins-1.6.1.tar.gz
  frei0r-plugins-openCV-3.0-compatibility.patch
  frei0r-plugins-openCV-3.4.2-compatibility.patch

New:

  0001-Port-facebl0r-to-OpenCV-C-API.patch
  frei0r-plugins-1.7.0.tar.gz



Other differences:
--
++ frei0r-plugins.spec ++
--- /var/tmp/diff_new_pack.gmpuna/_old  2020-01-06 16:01:45.633712467 +0100
+++ /var/tmp/diff_new_pack.gmpuna/_new  2020-01-06 16:01:45.641712471 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package frei0r-plugins
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,24 +17,18 @@
 
 
 Name:   frei0r-plugins
-Version:1.6.1
+Version:1.7.0
 Release:0
 Summary:Collection of video sources and filters plugins
 # Upstream says 2.0+ but quite few of their plugins are GPL-3.0+
 License:GPL-3.0-or-later
 Group:  Productivity/Multimedia/Video/Editors and Convertors
-URL:http://frei0r.dyne.org/
-Source0:
http://files.dyne.org/frei0r/releases/frei0r-plugins-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM frei0r-plugins-1.4-missing_include.patch 
http://www.piksel.no/projects/frei0r/ticket/41 reddw...@opensuse.org -- Add 
missing header
-Patch0: frei0r-plugins-1.4-missing_include.patch
-# PATCH-FIX-UPSTREAM frei0r-plugins-openCV-3.0-compatibility.patch  
tittiatc...@gmail.com -- Make it compile with openCV3. This is a rebase of the 
two usptream commits by Dan Dennedy
-Patch1: frei0r-plugins-openCV-3.0-compatibility.patch
-# PATCH-FIX-UPSTREAM frei0r-plugins-openCV-3.4.2-compatibility.patch -- Fix 
build with opencv > 3.4.1
-Patch2: frei0r-plugins-openCV-3.4.2-compatibility.patch
-BuildRequires:  autoconf
-BuildRequires:  automake
+URL:https://frei0r.dyne.org/
+Source0:
https://files.dyne.org/frei0r/releases/frei0r-plugins-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM -- https://github.com/dyne/frei0r/pull/97
+Patch0: 0001-Port-facebl0r-to-OpenCV-C-API.patch
+BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cairo) >= 1.0.0
 BuildRequires:  pkgconfig(gavl) >= 0.2.3
@@ -66,18 +60,14 @@
 
 %prep
 %setup -q
-%patch0
-%patch1 -p1
-%patch2 -p1
+%patch0 -p1
 
 %build
-autoreconf -fvi
-%configure
-make %{?_smp_mflags}
+%cmake
+%cmake_build
 
 %install
-%make_install
-rm 
%{buildroot}%{_datadir}/doc/frei0r-plugins/{AUTHORS.txt,ChangeLog.txt,README.txt,TODO.txt}
+%cmake_install
 
 %files
 %license COPYING.txt

++ 0001-Port-facebl0r-to-OpenCV-C-API.patch ++
>From 7482c320b52956713d0b511771b23020fabd07a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Br=C3=BCns?= 
Date: Wed, 1 Jan 2020 22:59:24 +0100
Subject: [PATCH] Port facebl0r to OpenCV C++ API


commit frei0r-plugins for openSUSE:Factory

2018-11-06 Thread root
Hello community,

here is the log from the commit of package frei0r-plugins for openSUSE:Factory 
checked in at 2018-11-06 15:26:28

Comparing /work/SRC/openSUSE:Factory/frei0r-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.frei0r-plugins.new (New)


Package is "frei0r-plugins"

Tue Nov  6 15:26:28 2018 rev:15 rq:645693 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/frei0r-plugins/frei0r-plugins.changes
2017-12-12 21:19:38.888047974 +0100
+++ /work/SRC/openSUSE:Factory/.frei0r-plugins.new/frei0r-plugins.changes   
2018-11-06 15:26:44.400398617 +0100
@@ -1,0 +2,7 @@
+Wed Oct 31 09:37:20 UTC 2018 - Christophe Giboudeaux 
+
+- Add frei0r-plugins-openCV-3.4.2-compatibility.patch to fix a
+  build failure with openCV > 3.4.1
+- Run spec-cleaner
+
+---

New:

  frei0r-plugins-openCV-3.4.2-compatibility.patch



Other differences:
--
++ frei0r-plugins.spec ++
--- /var/tmp/diff_new_pack.riNZ1N/_old  2018-11-06 15:26:46.176395921 +0100
+++ /var/tmp/diff_new_pack.riNZ1N/_new  2018-11-06 15:26:46.176395921 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package frei0r-plugins
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,14 +21,16 @@
 Release:0
 Summary:Collection of video sources and filters plugins
 # Upstream says 2.0+ but quite few of their plugins are GPL-3.0+
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Multimedia/Video/Editors and Convertors
-Url:http://frei0r.dyne.org/
+URL:http://frei0r.dyne.org/
 Source0:
http://files.dyne.org/frei0r/releases/frei0r-plugins-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM frei0r-plugins-1.4-missing_include.patch 
http://www.piksel.no/projects/frei0r/ticket/41 reddw...@opensuse.org -- Add 
missing header
 Patch0: frei0r-plugins-1.4-missing_include.patch
 # PATCH-FIX-UPSTREAM frei0r-plugins-openCV-3.0-compatibility.patch  
tittiatc...@gmail.com -- Make it compile with openCV3. This is a rebase of the 
two usptream commits by Dan Dennedy
 Patch1: frei0r-plugins-openCV-3.0-compatibility.patch
+# PATCH-FIX-UPSTREAM frei0r-plugins-openCV-3.4.2-compatibility.patch -- Fix 
build with opencv > 3.4.1
+Patch2: frei0r-plugins-openCV-3.4.2-compatibility.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -66,6 +68,7 @@
 %setup -q
 %patch0
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fvi
@@ -77,12 +80,14 @@
 rm 
%{buildroot}%{_datadir}/doc/frei0r-plugins/{AUTHORS.txt,ChangeLog.txt,README.txt,TODO.txt}
 
 %files
-%doc AUTHORS.txt ChangeLog.txt COPYING.txt README.txt
+%license COPYING.txt
+%doc AUTHORS.txt ChangeLog.txt README.txt
 %{_libdir}/frei0r-1/
 %exclude %{_libdir}/frei0r-1/facebl0r.so
 %exclude %{_libdir}/frei0r-1/facedetect.so
 
 %files opencv
+%license COPYING.txt
 %dir %{_libdir}/frei0r-1
 %{_libdir}/frei0r-1/facebl0r.so
 %{_libdir}/frei0r-1/facedetect.so

++ frei0r-plugins-openCV-3.4.2-compatibility.patch ++
Author: Christoph Willing 
Date:   Sun Jul 15 10:30:23 2018 +1000

Check opencv version

Signed-off-by: Christoph Willing 

diff --git a/src/filter/facebl0r/facebl0r.cpp b/src/filter/facebl0r/facebl0r.cpp
index 6d6e8f2..7bd7794 100644
--- a/src/filter/facebl0r/facebl0r.cpp
+++ b/src/filter/facebl0r/facebl0r.cpp
@@ -14,11 +14,17 @@
  * Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-
+#include 
+#define CV_VERSION_NUM (CV_VERSION_MAJOR * 1 \
+  + CV_VERSION_MINOR * 100 \
+  + CV_VERSION_REVISION)
 #include 
 #include 
 #include 
 #include 
+#if CV_VERSION_NUM > 30401
+#include 
+#endif
 
 #include 
 #include 



commit frei0r-plugins for openSUSE:Factory

2017-12-12 Thread root
Hello community,

here is the log from the commit of package frei0r-plugins for openSUSE:Factory 
checked in at 2017-12-12 21:19:36

Comparing /work/SRC/openSUSE:Factory/frei0r-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.frei0r-plugins.new (New)


Package is "frei0r-plugins"

Tue Dec 12 21:19:36 2017 rev:14 rq:556381 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/frei0r-plugins/frei0r-plugins.changes
2016-03-05 11:21:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.frei0r-plugins.new/frei0r-plugins.changes   
2017-12-12 21:19:38.888047974 +0100
@@ -1,0 +2,32 @@
+Sat Dec  9 14:22:55 UTC 2017 - davejpla...@gmail.com
+
+- Split off plugins built against OpenCV because they cause
+  multiprocessing issues in shotcut and kdenlive. See boo#1068792
+  and https://github.com/mltframework/mlt/issues/274.
+
+---
+Wed Dec  6 14:08:29 UTC 2017 - tchva...@suse.com
+
+- Reduce bit operations we do in the spec and convert to pkgconfig
+  dependencies
+- Switch LICENSE to GPL-3.0+ even tho upstream says 2.0+ is enough
+  quite few filters and generators are 3.0+ only
+
+---
+Tue Nov 28 06:12:12 UTC 2017 - davejpla...@gmail.com
+
+- Update to version 1.6.1
+- Rebase frei0r-plugins-1.4-missing_include.patch
+- Rebase frei0r-plugins-openCV-3.0-compatibility.patch it is mostly
+  included upstream.
+- Upstream changes:
+  *Minor fixes to the build system. Version correctly updated.
+  *This release contains new filters and some bugfixes to parameters
+   and building environment, documentation is updated accordingly.
+  *New filters (3): bgsubtract0r, glitch0r, rgbsplit0r
+  *Updated (2): Distort0r now mode and velocity, Curves has improved
+   precision.
+  *This release fixes several major bugs in existing plugins and adds
+   one new filter: NDVI (Normalized Difference Vegetation Index).
+
+---

Old:

  frei0r-plugins-1.4.tar.gz

New:

  frei0r-plugins-1.6.1.tar.gz



Other differences:
--
++ frei0r-plugins.spec ++
--- /var/tmp/diff_new_pack.Hvdfr4/_old  2017-12-12 21:19:39.544016308 +0100
+++ /var/tmp/diff_new_pack.Hvdfr4/_new  2017-12-12 21:19:39.548016115 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package frei0r-plugins
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,40 +17,44 @@
 
 
 Name:   frei0r-plugins
-Version:1.4
+Version:1.6.1
 Release:0
 Summary:Collection of video sources and filters plugins
-License:GPL-2.0+
+# Upstream says 2.0+ but quite few of their plugins are GPL-3.0+
+License:GPL-3.0+
 Group:  Productivity/Multimedia/Video/Editors and Convertors
 Url:http://frei0r.dyne.org/
-Source: 
http://files.dyne.org/frei0r/releases/frei0r-plugins-%{version}.tar.gz
+Source0:
http://files.dyne.org/frei0r/releases/frei0r-plugins-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM frei0r-plugins-1.4-missing_include.patch 
http://www.piksel.no/projects/frei0r/ticket/41 reddw...@opensuse.org -- Add 
missing header
 Patch0: frei0r-plugins-1.4-missing_include.patch
 # PATCH-FIX-UPSTREAM frei0r-plugins-openCV-3.0-compatibility.patch  
tittiatc...@gmail.com -- Make it compile with openCV3. This is a rebase of the 
two usptream commits by Dan Dennedy
 Patch1: frei0r-plugins-openCV-3.0-compatibility.patch
-BuildRequires:  gcc-c++
-# For the automatic pkgconfig() Provides
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  gcc-c++
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cairo) >= 1.0.0
 BuildRequires:  pkgconfig(gavl) >= 0.2.3
-%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse})
-BuildRequires:  opencv-qt5-devel
-%else
-BuildRequires:  opencv-devel
-%endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(opencv)
 
 %description
 This package provides a collection of video sources and filters plugins,
 using the Frei0r API.
 
+%package opencv
+Summary:OpenCV video sources and filters plugins
+Group:  Productivity/Multimedia/Video/Editors and Convertors
+Requires:   %{name} = %{version}-%{release}
+
+%description opencv
+These plugins may cause slow exports due to multiprocessing issues
+in kdenlive and shotcut. plugins facebl0r and facedetect.
+See boo#1068792
+
 %package devel
 

commit frei0r-plugins for openSUSE:Factory

2016-03-05 Thread h_root
Hello community,

here is the log from the commit of package frei0r-plugins for openSUSE:Factory 
checked in at 2016-03-05 11:21:38

Comparing /work/SRC/openSUSE:Factory/frei0r-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.frei0r-plugins.new (New)


Package is "frei0r-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/frei0r-plugins/frei0r-plugins.changes
2015-11-18 22:32:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.frei0r-plugins.new/frei0r-plugins.changes   
2016-03-05 11:21:39.0 +0100
@@ -1,0 +2,18 @@
+Fri Mar  4 11:27:59 UTC 2016 - o...@aepfle.de
+
+- Fix frei0r-plugins-openCV-3.0-compatibility.patch
+
+---
+Fri Mar  4 10:52:06 UTC 2016 - zai...@opensuse.org
+
+- Update Url to http://frei0r.dyne.org/, show that we are using the
+  fork and not the original frei0r.
+
+---
+Thu Mar  3 14:17:10 UTC 2016 - tittiatc...@gmail.com
+
+- Add frei0r-plugins-openCV-3.0-compatibility.patch: fix the
+  compilation against OpenCV 3. This patch is based on the two
+  upstream commits 129eea and 7ed3f84e6.
+
+---

New:

  frei0r-plugins-openCV-3.0-compatibility.patch



Other differences:
--
++ frei0r-plugins.spec ++
--- /var/tmp/diff_new_pack.zQJWYh/_old  2016-03-05 11:21:40.0 +0100
+++ /var/tmp/diff_new_pack.zQJWYh/_new  2016-03-05 11:21:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package frei0r-plugins
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,12 +22,17 @@
 Summary:Collection of video sources and filters plugins
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Video/Editors and Convertors
-Url:http://www.piksel.org/frei0r
+Url:http://frei0r.dyne.org/
 Source: 
http://files.dyne.org/frei0r/releases/frei0r-plugins-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM frei0r-plugins-1.4-missing_include.patch 
http://www.piksel.no/projects/frei0r/ticket/41 reddw...@opensuse.org -- Add 
missing header
 Patch0: frei0r-plugins-1.4-missing_include.patch
+# PATCH-FIX-UPSTREAM frei0r-plugins-openCV-3.0-compatibility.patch  
tittiatc...@gmail.com -- Make it compile with openCV3. This is a rebase of the 
two usptream commits by Dan Dennedy
+Patch1: frei0r-plugins-openCV-3.0-compatibility.patch
 BuildRequires:  gcc-c++
 # For the automatic pkgconfig() Provides
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(cairo) >= 1.0.0
 BuildRequires:  pkgconfig(gavl) >= 0.2.3
@@ -56,10 +61,13 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 # Timestamp problem. Remove in next release.
 touch include/config.h.in
 
 %build
+find -name Makefile.in -delete
+autoreconf -fi
 %configure
 make %{?_smp_mflags}
 

++ frei0r-plugins-openCV-3.0-compatibility.patch ++
---
 src/Makefile.am  |2 
 src/filter/facedetect/facedetect.c   |  266 ---
 src/filter/facedetect/facedetect.cpp |   19 ++
 3 files changed, 19 insertions(+), 268 deletions(-)

Index: frei0r-plugins-1.4/src/Makefile.am
===
--- frei0r-plugins-1.4.orig/src/Makefile.am
+++ frei0r-plugins-1.4/src/Makefile.am
@@ -153,7 +153,7 @@ facebl0r_la_CFLAGS = @OPENCV_CFLAGS@ @CF
 facebl0r_la_LIBADD = @OPENCV_LIBS@
 plugin_LTLIBRARIES += facedetect.la
 facedetect_la_SOURCES = filter/facedetect/facedetect.cpp
-facedetect_la_CFLAGS = @OPENCV_CFLAGS@ @CFLAGS@
+facedetect_la_CPPFLAGS = @OPENCV_CFLAGS@ @CFLAGS@
 facedetect_la_LIBADD = @OPENCV_LIBS@
 endif
 
Index: frei0r-plugins-1.4/src/filter/facedetect/facedetect.c
===
--- frei0r-plugins-1.4.orig/src/filter/facedetect/facedetect.c
+++ /dev/null
@@ -1,266 +0,0 @@
-/**
- * binarymillenium 2007
- *
- * This code is released under the GPL
- *
- * *
- */
-
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-
-
-#include "cv.h"
-//#include "highgui.h"
-
-#include "frei0r.h"
-
-#ifdef _EiC
-#define WIN32
-#endif
-
-
-CvSeq* detect_and_draw( IplImage* img, CvMemStorage* storage,
-CvHaarClassifierCascade* cascade);
-
-#ifndef OPENCV_PREFIX
-#error OPENCV_PREFIX must contain the installation prefix of OpenCV
-#endif
-
-#define STR(x) #x
-#define 

commit frei0r-plugins for openSUSE:Factory

2015-11-18 Thread h_root
Hello community,

here is the log from the commit of package frei0r-plugins for openSUSE:Factory 
checked in at 2015-11-18 22:32:51

Comparing /work/SRC/openSUSE:Factory/frei0r-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.frei0r-plugins.new (New)


Package is "frei0r-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/frei0r-plugins/frei0r-plugins.changes
2015-11-12 19:39:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.frei0r-plugins.new/frei0r-plugins.changes   
2015-11-18 22:32:52.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 12 21:47:02 UTC 2015 - ec...@opensuse.org
+
+- change if clause for opencv-qt5-devel, so no need for 
+  ProjectConfig
+
+---



Other differences:
--
++ frei0r-plugins.spec ++
--- /var/tmp/diff_new_pack.LnqW2t/_old  2015-11-18 22:32:53.0 +0100
+++ /var/tmp/diff_new_pack.LnqW2t/_new  2015-11-18 22:32:53.0 +0100
@@ -31,10 +31,10 @@
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(cairo) >= 1.0.0
 BuildRequires:  pkgconfig(gavl) >= 0.2.3
-%if 0%{?suse_version} > 1320 || 0%{?is_opensuse}
-BuildRequires:  pkgconfig(opencv) >= 5.0.0
+%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse})
+BuildRequires:  opencv-qt5-devel
 %else
-BuildRequires:  pkgconfig(opencv) >= 1.0.0
+BuildRequires:  opencv-devel
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 




commit frei0r-plugins for openSUSE:Factory

2015-11-12 Thread h_root
Hello community,

here is the log from the commit of package frei0r-plugins for openSUSE:Factory 
checked in at 2015-11-12 19:39:36

Comparing /work/SRC/openSUSE:Factory/frei0r-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.frei0r-plugins.new (New)


Package is "frei0r-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/frei0r-plugins/frei0r-plugins.changes
2015-05-20 23:18:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.frei0r-plugins.new/frei0r-plugins.changes   
2015-11-12 19:39:37.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov  5 16:02:21 UTC 2015 - wba...@tmo.at
+
+- Build against opencv-qt5-devel on Leap as well, Leap comes with
+  the KF5/Qt5 based kdenlive (boo#930616)
+
+---



Other differences:
--
++ frei0r-plugins.spec ++
--- /var/tmp/diff_new_pack.FG8L8h/_old  2015-11-12 19:39:38.0 +0100
+++ /var/tmp/diff_new_pack.FG8L8h/_new  2015-11-12 19:39:38.0 +0100
@@ -31,7 +31,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(cairo) >= 1.0.0
 BuildRequires:  pkgconfig(gavl) >= 0.2.3
-%if 0%{?suse_version} > 1320
+%if 0%{?suse_version} > 1320 || 0%{?is_opensuse}
 BuildRequires:  pkgconfig(opencv) >= 5.0.0
 %else
 BuildRequires:  pkgconfig(opencv) >= 1.0.0




commit frei0r-plugins for openSUSE:Factory

2015-05-20 Thread h_root
Hello community,

here is the log from the commit of package frei0r-plugins for openSUSE:Factory 
checked in at 2015-05-20 23:18:42

Comparing /work/SRC/openSUSE:Factory/frei0r-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.frei0r-plugins.new (New)


Package is frei0r-plugins

Changes:

--- /work/SRC/openSUSE:Factory/frei0r-plugins/frei0r-plugins.changes
2013-03-08 09:09:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.frei0r-plugins.new/frei0r-plugins.changes   
2015-05-20 23:18:43.0 +0200
@@ -1,0 +2,6 @@
+Sat May 16 20:29:03 UTC 2015 - wba...@tmo.at
+
+- Build against opencv-qt5-devel on  13.2, otherwise it would
+  crash kdenlive/libmlt which are built against Qt5
+
+---



Other differences:
--
++ frei0r-plugins.spec ++
--- /var/tmp/diff_new_pack.rPzXls/_old  2015-05-20 23:18:44.0 +0200
+++ /var/tmp/diff_new_pack.rPzXls/_new  2015-05-20 23:18:44.0 +0200
@@ -31,7 +31,11 @@
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(cairo) = 1.0.0
 BuildRequires:  pkgconfig(gavl) = 0.2.3
+%if 0%{?suse_version}  1320
+BuildRequires:  pkgconfig(opencv) = 5.0.0
+%else
 BuildRequires:  pkgconfig(opencv) = 1.0.0
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit frei0r-plugins for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package frei0r-plugins for openSUSE:Factory 
checked in at 2013-03-08 09:09:42

Comparing /work/SRC/openSUSE:Factory/frei0r-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.frei0r-plugins.new (New)


Package is frei0r-plugins, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/frei0r-plugins/frei0r-plugins.changes
2011-10-13 12:24:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.frei0r-plugins.new/frei0r-plugins.changes   
2013-03-08 09:09:44.0 +0100
@@ -1,0 +2,15 @@
+Wed Mar  6 12:15:21 UTC 2013 - reddw...@opensuse.org
+
+- Update to version 1.4:
+  * Fix several major bugs in existing plugins
+  * Add new filters and the optional dependency to cairo.
+- New filters (18): IIRblur, Vignette, Keyspillm0pup, Timeout,
+Posterize, Dither, Spillsupress, Emboss, Colgate, RGBNoise,
+Colorize, Softglow, ColrHalftone, Sigmoidaltransfer,
+Colortap, cairogradient, cairoimagegrid, medians
+- New mixers: cairoblend, cairoaffineblend
+- Remove frei0r-missing-return.patch and frei0r-plugins-compiler-warnings.patch
+- Add frei0r-plugins-1.4-missing_include.patch
+- Add pkgconfig(cairo) BuildRequires
+
+---

Old:

  frei0r-missing-return.patch
  frei0r-plugins-1.3.tar.gz
  frei0r-plugins-compiler-warnings.patch

New:

  frei0r-plugins-1.4-missing_include.patch
  frei0r-plugins-1.4.tar.gz



Other differences:
--
++ frei0r-plugins.spec ++
--- /var/tmp/diff_new_pack.IewMuj/_old  2013-03-08 09:09:46.0 +0100
+++ /var/tmp/diff_new_pack.IewMuj/_new  2013-03-08 09:09:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package frei0r-plugins
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,20 @@
 #
 
 
-
 Name:   frei0r-plugins
-Version:1.3
-Release:1
-License:GPL-2.0+
+Version:1.4
+Release:0
 Summary:Collection of video sources and filters plugins
-Url:http://www.piksel.org/frei0r
+License:GPL-2.0+
 Group:  Productivity/Multimedia/Video/Editors and Convertors
-Source: http://www.piksel.no/frei0r/releases/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM frei0r-missing-return.patch vu...@opensuse.org -- Add 
missing return value, sent upstream by mail on 2011-09-28
-Patch0: frei0r-missing-return.patch
-# PATCH-FIX-UPSTREAM frei0r-plugins-compiler-warnings.patch 
dims...@opensuse.org -- Fix compiler warning on underfined operation. Taken 
from git.
-Patch1: frei0r-plugins-compiler-warnings.patch
+Url:http://www.piksel.org/frei0r
+Source: 
http://files.dyne.org/frei0r/releases/frei0r-plugins-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM frei0r-plugins-1.4-missing_include.patch 
http://www.piksel.no/projects/frei0r/ticket/41 reddw...@opensuse.org -- Add 
missing header
+Patch0: frei0r-plugins-1.4-missing_include.patch
 BuildRequires:  gcc-c++
 # For the automatic pkgconfig() Provides
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(cairo) = 1.0.0
 BuildRequires:  pkgconfig(gavl) = 0.2.3
 BuildRequires:  pkgconfig(opencv) = 1.0.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -41,7 +39,6 @@
 using the Frei0r API.
 
 %package devel
-License:GPL-2.0+
 Summary:Frei0r plugin API for video sources and filters
 Group:  Development/Libraries/C and C++
 # No Requires on main subpackage as there is no dependency between the two
@@ -53,9 +50,10 @@
 adaptation issue of standard effects.
 
 %prep
-%setup -q -n frei0r-%{version}
-%patch0 -p1
-%patch1 -p1
+%setup -q
+%patch0
+# Timestamp problem. Remove in next release.
+touch include/config.h.in
 
 %build
 %configure

++ frei0r-plugins-1.4-missing_include.patch ++
Index: include/frei0r_cairo.h
===
--- include/frei0r_cairo.h.orig
+++ include/frei0r_cairo.h
@@ -20,6 +20,7 @@
  */
 
 
+#include string.h
 #include cairo.h
 
 /**
++ frei0r-plugins-1.3.tar.gz - frei0r-plugins-1.4.tar.gz ++
 76573 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit frei0r-plugins for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package frei0r-plugins for openSUSE:Factory 
checked in at 2011-12-06 18:10:15

Comparing /work/SRC/openSUSE:Factory/frei0r-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.frei0r-plugins.new (New)


Package is frei0r-plugins, Maintainer is 

Changes:




Other differences:
--
++ frei0r-plugins.spec ++
--- /var/tmp/diff_new_pack.p1XMk8/_old  2011-12-06 18:15:33.0 +0100
+++ /var/tmp/diff_new_pack.p1XMk8/_new  2011-12-06 18:15:33.0 +0100
@@ -20,7 +20,7 @@
 Name:   frei0r-plugins
 Version:1.3
 Release:1
-License:GPL-2+
+License:GPL-2.0+
 Summary:Collection of video sources and filters plugins
 Url:http://www.piksel.org/frei0r
 Group:  Productivity/Multimedia/Video/Editors and Convertors
@@ -41,7 +41,7 @@
 using the Frei0r API.
 
 %package devel
-License:GPL-2+
+License:GPL-2.0+
 Summary:Frei0r plugin API for video sources and filters
 Group:  Development/Libraries/C and C++
 # No Requires on main subpackage as there is no dependency between the two

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit frei0r-plugins for openSUSE:Factory

2011-10-13 Thread h_root

Hello community,

here is the log from the commit of package frei0r-plugins for openSUSE:Factory
checked in at Thu Oct 13 12:19:09 CEST 2011.




--- openSUSE:Factory/frei0r-plugins/frei0r-plugins.changes  2011-10-07 
00:46:54.0 +0200
+++ frei0r-plugins/frei0r-plugins.changes   2011-10-05 17:58:49.0 
+0200
@@ -1,0 +2,9 @@
+Wed Oct  5 15:49:12 UTC 2011 - dims...@opensuse.org
+
+- Add pkgconfig(gavl) BuildRequires to enable the remaining
+  filters: rgbparade, scale0tilt, vectorscope.
+- Add frei0r-plugins-compiler-warnings.patch: Fix compiler warning
+  on undefined operation. Patch taken from upstream git, commit
+  id 8f8090.
+
+---

calling whatdependson for head-i586


New:

  frei0r-plugins-compiler-warnings.patch



Other differences:
--
++ frei0r-plugins.spec ++
--- /var/tmp/diff_new_pack.w4MN2I/_old  2011-10-13 12:19:02.0 +0200
+++ /var/tmp/diff_new_pack.w4MN2I/_new  2011-10-13 12:19:02.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package
+# spec file for package frei0r-plugins
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # 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 @@
 #
 
 
+
 Name:   frei0r-plugins
 Version:1.3
 Release:1
-# FIXME: uncomment pkgconfig(gavl) BuildRequires once gavl is in Factory
 License:GPL-2+
 Summary:Collection of video sources and filters plugins
 Url:http://www.piksel.org/frei0r
@@ -27,12 +27,12 @@
 Source: http://www.piksel.no/frei0r/releases/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM frei0r-missing-return.patch vu...@opensuse.org -- Add 
missing return value, sent upstream by mail on 2011-09-28
 Patch0: frei0r-missing-return.patch
+# PATCH-FIX-UPSTREAM frei0r-plugins-compiler-warnings.patch 
dims...@opensuse.org -- Fix compiler warning on underfined operation. Taken 
from git.
+Patch1: frei0r-plugins-compiler-warnings.patch
 BuildRequires:  gcc-c++
 # For the automatic pkgconfig() Provides
 BuildRequires:  pkg-config
-# GAVL not yet to exist in Factory - Offers those plugins:
-# Filters: rgbparade, scale0tilt, vectorscope
-#BuildRequires:  pkgconfig(gavl) = 0.2.3
+BuildRequires:  pkgconfig(gavl) = 0.2.3
 BuildRequires:  pkgconfig(opencv) = 1.0.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -55,6 +55,7 @@
 %prep
 %setup -q -n frei0r-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure

++ frei0r-plugins-compiler-warnings.patch ++
From 8f809085bf1ca0f3d4a7b5bade3afe2367c3e9b2 Mon Sep 17 00:00:00 2001
From: Dan Dennedy d...@dennedy.org
Date: Thu, 29  Sep  2011  02:24:56  +
Subject: Fix compile warning on undefined operation.

---
diff --git a/src/filter/curves/curves.c b/src/filter/curves/curves.c
index 76ce144..021accc 100644
--- a/src/filter/curves/curves.c
+++ b/src/filter/curves/curves.c
@@ -875,9 +875,12 @@ void f0r_update(f0r_instance_t instance, double time,
for(int j = 0; j  scale; j++) {
  if (j % cellSize  lineWidth) { //point doesn't aly on the 
grid
int offset = ((maxYvalue - i + graphYOffset) * stride + 
j + graphXOffset) * 4;
-   dst[offset] = (dst[offset++]  1) + 0x7F;
-   dst[offset] = (dst[offset++]  1) + 0x7F;
-   dst[offset] = (dst[offset++]  1) + 0x7F;
+   dst[offset] = (dst[offset]  1) + 0x7F;
+   offset++;
+   dst[offset] = (dst[offset]  1) + 0x7F;
+   offset++;
+   dst[offset] = (dst[offset]  1) + 0x7F;
+   offset++;
  }
}
}
diff --git a/src/filter/three_point_balance/three_point_balance.c 
b/src/filter/three_point_balance/three_point_balance.c
index f847e31..c578a8c 100644
--- a/src/filter/three_point_balance/three_point_balance.c
+++ b/src/filter/three_point_balance/three_point_balance.c
@@ -263,15 +263,22 @@ void f0r_update(f0r_instance_t instance, double time,
for(int i = 0; i  inst-height; i++) {
  int offset = (i * inst-width + j) * 4;
  if (copyPixel) {
-   dst[offset] = src[offset++];
-   dst[offset] = src[offset++];
-   dst[offset] = src[offset++];
+   dst[offset] = src[offset];
+   offset++;
+   dst[offset] = src[offset];
+   offset++;
+   dst[offset] = src[offset];
+   offset++;
  } else {
-   dst[offset] = mapRed[src[offset++]];
-   dst[offset] = mapGreen[src[offset++]];
-