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 <[email protected]>
+
+- 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.am        2019-08-02 19:47:15.000000000 +0200
-+++ vapoursynth-R47.new/Makefile.am    2019-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
  


Reply via email to