commit movit for openSUSE:Factory

2019-07-13 Thread root
Hello community,

here is the log from the commit of package movit for openSUSE:Factory checked 
in at 2019-07-13 13:50:31

Comparing /work/SRC/openSUSE:Factory/movit (Old)
 and  /work/SRC/openSUSE:Factory/.movit.new.4615 (New)


Package is "movit"

Sat Jul 13 13:50:31 2019 rev:12 rq:714921 version:1.6.3

Changes:

--- /work/SRC/openSUSE:Factory/movit/movit.changes  2018-03-19 
23:40:42.332315996 +0100
+++ /work/SRC/openSUSE:Factory/.movit.new.4615/movit.changes2019-07-13 
14:01:02.310886244 +0200
@@ -1,0 +2,8 @@
+Sun Jul  7 16:29:58 UTC 2019 - antoine.belv...@opensuse.org
+
+- Update to version 1.6.3:
+  * Various bugfixes.
+- Add _service file to retrieve sources as published tarball lacks
+  some files (e.g. COPYING).
+
+---

Old:

  movit-1.6.2.tar.gz

New:

  _service
  movit-1.6.3.tar.xz



Other differences:
--
++ movit.spec ++
--- /var/tmp/diff_new_pack.RmCPuP/_old  2019-07-13 14:01:02.994886034 +0200
+++ /var/tmp/diff_new_pack.RmCPuP/_new  2019-07-13 14:01:02.998886033 +0200
@@ -1,8 +1,7 @@
 #
 # spec file for package movit
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2018 The openSUSE Project.
+# Copyright (c) 2019 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
@@ -13,24 +12,22 @@
 # 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/
 #
 
 
 %define _sonum  8
-# Benchmark support disabled for now, looks like its .pc file can't be found
-%bcond_with benchmark
 Name:   movit
-Version:1.6.2
+Version:1.6.3
 Release:0
 Summary:GPU video filter library
 License:GPL-2.0-or-later
 Group:  Development/Libraries/C and C++
 Url:https://movit.sesse.net
-Source0:https://movit.sesse.net/movit-%{version}.tar.gz
+Source0:%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM movit-1.6.0-versioned-shaderdir.patch -- Make shader 
directory versioned
 Patch0: movit-1.6.0-versioned-shaderdir.patch
-BuildRequires:  automake
+BuildRequires:  libtool
 BuildRequires:  make
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(egl)
@@ -39,14 +36,11 @@
 BuildRequires:  pkgconfig(fftw3)
 BuildRequires:  pkgconfig(sdl2)
 %if 0%{?suse_version} == 1315
-# For Leap 42.3
+# For SLE12
 BuildRequires:  gcc7-c++
 %else
 BuildRequires:  gcc-c++
 %endif
-%if %{with benchmark}
-BuildRequires:  pkgconfig(benchmark)
-%endif
 
 %description
 Movit is a library for video filters. It uses the GPU present in many
@@ -99,17 +93,14 @@
 %patch0 -p1
 
 %build
-# For Leap 42.3, force use of GCC 7
+# For SLE12, force use of GCC 7
 test -x "$(type -p gcc-7)" && export CC=gcc-7
 test -x "$(type -p g++-7)" && export CXX=g++-7
 
-autoreconf
+./autogen.sh
 %configure \
   --disable-static \
   --with-shaderdir="%{_datadir}/%{name}%{_sonum}"
-%if %{with benchmark}
-  --with-benchmark \
-%endif
 
 make %{?_smp_mflags} TESTS=
 

++ _service ++

  
1.6.3
git
https://git.sesse.net/movit
@PARENT_TAG@
  
  
xz
*.tar
  
  




commit movit for openSUSE:Factory

2018-03-19 Thread root
Hello community,

here is the log from the commit of package movit for openSUSE:Factory checked 
in at 2018-03-19 23:40:16

Comparing /work/SRC/openSUSE:Factory/movit (Old)
 and  /work/SRC/openSUSE:Factory/.movit.new (New)


Package is "movit"

Mon Mar 19 23:40:16 2018 rev:11 rq:588706 version:1.6.2

Changes:

