vapoursynth-plugin-miscfilters-54-bp155.2.16 >  A dk@MI%z NO@ S.1y|Xːxs$ }\ Čx5+Ȁdr3.I!!z"O%!{809]l&@ِ}G#Qi6 cZN":kt_T` $י9&%s{&3?v$^V|}_rJ,}j |fcQU?@-ԑOZ7' Yg*[ilwecb55fc1b17d31ba3ef03050f922528a03931812d8cedff895477b9c79d5aeaee157aefbde22de45a41c83a7c636035885aac80c[dk@MI%z bQ3r:Jh?bmGL0XЉ·7`a1ohX?`nlDA8Sj@[,z=^7Ტd RzL|QZC%ovV*.{"3pl:aeϪ:[RT҉c9HiЇo'la zpZ~űѹT9z$oÓHAIbMmycSՆNvf̥y0$(7O[+!: RHN`ZCkMc܅RPa&3dəWKo8I ^\E͝uD]m4Icr=l*8S6˞^|cCcrwLCofն8/+h m"bPx:y>p>(?(d!$ / S /5<@ B D H  $h0(Y8`9:cF%G&H&I&X&Y&(\&H]&L^&^b&vc'd'e'f'l'u'v'w(<x(@y(D z(x((((Cvapoursynth-plugin-miscfilters54bp155.2.16Miscelaneous plugin for VapourSynthSet of miscelaneous filters for VapourSynth.dk@5sheep86xSUSE Linux Enterprise 15 SP5openSUSELGPL-2.1-onlyhttps://bugs.opensuse.orgProductivity/Multimedia/Video/Editors and Convertorshttp://www.vapoursynth.com/linuxx86_64xdk@38d1e18e35052d63b80048d5d2240a0b4633f81bc101a022fb871b47d6ba2842arootrootvapoursynth-54-bp155.2.16.src.rpmlibmiscfilters.so()(64bit)vapoursynth-plugin-miscfiltersvapoursynth-plugin-miscfilters(x86-64)@@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(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)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(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.21)(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.16libmiscfilters.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]=895de4056b7b7f574ef56a7ab63b93b55dbf4942, stripped PRRRRRR R R RRRR$8UTpbutf-8e51198be289ec6efe1f102aa899efe9ab2d509c0db218eeefd17f5302e9251ee? 7zXZ !t/y.R] crv9w6~bMt }l1aZ" J.gLRZ@s`Q&)5(P7$( qiC﫶^ ZvRMrwB~J/UΡ'vCz\XIgHڭDlOVn}07xHZCW^(іh)Q^)_ޚ#Sg+2/a2iNMbh'H>*HOrXGVD7r lȾGu=7Xr~ry"~Jy(|-+v3/۰IsD>z-V5& kXmŢUHK=?No m8\UqFSn$qFdq M\ZYjرD7^%Ȍ[3 mi|svD]dK¦L*ҥ~/?_%06-)VXV'=M~\xZ1=1鴿Qq_.ZrWM5`"c|U0x(?DX-3b| %t'5 h[?\R O>p[tj˥cAHVݣE3`j ku\gJ*J*,L[Х1ɛ'E3p4 Z#hցbz$ Cc4@x,w2Xjb\~ޭCICV' ]Ц&c돈krL1~pr,^ {Ok,e)!ɩcA#Otfyu/ֽ3^b^ډTI A%K˫N>2kf|{% 8 6{@\{fjM Zᨯ&ljugXzT\a a%1\H:26/׍+Pzh^bwߞ9b^޵__R,Ky鴕 W> ^⣘",OT.菹|`3𛊾~ kUX󓰝UN Xs݋x1Gp԰#R' QY^XM0-ey^Ƒ !cFi)F9-)$2loq%tƬ]0Kw!X3lUJ7vr_؍lҮՈӁ̙{b#ڏXH_ e| k ԓXDw?`DgK'tP龣4i %Ò3h}"MM1aB&˖#:߲!8t~eeDZ[˞<]]gc>oK6Q!eًM>NMUE!DD^M{}vE9G6?;<'5Iz`C$T/`BӁۉus ْӯ":UrE"֤EUXWhhhaUzyQhހ$ 5Ța)z):;)%b\\bRkM*/ uePɬ,ê.ܱ@9l+].q[vQ'ɗ䰟p0Zt6Jx%N+ik{&Ոx-kUlGt%*vCA{͈=vz4Po1qʙ" XT7qL߯gB WσMS ;PN}.@ȂUqF /jZJ){?7"Iv64Mhɋ{,!VtZ4˿Z[FX('E4FŸ´ǻI"bxG@ըQ·sIU~ 4fP7FCu$K?BrD C7uus >h1cuм9`!{={ޡgkame24Ix"CQtv_RZ FKS[ DTڏe?cC! noN¼VtR?-a'H`[u'u3)P Hd&-r` [e$K%𜣬 +Z{HQDs739'V&MSi~ yCZ=~FS;q ey aSN-V]-hsXK(@hhEBT6NFy D~O|I\r Ӂie*GV\rwO.#O!p=nsQ)]ĶeWm#F!xpǟ5uQ(Bޱ lՍ8KДT@E@Ynn&s uTüT lшM.3v[ju)po(ffG$}gwNEDP} y8lodknM# G _  i ]k|oK ѻ THg"v`p׋eKeq`ݦ>Fl* D"ښذeF.<VQH='r!ىC몘 mWu;|] &oԝPDQP!EO%nW5d{(b@Uǃf9Tc?Ԙщ* cx rv#(5w(9 +{+$q@F\>@swhη 7{4 6@9yưpFP:Ҵ5{tq;x]>L#«ٹ>8FDݮ sH&41M&m0b~*4 *QJy6PTK Z5{>^fMY=.:>ነAc 6B&wBwN e4^Ɠm]fz0Xrt&z$3g0 p5c([ni!vHMPIЁV'{/# E; N^᝙@+y HWǵWM". nrERλz^ o92]قHƑ bA1Z;@Hx~pbt-ex[\AF"Eof8W M-('4"6ٜVh`` ѝEPrcA)0ľ$5}hb$Z& >#!P*|[Q*ޕ$)f_S\Rb,XQ\dCܼ%I']ھ56o7“#]0D5*La,Wnvnn8Ë8SkN>M@7O[B'P5D7vxczSG8'Y'JW^xb3,WQkH:Kf~-BY?DiˊObp˿dF1;ޭk ,EbԮuX,at(K8Ofu6k!c:]ŷl~I裉!2Fx0:<~|z#YBiy.)S@X/h jrqc.z{D\ e`e '@vKB3(2Ug@6N&F[%X+](etq0_YD`Y@.Q$/D{z#0iDiO1q_Bي9soJWz`yx]cz`mKsepA܊^1&]Cv2Ll)ƒE2Ғig˼SSw/DCa)&v\vl5M _N:+Q!)ξeA Rk !J5Ƭ9d-7l l-8/Wد3I87′]2L7@ 6bHـ}''J9ݱ ܒ~9?":f)p1 V)93ȟf(:RNң/,uU#HQ6>b' ?4M94ITOGaz hkSnːf,)83F)̑U뼍L<'k"CS~Ώ[嫄ڔ4ݹ`v`&R*w0?{ iT*3\Y0<TTn@8g_[-5qt$'Z%\sB8'T+?F Id22OSjϕ%Ӱ?|BW274'TS,QxJݰ8 s;&WhX8'ߏ0IsLXY Tab.P%_Cw}d?J+5`GۺҔlT^Bnl)SV,8S[qyV_!$O7c h=;RsbV7g-ށ;VտOJU'qQXw2kb;.2j3ΊfwCV?ХH@'xurz|zQcyvQ Kau~Hh[Ԇ\4nYLuz1u- =. wxHq|g M#9hc)+yym!j=Kc$e0 s'H371Fp5qҳo6Ҋό&oeR{͸#WO|t196!=ݜ6xgTвbTxw5i Fz"}C]\KPx{D5Ic :֫0jn԰j*`nSgFמ UڄPbt#gz>sldH5BRy@pu!`WF95*̤X$NXJ=j-XS+ww]c1'N1MmDu^6X &xņ Y0\c<&)>zp%\]˩[?Ԫ^KnhD4`N@/Er=4"2c5Nα8 J(tMa[V]XuާFf2BeTHfYP.ѩnl}xLE4\exlphY)JJ~u=LPW`qa Z>!>9 &Ƽ˂ۺtjkw%YѕkN<Gi`{䅿`Q-]zZ4L>z[m>A4F,Q-*Lfar ]LdbI~- Cg#ITb|_,gn>XMA q 70`2\k|lK&%śhZB:GVBBoiQq6'k ?OPMYg\8/Lr}˶\K#5{zE\[:Y=KV4Ů=C:A̸w9qA(wi4Q 3\LBӓD{c M9w0̗U說A<j[2ʼnr'; F`M 9fT(o#{P?B/o?p0 vD48VNIlj[iXsETm/ {2٩L>=-sT);fQ4 &ņb Dקh-6JڔvM([1Kuˉ (fb-ss&kįi36E ym<+?~iv@|f:lj;ǙNCڲj"ԨKî&fmpqKB d@NUEk xZu#{0u~z=ϚNoAn몯* Hsf3|? +lw仲v(xy zAe"#Dye>/jC`9Ї6+<'lR={I΍Àq ɹ|{Y# B몦CE8dq\ykWnR^n8me`+ƏM^ TODvy!`@bUxY1 Pw2#u )x܇8Qa:'g\S]vg觑N#3ydFAfj), ~9(mVX.e7Q9/Me]3yߤ|5 sAx[P(2 \rCn̬a.^y*GD4ƪG@%B^[]1cV!g<-I H6sT ?vi.ԑ!#]I'ufy\̗Ão1tt4QgM2]<`s՘p\팶0myma+@ëψ ʽ I7{%!3>#d<^0bIV#"QOzݸ9KTXH A@$k1H_5XRa9HYFD!ȕ{@K["іГUH"JG'9¨PBxZMbF2FvPא38ͩ{;x* I9ZSF; XަԌDAx탴\$ VJFuJ4.86!~dN@O\޴JbM f? UV-fu-PNޯYBڳ&@~kz9%aл ?n'EOLl@o=FLƊMZ1)YF6sU1nǠoi Hͫ̍O^'Frqe-B fZ4y x;}\[2lqش(MeTZ-v=V=RKy Ү1I[ ŖDKo3Х*Kfy$ {;Q(İTZު J>T wvJJL V08z<}kl<4W9񖜇Hs%I;b}4![y}pB>93t>4%aæ6 F%8; oL-͝du\ Z`8ᘷ¸2cMǡ387Lq=]k4KL%:ǻ [ezܭ6!;{h6B%ՃHςE>\ =ub~~X0Xr?=\ԱKUI&M 7u^Q}Žr|\ YϜ#h.@XVWydKʺ PרQR1&6I0OSvM#i{* 7/Sݻ+5;; )}%T3ԫ_;Xݹ +kK崬SRJVα{9k*О: 82\1G ,7M:e,oWΙ]s؄0擹HNm2rxxS*Gs L+*~$qY'h@ѱ#n!ƀhOkmL 4UJfmOk4;"I[d*- N\+}FEeǖ`ÖBg@o}okT7/J ȽQ=,m:kw-< /S=#Lig737R3EOkL4rm6&IAZxY(J/uM. l02,LnĞp! kTh@r@6u̚ Z< 0IQؒRq#ol+LZALDm'a,\%#xy˼Pq@Ma un9<7^M>C%o'nUrc_d)Ң]O'Mv ofj %Į n7.y\q;џ#,)-ړ.OU| 8'8_=WMўsIOp;!goa-$coZޔgHPN+s3#]nFV YZ