vapoursynth-plugin-ocr-54-bp154.1.64 >  A b|j!M@eeed&! 2pbVK0+ȡ.%ǻd_K D />|>Ӽm8ukԨ[8qEL{p#W]pvp_O6zNYQ=w%wHM E!m:٭iײ Fas3m=Kw(TD99|!\rr8%o*[i茘*}֝Mg0*CÊͫn7->I_|8.{} Y#paf85311292b001de2e504bfa74fc327e407e490be1c55098ab11296f8ea9d1e8d19edbb1f5fefa457c3df3b2f6b438cc3bb6044b:<b|j!M@eee/o% )8F8峽Ҳ-R\D*n6ֽPADFFKvX"m e (Z7Q çy-V0`f(xΚOu;jŮOz\ZX{: `_㡾ܳ>1. Oxkg6UA# 30Nn8 DL:hk_U~ GRRR $>p>'?'d ' Btx  '-8< > @ D   0 8 (Z8d9:gF%G%H%I% X%$Y%0\%P]%T^%^b%vc&d&e&f&l&u&v&w'Dx'Hy'Lz'd't'x'~'Cvapoursynth-plugin-ocr54bp154.1.64OCR plugin for VapourSynthTesseract OCR framwerork support for VapourSynth.b|iobs-arm-11SUSE Linux Enterprise 15 SP4openSUSELGPL-2.1-onlyhttps://bugs.opensuse.orgProductivity/Multimedia/Video/Editors and Convertorshttp://www.vapoursynth.com/linuxaarch64b|i55257acbc5b74e4c12209193c7356d7a7ed158f762a19e119680e79e33af3d46rootrootvapoursynth-54-bp154.1.64.src.rpmlibocr.so()(64bit)vapoursynth-plugin-ocrvapoursynth-plugin-ocr(aarch-64)@@@@@    ld-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)libtesseract.so.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 packagesobs-arm-11 165232074854-bp154.1.6454-bp154.1.64libocr.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-SP4/standard/e24bdd5f7b8e098f719701768fe3fe4e-vapoursynthcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4a22b32b3095d99e6eca3243b0466f7baf1c9ebd, strippedPRRRRR2Yڲs>wKutf-8499198438af12a26a71de5eb8f4808c4cd0817ed01e52ebf3fe79082230b0be5? 7zXZ !t/ #] crv9w WmSJ@ "dV~R1 owjvt<7€Z7͌^Kq491rA82WSKnd/ I5<<#:miDP.j_ȍ'6?\02/b5 ⨪1 1s; h}nt#9GC=Ł]*&2ĿunÉ}^JIߝtB>cB@Ve n[? pHPzSk}~Α8d C_z~Y0!үBiYC4^خm`H"꫞%?~b IH`d]ƞY=٭P|GH8"52틲c=KICB~` i 8u+3d.ېv8JSŀ!#_\3C]JǕr˲/N!-9<ĒLд5u1lMZZ(zA4zX|4$ g+tR2%t3a3,eu]@,}|Xts~e ao!1PRЌش+i cF iEhsr5!b,wn5ah/-W:@Q!|MVK3c3?Zh1:QJ= .ysD;6_r0!AQ4k" nR_1,ztC؈eBVְ1pY5:VvL_$ECvr~([]GNa <`o`oӴ0jZ4,k}S]{epnxiSËs} <H ~ţ}ne{ШWS̴8ϻQU& H^> *NFTeYBE ("2ٛ{qz k3(ˊʅНܴ-Ҁ?ٌU_v|4xZIX] uv,!9UrqwlCZ؃tƁҲor"WX|S#LF 8?d$Sz(s/=my&8Z>)59GcR'yuoBJ},`6f(R2Y ( _5`ZlܔpORQ__${5?$j\cj_}Ry?fV^m~msE,(l+,d>!0$+(ͬb)g!Vb,q~I>ѥA*<J B+\Ŏn_iB`|0?|TAH;vgYO+IFM ;aѮ~#wYi׼pSM# +vgj]k8xK<8/ʄ;j)S HVW't2K'OPǙ9~Jٽ塊nEMhQ0=\F#M{6B#)27NK,Y޸"_1& "?&ǜgyy%)v vtSןQ2Nd$PW.$)=zyvWN!e:bNmm# п_BPx".'zkA P1jh3W]:Rq e-'8Of|UK @78 v:7*u>wV^YĒf\Wx;NB*. ؈iT^85X5ܺ"uij :YM[mIg75 FI\gixG<ݶi^i6FG5]snN`/=96򶤣48Swv?UMkn}^}\M̖BBށ{Dj_S$kv4s7e)'qKgtmL" 4?^kM')SgprXR |ۧ%"ժP؈WwK'#r. i]cOǫ7CPK\"Թ` ͳlsBXT9S2Q iwU -lhUO\_ʾV+@F(<\h$/ x:4w5t7Nn#22&,hV~V!ylb HV%-eZF(ӰX]{^PI횋jҌ Ȋ%%A8Z`]sse:XUC)v\N' tl=I)u}Nc +ֆЩI@~rz,D`hU@[߳H~3ϠGMwy 27vP+8 =]ZoP}HpSRMURKkPq42 /b-1"o \fsm$5^:v aw=S}6m;KgaXF !y63gƼ_CeI, ;!15TNmؚ[^1ט n)Os` Ob^tKF7/K\gkDD M~ LJ Ʈ X YZ