libass-devel-0.14.0-150000.3.11.1<>,,Pbp9|?gԯo@}"`:U%f1p|}"ܖB侦 V9Ꙅ&!ӧiݘt5ᥛ3)nG^Z5z@Au\D8fҚ&YgiLcZjf1moSfӧ}2y]ܼ"h3iH ,Yfk[^a^`;<g8x}ᬀȲ7}mfj]ȋ?hO)`G+r!],5S5WPl3M>>$$?$d $ _ 0QW`t ~   a x0l(89,:"F G!H!I!(X!0Y!<\!p]!^!b!c"d#e#f#l#u#0v#Dw#tx#y#z####$Clibass-devel0.14.0150000.3.11.1Development files for libass, a subtitle rendering libraryThis package is needed if you want to develop / compile against libASS.bs390zl38uSUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/Development/Libraries/C and C++https://github.com/libass/libasslinuxs390xZTA큤bbbbb1142516deb0ac4858bb3b3355525e939b4446467244a73f7fdcd54228b1acef1b697e47e7b2a378039f144dbb3de8e518ca2e3f04b8bebce0b23d742ad6c03b7270100ec6e2572fcb3ed74c50d6d8574539456be83ea34f20d719c539ea3a061libass.so.9.0.2rootrootrootrootrootrootrootrootrootrootlibass-0.14.0-150000.3.11.1.src.rpmlibass-devellibass-devel(s390-64)pkgconfig(libass)@@ @ @ @     /usr/bin/pkg-configglibc-devellibass9pkgconfig(fontconfig)pkgconfig(fontconfig)pkgconfig(freetype2)pkgconfig(freetype2)pkgconfig(fribidi)pkgconfig(fribidi)pkgconfig(harfbuzz)pkgconfig(harfbuzz)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.14.02.10.929.10.39.10.30.19.00.19.00.9.53.0.4-14.6.0-14.0-15.2-14.14.1a@``PZ#@Y6@X+W@VVrVqR@VetVQ@UTr@pgajdos@suse.commmachova@suse.compgajdos@suse.commpluskal@suse.comidonmez@suse.commpluskal@suse.comtchvatal@suse.commpluskal@suse.comidonmez@suse.comjengelh@inai.dejengelh@inai.dempluskal@suse.commpluskal@suse.comp.drouand@gmail.com- security update - added patches fix CVE-2020-36430 [bsc#1188539], heap-based buffer overflow in decode_chars + libass-CVE-2020-36430.patch- Add upstream CVE-2020-24994_1.patch and CVE-2020-24994_2.patch (bsc#1184153, CVE-2020-24994) * Stack overflow in the parse_tag function in libass/ass_parse.c- security update - added patches fix CVE-2020-26682 [bsc#1177862], signed integer overflow in the call to outline_stroke() from ass_outline_construct() + libass-CVE-2020-26682.patch- Update to version 0.14.0: * Brand new, faster and better outline stroker (replaces FreeType stroker) * Remove option to use the FreeType rasterizer * Fix spots of missing border around self-intersecting shapes * Switch from Yasm to NASM for building hand-written assembler code * Clear font cache in ass_set_fonts(). This fixes potentially incorrect font choices and an occasional crash if this function is called midway through rendering a file.- Update to version 0.13.7 * Fix invalid memory accesses with BorderStyle=4 * Fix change detection bug on frame resizes * Fix cache bugs with border size * Reduce precision of border width in font outline caching * Don't treat :;<=>? as hexadecimal digits in color headers * Fix parsing of unusual Alignment values in ASS style definitions * Fix potential truncation in timestamp parsing * Treat negative PlayResX/PlayResY like VSFilter * Fixes to parsing of embedded fonts * Remove arbitrary bitmap limit (fixes issues with subtitle rendering at 4K) * Allow using shadow offset to adjust size of background with BorderStyle=4- Update to version 0.13.6: * Add Justify style override that changes text justification (left/right/center) without affecting event positioning. This breaks ABI compatibility with prior releases. * Fix ass_set_cache_limits() to affect total bitmap cache size including composite bitmap cache. * Number parsing fixes + Fix illegal read when parsing some numbers in scientific notation with huge exponents. + Correctly evaluate numbers in scientific notation with large exponents. + Correctly evaluate numbers with many leading zeros. * Bug fixes found with fuzzing + Fix a small memory leak in the parser. + Fix illegal read in the parser on specially crafted input with \t tags.- Update 0.13.4: * Fuzzing fixes bnc#1002982 CVE-2016-7969, CVE-2016-7970 and CVE-2016-7972 * Improve compatibility/portablility of build system, should fix e.g. compilation on Solaris. * Fix memory leak in DirectWrite font provider. * Fix the rasterizer when rendering some large outlines. * Remove hack that forced RTL base direction depending on font encoding. * Greatly improve the internal caches with refcounting and gradual clearing.- Update to 0.13.2 * Add ass_set_check_readorder() API function to disable use of the ReadOrder field for duplicate checking in ass_process_chunk(). * ass_step_sub(track, now, 0) now finds the start of the subtitle at now. * Bug fixes: + Fix an issue with the new duplicate checking, which could lead to missing subtitles after seeking. + Fix a crash with Core Text under specific circumstances.- Update to 0.13.1 * Much faster duplicate event check in ass_process_chunk. * Interpret negative timestamp components as actual negative numbers. * Look up fonts that contain PostScript outlines by their PostScript name instead of their full names. Family names continue to be used for all fonts. * Keep spaces in font names * Drop support for Fontconfig < 2.10.92 to ensure correct font matching * Fix some small memory leaks, potential crashes and bad data uses- Update summary/description- Update RPM groups- Update to 0.13.0 * Add native font selection backends for OSX (CoreText) and Windows (DirectWrite). You can now run libass without fontconfig on these platforms. This fixes problems with fontconfig behaving badly on these platforms (it could take minutes to scan all system fonts). Even on Linux, this speeds up loading of embedded fonts (such as provided by ass_add_font()). The DirectWrite backend only works on Windows Vista and later. On XP, fontconfig is still needed. libass can be compiled with both DirectWrite and fontconfig, and then it will fallback to fontconfig automatically if DirectWrite is not available at runtime. * Add ass_get_available_font_providers() API function. * Change the 4th parameter of ass_set_fonts(). This now selects the font provider. This is somewhat backwards compatible with the old behavior, but if you ever passed values other than 0 or 1, your application might break with this libass release. * The ass_fonts_update() function now does nothing. It's kept for backward compatibility only. * Much faster gaussian blur. This can bring a large speedup with big blurred signs and such. * Drop ENCA support * Bug fixes + Fix compilation of the freetype rasterizer (disabled by default) + Fix rendering with some cases of consecutive line breaks (\N\N). + Fix some memory allocation failure checks + Avoid system locale dependent behavior by reinventing some standard C functions + Fix rendering errors with strikes (GH #193) + MSVC compilation fixes - Enable harfbuzz and yasm build requires- Update to 0.12.3 * VSFilter blur compatibility changes * VSFilter color/alpha parsing compatibility changes * Bugfixes + Fix some potential memory leaks and crashes + Fix large timestamps (larger than about 600 hours) + Fix a potential crash with the new rasterizer and complex fonts + Do not apply user-configured line position to non-dialog events + Strictly clip non-dialog events to the video rectangle - Changes for 0.12.2 * Add extern "C" guards to the public headers for C++ compatibility * Improvements to style override API and implementation * Bugfixes + Fix some rasterizer bugs of unknown severity + Fix a broken memset() of unknown severity + Make timestamp parsing more lenient, which makes libass accept invalid + files accepted by most other ASS parsers + Increase compatibility with broken ASS drawings accepted by VSFilter- Update to version 0.12.1 (bnc#921212) * Make ASS drawings with an extremely high number of control points work This change increases compatibility with VSFilter. * Bugfixes - Fix a crash when using newer harfbuzz versions (GH #155) - Load embedded memory fonts correctly - Large shadow offsets rendered incorrectly (GH #142) - Fix incorrect closing of last drawing contour - Fix issues with undefined behavior in shifts - Lots of of malloc() error checking - Update home and download source Url to new project home - Add baselibs.conf in sources list for Factorys390zl38 16533962220.14.0-150000.3.11.10.14.0-150000.3.11.10.14.0assass.hass_types.hlibass.solibass.pc/usr/include//usr/include/ass//usr/lib64//usr/lib64/pkgconfig/-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.suse.de/SUSE:Maintenance:24379/SUSE_SLE-15_Update/d0964fca8daf56d545b4ba836300fdd6-libass.SUSE_SLE-15_Updatedrpmxz5s390x-suse-linuxdirectoryC source, ASCII textpkgconfig filePR RRRR߱k0Kutf-8803d86b59305e6f1939168543e61de035add32129b4721fa212963fc833f39e9? 7zXZ !t/]"k%r=dnל<[J [ʬ3|zFCrZ`^E[˶(*, `Sр3$}󹸦V(RD)mGt=.WVaLP5lOv⦋@Yq6S.2 Rd}͹  >HşaSCtGq[OXOҁ nWµ?!?~XP=NЍe_>ZB7,NǀXs\Q '8{h'Ẇ_@f*f3o7'Yɽ_b_γ<#@L c2~_YT5YD1w5H -6Ox7Z@+#eq:GWYvcmi$]TlTl`\up5Gx2x8,@6⊝)8JSLb[z ~G]e#x翸&Yg%Ԝ$nʹ^۱gL$[2SaH{*N1TGI-* BUV+pɂ4TMT40%"G=<]ul"( gڭ o[S7T?&.7B3yM{EaęMs4^*7M=X3I)xKAm?3 щ1ĻӶ΀"YhdsVn9*3$0k L^ ٙ&W`m8fhNǺqNF Q@[gKzv*$g=&`Hy9AH hRs1J:N !H9MMAX(;{ʙ@CsB S 1ЏyNJ[wu>~Pc*1().f3s940_jX)?fۃ YZ