libvapoursynth-script0-50-bp153.1.32 >  A `俜!M@eee֧F4J2{_,e+-vRc0j{IĢ. D _n`u̹ф$#6]q<%J k* b전!Er@MD@:벜mfmAAmU $1x+y-,T=s* [ʛF̤Ö1%U]&mEF9Ʃ BcdCQb݁] fޙ'5M.uUg84193b265f37e79f03c19f684296b576cc36f6819ef5aecf191ab77bfc1aa43906fa161806da646e1edb80090e73192bfc834952;`俜!M@eee#* T-K Cp@"x?"hd ' W /KQX` d h p  x(89,: >7@FFUGhHpIxX|Y\]^bc d! e!f!l!u!$v!,w!x!y! z""""""dClibvapoursynth-script050bp153.1.32Library for interfacing Python with VapourSynthVSScript (or libvapoursynth-script) is a library for interfacing Python with VapourSynth.`s390p23\XSUSE Linux Enterprise 15 SP3openSUSELGPL-2.1-only AND OFL-1.1https://bugs.opensuse.orgSystem/Librarieshttp://www.vapoursynth.com/linuxs390x\X``b301c5f93b6eae80004902652e12d817d96d3f9ea1e22a805c67d31a26b0ff65libvapoursynth-script.so.0.0.0rootrootrootrootvapoursynth-50-bp153.1.32.src.rpmlibvapoursynth-script.so.0()(64bit)libvapoursynth-script0libvapoursynth-script0(s390-64)@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld64.so.1()(64bit)ld64.so.1(GLIBC_2.3)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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/ldconfigs390p23 161912542450-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-vapoursynthcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=2ee3f85588351862c2aedc88068b61a36c3a3998, not stripped PRRRRR R R R R RRRފ5 ^bd3NC1'8ˏO~sV~.Q3aEP&L;OqfUrLދȆY,hh"K/F"Ҫ~KP6ӲUZǼdٽ=u5(Ku[^|J3tI$͏w1"T$Amg.+OP⏖P[2~X3)9Oc =5AQ& ԭf,MFx?R%IeGmv8F6iߌw{{Bev녟M`}\ 38wU$L:!X3C6[y@dl'RZjjhLDWlgN̟yb53,o#>.@Lo+wh㹳•A"鮓JASq5> m淁44SehcښkU`Q%h 8-m)sa=yN@ |m僚`~9gvdr L=?K-Xq'[D*w . ƆL*a{M(U%;cB8S0+Tld(0\-NnpR^ ?OO qki *qz0RJoD|"m\*N9Z40 XhW3xdV Fm o+.WAZ\ľBl?(Fđ)F߷ClZqpў]@5:=̷M).\=`_iY{u|c)cNeX]$<7Վ8>;pwya=Ѧr! :j.\iHL=w]NqsNGtlafXi2>oz`EGX)zNe`~κ02,~Yv榇 b#^?w(A: yup|z[tBy&ө(:nY/g*b>wC7~4Rl~{7Oi c&^K[{O&6Bxi37gi#j4o~=ӸX'eT6hJ?~\7SM^Ǜ?y^h#eRaTن9pb*#w:,9+Fl*,)y+pͶprǶsD sK+nJdiiF)?;|AKp9pKAu=H3E|}d"&^!VSXk>novig W!E wT/OHW51T5\2/B>Ӟ&ޙ_QA ʱ,4զc%cJ,teI5.Ed\cml[֕^YJ]6 ib+͆6 Oux9,9RhzAgz0*-CJJ^ UaN ;FTzjS kE֞Ǐ^ 7 [D#. d5~'O= cVW|fg,)(& LvQN +{[_w[F)я`hAC;ʙ>/ NKNk5gu]]{N.hIaJ~>҉qڙ[H|G3RD8C gL9zu<h{[vS5oP4L|#O燄aF1Ffח*:^1vGXKoی2ؐ^ϼj6#5G@XLӄB&3􂋩n+3{^ۇTj@k8jD`lԋ=*7;}!Բ19#P* Bgau}x ?B<^ @rՎ1 W}ŨBT~^ln:5wB#nõVcE7)Ri]~ESⵔt 6Vkm"(C;F#az ̮|15mj]ZL G$d u5F𓨩 >5NZh[wRNjN!(pw\,rw-)]owE @ L{z; 07pHP6 nhV4(]_!{|ð^kXzb雁$^WO}y7< Jt6>(EGgeM..&W 10LK 4ۓ;H &{Hw%ov?;m$ѡ㢝LOqUHuQ$x GjQ~S.!S7f#zOdNU ] E^/3"[ȁ\9ėT˜.D0=\Ԋ'8XiB*9Fkz&=>grMpX֚c+&}cRÖtcBmG`RjxQ{GUĄߠcYSE\6cuwy2(V8H$fo/a_H,@[xs2CIċ3X(WoJR;Q#ǿ3HAh?2<8JZc5]Ö(`2}(Gh\Y=2pWX\Ee+]Vioںw-;A,~r >GK31G@; +.3b"Nk(}&8dvTAwcK4*h)E;L1b9]