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.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.frei0r-plugins.new/frei0r-plugins.changes 2013-03-08 09:09:44.000000000 +0100 @@ -1,0 +2,15 @@ +Wed Mar 6 12:15:21 UTC 2013 - [email protected] + +- 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.000000000 +0100 +++ /var/tmp/diff_new_pack.IewMuj/_new 2013-03-08 09:09:46.000000000 +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 [email protected] -- 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 [email protected] -- 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 [email protected] -- 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: [email protected] For additional commands, e-mail: [email protected]
