libvapoursynth-script0-54-bp155.2.16 >  A dkB}I%z 6( gIɻ`_ *>рO`Cqۂ8l"ES^-Ĉ6(J9k (s?]m!}Vso: r5;8GȾV Qq'7 س,uԩdV]+ RYՠ!bt[_QIC`v# +#EgίH jˊ<0/vS(n.~ib/MtrwRI~=tqa^Dy8Y\@L.yRˡNA%z0GZP)(awRR)㬜u㡟Z'xoiAU›Dh+CXXEcR;&?}N?ֆ|4M/7j@mɀiVV[%הO-:sƫŎ;fP5ߊX$W8ZjhknYO*kݢ" >p@)?)d ' W 'CIT\ ` d l  t(894:>&m@&|F&G&H&I&X&Y&\&]&^'&b'2c'd(He(Mf(Pl(Ru(hv(pw)x) y) z)D)T)X)^)Clibvapoursynth-script054bp155.2.16Library for interfacing Python with VapourSynthVSScript (or libvapoursynth-script) is a library for interfacing Python with VapourSynth.dkBlobs-arm-10SUSE Linux Enterprise 15 SP5openSUSELGPL-2.1-onlyhttps://bugs.opensuse.orgSystem/Librarieshttp://www.vapoursynth.com/linuxaarch64ȡdkBhdkBjc8fcb00c7ef930de8e6688f976fd5f2faec7208e1d93f38bf79ca83327ddc14alibvapoursynth-script.so.0.0.0rootrootrootrootvapoursynth-54-bp155.2.16.src.rpmlibvapoursynth-script.so.0()(64bit)libvapoursynth-script0libvapoursynth-script0(aarch-64)@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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.3aS@`@`_C_2@^2^^g@^ @]]H@]\3?@Z@ZZ}@Z#@ZZ@Z@ZXX TX TX TMichael Vetter Michael Vetter Martin Pluskal Michael Vetter Michael Vetter Michael 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 54: * Floating point mask clips are now a consistent thing - Remove vapoursynth-include.patch: upstreamed- 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- Update to version 53: * Bugfix release- 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- 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- 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/ldconfigobs-arm-10 168475095654-bp155.2.1654-bp155.2.16libvapoursynth-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:Backports:SLE-15-SP5/standard/e24bdd5f7b8e098f719701768fe3fe4e-vapoursynthcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c764b8ddd5bf534741658015080f8bf7a4aa60bc, stripped PRRRR R R RR RRRvT<2x/g`:3utf-89bf6ca75917daf5199073c5934c6fed60a9c2b01c4857837ed0b771607500254?7zXZ !t/ ] cr$x#HGUNTⁿ% ueuOuFLwב؛x $ʭ0-X+A+ V[};{$xXZڹF)qUqmeO~IGb4{+33 ;WXXM :|Uy𓎦xW܎vPlyۨ>j&p`zv::G";6=n܀0kOu}@%@6ZYWw"m۵z.Afɱ+j ɳ̏:|i==y2JFO :+=,kJjz: 46W_܎ =:pF6x$yz0mx éȾhpa0kQj9A'g 穝PCv $/tA10FyyRץFMdRjdϡR` x@ [iOZj &m--~^yw k=`!NՄsչ! V hPFAˑ~#ΡJ,8_[>Ͷr:(7E${_&x}NR._ax;}K~*s-&·u>WYhA$m9e\!%<6D<|L6$Im6~gn/[![Fk;Htsb/$a>C`HNRe1 c8u5h_(a:.Z;yN3}l8 >2θ9;̈́Iʾ{Dsȹ!#UPu446i~k̫OB PbnUPl(9yREF@! lglUx 8]/o3^pfJ߇(׽p$&tL% l25<"sY\44@_uQXkyeju\?K֮b ^+k A+M "g(XآroC$ _MErjZ.m^/-|˷\}vT SLi}];}i2˽]Hk"sj4*MKE& wyojRՠ697{k0(|G.[c9\ņv>H˻#~/WŶ2$WcaZY]߫s҄<lB Ս')_t)lYX^t!*e+~vybBajDDH|Ebz:glL/hBz*GdMJ&p-BR Zŋ}[b;<#LxUg S{c`"= b ;=IG$&OLkc҆Ų(kD`N )(v*5sV\/DKAe v5x⇮*~qW\f#1M$D,̒1ʎ:^'az?t̶=86ŢO1q%*e+UY#0jQbC`8B#xiHtr .f&/=abʬ<0Ѩ瓴]#< wlagnnE ]Iy-:!Ɋlz3bs?+sKXn!g<vԿ|sr &b}`E/ vŠ5Bqu3^0!|{lGdd#刽ެ!hZdKn`iutB&Fv0OiDz>_9zN@ܠ_<렘/=Ã@ >V7La@ -$cQIx-Y,zng5ȹ/(iciك6' -Uu$iRDC=d2h\ ;bagZ.wh!7IW"Re9޽c~zG>MZ]#.ɗIpXc2Z0#SUo_$[QBH6 $HX!QUy{>Ձh#hvV#J4t$x&"O2d$e{SA_xyoġы1 Ɛv~dt'/RvKJZkH#_tAaBJ?Ro/(qux^_!,L&ݠh 곯^gk| غ.̼}NAqMxCI)O'=wR`GPDn6L&"}/%H#yM's/ytFIȶ \T$'U~Wұ(c)<ڍ~,)9@3(ED'q>RAϞ9i*A@ƶ@lt3ϟ,(u;;=΂]>,|ڹaxfGTuCiw}Φ-/Jc.;GOH/WSIN9J0j".($ބ#5XR2sz筀L?y +=?D@`hJ' zV18'FǓh?#a*ۀ}J c:?8e340#MXwȦrb^Mb#bDq0H-Hx:f h)AxL@Hvd_+yf]BC vm "g{J.k3>C9 58*YT?Zp%G/*ԢDT+M: )&y[d QZC-DMCd-7 Ag> {Z4éeDlT<9nY:a{$*Te.ޭd#Г#4x[3ą@1n݀K+a%+<^D@I)tr@u2n7{3aP!^kũH/lB"n8vS̐4\GIqraPT$@G8Ng;^h d[ a>P[5)6gc*5%|m\@Lݐi^J~kų.Olo:X>΃[Az> V %1hІ=,4ɘk5O`}ءcjuh!x)X%%dsnf~Hu!%qI%i0O`0 9|c @hz#K(ُh|">s9Rd1w:<~H Ŏ3 <"+%Fcf$XN[J-w2'TJrK}0Jt['ءJhAm=K9ujx4 A~z.VדYqϰmDa&n磯A#6u~@)51?1C'noa6!)8ǀy5(?_Dd.=nT׏K00W^;+p#`:'mֲ})T_ 7[43+47 Mq>R(?q Cphn>@gI]*fd=9Dq~ ^U6Ĵk<5eG%ju˲Ϊ?_y ))2vkuKFoK-$el^IgF/hor<8LcEj%jZix7۔1@Qi=te(;BR_{j߱^ .2W'&a>OXQFZP0g^Ӿ% UR<}ߚ) sI$ZĹ*l<>hd}zFzsz^*0&SQ,"PO(.~Ns(&HϨU l'@X46qnM}QDאf#߽upX0 ;,z4/1n;/_X!qY jŒ{@{]{{anY>(șR9L462Nm;p`,@@&qw YZ