--- /work/SRC/openSUSE:Factory/movit/movit.changes  2018-02-05 
10:53:35.818662740 +0100
+++ /work/SRC/openSUSE:Factory/.movit.new/movit.changes 2018-03-19 
23:40:42.332315996 +0100
@@ -1,0 +2,8 @@
+Sun Mar 18 23:07:11 UTC 2018 - avin...@opensuse.org
+
+- Update to version 1.6.2:
+  * fix issue with strong one-to-one effects and compute shaders
+  * fix compile issue with gcc5
+- cleanup with spec-cleaner
+
+---

Old:

  movit-1.6.1.tar.gz

New:

  movit-1.6.2.tar.gz



Other differences:
--
++ movit.spec ++
--- /var/tmp/diff_new_pack.wJL8Rm/_old  2018-03-19 23:40:43.320280356 +0100
+++ /var/tmp/diff_new_pack.wJL8Rm/_new  2018-03-19 23:40:43.324280211 +0100
@@ -21,22 +21,16 @@
 # Benchmark support disabled for now, looks like its .pc file can't be found
 %bcond_with benchmark
 Name:   movit
-Version:1.6.1
+Version:1.6.2
 Release:0
 Summary:GPU video filter library
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Libraries/C and C++
 Url:https://movit.sesse.net
 Source0:https://movit.sesse.net/movit-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM movit-1.6.0-versioned-shaderdir.patch -- Make shader 
directory versioned
 Patch0: movit-1.6.0-versioned-shaderdir.patch
 BuildRequires:  automake
-%if 0%{?suse_version} == 1315
-# For Leap 42.3
-BuildRequires:  gcc7-c++
-%else
-BuildRequires:  gcc-c++
-%endif
 BuildRequires:  make
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(egl)
@@ -44,6 +38,12 @@
 BuildRequires:  pkgconfig(epoxy)
 BuildRequires:  pkgconfig(fftw3)
 BuildRequires:  pkgconfig(sdl2)
+%if 0%{?suse_version} == 1315
+# For Leap 42.3
+BuildRequires:  gcc7-c++
+%else
+BuildRequires:  gcc-c++
+%endif
 %if %{with benchmark}
 BuildRequires:  pkgconfig(benchmark)
 %endif
@@ -121,18 +121,16 @@
 %postun -n libmovit%{_sonum} -p /sbin/ldconfig
 
 %files -n libmovit%{_sonum}
-%defattr(-,root,root)
-%doc README NEWS COPYING
+%license COPYING
+%doc README NEWS
 %{_libdir}/libmovit.so.*
 
 %files -n movit%{_sonum}-data
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_datadir}/movit%{_sonum}/
 
 %files devel
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_libdir}/libmovit.so
 %{_includedir}/%{name}
 %{_libdir}/pkgconfig/%{name}.pc

++ movit-1.6.1.tar.gz -> movit-1.6.2.tar.gz ++
 3202 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/movit-1.6.1/NEWS new/movit-1.6.2/NEWS
--- old/movit-1.6.1/NEWS2018-01-31 23:01:23.0 +0100
+++ new/movit-1.6.2/NEWS2018-03-18 16:23:37.0 +0100
@@ -1,3 +1,8 @@
+Movit 1.6.2, March 18th, 2018
+
+  - Various bugfixes.
+
+
 Movit 1.6.1, January 31st, 2018
 
   - Loosen up some restrictions on strong one-to-one-effects. In particular,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/movit-1.6.1/autom4te.cache/requests new/movit-1.6.2/autom4te.cache/requests
--- old/movit-1.6.1/autom4te.cache/requests 2018-01-31 23:02:13.0 
+0100
+++ new/movit-1.6.2/autom4te.cache/requests 2018-03-18 16:24:07.0 
+0100
@@ -14,146 +14,179 @@
 '-',
 
'/usr/share/aclocal-1.15/internal/ac-config-macro-dirs.m4',
 '/usr/share/aclocal/libtool.m4',
+'/usr/share/aclocal/ltargz.m4',
+'/usr/share/aclocal/ltdl.m4',
 '/usr/share/aclocal/ltoptions.m4',
 '/usr/share/aclocal/ltsugar.m4',
 '/usr/share/aclocal/ltversion.m4',
 '/usr/share/aclocal/lt~obsolete.m4',
 '/usr/share/aclocal/pkg.m4',
