commit vapoursynth for openSUSE:Factory

2020-08-25 Thread root
Hello community,

here is the log from the commit of package vapoursynth for openSUSE:Factory 
checked in at 2020-08-25 09:39:41

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


Package is "vapoursynth"

Tue Aug 25 09:39:41 2020 rev:14 rq:829017 version:52

Changes:

--- /work/SRC/openSUSE:Factory/vapoursynth/vapoursynth.changes  2020-08-12 
10:37:49.300330694 +0200
+++ /work/SRC/openSUSE:Factory/.vapoursynth.new.3399/vapoursynth.changes
2020-08-25 09:41:26.728285249 +0200
@@ -1,0 +2,12 @@
+Mon Aug 24 08:07:44 UTC 2020 - Michael Vetter 
+
+- Update to 52:
+  * updated visual studio 2019 runtime version
+  * updated zimg
+  * updated vsrepo with support for python wheel packages
+  * vsgenstubs is now included with vsrepo
+  * fixed maximum for 16 bit input with diagonal filters and optimizations
+  * fixed deadlock in fmserial filters introduced in r51
+  * fixed more averageframes bugs
+
+---

Old:

  vapoursynth-R51.tar.gz

New:

  vapoursynth-R52.tar.gz



Other differences:
--
++ vapoursynth.spec ++
--- /var/tmp/diff_new_pack.ohUSKu/_old  2020-08-25 09:41:27.392285551 +0200
+++ /var/tmp/diff_new_pack.ohUSKu/_new  2020-08-25 09:41:27.396285552 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vapoursynth
-Version:51
+Version:52
 Release:0
 Summary:A video processing framework
 License:LGPL-2.1-only

