libvapoursynth-script0-50-bp153.1.32 >  A `zl!M@eee}c&n4%z7`qw/RjO-5=6ֈ [1;FH[)V0tZFdtA<[S|:xݏi/?tT5 SqM@ y?0Q9 LU 1ѕٹ*J¡.}jNz⡵Lv|UHԐC"5DT~_ IiLj&WQwa(r,"] gs%K e37176c566c3d81c933b9239fc88de64ebd42e029a8e00b640a2212f978446ba6357d2b1c25497d838c6f26f1b881ae6ec6fa5dc>`zl!M@eeeX@pX2n3,ⴰ46pT2ZL3&3OrJ`w:)X 潆Ku>}R=ՅkȘK>ӊ8nZ$4tO2{t5w,P s @AƮlVݻ[.H P^XPTkۻGg{8.nt7Ad5KkpUc@#Ԝc`UK `>p@"|?"ld ' W "3OU`h l p x  $(89,: >7@FFUGlHtI|XY\]^bc d! e!f!l!u!,v!4w!x!y! z" "" "&"hClibvapoursynth-script050bp153.1.32Library for interfacing Python with VapourSynthVSScript (or libvapoursynth-script) is a library for interfacing Python with VapourSynth.`zEobs-arm-8SUSE Linux Enterprise 15 SP3openSUSELGPL-2.1-only AND OFL-1.1https://bugs.opensuse.orgSystem/Librarieshttp://www.vapoursynth.com/linuxaarch64`z@`z@cb3eb79997e59b1678ed3f98d9bff579973592ac1660170e32b0d3e72e1d706clibvapoursynth-script.so.0.0.0rootrootrootrootvapoursynth-50-bp153.1.32.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.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/ldconfigobs-arm-8 161916371750-bp153.1.3250-bp153.1.32libvapoursynth-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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/6961f51c515b08383b1f13adfc916b4f-vapoursynthcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=10c686a9d7da6b08291f48585d7c23202f77e749, not stripped PRRRR R R RR RRRaWXutf-81d286e3818e51c9d2c44a58fe433211787cc4c0e7e7013cdfed8c609f1b4aa41?7zXZ !t/ _3] cr$x#Dh_ Z))_J5~jok0ЧzA-%%Bw6z|{ PכI8|:3/D:.tе/LVm11QɻcA}'ff?[m7shZ3 w<ޡc.}ȗݪF)nGn~r1~peEɖ1…[b;$נ݇mkI_p2J&růh471퐂HdFwԸp뼱 ,d^H_2u\pE|[01]w"^P L7;x hȊ4j82Hvp-zn9q J(|1:Csh]$7Əi'diw;`?!J:VYޏ呰{^8"?jDg)9a}+TN /t+m 'xj dPbgQ>[|5%QQe.4A]:p^t,54517cK[,q(e~V2AdPqQ;3NAED_e^>5E+i .Vⓡ311էy)56xɐB!p"\ү 6ȝw/ 6}V d\Kō]fFԎ7lt"ӴPFػyY*l=CUz/I$Cxȡ!ND$5&1^6o.9*ɱ 'Ȯʪ5 M){% ə6RٌW_xCXGxhS aB/B}T ]DǶM'9(zA%ٗg\LaeĒi_٨yS9;1`m նss݇H`!m*{] 6 4nO_ 3"yJѼJG@Ʃ!d1ԫiߔ2[džII'Ԍ5hƠw?crhG l:_,_MUCg6) >j_U- Z7@ 'L7U4E:Aѹ΢_C)w-`k9sU(z @ogaR.Oƭ6@$0Pd6fH5!z$@T=G.: ӿbȥ}I]]g"۰l*xnP]62lT=|RL"?td׈;! L IW /5:y\ӆݰ JsdTW^2mP \/Ev5L`IjR|fDi,@gmNrH:SCl\ rtN;\?J{}86萪Tp3 RD<:Bb)QȉfwV(, _~&'VWFJdIFI rxsDEZH2? R:}=E#,B]biGn<6SVyR,Oy/\I`itPAԆI`Oֿ_{ZbUcaPJF. MvSrW&t[7LM"'4:49tM*. R].t:Nﵷ-uBC 9^b,XΠ[1׫z.$G2F.+I1"DBN$ɀehmpP`Y6^9‚,gv!ES(Yv#rJdc6]]S'Zh0Vbb({$ >Gy |%kJ'OjQ䉬xć-IK^44+1hd}([(uګh{dJ.y~pexDFW൲=[/̛j7MVgvla*hgrݎCe cj>$9_ń)_!(y0&V'P՟%$ M`E`^ÒD(BqB .}(3;&9fuW3aiqdqq%!.h! @(;֍>P6 )Eٍ:?!ֺ"mIFnE+owxNM6{))Y~o*-:&fvU{>^3ܔyy \z]&,q bvd0@odr7q/fbg!#"E~aBzgCc.!T+D#d **@?7쁊BvO` (ܵ!ڬh{Vҳ`C5#;SpzpnKAyHlAƤu$T!n] JU=7S?ڐK:}.&^&ςY6 "'!ܣJ1_ 0WN_b>GeFX l0ʔSG.v^p] /qk6t{}12k/AZ36YI;gX2^jbm`~oѓ5TV*g,FK? zc5 ,C\czwwCQ.g?CXiʱwvr6tC7g)~RWٹZSk$<9̦]e6`6qȹS.`]nLWNnek![žN\>~E}(ck`F뼼Wlp 5%tߎl+3Gw4ynėvyCh εFGK"U;1<ۥK h$(6_A2\gES<Э B >7:eX7V(゜UZ$p^\BRڃ|ḷ wb`'qϫšTkl2%690qS﨔o6EEe^IwUyAgv7(PIrAtQj"z?nHh_t jnP,BeWik>ϓPtd xs,jBv%ëyo|6zn7ZCRyTs']|yGTH),V;s3Kt7m2~#Zqs0 lr3(wԞ};\z|aV\nG|6J|: ^貯yMLbAb%fXU׵tq)2sk/ m1J[\+![n˪jF=OxYۥ_K V~!15L7;>(1} :Zn4#>;GE4|)Vq)tH~|;g A۔(W_[}'wpdB]CVYOu_C'a]PDD8"tl%EYI"׿_Ve}&j:,3La|A,Us_%Y7pwӤi E SM:{b !^ד wۮsΓ9U/\*u5(k"N-5942!U!$aUڷ^`[]Sa=[.' e,L4sUiYEQ†%zݏ{D:+ڪf.7N7!;JOqp~THU©pq8ÇpB9 ;S&DP̏JctvFB_2y-&< PqE!Ii;o n@ &mLwxX%FU/ȧUpd/NU'IlӮDqDS)mد~q<;(r;kl cut`'%KqCHPSֲL6L>Yח/8: T|nxU:R=HJ]4d­l,~VIAw6A*vZ̶aWWˊZ7bJ