libvapoursynth-script0-50-lp152.1.2 >  A ^+T/=„W|J\'{Ѥr%AF(""F'a.M,)/9/j 9?.X@/R(ӔmrQ?p[GZg"R鴎d 'b0i{_SB-k:U/]d9=I}iN͇ ?\w||ZJݑ3;qi<&DͿU@Q[ .D<1W'/|=Ld07cd8336dd4ade8e1b43a133cc2841c01fc8085293316e7d0c3377e6331380cc913dcaf921cdfe681eb870e2945ce5c637d06e79ȉ^+T/=„W*bIx`"nCSuW?Pj(}PW%evnT}LSONvUgSĤ^ƭC< qHV^5O8 I4I%|7c[ 7јtoo[+%Xozwavxk@wEkʛ[s"B@B-k^iF(!j`2*K'|b^>#SjK&lTEEAeL'{>o<.|qb:>p@"|?"ld & V %AGPX \ ` h   p(89<:0>G@VFeG|HIXY\]^b c d!e!f!l!u!0v!8w!x!y! z" "" "&"hClibvapoursynth-script050lp152.1.2Library for interfacing Python with VapourSynthVSScript (or libvapoursynth-script) is a library for interfacing Python with VapourSynth.^+(cloud1289openSUSE Leap 15.2openSUSELGPL-2.1-only AND OFL-1.1https://bugs.opensuse.orgSystem/Librarieshttp://www.vapoursynth.com/linuxx86_649^+^+$cca27571eb067c49c35b6ab63dbc4d4d8256b8e8b7713f3615c04504ee3ca23clibvapoursynth-script.so.0.0.0rootrootrootrootvapoursynth-50-lp152.1.2.src.rpmlibvapoursynth-script.so.0()(64bit)libvapoursynth-script0libvapoursynth-script0(x86-64)@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-x86-64.so.2()(64bit)ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libpython3.6m.so.1.0()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)python3-vapoursynthrpmlib(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 packages/sbin/ldconfig/sbin/ldconfigcloud128 159096298450-lp152.1.250-lp152.1.2libvapoursynth-script.so.0libvapoursynth-script.so.0.0.0/usr/lib64/-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]=3c67edb515066f9d18452eb68b9792f5033b2501, stripped PRRRRR R R R R RRR75MӠ*YQFօIutf-82026e9af3652e3da0d250deda4684d7591111643b6fa6d7aba77df49794f7262?7zXZ !t/:] cr$x#+wm~9}y{7wCϬ{fZI ƫW=!Ĥ麊ux%Pp鋢k) ԔZ|-e:gszS&=27~vw\A}~=A!MetfgE}tmA9mkQvogZSK|o {QV!jo /ZQmv`ucXT)y1<00XN30taeʕ>*&߬}t a~kKw>`WC>~+Qۈ>~Hh^sL4tx%H "qi&;"lru&C}߄Vq~3ٰuE grMiP&ùDJ^i]Je5 +r$y6]dR/{mpb ʭW3YR6*$penӲL"c䲤f7KW 6Ρ?9 ʿ}=3X o0 !\M fh*D'+9OicFGsmQan62‚haox22L9 Sܙ~eJAxU* R㳁 p6 w0JU0Ut鐰TSCj w8}i`([p,@>묶 D4LbGăO7jNJO:Io!IYHl'Ω0#摑<*柧FF)ECڰ9tmۘ}F{c<ϗ~7E92zAp \BSǵ_{`$b*sM%L?asiB+BMK~R Rג{- <9'7ࢎHKLثwQ߮dmX/>x׌y߀ ,ұ|]_ebBu{WeR|Y/YX-௜aw K 8yU I2 \ h>4r&+Iwrpu&?@ء~/pʁL,>7hA҆vg v3Dmޗ9'>7~nBa,XZ'\Ip₞Dxd,b%%9<_Xǵ>cQ򇩋2:wxc _噗M0OB3 pqJ";xH (/oIIjJlAyaIq0[h(*qBCo*qnrMT& X* nUuz^ ݁lsN??Jrz` qq%#K=9h=w6Y_i{[oWsQGr=L錹h);}pT:g.:;S+Js1v H,D+" jt)U-Aw<=UuC-*EzlNqT6ZDxM*O޽F_Hri!Ѝ*ٖўI,UCsbbDbF;?YFZ`W^$Z tu~AƤ$ ̰X%yi jDM(Zf9d ]]1x#ec9 uև&j/Oy7(T1Au aW~-7&!h  ,LjM([= ԅupw.5?4Hj_z]XdD݊`EPAaeZݹ;z~JgG3ŕo} 5I`Fh lNj BFw}ؤ#@cv#KjcEvȢ}H^}ex_qʥ?=G[2HlhQ'L܋bCgёBgzƁ3!QW'$r_Ȏ[0X0. 0u?P[S>Zv/}nk7L#7x{,§hy}XD(cS)-_Ċ~D+ HE_wi`Ƽ,Hv=׸mucmဘSSU⑨V^kR4*5޼{M<bȜ3YoX3wIKacJxŭ(@}w(ȳ4?ҏj ȷ~5wIg"-%2vEF#%K 1Η< m, MB%V`Ѫ(k*5ɼb(9  Ɋu'ѐ"r&H41php[$(*; ZMP?XsGZHt8-ݒ=k<I9;)O2}ѱʒ63SN$?E5;#zi 屢 >Xh>)'AZL[HkL'pPCUo(6lN|& -I7ÚT0sj C I5󯂆;a8ouJ>ܚP-"3T ,2ev-|;=NV<% F.Ib#