++ vapoursynth-R51.tar.gz -> vapoursynth-R52.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vapoursynth-R51/ChangeLog 
new/vapoursynth-R52/ChangeLog
--- old/vapoursynth-R51/ChangeLog   2020-07-29 11:18:16.0 +0200
+++ new/vapoursynth-R52/ChangeLog   2020-08-20 19:48:22.0 +0200
@@ -1,3 +1,12 @@
+r52:
+updated visual studio 2019 runtime version
+updated zimg
+updated vsrepo with support for python wheel packages
+vsgenstubs is now included with vsrepo
+fixed maximum for 16 bit input with diagonal filters and optimizations
+fixed deadlock in fmserial filters introduced in r51
+fixed more averageframes bugs (sekrit-twc)
+
 r51:
 updated visual studio 2019 runtime version
 fixed a cache shrinking issue
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' "old/vapoursynth-R51/build instructions windows.md" 
"new/vapoursynth-R52/build instructions windows.md"
--- "old/vapoursynth-R51/build instructions windows.md" 2020-07-29 
11:18:16.0 +0200
+++ "new/vapoursynth-R52/build instructions windows.md" 2020-08-20 
19:48:22.0 +0200
@@ -5,7 +5,7 @@
 ## Required languages and applications
 
 * Needs [Visual Studio 2019](https://visualstudio.microsoft.com/de/vs/)
-* It also needs both 
[32bit](https://www.python.org/ftp/python/3.8.3/python-3.8.3-webinstall.exe) 
and 
[64bit](https://www.python.org/ftp/python/3.8.3/python-3.8.3-amd64-webinstall.exe)
 Python 3.8 series (the msvc project assumes that you installed python for all 
users.)
+* It also needs both [32bit](https://www.python.org/) and 
[64bit](https://www.python.org/) Python 3.8 series (the msvc project assumes 
that you installed python for all users.)
 * [InnoSetup 6.x](http://www.jrsoftware.org/isdl.php) is needed to create the 
installer (default installation path assumed)
 * [7-zip](https://www.7-zip.org/) is needed to compress the portable version 
(default installation path assumed)
 
@@ -13,7 +13,7 @@
 
 * Clone VapourSynth
 * Clone VSRepo into the VapourSynth dir (`git clone 
https://github.com/vapoursynth/vsrepo`)
-* Clone zimg v2.9 branch into the VapourSynth dir (`git clone 
https://github.com/sekrit-twc/zimg --branch v2.9`)
+* Clone zimg into the VapourSynth dir (`git clone 
https://github.com/sekrit-twc/zimg --branch v2.9`)
 * Clone avs+ into the VapourSynth dir (`git clone 
https://github.com/AviSynth/AviSynthPlus.git`)
 * Compile 32 and 64 bit releases using the VapourSynth solution
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vapoursynth-R51/configure.ac 
new/vapoursynth-R52/configure.ac
--- old/vapoursynth-R51/configure.ac2020-07-29 11:18:16.0 +0200
+++ new/vapoursynth-R52/configure.ac2020-08-20 19:48:22.0 +0200
@@ -1,4 +1,4 @@
-AC_INIT([vapoursynth], [51], 
[https://github.com/vapoursynth/vapoursynth/issues], [vapoursynth], 
[http://www.vapoursynth.com/])
+AC_INIT([vapoursynth], [52], 
[https://github.com/vapoursynth/vapoursynth/issues], [vapoursynth], 
[http://www.vapoursynth.com/])
 
 : ${CFLAGS=""}
 : ${CXXFLAGS=""}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit vapoursynth for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package vapoursynth for openSUSE:Factory 
checked in at 2020-08-12 10:35:03

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


Package is "vapoursynth"

Wed Aug 12 10:35:03 2020 rev:13 rq:825770 version:51

Changes:

--- /work/SRC/openSUSE:Factory/vapoursynth/vapoursynth.changes  2020-05-14 
23:27:44.249366339 +0200
+++ /work/SRC/openSUSE:Factory/.vapoursynth.new.3399/vapoursynth.changes
2020-08-12 10:37:49.300330694 +0200
@@ -1,0 +2,23 @@
+Tue Aug 11 09:45:48 UTC 2020 - Michael Vetter 
+
+- Update to 51:
+  * updated visual studio 2019 runtime version
+  * fixed a cache shrinking issue
+  * fixed a crash when removing a message handler without a free function
+  * fixed an extremely rare threading issue only affecting
+fmparallelrequests filters and arframeready events
+  * fixed compilation when avs+ master is used
+  * fixed lut and lut2 triggering a fatal error when invalid
+planes were specified
+  * fixed property append operations on non-empty keys not properly
+copying the underlying data
+  * fixed wave64 headers generated by avfs
+  * fixed crash in averageframes with odd number of clips
+  * scale averageframes for integer chroma by distance from grey
+  * several fixes and improvements regarding handling of the active
+script environment in python
+  * plugin loading now has better error messages
+  * using get_core() in python now generates a deprecation warning
+since it's been deprecated for years
+
+---

Old:

  vapoursynth-R50.tar.gz

New:

  vapoursynth-R51.tar.gz



Other differences:
--
++ vapoursynth.spec ++
--- /var/tmp/diff_new_pack.1X9vJR/_old  2020-08-12 10:37:52.632332347 +0200
+++ /var/tmp/diff_new_pack.1X9vJR/_new  2020-08-12 10:37:52.636332349 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   vapoursynth
-Version:50
+Version:51
 Release:0
 Summary:A video processing framework
-License:LGPL-2.1-only AND OFL-1.1
+License:LGPL-2.1-only
 Group:  Productivity/Multimedia/Video/Editors and Convertors
 URL:http://www.vapoursynth.com/
 Source0:
https://github.com/vapoursynth/vapoursynth/archive/R%{version}.tar.gz#/%{name}-R%{version}.tar.gz
@@ -195,9 +195,8 @@
 %postun -n libvapoursynth-script0 -p /sbin/ldconfig
 
 %files -n libvapoursynth-%{version}
-%license COPYING.LGPLv2.1
+%license COPYING.LESSER
 %doc ChangeLog
-%doc ofl.txt
 %dir %{_libdir}/vapoursynth
 %{_libdir}/libvapoursynth-%{version}.so
 

++ vapoursynth-R50.tar.gz -> vapoursynth-R51.tar.gz ++
 4397 lines of diff (skipped)




commit vapoursynth for openSUSE:Factory

2020-05-14 Thread root
Hello community,

here is the log from the commit of package vapoursynth for openSUSE:Factory 
checked in at 2020-05-14 23:27:41

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


Package is "vapoursynth"

Thu May 14 23:27:41 2020 rev:12 rq:805591 version:50

Changes:

--- /work/SRC/openSUSE:Factory/vapoursynth/vapoursynth.changes  2020-04-25 
20:36:08.294988836 +0200
+++ /work/SRC/openSUSE:Factory/.vapoursynth.new.2738/vapoursynth.changes
2020-05-14 23:27:44.249366339 +0200
@@ -1,0 +2,17 @@
+Thu May 14 08:48:43 UTC 2020 - Michael Vetter 
+
+- Update to 50:
+  * Updated zimg to latest v2.9 so grayscale colorspace are supported
+  * Fixed several minor issues related to path handling in vsrepo
+  * Added version and api_version to python module to make
+detecting version mismatches easier
+  * Improved rounding in averageframes
+  * Fixed averageframes not properly rejecting more than 31
+weights or nodes
+  * Fixed crash in textfilter line wrapping introduced in r49
+  * Fixed regression introduced in r48 where expr, sobel and
+prewitt wouldn't clamp 9-15 bit output to valid range
+  * Fixed crash due to null pointer dereference when instantiation
+many vapoursynth classes directly in python
+
+---

Old:

  vapoursynth-R49.tar.gz

New:

  vapoursynth-R50.tar.gz



Other differences:
--
++ vapoursynth.spec ++
--- /var/tmp/diff_new_pack.IRfd1v/_old  2020-05-14 23:27:45.429368918 +0200
+++ /var/tmp/diff_new_pack.IRfd1v/_new  2020-05-14 23:27:45.429368918 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vapoursynth
-Version:49
+Version:50
 Release:0
 Summary:A video processing framework
 License:LGPL-2.1-only AND OFL-1.1

++ vapoursynth-R49.tar.gz -> vapoursynth-R50.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vapoursynth-R49/ChangeLog 
new/vapoursynth-R50/ChangeLog
--- old/vapoursynth-R49/ChangeLog   2020-03-17 20:36:27.0 +0100
+++ new/vapoursynth-R50/ChangeLog   2020-05-08 17:10:41.0 +0200
@@ -1,3 +1,14 @@
+r50:
+updated zimg to latest v2.9 so grayscale colorspace are supported
+fixed several minor issues related to path handling in vsrepo
+added __version__ and __api_version__ to python module to make detecting 
version mismatches easier
+improved rounding in averageframes (sekrit-twc)
+fixed averageframes not properly rejecting more than 31 weights or nodes
+fixed crash in textfilter line wrapping introduced in r49 (sekrit-twc)
+fixed regression introduced in r48 where expr, sobel and prewitt wouldn't 
clamp 9-15 bit output to valid range (sekrit-twc)
+fixed crash due to null pointer dereference when instantiation many 
vapoursynth classes directly in python
+fixed regression in r49 where the python dll could only be located when in the 
PATH on windows
+
 r49:
 updated to python 3.8 on windows
 updated visual studio 2019 runtime version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vapoursynth-R49/configure.ac 
new/vapoursynth-R50/configure.ac
--- old/vapoursynth-R49/configure.ac2020-03-17 20:36:27.0 +0100
+++ new/vapoursynth-R50/configure.ac2020-05-08 17:10:41.0 +0200
@@ -1,4 +1,4 @@
-AC_INIT([vapoursynth], [49], 
[https://github.com/vapoursynth/vapoursynth/issues], [vapoursynth], 
[http://www.vapoursynth.com/])
+AC_INIT([vapoursynth], [50], 
[https://github.com/vapoursynth/vapoursynth/issues], [vapoursynth], 
[http://www.vapoursynth.com/])
 
 : ${CFLAGS=""}
 : ${CXXFLAGS=""}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vapoursynth-R49/doc/applications.rst 
new/vapoursynth-R50/doc/applications.rst
--- old/vapoursynth-R49/doc/applications.rst2020-03-17 20:36:27.0 
+0100
+++ new/vapoursynth-R50/doc/applications.rst2020-05-08 17:10:41.0 
+0200
@@ -4,14 +4,17 @@
 Applications
 
 * `D2V Witch `_ -- creates indexes that 
can be opened by d2vsource
+* `mpv.net `_ -- a media player with 
VapourSynth built-in
 * `SmoothVideo Project (SVP) `_ -- a 
plugin/video player component for realtime frame interpolation
+* `StaxRip `_ -- encoding GUI with 
extended VapourSynth scripting support
 * `VapourSynth Editor 
`_ `(Doom9) 
`__ -- an editor with syntax 
completion and fast 

commit vapoursynth for openSUSE:Factory

2020-04-25 Thread root
Hello community,

here is the log from the commit of package vapoursynth for openSUSE:Factory 
checked in at 2020-04-25 20:31:40

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


Package is "vapoursynth"

Sat Apr 25 20:31:40 2020 rev:11 rq:797094 version:49

Changes:

--- /work/SRC/openSUSE:Factory/vapoursynth/vapoursynth.changes  2020-03-10 
10:49:29.417881365 +0100
+++ /work/SRC/openSUSE:Factory/.vapoursynth.new.2738/vapoursynth.changes
2020-04-25 20:36:08.294988836 +0200
@@ -1,0 +2,26 @@
+Fri Apr 24 09:11:34 UTC 2020 - Michael Vetter 
+
+- Update to version 49:
+  * Updated to python 3.8 on windows
+  * Updated visual studio 2019 runtime version
+  * Updated zimg and added support for spline64 resize method
+  * Fixed transfer characteristics not being applied to gray
+format clips
+  * Fixed vdecimate bugs when compiled on systems where char is
+unsigned by default
+  * Fixed a regression introduced in r48 in that could sometimes
+cause corrupt output from expr on cpus without sse4.1
+  * Fixed a savestring bug in avscompat
+  * Interleave, selectevery and separate fields now have a
+modify_duration argument to determine if they modify frame
+durations and fps
+  * Addborders and crop now update the _fieldbased attribute
+properly when an odd number of lines are cut from the top
+  * Fixed add to path not working for single user installs
+  * Fixed compilation on non-x86 systems
+  * Fixed an infinite loop in the expr filter optimizer that
+was introduced in r48
+- Remove python38-compile.patch: contained in upstream
+- Rebase vapoursynth-version.patch
+
+---

Old:

  python38-compile.patch
  vapoursynth-R48.tar.gz

New:

  vapoursynth-R49.tar.gz



Other differences:
--
++ vapoursynth.spec ++
--- /var/tmp/diff_new_pack.jIRCVY/_old  2020-04-25 20:36:09.246990799 +0200
+++ /var/tmp/diff_new_pack.jIRCVY/_new  2020-04-25 20:36:09.250990807 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vapoursynth
-Version:48
+Version:49
 Release:0
 Summary:A video processing framework
 License:LGPL-2.1-only AND OFL-1.1
@@ -27,8 +27,6 @@
 # PATCH-FIX-OPENSUSE vapoursynth-version.patch -- makes sure that we have
 # some sort of version for othervise unversioned .so files
 Patch1: vapoursynth-version.patch
-# Upstream commit a53ed4dd, can be dropped when updating to R49
-Patch2: python38-compile.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -180,7 +178,6 @@
 %prep
 %setup -q -n %{name}-R%{version}
 %patch1 -p1
-%patch2 -p1
 
 %build
 autoreconf -fiv

++ vapoursynth-R48.tar.gz -> vapoursynth-R49.tar.gz ++
 2255 lines of diff (skipped)

++ vapoursynth-version.patch ++
--- /var/tmp/diff_new_pack.jIRCVY/_old  2020-04-25 20:36:09.426991170 +0200
+++ /var/tmp/diff_new_pack.jIRCVY/_new  2020-04-25 20:36:09.430991178 +0200
@@ -1,13 +1,12 @@
-Index: vapoursynth-R48/Makefile.am
-===
 vapoursynth-R48.orig/Makefile.am
-+++ vapoursynth-R48/Makefile.am
-@@ -89,7 +89,7 @@ pkginclude_HEADERS = include/VapourSynth
+diff -urEbw vapoursynth-R49/Makefile.am vapoursynth-R49.new/Makefile.am
+--- vapoursynth-R49/Makefile.am2020-03-17 20:36:27.0 +0100
 vapoursynth-R49.new/Makefile.am2020-04-24 11:15:20.952389928 +0200
+@@ -79,7 +79,7 @@
  
  pkgconfig_DATA += pc/vapoursynth.pc
  
 -libvapoursynth_la_LDFLAGS = -no-undefined -avoid-version
 +libvapoursynth_la_LDFLAGS = -no-undefined -release $(PACKAGE_VERSION)
  libvapoursynth_la_CPPFLAGS = $(ZIMG_CFLAGS) 
-DVS_PATH_PLUGINDIR='"$(PLUGINDIR)"'
- libvapoursynth_la_LIBADD = $(ZIMG_LIBS) $(DLOPENLIB) libexprfilter.la 
libvapoursynth_avx2.la
+ libvapoursynth_la_LIBADD = $(ZIMG_LIBS) $(DLOPENLIB) libexprfilter.la
  




commit vapoursynth for openSUSE:Factory

2020-03-10 Thread root
Hello community,

here is the log from the commit of package vapoursynth for openSUSE:Factory 
checked in at 2020-03-10 10:49:28

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


Package is "vapoursynth"

Tue Mar 10 10:49:28 2020 rev:10 rq:783172 version:48

Changes:

--- /work/SRC/openSUSE:Factory/vapoursynth/vapoursynth.changes  2020-01-02 
14:44:32.236987572 +0100
+++ /work/SRC/openSUSE:Factory/.vapoursynth.new.26092/vapoursynth.changes   
2020-03-10 10:49:29.417881365 +0100
@@ -1,0 +2,6 @@
+Tue Mar 10 04:29:02 UTC 2020 - Steve Kowalik 
+
+- Add patch python38-compile.patch to build against Python 3.8, from
+  upstream.
+
+---

New:

  python38-compile.patch



Other differences:
--
++ vapoursynth.spec ++
--- /var/tmp/diff_new_pack.IOCLnU/_old  2020-03-10 10:49:30.245881745 +0100
+++ /var/tmp/diff_new_pack.IOCLnU/_new  2020-03-10 10:49:30.253881748 +0100
@@ -27,6 +27,8 @@
 # PATCH-FIX-OPENSUSE vapoursynth-version.patch -- makes sure that we have
 # some sort of version for othervise unversioned .so files
 Patch1: vapoursynth-version.patch
+# Upstream commit a53ed4dd, can be dropped when updating to R49
+Patch2: python38-compile.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -178,6 +180,7 @@
 %prep
 %setup -q -n %{name}-R%{version}
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fiv

++ python38-compile.patch ++
>From a53ed4dda74d61d4cb56842dc0c6e6e7c3870e11 Mon Sep 17 00:00:00 2001
From: cantabile 
Date: Sun, 26 Jan 2020 00:00:22 +0200
Subject: [PATCH] Fix compilation with Python 3.8.

Fixes https://github.com/vapoursynth/vapoursynth/issues/518.
---
 configure.ac | 18 --
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1d1b05fc..7dcde996 100644
--- a/configure.ac
+++ b/configure.ac
@@ -234,7 +234,13 @@ AS_IF(
   [
AM_PATH_PYTHON([3])
 
-   PKG_CHECK_MODULES([PYTHON3], [python-$PYTHON_VERSION])
+   PKG_CHECK_MODULES([PYTHON3],
+ [python-$PYTHON_VERSION-embed],
+ [],
+ [
+  PKG_CHECK_MODULES([PYTHON3],
+[python-$PYTHON_VERSION])
+ ])
 
AC_CONFIG_FILES([pc/vapoursynth-script.pc])
   ]
@@ -292,7 +298,15 @@ AS_IF(
 
   AS_IF(
 [test -z "$PYTHON3_LIBS"],
-[PKG_CHECK_MODULES([PYTHON3], [python-$PYTHON_VERSION])]
+[
+ PKG_CHECK_MODULES([PYTHON3],
+   [python-$PYTHON_VERSION-embed],
+   [],
+   [
+PKG_CHECK_MODULES([PYTHON3],
+  
[python-$PYTHON_VERSION])
+   ])
+]
   )
 
   AS_CASE(



commit vapoursynth for openSUSE:Factory

2020-01-02 Thread root
Hello community,

here is the log from the commit of package vapoursynth for openSUSE:Factory 
checked in at 2020-01-02 14:44:29

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


Package is "vapoursynth"

Thu Jan  2 14:44:29 2020 rev:9 rq:760398 version:48

Changes:

--- /work/SRC/openSUSE:Factory/vapoursynth/vapoursynth.changes  2019-12-21 
12:34:14.479444838 +0100
+++ /work/SRC/openSUSE:Factory/.vapoursynth.new.6675/vapoursynth.changes
2020-01-02 14:44:32.236987572 +0100
@@ -1,0 +2,5 @@
+Thu Jan  2 10:05:29 UTC 2020 - Christophe Giboudeaux 
+
+- Add the missing libarchive dependency.
+
+---



Other differences:
--
++ vapoursynth.spec ++
--- /var/tmp/diff_new_pack.kCQJXV/_old  2020-01-02 14:44:33.168987941 +0100
+++ /var/tmp/diff_new_pack.kCQJXV/_new  2020-01-02 14:44:33.172987943 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vapoursynth
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -34,6 +34,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  python3-Cython
 BuildRequires:  pkgconfig(Magick++) >= 7.0
+BuildRequires:  pkgconfig(libarchive)
 BuildRequires:  pkgconfig(libass)
 BuildRequires:  pkgconfig(libavcodec)
 BuildRequires:  pkgconfig(libavformat)




commit vapoursynth for openSUSE:Factory

2019-12-21 Thread root
Hello community,

here is the log from the commit of package vapoursynth for openSUSE:Factory 
checked in at 2019-12-21 12:33:27

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


Package is "vapoursynth"

Sat Dec 21 12:33:27 2019 rev:8 rq:758506 version:48

Changes:

--- /work/SRC/openSUSE:Factory/vapoursynth/vapoursynth.changes  2019-08-28 
16:03:21.658783555 +0200
+++ /work/SRC/openSUSE:Factory/.vapoursynth.new.6675/vapoursynth.changes
2019-12-21 12:34:14.479444838 +0100
@@ -1,0 +2,27 @@
+Fri Dec 20 12:35:12 UTC 2019 - Martin Pluskal 
+
+- Update to version 48:
+  * it's now possible to select which optimized code path is used
+for internal filters (sekrit-twc)
+  * avx2 optimization in many filters, previously the internal
+ones were mostly sse2 (sekrit-twc)
+  * expr filter can now better optimize expressions (sekrit-twc)
+  * the 7zip executable is now bundled with vsrepo
+  * the portable version now includes the documentation as well
+  * the portable version now includes all the plugins bundled with
+the normal installer again
+  * fixed deadlock when setMessageHandler is called a second time
+  * added an option to add vspipe, avfs and vsrepo to path in the
+installer
+  * added registry entries for the path to vspipe and vsrepo
+  * imwri is now included in the installer
+  * the overwrite argument in imwri now also disables the
+requirement for output filesnames to contain a number
+  * fixed corrupt output from imwri when requesting alpha output
+but the read image doesn't have an alpha channel
+- Changes for 47.2:
+  * fixed broken merge intrinsics 
+- Changes for 47.1:
+  * fixed linux and non-x86 builds
+
+---

Old:

  vapoursynth-R47.tar.gz

New:

  vapoursynth-R48.tar.gz



Other differences:
--
++ vapoursynth.spec ++
--- /var/tmp/diff_new_pack.ZfEP0w/_old  2019-12-21 12:34:15.163445163 +0100
+++ /var/tmp/diff_new_pack.ZfEP0w/_new  2019-12-21 12:34:15.163445163 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vapoursynth
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # 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/
 #
 
 
 Name:   vapoursynth
-Version:47
+Version:48
 Release:0
 Summary:A video processing framework
 License:LGPL-2.1-only AND OFL-1.1
@@ -182,7 +182,7 @@
 autoreconf -fiv
 %configure \
   --disable-static
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install

++ vapoursynth-R47.tar.gz -> vapoursynth-R48.tar.gz ++
 16819 lines of diff (skipped)

++ vapoursynth-version.patch ++
--- /var/tmp/diff_new_pack.ZfEP0w/_old  2019-12-21 12:34:15.319445237 +0100
+++ /var/tmp/diff_new_pack.ZfEP0w/_new  2019-12-21 12:34:15.319445237 +0100
@@ -1,12 +1,13 @@
-diff -urEbw vapoursynth-R47/Makefile.am vapoursynth-R47.new/Makefile.am
 vapoursynth-R47/Makefile.am2019-08-02 19:47:15.0 +0200
-+++ vapoursynth-R47.new/Makefile.am2019-08-05 09:18:37.690018923 +0200
-@@ -71,7 +71,7 @@
+Index: vapoursynth-R48/Makefile.am
+===
+--- vapoursynth-R48.orig/Makefile.am
 vapoursynth-R48/Makefile.am
+@@ -89,7 +89,7 @@ pkginclude_HEADERS = include/VapourSynth
  
  pkgconfig_DATA += pc/vapoursynth.pc
  
 -libvapoursynth_la_LDFLAGS = -no-undefined -avoid-version
 +libvapoursynth_la_LDFLAGS = -no-undefined -release $(PACKAGE_VERSION)
  libvapoursynth_la_CPPFLAGS = $(ZIMG_CFLAGS) 
-DVS_PATH_PLUGINDIR='"$(PLUGINDIR)"'
- libvapoursynth_la_LIBADD = $(ZIMG_LIBS) $(DLOPENLIB) libexprfilter.la
+ libvapoursynth_la_LIBADD = $(ZIMG_LIBS) $(DLOPENLIB) libexprfilter.la 
libvapoursynth_avx2.la
  




commit vapoursynth for openSUSE:Factory

2019-08-28 Thread root
Hello community,

here is the log from the commit of package vapoursynth for openSUSE:Factory 
checked in at 2019-08-28 16:03:17

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


Package is "vapoursynth"

Wed Aug 28 16:03:17 2019 rev:7 rq:721049 version:47

Changes:

--- /work/SRC/openSUSE:Factory/vapoursynth/vapoursynth.changes  2019-07-02 
10:39:24.966674968 +0200
+++ /work/SRC/openSUSE:Factory/.vapoursynth.new.7948/vapoursynth.changes
2019-08-28 16:03:21.658783555 +0200
@@ -1,0 +2,11 @@
+Mon Aug  5 07:19:01 UTC 2019 - mvet...@suse.com
+
+- Update to 47:
+  * fixed a crash in vdecimate when both dryrun and clip2 is set (no1d)
+  * updated zimg to 2.9.2 to fix a crash that would happen on certain invalid 
input combinations
+  * removed dependency on nasm
+  * improved message handler api and core info api
+  * various installer improvements including a warning if the vs2019 runtimes 
aren't installed
+- Update vapoursynth-version.patch
+
+---

Old:

  vapoursynth-R46.tar.gz

New:

  vapoursynth-R47.tar.gz



Other differences:
--
++ vapoursynth.spec ++
--- /var/tmp/diff_new_pack.JHa1C8/_old  2019-08-28 16:03:22.330783454 +0200
+++ /var/tmp/diff_new_pack.JHa1C8/_new  2019-08-28 16:03:22.330783454 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vapoursynth
-Version:46
+Version:47
 Release:0
 Summary:A video processing framework
 License:LGPL-2.1-only AND OFL-1.1
@@ -31,7 +31,6 @@
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
-BuildRequires:  nasm
 BuildRequires:  pkgconfig
 BuildRequires:  python3-Cython
 BuildRequires:  pkgconfig(Magick++) >= 7.0
@@ -41,7 +40,7 @@
 BuildRequires:  pkgconfig(libavutil)
 BuildRequires:  pkgconfig(python3)
 BuildRequires:  pkgconfig(tesseract)
-BuildRequires:  pkgconfig(zimg)
+BuildRequires:  pkgconfig(zimg) >= 2.9.2
 
 %description
 VapourSynth is a library for video manipulation. It has a core

++ vapoursynth-R46.tar.gz -> vapoursynth-R47.tar.gz ++
 3684 lines of diff (skipped)

++ vapoursynth-version.patch ++
--- /var/tmp/diff_new_pack.JHa1C8/_old  2019-08-28 16:03:22.458783434 +0200
+++ /var/tmp/diff_new_pack.JHa1C8/_new  2019-08-28 16:03:22.462783433 +0200
@@ -1,24 +1,12 @@
-From: Jan Engelhardt 
-Date: 2017-11-27 11:48:50.430107020 +0100
-
-"-avoid-version" is only allowed with "-module" in SUSE, or
-when no headers are installed for it (which also is not the case).
-Add versioning.
-

- Makefile.am |2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: vapoursynth-R45/Makefile.am
-===
 vapoursynth-R45.orig/Makefile.am
-+++ vapoursynth-R45/Makefile.am
-@@ -82,7 +82,7 @@ noinst_HEADERS = include/asm/x86/x86inc.
+diff -urEbw vapoursynth-R47/Makefile.am vapoursynth-R47.new/Makefile.am
+--- vapoursynth-R47/Makefile.am2019-08-02 19:47:15.0 +0200
 vapoursynth-R47.new/Makefile.am2019-08-05 09:18:37.690018923 +0200
+@@ -71,7 +71,7 @@
  
  pkgconfig_DATA += pc/vapoursynth.pc
  
 -libvapoursynth_la_LDFLAGS = -no-undefined -avoid-version
 +libvapoursynth_la_LDFLAGS = -no-undefined -release $(PACKAGE_VERSION)
  libvapoursynth_la_CPPFLAGS = $(ZIMG_CFLAGS) 
-DVS_PATH_PLUGINDIR='"$(PLUGINDIR)"'
- libvapoursynth_la_LIBADD = $(ZIMG_LIBS) $(DLOPENLIB)
+ libvapoursynth_la_LIBADD = $(ZIMG_LIBS) $(DLOPENLIB) libexprfilter.la
  




commit vapoursynth for openSUSE:Factory

2019-07-02 Thread root
Hello community,

here is the log from the commit of package vapoursynth for openSUSE:Factory 
checked in at 2019-07-02 10:39:21

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


Package is "vapoursynth"

Tue Jul  2 10:39:21 2019 rev:6 rq:712894 version:46

Changes:

--- /work/SRC/openSUSE:Factory/vapoursynth/vapoursynth.changes  2019-01-08 
12:31:31.056073505 +0100
+++ /work/SRC/openSUSE:Factory/.vapoursynth.new.4615/vapoursynth.changes
2019-07-02 10:39:24.966674968 +0200
@@ -1,0 +2,19 @@
+Mon Jul  1 11:21:05 UTC 2019 - mvet...@suse.com
+
+- Update to version 46: 
+  * added a fallback to how the appdata path is retrieved which
+works even if %USERPROFILE% isn't set
+  * the default number of threads used is now based on the process
+affinity on windows, linux and bsd
+  * added an option to vspipe to make it not modify the current
+working directory
+  * added a better equality check for the Format class in python
+  * fixed doubleweave sometimes using the opposite field order (dubhater)
+  * fixed broken output when stride wasn't equal to width in the
+python output function (stuxcrystal)
+  * relaxed mask clip requirements in maskedmerge (dubhater)
+  * fixed overflow with int16 in maskedmerge (dubhater)
+  * fixed swapped fields in doubleweave (dubhater)
+  * fixed selectevery breaking and leaking when there are no frames to return
+
+---

Old:

  vapoursynth-R45.tar.gz

New:

  vapoursynth-R46.tar.gz



Other differences:
--
++ vapoursynth.spec ++
--- /var/tmp/diff_new_pack.AAnR9K/_old  2019-07-02 10:39:25.630675979 +0200
+++ /var/tmp/diff_new_pack.AAnR9K/_new  2019-07-02 10:39:25.630675979 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 Name:   vapoursynth
-Version:45
+Version:46
 Release:0
 Summary:A video processing framework
 License:LGPL-2.1-only AND OFL-1.1

++ vapoursynth-R45.tar.gz -> vapoursynth-R46.tar.gz ++
 2027 lines of diff (skipped)




commit vapoursynth for openSUSE:Factory

2019-01-08 Thread root
Hello community,

here is the log from the commit of package vapoursynth for openSUSE:Factory 
checked in at 2019-01-08 12:29:25

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


Package is "vapoursynth"

Tue Jan  8 12:29:25 2019 rev:5 rq:663355 version:45

Changes:

--- /work/SRC/openSUSE:Factory/vapoursynth/vapoursynth.changes  2018-04-29 
19:37:36.413843951 +0200
+++ /work/SRC/openSUSE:Factory/.vapoursynth.new.28833/vapoursynth.changes   
2019-01-08 12:31:31.056073505 +0100
@@ -1,0 +2,25 @@
+Mon Jan  7 13:10:23 UTC 2019 - Martin Pluskal 
+
+- Update to version 45 (boo#1120873):
+  * avfs now uses utf8 filename support when available in avs+
+  * avfs now prints the used mount point
+  * removed accept_lowecase setting from the python bindings
+  * fixed frame duration calculation in clipinfo (dubhater)
+  * fixed bug that prevented adding vertical margins in subtext
+(dubhater)
+  * documentation updates
+- Changes for version 44:
+  * fixed crop with compatbgr32 format where top and bottom crop
+would be switched
+  * fixed crash in scdetect with one frame clips, now it simply
+returns an error since the operation is pointless
+  * fixed potential multithreading issues in vsscript (stuxcrystal)
+  * the resizer will now properly apply a shift even if no actual
+resizing/format conversion is being done
+  * added experimental large page support and changed cache logic
+(sekrit-twc)
+  * minor documentation updates
+- Drop no longer needed patch:
+  * vapoursynth-upstream-fix-for-aarch64.patch
+
+---

Old:

  vapoursynth-R43.tar.gz
  vapoursynth-upstream-fix-for-aarch64.patch

New:

  vapoursynth-R45.tar.gz



Other differences:
--
++ vapoursynth.spec ++
--- /var/tmp/diff_new_pack.qzvuPo/_old  2019-01-08 12:31:31.564072953 +0100
+++ /var/tmp/diff_new_pack.qzvuPo/_new  2019-01-08 12:31:31.564072953 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vapoursynth
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,12 +12,12 @@
 # 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/
 #
 
 
 Name:   vapoursynth
-Version:43
+Version:45
 Release:0
 Summary:A video processing framework
 License:LGPL-2.1-only AND OFL-1.1
@@ -27,9 +27,6 @@
 # PATCH-FIX-OPENSUSE vapoursynth-version.patch -- makes sure that we have
 # some sort of version for othervise unversioned .so files
 Patch1: vapoursynth-version.patch
-# PATCH-FIX-UPSTREAM vapoursynth-upstream-fix-for-aarch64.patch -- Do not fail 
if we have no known CPU
-# https://github.com/vapoursynth/vapoursynth/commit/4906ae8
-Patch2: vapoursynth-upstream-fix-for-aarch64.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -181,7 +178,6 @@
 %prep
 %setup -q -n %{name}-R%{version}
 %patch1 -p1
-%patch2 -p1
 
 %build
 autoreconf -fiv
@@ -199,7 +195,7 @@
 %postun -n libvapoursynth-script0 -p /sbin/ldconfig
 
 %files -n libvapoursynth-%{version}
-%doc COPYING.LGPLv2.1
+%license COPYING.LGPLv2.1
 %doc ChangeLog
 %doc ofl.txt
 %dir %{_libdir}/vapoursynth

++ vapoursynth-R43.tar.gz -> vapoursynth-R45.tar.gz ++
 2672 lines of diff (skipped)

++ vapoursynth-version.patch ++
--- /var/tmp/diff_new_pack.qzvuPo/_old  2019-01-08 12:31:31.720072783 +0100
+++ /var/tmp/diff_new_pack.qzvuPo/_new  2019-01-08 12:31:31.724072779 +0100
@@ -9,10 +9,10 @@
  Makefile.am |2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: vapoursynth-R43/Makefile.am
+Index: vapoursynth-R45/Makefile.am
 ===
 vapoursynth-R43.orig/Makefile.am
-+++ vapoursynth-R43/Makefile.am
+--- vapoursynth-R45.orig/Makefile.am
 vapoursynth-R45/Makefile.am
 @@ -82,7 +82,7 @@ noinst_HEADERS = include/asm/x86/x86inc.
  
  pkgconfig_DATA += pc/vapoursynth.pc




commit vapoursynth for openSUSE:Factory

2018-04-29 Thread root
Hello community,

here is the log from the commit of package vapoursynth for openSUSE:Factory 
checked in at 2018-04-29 19:37:34

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


Package is "vapoursynth"

Sun Apr 29 19:37:34 2018 rev:4 rq:601693 version:43

Changes:

--- /work/SRC/openSUSE:Factory/vapoursynth/vapoursynth.changes  2018-03-07 
10:32:57.574196861 +0100
+++ /work/SRC/openSUSE:Factory/.vapoursynth.new/vapoursynth.changes 
2018-04-29 19:37:36.413843951 +0200
@@ -1,0 +2,6 @@
+Thu Apr 26 15:51:41 UTC 2018 - guillaume.gar...@opensuse.org
+
+- Add patch to fix aarch64 build:
+  * vapoursynth-upstream-fix-for-aarch64.patch
+
+---

New:

  vapoursynth-upstream-fix-for-aarch64.patch



Other differences:
--
++ vapoursynth.spec ++
--- /var/tmp/diff_new_pack.V1LbXo/_old  2018-04-29 19:37:36.997822536 +0200
+++ /var/tmp/diff_new_pack.V1LbXo/_new  2018-04-29 19:37:37.001822389 +0200
@@ -20,13 +20,16 @@
 Version:43
 Release:0
 Summary:A video processing framework
-License:LGPL-2.1 AND OFL-1.1
+License:LGPL-2.1-only AND OFL-1.1
 Group:  Productivity/Multimedia/Video/Editors and Convertors
 URL:http://www.vapoursynth.com/
 Source0:
https://github.com/vapoursynth/vapoursynth/archive/R%{version}.tar.gz#/%{name}-R%{version}.tar.gz
 # PATCH-FIX-OPENSUSE vapoursynth-version.patch -- makes sure that we have
 # some sort of version for othervise unversioned .so files
 Patch1: vapoursynth-version.patch
+# PATCH-FIX-UPSTREAM vapoursynth-upstream-fix-for-aarch64.patch -- Do not fail 
if we have no known CPU
+# https://github.com/vapoursynth/vapoursynth/commit/4906ae8
+Patch2: vapoursynth-upstream-fix-for-aarch64.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -178,6 +181,7 @@
 %prep
 %setup -q -n %{name}-R%{version}
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fiv

++ vapoursynth-upstream-fix-for-aarch64.patch ++
>From 4906ae8e7f8922db430b1d90aa2b4f36f9aa1bac Mon Sep 17 00:00:00 2001
From: Fredrik Mellbin 
Date: Thu, 26 Apr 2018 16:20:18 +0200
Subject: [PATCH] Change unknown cpu features to a warning instead of an error

---
 src/core/cpufeatures.c | 4 ++--
 src/core/cpufeatures.h | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/core/cpufeatures.c b/src/core/cpufeatures.c
index 78b92be6..ec00b02d 100644
--- a/src/core/cpufeatures.c
+++ b/src/core/cpufeatures.c
@@ -94,9 +94,9 @@ void getCPUFeatures(CPUFeatures *cpuFeatures) {
 cpuFeatures->dfp = !!(hwcap & PPC_FEATURE_HAS_DFP);
 cpuFeatures->vsx = !!(hwcap & PPC_FEATURE_HAS_VSX);
 #else
-#error Do not know how to get CPU features on Linux.
+#warning "Do not know how to get CPU features on Linux."
 #endif
 }
 #else
-#error Do not know how to get CPU features.
+#warning "Do not know how to get CPU features."
 #endif
diff --git a/src/core/cpufeatures.h b/src/core/cpufeatures.h
index 2f94438e..b2bf8512 100644
--- a/src/core/cpufeatures.h
+++ b/src/core/cpufeatures.h
@@ -60,7 +60,7 @@ typedef struct CPUFeatures {
 char dfp;
 char vsx;
 #else
-#error No VS_TARGET_CPU_* defined/handled!
+#warning "No VS_TARGET_CPU_* defined/handled!"
 #endif
 } CPUFeatures;
 



commit vapoursynth for openSUSE:Factory

2018-03-07 Thread root
Hello community,

here is the log from the commit of package vapoursynth for openSUSE:Factory 
checked in at 2018-03-07 10:32:52

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


Package is "vapoursynth"

Wed Mar  7 10:32:52 2018 rev:3 rq:578806 version:43

Changes:

--- /work/SRC/openSUSE:Factory/vapoursynth/vapoursynth.changes  2018-02-09 
15:53:15.267090189 +0100
+++ /work/SRC/openSUSE:Factory/.vapoursynth.new/vapoursynth.changes 
2018-03-07 10:32:57.574196861 +0100
@@ -1,0 +2,5 @@
+Fri Feb 16 20:01:01 UTC 2018 - o...@aepfle.de
+
+- Obsolete libvapoursynth to cleanup old packages during upgrade
+
+---



Other differences:
--
++ vapoursynth.spec ++
--- /var/tmp/diff_new_pack.Za7V7Q/_old  2018-03-07 10:32:59.442129483 +0100
+++ /var/tmp/diff_new_pack.Za7V7Q/_new  2018-03-07 10:32:59.446129338 +0100
@@ -51,6 +51,7 @@
 %package -n libvapoursynth-%{version}
 Summary:A video processing framework
 Group:  System/Libraries
+Obsoletes:  libvapoursynth
 
 %description -n libvapoursynth-%{version}
 VapourSynth's core library with a C++ API.




commit vapoursynth for openSUSE:Factory

2018-02-09 Thread root
Hello community,

here is the log from the commit of package vapoursynth for openSUSE:Factory 
checked in at 2018-02-09 15:53:09

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


Package is "vapoursynth"

Fri Feb  9 15:53:09 2018 rev:2 rq:574529 version:43

Changes:

--- /work/SRC/openSUSE:Factory/vapoursynth/vapoursynth.changes  2017-12-19 
10:51:40.301092005 +0100
+++ /work/SRC/openSUSE:Factory/.vapoursynth.new/vapoursynth.changes 
2018-02-09 15:53:15.267090189 +0100
@@ -1,0 +2,7 @@
+Fri Feb  9 08:32:43 UTC 2018 - mplus...@suse.com
+
+- Update to version 43:
+  * Mostly bugfixes and internal changes (see provided ChangeLog
+for details)
+
+---

Old:

  vapoursynth-R40.tar.gz

New:

  vapoursynth-R43.tar.gz



Other differences:
--
++ vapoursynth.spec ++
--- /var/tmp/diff_new_pack.RtXgpF/_old  2018-02-09 15:53:16.187057144 +0100
+++ /var/tmp/diff_new_pack.RtXgpF/_new  2018-02-09 15:53:16.191057001 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vapoursynth
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   vapoursynth
-Version:40
+Version:43
 Release:0
 Summary:A video processing framework
 License:LGPL-2.1 AND OFL-1.1

++ vapoursynth-R40.tar.gz -> vapoursynth-R43.tar.gz ++
 4919 lines of diff (skipped)

++ vapoursynth-version.patch ++
--- /var/tmp/diff_new_pack.RtXgpF/_old  2018-02-09 15:53:16.427048524 +0100
+++ /var/tmp/diff_new_pack.RtXgpF/_new  2018-02-09 15:53:16.427048524 +0100
@@ -9,10 +9,10 @@
  Makefile.am |2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: vapoursynth-R40/Makefile.am
+Index: vapoursynth-R43/Makefile.am
 ===
 vapoursynth-R40.orig/Makefile.am
-+++ vapoursynth-R40/Makefile.am
+--- vapoursynth-R43.orig/Makefile.am
 vapoursynth-R43/Makefile.am
 @@ -82,7 +82,7 @@ noinst_HEADERS = include/asm/x86/x86inc.
  
  pkgconfig_DATA += pc/vapoursynth.pc