vapoursynth-plugin-morpho-54-bp155.2.16 >  A dk@MI%z -= yVCbR/xp|῔:9WorqQ-d8;>r+`c9ݪ V8?Nd vLT~rQW50sR\tK;a&\/iabW/L!,XOvV;5G…8aXP'*?0PtsjZi''S}l)RFT2@Gox`X'dxI$BL@|*ny,t~~+X>G#wζ{8gfGyrGEȊPNF6!R ?NAo~5 yCdkLݐ]6Jq )%fQPqIdO&X*n~_BW_h/Ҍ qhs<0[]K44fd7ed275069a574a311864b8e3d21d3069cd2d140624eb990c4b5d7e28714adb018a9fe0b84d641907d829e3f545d68f2ff301=̉dk@MI%z lrd#Ks l "s:ZVG9LXar%6wJNXLY-RΆ!ڲܧk I^ z.*#C?^F1nRW!ֹۖ9l}vYj'[xu eZBs%a$)7̼ҏHHEC{Y)|S*dVʿ/$>֫b[E[ t4ZDFN>\"^%#Kg{8PS/taDQ;Ad`0m `ǃW{R:E91'+dcLV+ȁC$js7C&^h bKPzzTW furlHeT%OЊwgRt6#U7Q]|_$+۠䲙w \%vt$ǵ~HЊoL SS. ac /D.RiSu/'Ar]ZC.ČxޢYymmQ ݻW3>DJ9@>p>'?'|d * Hhltx $( * , 0 q tx}   (!8(9:+F$G$H$I$X$Y$\%]%^%!b%9c%d&Oe&Tf&Wl&Yu&lv&pw'x'y'z'','0'6'xCvapoursynth-plugin-morpho54bp155.2.16Morpho plugin for VapourSynthMorpho plugin for VapourSynth.dk@5sheep8680SUSE Linux Enterprise 15 SP5openSUSELGPL-2.1-onlyhttps://bugs.opensuse.orgProductivity/Multimedia/Video/Editors and Convertorshttp://www.vapoursynth.com/linuxx86_6480dk@381e689d8e145cfb9e472687e955a13c942b0635ae350204a4d61d4968f615838rootrootvapoursynth-54-bp155.2.16.src.rpmlibmorpho.so()(64bit)vapoursynth-plugin-morphovapoursynth-plugin-morpho(x86-64)@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libvapoursynth-54rpmlib(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 packagessheep86 168475038954-bp155.2.1654-bp155.2.16libmorpho.so/usr/lib64/vapoursynth/-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-vapoursynthcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b2e8a6f737e262e5f44b095a3a1bc4a359525b5c, strippedPRRRR$8UTpbutf-82def72ea34a13f34099c7d471c3449fbed704dc568daccd254f713466106bb89? 7zXZ !t/9?] crv9w6~k{'n!-NŸbEe&䩜RH5V.Y76}8EZ{&`+ep>Bm*B&,t]Q)S?c.Cdz%U^PME1AgA`5f$yƒIFs xV䐠oU(8΅*pmH/4KuୁsQ(-~uV'})M3ٔscC] ˽cAI{Te<rdK:VYwF,jbL2꛰kԐ @\+'9oi![[:Zpm;1:9o3%PmHkߥUm3Ʒq97'mb؁*Nw ~Qm,2v0aek-IYiKq;݂;[3]DN/ ߵC})N*oCZ]op{wc'P<I:jyCOuD N]2řT ,,W9ELwGDp)4[5OٮcZߎ}eFu'35d$T v[mf u{SIj>+O*EE"Zt\??ht舚 W1,+=ULNʇմB)&5uBޏR.[ u38 5g{obT)^]," #|LIαgz:@S\Z[|;e]CǮmuwFIl,Z/DW(x@Hc>uRR Ak,tZ q,z[PUC %mdbv釫fST.H1, CNw`b=џ٫ĩK C\xoC}24P~ͫWyX1t<Puf'Vƾ }K0q_} j?,X!9{Z"Y .M^qf,.!bq;&O)v F#2ήLNjt>ߕEq _Ǭdީ1t}E< K(A 'hO#Lܒ$n3w׌ې zqcaBq@t<~fna%#*bp̈́Az$D Z{3uA&|zA[yrJs7q8u^ [\N mxRGr@FMD?`5ŮRKWjvI(3l$+`H&8y =]q-U[1Hs5p`@sx%\Za22cYv3H];M`Dy7DS@c`-)|br,-iLQWS$.iЌν2lYy*JR7Khp:YxDҧՖ1S)kd׵%V(t䟀qox-4 *T3π Γ{o9W"LLߴ94qc֭ Z@>\ : XVhTxp"O όE 6*5e2~ChhSu^"$ Q^שeԧH^Àex'T-SG 3a$uIDԜR>` )o{\GLA~SjKG yƖ7H#qLJ-ut"@Kߒ}'ӝe{#ZX7cHR&hu{;TS#! ^J']bz1Ջa)atuBPKbI~hYW]z{A"%PM>-Lna*iv}>RZ"fƧ5(bVNUh._l:^{Įΐ<;zAPT{R`y{9UjVgn:#^mh%E]ϊ%D|Y =܍[a5\:n@]^ק~AyS4ϓQ B6%΋_<*y~%ŔGgG#8ƗD_/ )I-" (JEk:Ka٤rpI[! wG6oaBnNQ,*HMA,)c68!&D0INXϚ( XW|=$NKl76Z 8x<W#p6HbGߏ-%3u~Uum.Z[=9bLYmod%> +3K8s1T-a] SZ|Xao?F_ $A:"Pl !A7WzߺLsY҇8(+e9x"^|6$_?0M_E&?Z-E瘲ϕ@'oDt z#Yj1@=ށׂkrp-ٿCơ]6򺞣v@Kl[L2{UٷD\+z {<?n!\vmmFI 2D)iYI_v9 J3f)fotz-ء<d_܄W Q-漣̗Hk)Pص3g❯n 0g8}d& 9:̼7/6Ru\h R>KF gˬMN(̰i TwW#R$"i6 q$S@Z_贬aF29Deg!0EwHHkD wb;(OJX6n5_Mk0iT]ݡ{ O+YR=xi)+^_o:?0Nfx 0mX@68Ҍ"*; ]O=],pRQ41nܸ~OZd|2+8%._lӘw&ܷԒ> %_.\p^iy[y:pj[BxNZ@I}KVfB=5&x(^_Z(X' \5Rж\y4Lw2sg413OmxLb|gU٪.* He#fCO-:kb|i9tZ@ CQbM %pM$r YZ