Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: vapoursynth-devel | Distribution: SUSE Linux Enterprise 15 SP5 |
Version: 54 | Vendor: openSUSE |
Release: bp155.2.16 | Build date: Mon May 22 12:22:36 2023 |
Group: Development/Libraries/C and C++ | Build host: obs-arm-10 |
Size: 294590 | Source RPM: vapoursynth-54-bp155.2.16.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://www.vapoursynth.com/ | |
Summary: Development files for VapourSynth |
Header files and pkg-config headers for VapourSynth.
LGPL-2.1-only
* Mon Aug 16 2021 Michael Vetter <mvetter@suse.com> - Update to 54: * Floating point mask clips are now a consistent thing - Remove vapoursynth-include.patch: upstreamed * Tue Jul 13 2021 Michael Vetter <mvetter@suse.com> - Fix build with gcc11: Add vapoursynth-include.patch See: * https://github.com/vapoursynth/vapoursynth/issues/686 * https://github.com/vapoursynth/vapoursynth/issues/688 * and commits b5ed913f, a4c4eba7 * Thu Apr 29 2021 Martin Pluskal <mpluskal@suse.com> - Update to version 53: * Bugfix release * Mon Aug 24 2020 Michael Vetter <mvetter@suse.com> - 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 * Tue Aug 11 2020 Michael Vetter <mvetter@suse.com> - 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 * Thu May 14 2020 Michael Vetter <mvetter@suse.com> - 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 * Fri Apr 24 2020 Michael Vetter <mvetter@suse.com> - 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 * Tue Mar 10 2020 Steve Kowalik <steven.kowalik@suse.com> - Add patch python38-compile.patch to build against Python 3.8, from upstream. * Thu Jan 02 2020 Christophe Giboudeaux <christophe@krop.fr> - Add the missing libarchive dependency. * Fri Dec 20 2019 Martin Pluskal <mpluskal@suse.com> - 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 * Mon Aug 05 2019 mvetter@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 * Mon Jul 01 2019 mvetter@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 * Mon Jan 07 2019 Martin Pluskal <mpluskal@suse.com> - 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 * Thu Apr 26 2018 guillaume.gardet@opensuse.org - Add patch to fix aarch64 build: * vapoursynth-upstream-fix-for-aarch64.patch * Fri Feb 16 2018 olaf@aepfle.de - Obsolete libvapoursynth to cleanup old packages during upgrade * Fri Feb 09 2018 mpluskal@suse.com - Update to version 43: * Mostly bugfixes and internal changes (see provided ChangeLog for details) * Sun Dec 03 2017 mpluskal@suse.com - Create subpackag for python bindings - Enable libass, ffmpeg, ImageMagick and Tesseract OCR support * Thu Nov 30 2017 jengelh@inai.de - vapoursynth-devel needs to pull in libvapoursynth-script0 * Mon Nov 27 2017 mpluskal@suse.com - Rename previously added patch to match our patching guidelines: * vapoursynth-version.patch * Mon Nov 27 2017 jengelh@inai.de - Correct package version (it is 40 not R40, as per configure.ac). - Resolve project ambiguity in %description. - Add SLPP versioning to libvapoursynth. - Add missing Group: tags to subpackages. - Move bigger doc directory to -devel. * Mon Nov 20 2017 mpluskal@suse.com - Update to version R40 - Clean up spec file a bit * Sat Nov 05 2016 antispace@codesector.co - Updated to R35 - Added disclaimer comment block - Renamed plugin package names to include 'plugin-' * Sat Oct 22 2016 antispace@codesector.co - Cleaned up package descriptions and Summary tags * Sat Oct 22 2016 antispace@codesector.co - Renamed main package to libvapoursynth * Sat Oct 22 2016 antispace@codesector.co - Packaged R34 - Split plugins into their own separate packages
/usr/include/vapoursynth /usr/include/vapoursynth/VSHelper.h /usr/include/vapoursynth/VSScript.h /usr/include/vapoursynth/VapourSynth.h /usr/lib64/libvapoursynth-script.so /usr/lib64/libvapoursynth.so /usr/lib64/pkgconfig/vapoursynth-script.pc /usr/lib64/pkgconfig/vapoursynth.pc /usr/share/doc/packages/vapoursynth-devel /usr/share/doc/packages/vapoursynth-devel/doc /usr/share/doc/packages/vapoursynth-devel/doc/Makefile /usr/share/doc/packages/vapoursynth-devel/doc/about.rst /usr/share/doc/packages/vapoursynth-devel/doc/api /usr/share/doc/packages/vapoursynth-devel/doc/api/vapoursynth.h.rst /usr/share/doc/packages/vapoursynth-devel/doc/api/vshelper.h.rst /usr/share/doc/packages/vapoursynth-devel/doc/api/vsscript.h.rst /usr/share/doc/packages/vapoursynth-devel/doc/apireference.rst /usr/share/doc/packages/vapoursynth-devel/doc/applications.rst /usr/share/doc/packages/vapoursynth-devel/doc/avfs.rst /usr/share/doc/packages/vapoursynth-devel/doc/avisynthcomp.rst /usr/share/doc/packages/vapoursynth-devel/doc/conf.py /usr/share/doc/packages/vapoursynth-devel/doc/functions /usr/share/doc/packages/vapoursynth-devel/doc/functions.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/addborders.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/assumefps.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/binarize.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/blankclip.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/boxblur.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/cache.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/clipinfo.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/cliptoprop.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/convolution.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/coreinfo.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/crop.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/deflate_inflate.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/deleteframes.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/doubleweave.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/duplicateframes.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/expr.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/flip.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/frameeval.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/framenum.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/frameprops.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/freezeframes.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/interleave.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/invert.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/levels.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/limiter.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/loadplugin.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/loadpluginavs.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/loop.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/lut.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/lut2.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/makediff.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/maskedmerge.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/median.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/merge.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/mergediff.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/minimum_maximum.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/modifyframe.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/pemverifier.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/planestats.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/premultiply.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/prewitt_sobel.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/proptoclip.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/resize.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/reverse.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/selectevery.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/separatefields.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/setfieldbased.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/setframeprop.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/setmaxcpu.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/shuffleplanes.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/splice.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/stack.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/text.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/transpose.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/trim.rst /usr/share/doc/packages/vapoursynth-devel/doc/functions/turn180.rst /usr/share/doc/packages/vapoursynth-devel/doc/gettingstarted.rst /usr/share/doc/packages/vapoursynth-devel/doc/includedplugins.rst /usr/share/doc/packages/vapoursynth-devel/doc/index.rst /usr/share/doc/packages/vapoursynth-devel/doc/installation.rst /usr/share/doc/packages/vapoursynth-devel/doc/make.bat /usr/share/doc/packages/vapoursynth-devel/doc/plugins /usr/share/doc/packages/vapoursynth-devel/doc/plugins.rst /usr/share/doc/packages/vapoursynth-devel/doc/plugins/avisource.rst /usr/share/doc/packages/vapoursynth-devel/doc/plugins/eedi3.rst /usr/share/doc/packages/vapoursynth-devel/doc/plugins/imwri.rst /usr/share/doc/packages/vapoursynth-devel/doc/plugins/misc.rst /usr/share/doc/packages/vapoursynth-devel/doc/plugins/morpho.rst /usr/share/doc/packages/vapoursynth-devel/doc/plugins/ocr.rst /usr/share/doc/packages/vapoursynth-devel/doc/plugins/rgvs.rst /usr/share/doc/packages/vapoursynth-devel/doc/plugins/subtext.rst /usr/share/doc/packages/vapoursynth-devel/doc/plugins/vinverse.rst /usr/share/doc/packages/vapoursynth-devel/doc/plugins/vivtc.rst /usr/share/doc/packages/vapoursynth-devel/doc/pythonreference.rst /usr/share/doc/packages/vapoursynth-devel/doc/vspipe.rst
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 18:17:49 2024