mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 20:16:49 +02:00
pango: Update to version 1.50.4
- Update from 1.50.0 to 1.50.4 - Update of rootfile - Changelog Overview of changes in 1.50.4, 09-02-2022 * Tweak synthetic space sizes * itemize: Try harder to avoid NULL fonts * docs: Some additions * Pass synthetic slant to harfbuzz * Make sloped carets work with uneven scales * Fix serialiation on arm * Avoid an uninitialized variable warning * Reinstate previous behavior of pango_attr_list_splice * Deprecated pango_coverage_ref/unref * Fix serialization on non-glibc systems * Fix allow-breaks handling Overview of changes in 1.50.3, 21-12-2021 * pango-view: Add --serialize-to option for easy bug reporting * Revert a transformation change that broke metrics for vertical text * Handle fonts without space glyph (such as icon fonts) better * Fix some corner cases of line width accounting * Fix line height with emulated Small Caps Overview of changes in 1.50.2, 16-12-2021 * Fix a problem with font fallback for Arabic * Fix handling of fonts without a space glyph * Various documentation improvements * Fix build issues Overview of changes in 1.50.1, 10-12-2021 * Fix a crash in tab handling * Fix tab positioning without line wrapping * Fix an assertion failure found by fuzzing * Make underlines work again for broken fonts Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
6a221fadaa
commit
ec89353c7b
@@ -15,6 +15,7 @@ usr/bin/pango-view
|
||||
#usr/include/pango-1.0/pango/pango-features.h
|
||||
#usr/include/pango-1.0/pango/pango-font.h
|
||||
#usr/include/pango-1.0/pango/pango-fontmap.h
|
||||
#usr/include/pango-1.0/pango/pango-fontset-simple.h
|
||||
#usr/include/pango-1.0/pango/pango-fontset.h
|
||||
#usr/include/pango-1.0/pango/pango-glyph-item.h
|
||||
#usr/include/pango-1.0/pango/pango-glyph.h
|
||||
@@ -40,13 +41,13 @@ usr/bin/pango-view
|
||||
#usr/include/pango-1.0/pango/pangoft2.h
|
||||
#usr/lib/libpango-1.0.so
|
||||
usr/lib/libpango-1.0.so.0
|
||||
usr/lib/libpango-1.0.so.0.5000.3
|
||||
usr/lib/libpango-1.0.so.0.5000.4
|
||||
#usr/lib/libpangocairo-1.0.so
|
||||
usr/lib/libpangocairo-1.0.so.0
|
||||
usr/lib/libpangocairo-1.0.so.0.5000.3
|
||||
usr/lib/libpangocairo-1.0.so.0.5000.4
|
||||
#usr/lib/libpangoft2-1.0.so
|
||||
usr/lib/libpangoft2-1.0.so.0
|
||||
usr/lib/libpangoft2-1.0.so.0.5000.3
|
||||
usr/lib/libpangoft2-1.0.so.0.5000.4
|
||||
#usr/lib/pkgconfig/pango.pc
|
||||
#usr/lib/pkgconfig/pangocairo.pc
|
||||
#usr/lib/pkgconfig/pangofc.pc
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.50.3
|
||||
VER = 1.50.4
|
||||
|
||||
THISAPP = pango-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.xz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 4a3a10fff421abcf3af4af66991dd622
|
||||
$(DL_FILE)_MD5 = bc9616a0c2b1923476424e6f56913290
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user