+'/usr/share/aclocal-1.15/cond.m4',
+

commit movit for openSUSE:Factory

2018-02-05 Thread root
Hello community,

here is the log from the commit of package movit for openSUSE:Factory checked 
in at 2018-02-05 10:52:49

Comparing /work/SRC/openSUSE:Factory/movit (Old)
 and  /work/SRC/openSUSE:Factory/.movit.new (New)


Package is "movit"

Mon Feb  5 10:52:49 2018 rev:10 rq:572405 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/movit/movit.changes  2018-01-29 
15:00:03.959210105 +0100
+++ /work/SRC/openSUSE:Factory/.movit.new/movit.changes 2018-02-05 
10:53:35.818662740 +0100
@@ -1,0 +2,13 @@
+Sun Feb  4 09:39:51 UTC 2018 - jeng...@inai.de
+
+- Fix the shlib package's RPM group.
+
+---
+Sat Feb  3 20:20:27 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 1.6.1:
+  * Loosen up some restrictions on strong one-to-one-effects. In
+particular, this fixes a bug with MixEffect and compute shaders
+that hit some Nageru setups.
+
+---

Old:

  movit-1.6.0.tar.gz

New:

  movit-1.6.1.tar.gz



Other differences:
--
++ movit.spec ++
--- /var/tmp/diff_new_pack.W1gKgV/_old  2018-02-05 10:53:36.374636738 +0100
+++ /var/tmp/diff_new_pack.W1gKgV/_new  2018-02-05 10:53:36.378636551 +0100
@@ -21,7 +21,7 @@
 # Benchmark support disabled for now, looks like its .pc file can't be found
 %bcond_with benchmark
 Name:   movit
-Version:1.6.0
+Version:1.6.1
 Release:0
 Summary:GPU video filter library
 License:GPL-2.0+
@@ -55,7 +55,7 @@
 
 %package -n libmovit%{_sonum}
 Summary:GPU video filter library
-Group:  Development/Libraries/C and C++
+Group:  System/Libraries
 Requires:   %{name}%{_sonum}-data
 Provides:   %{name} = %{version}
 Obsoletes:  %{name} < %{version}

++ movit-1.6.0.tar.gz -> movit-1.6.1.tar.gz ++
 43031 lines of diff (skipped)




commit movit for openSUSE:Factory

2018-01-29 Thread root
Hello community,

here is the log from the commit of package movit for openSUSE:Factory checked 
in at 2018-01-29 14:58:24

Comparing /work/SRC/openSUSE:Factory/movit (Old)
 and  /work/SRC/openSUSE:Factory/.movit.new (New)


Package is "movit"

Mon Jan 29 14:58:24 2018 rev:9 rq:570363 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/movit/movit.changes  2017-08-12 
20:28:13.655409023 +0200
+++ /work/SRC/openSUSE:Factory/.movit.new/movit.changes 2018-01-29 
15:00:03.959210105 +0100
@@ -1,0 +2,46 @@
+Sat Jan 27 20:56:11 UTC 2018 - antoine.belv...@opensuse.org
+
+- Fix build for Leap 42.3: Force use of GCC7.
+
+---
+Thu Jan 25 07:09:49 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 1.6.0: 
+  * Support for effects that work as compute shaders. Compute
+shaders are generally slower than fragment shaders for the same
+algorithm, but allow some forms of communication between shader
+invocations and have more flexible output, which can enable
+more efficient algorithms. See effect.h for more details. Note
+that the fastest rendering API on EffectChain is now to a
+texture if possible, not to an FBO. This will only matter if
+the last effect is a compute shader.
+  * Movit now includes a compute shader implementation of
+DeinterlaceEffect, which is automatically used instead of the
+fragment shader implementation if your GPU and OpenGL driver
+supports it (in practice, this means on all platforms except on
+macOS). The compute shader version is typically 20–80% faster
+than the fragment shader version, depending on your GPU and
+other factors.
+A compute shader implementation of ResampleEffect was written but
+ultimately failed to be faster, and so is not included.
+  * Support for microbenchmarks of effects through the Google
+microbenchmarking framework (optional). Currently,
+DeinterlaceEffect and ResampleEffect has benchmarks; enable
+them by running the unit test with --benchmark (also try
+--benchmark --help).
+  * Effects can now explicitly request _not_ to have mipmaps, which
+means they can do so without needing to request bounce and
+fiddling with the sampler state. Note that this is an API
+change for effects.
+  * Movit now requires C++11, both to build and to #include the
+header files. Support for SDL1 has been dropped; unit tests and
+the demo program now need SDL2.
+  * Various smaller bugfixes and optimizations.
+- Drop COPYING (now included in upstream tarball).
+- Now build requires SDL2 instead of SDL1.
+- (Experiment) Make data subpackage versioned, as the library is
+  versioned and requires the data files:
+  * Add movit-1.6.0-versioned-shaderdir.patch.
+- Ran spec-cleaner.
+
+---

