libvapoursynth-script0-50-bp153.1.32 >  A `!M@eeeW>dG<ɀ30MF;-_Z8@]Ll#a⸲k%YoXIru}s`NAkd2C\vrfiP"PXGmplϡ?ćWM ;N*gOhU}B؅8Y۷u)4rkŕ q\}vD$$Kƒ=?j"6J:Mp5HItN{2"902b757d13d1d35db79486830847fbb5a4f7fc5f7b2c0b84cd0c12872f3e9797c6b884371c3a34337ff54d733213d539e2374c78=X`!M@eee g.u[1A|qT+ƆA2 : xt84xX-٧ؗdTr$EFxyvv%wJI>5#w+b;_Z} Km8'A_sF|ܣ04Wv7|>K`F(M=h%qWN"ҽIW(+_xr~j'VNl xkդ@φHN>p@"?"d ' W /KQX` d h p  x(89D:8>O@^FmGHIXY\]^ b c d!!e!&f!)l!+u!@v!Hw!x!y! z" "0"4":"|Clibvapoursynth-script050bp153.1.32Library for interfacing Python with VapourSynthVSScript (or libvapoursynth-script) is a library for interfacing Python with VapourSynth.`goat01LSUSE Linux Enterprise 15 SP3openSUSELGPL-2.1-only AND OFL-1.1https://bugs.opensuse.orgSystem/Librarieshttp://www.vapoursynth.com/linuxx86_64Lȡ``db67efcc2f5c2ba9617de9b73e387d377e53b76816125e42b808575f18605249libvapoursynth-script.so.0.0.0rootrootrootrootvapoursynth-50-bp153.1.32.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/ldconfiggoat01 161911525950-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-vapoursynthcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7536f1a1190b67b086920ad70eac4606fd7e9aeb, not stripped PRRRRR R R R R RRR>m: (3qutf-8cf35cea021f56366b050bf66007274174a4668fc261953ca629070ccc8cd7408?7zXZ !t/N_] cr$x#Dh^x)OGw;n:B8BXvglLT+5.+vG(R߮f\Dy}>:PLs_yH]` CG U7Х Q_c )nWlbۤmLT;S_lę9e%ik7 3΀oR3]f5d|]6aToH` [*S2:JcKOEQlx|5/2V. }}1:9Va$a}Nhжrg4KM#niEZMi 8P3)%&響"-p6,WX;^NsmIHޑ‘Ig^w.&& )m^R?|gZn:b&8hwfYx7%FO,fGUp2"D q/!t_ʈ|^N|l%JTvU0DS"^Ӹv =[ŵWAȳ2-ƮɏZ;Zu/ی0DOcDAjTe;{jtkJgQ8k~/ko9Nc xtcԋ,Jɲ qुֵD Z^iy#C!o-704D&oCyΘket7pኣa·_ Ӛit4BpB]n@נV=V{s h(6@$@-xR>}m@*/^|J(ycOf3YؒΊavʹ8W9(]onvč7ΨP†))1de"S9C?p_c ܯQI3oBԇܿD7⥗S߈F9-2!S1h{›-0tT/) @˚5&OK;@`k 0q:+mf$ TXZ7A q/ʘ)F@-1^\0h@0i3-tr꼏3蓓( +i57p9!d6c BWqg5 0Fhko#ssikɅϛmG>|H@|\ߙF%!(l8$(=-lĮKCzAp:d%X5nL ҼAPtB˙g"⨜tVjn!9G3G~/@ܔ[zFkUiX>KB}>Y/6U6JɒWIJ ^-&Ep6^ދhg JJ:HܻT@W)=}~(W*. fjU4Ïm3{蚪?$u7z sz59Z8-t%Pѥ6 'ocVLj " ml-mC;CVҍ7Ԃzd3HU.btU޲2N2{;WꡥZS[;0fb,o|YXŒ J! x~wQybd`MI o7Ʌm8I2CZs9}I`ft#y.:)֗l#F~pwߍE I_^xYl ?F#E3LZҚF{ƹ'@;o dG$g=L.M/1-LOp&\YRf/q[ȽUfcv``szSlpLTI07{+hzGx\?rɅliNri:#bn'nWnozS`D3k4-Jo:Fz覸,.i1Sxm1#5:28a!SUo\~?2^K7mup$B4LѠFoOXi hZ.IVg8!" ̩L[Vjhȯ w Gk4xc%܁a6 ӤHAޱ?ğSK"XOVdPYrXB{7C4}!N {du`i纴>nF9_bsGO?LiOCU$Uf:y XWsQ``]T o$grޚˎxeySFҙDFmਕH,,m$TRW/9ٰC 5l-xHԄ&v*ͱ7prA%%է<ݏ*޲>AXK͓̽ 4ӡ?VYH4.OGT#/uZAFU5lBkX4f3$RZ HP߈\8;jBdy̒ 4_^;M:Qܐ|_r:8޵VjkMv,F3ߤTcA~.M%}LCRxӋGS GP(u$'-.\3=`{jxgB/Vu9!VcD=Ң5 I.$WjlȢWa|I/5f/d!hɴl\))= ?B+CA.|b?AIWGSi>1 @dMV5tpבimױ$HQȴL 0'6+8cɢP_RK晄 ZFA>uj'KȞt^ݛzmչdON-=Ft{/:ws-$58Ҕ~%C`7( bẕvEK+=ZBzeܴ~l$ŢUzB#N fb*쉽n~!kxo: ,Sbm<ΐWOKymn@cIA8챐 yȺf"0qS&a:loBL?=܆"m'P!p`w"s/62jo4 )ķt)$͐'Eh̖QI(G/[Ėbߩ>q9mQ@阞ZWs`3fоژ`\O /\oSȝB(Xk]4 =V2o*8 Od0!fɥ^>5oDȴw ƩSNih{9,17IM H{yPȒ̞]uLԏz71jiWBA/g 2?Ů~/^H-V?vkأyHfI"Cs,CA0'H{a&œ|Z|Uia[Ku BDnA)؃z5ZC=mCLƏx*>Cϣ(MW}D&4 H) Vn456։QC_}1i47M}?ˁ) n6kg ;?P Q -YD:h1# CYjD=ؔ)V~6Wx%D g-稳A5`&s< 2D9M#ftAV k@[ @>3\ç:"KݰHY"ٶSwx l/=L!kth9 D?BP-Zؤ P&&?#6k %z2i iM`0&F+`E0[T@}w=C'Ӓo Ur&oIli҉`PSY<7*N^~Qux t/apQ멁P*]Ő+vs,]pxP; -ҬmJoDĔ*9|/\ S $<.z6ݾbI9_+uv=G#T6Z[Y@?&M 1x\cea_p@gȔ{{$0@) Z E"rN\khg9fȥgs'Պ*&QܯULXEip*mT\M3#,Ԓ[{Q6kKc|zrNlݝvQJ1]J)% ɫ}0+q3AtO:][?jj/,NzxX>ACHhxgnOssp]2I~:,v/BgO,o+R2lPN?0*y)܋+4=x^I[sY?avguϰD#_S-n EՒu;-2%rL]/)FDm./Xť;_%Ypˊv$u}r`