vapoursynth-plugin-vinverse-50-lp152.1.2 >  A ^+U/=„aSd~˭sWE>t&\٣dq/^S8qu#",8[NpXL왙GHG˴e#ֲߓ&G?ܐWo;j9ϩsZkL5(h^3 U]oeΘo1$l^*װ8ih(z6D'*`ޔtZ+2]im,bB ;Sb7Aɰ=Y3@힂~%%ƹ룙)บҾ|g/cIP+X?>߃&9WјYZ QaXIN *ilC!@\-V10^x̑!rYXm x}<:ekg(eT" ~ )$>p> l? \d! + K Eagpt v x |  Ll.(N8X9:FGHIXY\]^b'cd2e7f:l<uPvTwxyz    XCvapoursynth-plugin-vinverse50lp152.1.2Vinverse plugin for VapourSynthVinverse is a simple filter to remove residual combing, based on an AviSynth script by Didée.^+(cloud128(openSUSE Leap 15.2openSUSELGPL-2.1-only AND OFL-1.1https://bugs.opensuse.orgProductivity/Multimedia/Video/Editors and Convertorshttp://www.vapoursynth.com/linuxx86_64(^+$7ae4527020632e97f93f1a50a6f65c0f43589c53ef201e8f61c3fa6a11eff36frootrootvapoursynth-50-lp152.1.2.src.rpmlibvinverse.so()(64bit)vapoursynth-plugin-vinversevapoursynth-plugin-vinverse(x86-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libvapoursynth-50rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^2^^g@^ @]]H@]\3?@Z@ZZ}@Z#@ZZ@Z@ZXX TX TX TMichael Vetter Michael Vetter Steve Kowalik Christophe Giboudeaux Martin Pluskal mvetter@suse.commvetter@suse.comMartin Pluskal guillaume.gardet@opensuse.orgolaf@aepfle.dempluskal@suse.commpluskal@suse.comjengelh@inai.dempluskal@suse.comjengelh@inai.dempluskal@suse.comantispace@codesector.coantispace@codesector.coantispace@codesector.coantispace@codesector.co- 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- 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- Add patch python38-compile.patch to build against Python 3.8, from upstream.- Add the missing libarchive dependency.- 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- 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- 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- 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- Add patch to fix aarch64 build: * vapoursynth-upstream-fix-for-aarch64.patch- Obsolete libvapoursynth to cleanup old packages during upgrade- Update to version 43: * Mostly bugfixes and internal changes (see provided ChangeLog for details)- Create subpackag for python bindings - Enable libass, ffmpeg, ImageMagick and Tesseract OCR support- vapoursynth-devel needs to pull in libvapoursynth-script0- Rename previously added patch to match our patching guidelines: * vapoursynth-version.patch- 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.- Update to version R40 - Clean up spec file a bit- Updated to R35 - Added disclaimer comment block - Renamed plugin package names to include 'plugin-'- Cleaned up package descriptions and Summary tags- Renamed main package to libvapoursynth- Packaged R34 - Split plugins into their own separate packagescloud128 159096298450-lp152.1.250-lp152.1.2libvinverse.so/usr/lib64/vapoursynth/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/6961f51c515b08383b1f13adfc916b4f-vapoursynthcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c22bade4eb6fabfd21c6d32045bbf3b44a00750d, strippedPRRR75MӠ*YQFօIutf-8d8dc2115911d091aa0aed403666eb41fe1608703df3ef216d0f03a52524dcd69? 7zXZ !t/)# ] crv9vW* # *wl Nb=U6Y;h/Y)%sE0^OX 26tRJnDe4aM JaXъuo'^+BfuaUg y2h*rܜBwn] ̑!s g`.U } /")NQ[~ċ5+. !dM=ۋO횐ϻZ}6݃ AFOXv;Y|Z:7LuJb}I8T@9alsl7}pP$1։/8]H?5ߢupc1[Fc疱g}0P{ϗ$3M),ޠ\̾0]v|*OK2d$k Lf. c5 h+tp)?{;OBap6|z2!DRyqv; o6 U0KL~s8" 9^Ixyķcr3mzh Tɿ: [tLo3aepF'{\$<C~Tn/>/iqz3|q#B)8b֩O﹯0* kHP3^ţq7޵.Q0ja$!l ޶J%s $q ._L;j\RL`KIfbΗ{tOډፍJUg 2^ܾ::jr`KTϞ4IhGX RBlS6Ki/k:*LhکM}3^Iz2uaOs,s6Oz! b]v\iM#nz 2pmA ̭Wx|Cd4|9#RWGQyl3@R].1.Dω_PbweP*G!ks Tж.b2wyhȫ_l@dzcα ӗ]=R@.z Vvܵg̔Zۉ s[~?22&~CMoB1L{5¼>kR:;/-*t3I)>U}kF㥔@%W5B[ 9fFIԟ#W6~n9Ǽx(g1~p;JAo7wS!Bci%S칽Xߍ, vfi"w]Z04c N|d&z4~f +OrFYJƜ+N}Ap^a1C萞xmeBt,W˩DT ݡw19Mk3h<}UɀRbaBabدuh HgH 1)8~lq?~O}^+i!){wKOj D~Q]?J~Q{M4!x "v`xUi Kϐju-4ڄ La;ܱr[U2k sVĔD%&µ!q2'1؛t<9Md QQ4כwɏ >Qlδ/K֓H8"OaX!Z3K7#rjg20K#^ uSK٘0舁#44!U_~oK]j653={}Vɿo(c7s˖"1:Ffvm$ħSؒ=wd4] _&&)sX;h \ϱ{_>P_l)7d`&MkN: Mb#^qWq3VkaАq >IW zW}:7Xdt-I I:F|?=6wts}2S##zǙ@u@tKd+C_e5WRc1k9c7d>,mȂ:`p:hn^k,8SG_dLvȽ|%|e;4I/Be# :9]1ws,& iJȀ!R?/M YZ