Old:

  COPYING
  movit-1.5.3.tar.gz

New:

  movit-1.6.0-versioned-shaderdir.patch
  movit-1.6.0.tar.gz



Other differences:
--
++ movit.spec ++
--- /var/tmp/diff_new_pack.knJ3Zi/_old  2018-01-29 15:00:04.815170114 +0100
+++ /var/tmp/diff_new_pack.knJ3Zi/_new  2018-01-29 15:00:04.819169927 +0100
@@ -1,7 +1,8 @@
 #
 # spec file for package movit
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 The openSUSE Project.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +17,36 @@
 #
 
 
+%define _sonum  8
+# Benchmark support disabled for now, looks like its .pc file can't be found
+%bcond_with benchmark
 Name:   movit
-Version:1.5.3
+Version:1.6.0
 Release:0
-%define _sonum  7
 Summary:GPU video filter library
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 Url:https://movit.sesse.net
 Source0:https://movit.sesse.net/movit-%{version}.tar.gz
-Source1:COPYING
+# PATCH-FIX-UPSTREAM movit-1.6.0-versioned-shaderdir.patch -- Make shader 
directory versioned
+Patch0: movit-1.6.0-versioned-shaderdir.patch
+BuildRequires:  automake
+%if 0%{?suse_version} == 1315
+# For Leap 42.3
+BuildRequires:  gcc7-c++
+%else
 BuildRequires:  gcc-c++
+%endif
 BuildRequires:  make
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(egl)
 BuildRequires:  pkgconfig(eigen3)
 BuildRequires:  pkgconfig(epoxy)
 BuildRequires:  pkgconfig(fftw3)
-BuildRequires:  pkgconfig(sdl)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(sdl2)
+%if %{with benchmark}
+BuildRequires:  

commit movit for openSUSE:Factory

2017-08-12 Thread root
Hello community,

here is the log from the commit of package movit for openSUSE:Factory checked 
in at 2017-08-12 20:28:03

Comparing /work/SRC/openSUSE:Factory/movit (Old)
 and  /work/SRC/openSUSE:Factory/.movit.new (New)


Package is "movit"

Sat Aug 12 20:28:03 2017 rev:8 rq:516107 version:1.5.3

Changes:

--- /work/SRC/openSUSE:Factory/movit/movit.changes  2017-07-12 
19:36:09.691030346 +0200
+++ /work/SRC/openSUSE:Factory/.movit.new/movit.changes 2017-08-12 
20:28:13.655409023 +0200
@@ -1,0 +2,8 @@
+Fri Aug 11 11:32:18 UTC 2017 - antoine.belv...@opensuse.org
+
+- Update to 1.5.3:
+  * Various bugfixes.
+- Don't use gcc6-c++ for Leap anymore: It builds fine with default
+  compiler again.
+
+---

Old:

  movit-1.5.2.tar.gz

New:

  movit-1.5.3.tar.gz



Other differences:
--
++ movit.spec ++
--- /var/tmp/diff_new_pack.NKCR7s/_old  2017-08-12 20:28:15.235187572 +0200
+++ /var/tmp/diff_new_pack.NKCR7s/_new  2017-08-12 20:28:15.243186451 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   movit
-Version:1.5.2
+Version:1.5.3
 Release:0
 %define _sonum  7
 Summary:GPU video filter library
@@ -26,12 +26,7 @@
 Url:https://movit.sesse.net
 Source0:https://movit.sesse.net/movit-%{version}.tar.gz
 Source1:COPYING
-%if 0%{?suse_version} == 1315
-# Leap 42.2+ / SLE12SP2Backports, C++14 needed
-BuildRequires:  gcc6-c++
-%else
 BuildRequires:  gcc-c++
-%endif
 BuildRequires:  make
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(egl)
@@ -89,8 +84,6 @@
 cp -av %{SOURCE1} .
 
 %build
-test -x "$(type -p gcc-6)" && export CC=gcc-6
-test -x "$(type -p g++-6)" && export CXX=g++-6
 %configure --disable-static --datarootdir=%{_datadir}/libmovit%{_sonum}
 make %{?_smp_mflags} TESTS=
 

++ movit-1.5.2.tar.gz -> movit-1.5.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/movit-1.5.2/Makefile.in new/movit-1.5.3/Makefile.in
--- old/movit-1.5.2/Makefile.in 2017-07-05 09:40:40.0 +0200
+++ new/movit-1.5.3/Makefile.in 2017-08-10 17:59:58.0 +0200
@@ -6,8 +6,8 @@
 # strive towards having a rock-stable ABI, but at least the soversion will 
increase
 # whenever it breaks, so that you will not have silent failures, and 
distribution package
 # management can run its course.
-movit_ltversion = 7:0:0
-movit_version = 1.5.2
+movit_ltversion = 7:1:0
+movit_version = 1.5.3
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/movit-1.5.2/NEWS new/movit-1.5.3/NEWS
--- old/movit-1.5.2/NEWS2017-07-05 09:40:40.0 +0200
+++ new/movit-1.5.3/NEWS2017-08-10 17:59:58.0 +0200
@@ -1,3 +1,8 @@
+Movit 1.5.3, August 10th, 2017
+
+  - Various bugfixes.
+
+
 Movit 1.5.2, July 5th, 2017
 
   - The texture generation for ResampleEffect (when the size is changed)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/movit-1.5.2/autom4te.cache/requests 
new/movit-1.5.3/autom4te.cache/requests
--- old/movit-1.5.2/autom4te.cache/requests 2017-07-05 09:43:18.0 
+0200
+++ new/movit-1.5.3/autom4te.cache/requests 2017-08-10 18:00:46.0 
+0200
@@ -26,167 +26,167 @@
 'configure.ac'
   ],
   {
-'AC_LIBTOOL_OBJDIR' => 1,
-'AC_LIBTOOL_SETUP' => 1,
-'AC_LIBTOOL_DLOPEN_SELF' => 1,
-'_LT_PREPARE_SED_QUOTE_VARS' => 1,
-'_LTDL_SETUP' => 1,
-'LTDL_CONVENIENCE' => 1,
+'AM_PROG_LD' => 1,
+'_LT_LIBOBJ' => 1,
+'LT_FUNC_ARGZ' => 1,
+'AM_SUBST_NOTMAKE' => 1,
+'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
 '_LT_AC_LANG_C_CONFIG' => 1,
-'m4_pattern_allow' => 1,
-'AC_LTDL_SHLIBPATH' => 1,
-'_LT_LINKER_BOILERPLATE' => 1,
-'PKG_NOARCH_INSTALLDIR' => 1,
-'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
-'include' => 1,
-'AC_PROG_LD_RELOAD_FLAG' => 1,
-'AC_ENABLE_FAST_INSTALL' => 1,
-'AC_PATH_MAGIC' => 1,
+'AC_LIBTOOL_PROG_CC_C_O' => 1,
 '_LT_COMPILER_OPTION' => 1,
-'PKG_INSTALLDIR' => 1,
-'LTOPTIONS_VERSION' => 1,
- 

commit movit for openSUSE:Factory

2017-07-12 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/movit (Old)
 and  /work/SRC/openSUSE:Factory/.movit.new (New)


Package is "movit"

Wed Jul 12 19:36:07 2017 rev:7 rq:509549 version:1.5.2

Changes:

--- /work/SRC/openSUSE:Factory/movit/movit.changes  2017-07-11 
08:28:17.606729372 +0200
+++ /work/SRC/openSUSE:Factory/.movit.new/movit.changes 2017-07-12 
19:36:09.691030346 +0200
@@ -1,0 +2,5 @@
+Tue Jul 11 16:45:37 UTC 2017 - o...@aepfle.de
+
+- Use gcc6-c++ for Leap42 and SLE12 (C++14 needed).
+
+---



Other differences:
--
++ movit.spec ++
--- /var/tmp/diff_new_pack.ez9NQF/_old  2017-07-12 19:36:10.330939953 +0200
+++ /var/tmp/diff_new_pack.ez9NQF/_new  2017-07-12 19:36:10.330939953 +0200
@@ -26,7 +26,12 @@
 Url:https://movit.sesse.net
 Source0:https://movit.sesse.net/movit-%{version}.tar.gz
 Source1:COPYING
+%if 0%{?suse_version} == 1315
+# Leap 42.2+ / SLE12SP2Backports, C++14 needed
+BuildRequires:  gcc6-c++
+%else
 BuildRequires:  gcc-c++
+%endif
 BuildRequires:  make
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(egl)
@@ -84,6 +89,8 @@
 cp -av %{SOURCE1} .
 
 %build
+test -x "$(type -p gcc-6)" && export CC=gcc-6
+test -x "$(type -p g++-6)" && export CXX=g++-6
 %configure --disable-static --datarootdir=%{_datadir}/libmovit%{_sonum}
 make %{?_smp_mflags} TESTS=
 




commit movit for openSUSE:Factory

2017-07-11 Thread root
Hello community,

here is the log from the commit of package movit for openSUSE:Factory checked 
in at 2017-07-11 08:28:11

Comparing /work/SRC/openSUSE:Factory/movit (Old)
 and  /work/SRC/openSUSE:Factory/.movit.new (New)


Package is "movit"

Tue Jul 11 08:28:11 2017 rev:6 rq:509300 version:1.5.2

Changes:

--- /work/SRC/openSUSE:Factory/movit/movit.changes  2017-06-05 
18:50:40.482405066 +0200
+++ /work/SRC/openSUSE:Factory/.movit.new/movit.changes 2017-07-11 
08:28:17.606729372 +0200
@@ -1,0 +2,11 @@
+Mon Jul 10 21:18:25 UTC 2017 - antoine.belv...@opensuse.org
+
+- Update to 1.5.2:
+  * The texture generation for ResampleEffect (when the size is
+changed) now uses less CPU.
+  * Work around an NVIDIA driver threading bug by aggressively
+caching VAOs.
+  * Update soname to libmovit.so.7.
+- Remove call to autogen.sh as we don't patch Makefile.in anymore.
+
+---
@@ -66 +77 @@
-Sat Mar  5 20:39:45 UTC 2016 - antoine.belv...@laposte.net
+Sat Mar  5 20:39:45 UTC 2016 - antoine.belv...@opensuse.org
@@ -72 +83 @@
-Tue Feb  9 20:21:47 UTC 2016 - antoine.belv...@laposte.net
+Tue Feb  9 20:21:47 UTC 2016 - antoine.belv...@opensuse.org
@@ -82 +93 @@
-Mon Dec 21 21:21:00 UTC 2015 - antoine.belv...@laposte.net
+Mon Dec 21 21:21:00 UTC 2015 - antoine.belv...@opensuse.org

Old:

  movit-1.5.1.tar.gz

New:

  movit-1.5.2.tar.gz



Other differences:
--
++ movit.spec ++
--- /var/tmp/diff_new_pack.sgrwr5/_old  2017-07-11 08:28:18.182648134 +0200
+++ /var/tmp/diff_new_pack.sgrwr5/_new  2017-07-11 08:28:18.182648134 +0200
@@ -17,18 +17,16 @@
 
 
 Name:   movit
-Version:1.5.1
+Version:1.5.2
 Release:0
-%define _sonum  6
+%define _sonum  7
 Summary:GPU video filter library
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 Url:https://movit.sesse.net
 Source0:https://movit.sesse.net/movit-%{version}.tar.gz
 Source1:COPYING
-BuildRequires:  automake
 BuildRequires:  gcc-c++
-BuildRequires:  libtool
 BuildRequires:  make
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(egl)
@@ -86,7 +84,6 @@
 cp -av %{SOURCE1} .
 
 %build
-./autogen.sh
 %configure --disable-static --datarootdir=%{_datadir}/libmovit%{_sonum}
 make %{?_smp_mflags} TESTS=
 

++ movit-1.5.1.tar.gz -> movit-1.5.2.tar.gz ++
 16315 lines of diff (skipped)




commit movit for openSUSE:Factory

2017-06-05 Thread root
Hello community,

here is the log from the commit of package movit for openSUSE:Factory checked 
in at 2017-06-05 18:50:31

Comparing /work/SRC/openSUSE:Factory/movit (Old)
 and  /work/SRC/openSUSE:Factory/.movit.new (New)


Package is "movit"

Mon Jun  5 18:50:31 2017 rev:5 rq:501032 version:1.5.1

Changes:

--- /work/SRC/openSUSE:Factory/movit/movit.changes  2017-03-28 
15:24:24.299018138 +0200
+++ /work/SRC/openSUSE:Factory/.movit.new/movit.changes 2017-06-05 
18:50:40.482405066 +0200
@@ -1,0 +2,7 @@
+Sun Jun  4 19:57:22 UTC 2017 - antoine.belv...@opensuse.org
+
+- Update to 1.5.1:
+  * Allow YCbCrInput to change input format after finalize.
+  * Some minor YCbCrInput bugfixes.
+
+---

Old:

  movit-1.5.0.tar.gz

New:

  movit-1.5.1.tar.gz



Other differences:
--
++ movit.spec ++
--- /var/tmp/diff_new_pack.RbPb3u/_old  2017-06-05 18:50:41.106317121 +0200
+++ /var/tmp/diff_new_pack.RbPb3u/_new  2017-06-05 18:50:41.110316556 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   movit
-Version:1.5.0
+Version:1.5.1
 Release:0
 %define _sonum  6
 Summary:GPU video filter library

++ movit-1.5.0.tar.gz -> movit-1.5.1.tar.gz ++
 3717 lines of diff (skipped)




commit movit for openSUSE:Factory

2017-03-28 Thread root
Hello community,

here is the log from the commit of package movit for openSUSE:Factory checked 
in at 2017-03-28 15:22:51

Comparing /work/SRC/openSUSE:Factory/movit (Old)
 and  /work/SRC/openSUSE:Factory/.movit.new (New)


Package is "movit"

Tue Mar 28 15:22:51 2017 rev:4 rq:482774 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/movit/movit.changes  2017-03-12 
20:00:24.976182841 +0100
+++ /work/SRC/openSUSE:Factory/.movit.new/movit.changes 2017-03-28 
15:24:24.299018138 +0200
@@ -1,0 +2,14 @@
+Sun Mar 26 20:12:16 UTC 2017 - antoine.belv...@opensuse.org
+
+- Update to 1.5.0:
+  * Support interleaved Y'CbCr input (4:4:4 in a single texture).
+  * Support 10-bit and 12-bit Y'CbCr, both for input and output.
+  * Limited support for having multiple Y'CbCr outputs from a
+chain.
+  * Allow changing the Y'CbCr output coefficients runtime, i.e.
+after finalize.
+  * Fix an issue where the last pass would have been rendered with
+the sRGB flag set, which confused Qt applications running in
+certain NVIDIA configurations.
+
+---

Old:

  movit-1.4.0.tar.gz

New:

  movit-1.5.0.tar.gz



Other differences:
--
++ movit.spec ++
--- /var/tmp/diff_new_pack.7u77eL/_old  2017-03-28 15:24:24.866937709 +0200
+++ /var/tmp/diff_new_pack.7u77eL/_new  2017-03-28 15:24:24.866937709 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package movit
 #
-# 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
@@ -15,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   movit
-Version:1.4.0
-%define _sonum  5
+Version:1.5.0
 Release:0
-License:GPL-2.0+
+%define _sonum  6
 Summary:GPU video filter library
-Url:https://movit.sesse.net
+License:GPL-2.0+
 Group:  Development/Libraries/C and C++
+Url:https://movit.sesse.net
 Source0:https://movit.sesse.net/movit-%{version}.tar.gz
 Source1:COPYING
 BuildRequires:  automake
-BuildRequires:  libtool
 BuildRequires:  gcc-c++
+BuildRequires:  libtool
 BuildRequires:  make
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(egl)
@@ -44,6 +45,7 @@
 
 %package -n libmovit%{_sonum}
 Summary:GPU video filter library
+Group:  Development/Libraries/C and C++
 Provides:   %{name} = %{version}
 Obsoletes:  %{name} < %{version}
 Requires:   %{name}-data
@@ -57,6 +59,7 @@
 
 %packagedevel
 Summary:Development files for the Movit GPU video filter library
+Group:  Development/Libraries/C and C++
 Requires:   libmovit%{_sonum} = %{version}
 
 %descriptiondevel
@@ -68,6 +71,7 @@
 
 %packagedata
 Summary:Data files for the Movit GPU video filter library
+Group:  Development/Libraries/C and C++
 BuildArch:  noarch
 
 %descriptiondata
@@ -111,3 +115,4 @@
 %{_includedir}/%{name}
 %{_libdir}/pkgconfig/%{name}.pc
 
+%changelog

++ movit-1.4.0.tar.gz -> movit-1.5.0.tar.gz ++
 53995 lines of diff (skipped)




commit movit for openSUSE:Factory

2017-03-12 Thread root
Hello community,

here is the log from the commit of package movit for openSUSE:Factory checked 
in at 2017-03-12 20:00:24

Comparing /work/SRC/openSUSE:Factory/movit (Old)
 and  /work/SRC/openSUSE:Factory/.movit.new (New)


Package is "movit"

Sun Mar 12 20:00:24 2017 rev:3 rq:476825 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/movit/movit.changes  2017-02-03 
17:50:43.394231313 +0100
+++ /work/SRC/openSUSE:Factory/.movit.new/movit.changes 2017-03-12 
20:00:24.976182841 +0100
@@ -1,0 +2,7 @@
+Fri Mar  3 10:36:53 UTC 2017 - o...@aepfle.de
+
+- Remove googletest dependency because tests can not be run without
+  an X display
+- Drop movit-1.2.0-use-gtest-shared-library.patch
+
+---

Old:

  movit-1.2.0-use-gtest-shared-library.patch



Other differences:
--
++ movit.spec ++
--- /var/tmp/diff_new_pack.myg6P7/_old  2017-03-12 20:00:25.528104745 +0100
+++ /var/tmp/diff_new_pack.myg6P7/_new  2017-03-12 20:00:25.532104179 +0100
@@ -25,10 +25,7 @@
 Group:  Development/Libraries/C and C++
 Source0:https://movit.sesse.net/movit-%{version}.tar.gz
 Source1:COPYING
-# PATCH-FIX-UPSTREAM movit-1.2.0-use-gtest-shared-library.patch -- Don't 
include Google Test sources, use its shared library instead
-Patch0: movit-1.2.0-use-gtest-shared-library.patch
 BuildRequires:  automake
-BuildRequires:  googletest-devel
 BuildRequires:  libtool
 BuildRequires:  gcc-c++
 BuildRequires:  make
@@ -83,22 +80,17 @@
 %prep
 %setup -q
 cp -av %{SOURCE1} .
-%patch0
 
 %build
 ./autogen.sh
 %configure --disable-static --datarootdir=%{_datadir}/libmovit%{_sonum}
-make %{?_smp_mflags}
+make %{?_smp_mflags} TESTS=
 
 %install
 %make_install
 
 rm %{buildroot}%{_libdir}/libmovit.la
 
-%check
-# It needs an X display
-#make check
-
 %post -n libmovit%{_sonum} -p /sbin/ldconfig
 %postun -n libmovit%{_sonum} -p /sbin/ldconfig