mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
pango: Update to version 1.52.0
- Update from version 1.50.13 to 1.52.0
- Update of rootfile
- Changelog
1.52.0
- Add pango_font_map_reload_font
- Improve formatting of font sizes
1.51.2
- Build improvements on Windows
- Use single fontconfig thread
- Fix problems with spaces at line ends
- Allow custom fonts on Windows
- pango-viewer: Fix hint-metrics options
- Pangofont: Add properties
1.51.0
- itemize: Improve script itemization
- build: Check for cairo DWrite dependency
- win32: Fix various issues and crashes
- layout: Add a missing switch case
1.50.14
- Fix underline thickness in scaled contexts
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
05512cabe0
commit
fc22e74b79
@@ -41,16 +41,17 @@ 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.13
|
||||
usr/lib/libpango-1.0.so.0.5200.0
|
||||
#usr/lib/libpangocairo-1.0.so
|
||||
usr/lib/libpangocairo-1.0.so.0
|
||||
usr/lib/libpangocairo-1.0.so.0.5000.13
|
||||
usr/lib/libpangocairo-1.0.so.0.5200.0
|
||||
#usr/lib/libpangoft2-1.0.so
|
||||
usr/lib/libpangoft2-1.0.so.0
|
||||
usr/lib/libpangoft2-1.0.so.0.5000.13
|
||||
usr/lib/libpangoft2-1.0.so.0.5200.0
|
||||
#usr/lib/pkgconfig/pango.pc
|
||||
#usr/lib/pkgconfig/pangocairo.pc
|
||||
#usr/lib/pkgconfig/pangofc.pc
|
||||
#usr/lib/pkgconfig/pangoft2.pc
|
||||
#usr/lib/pkgconfig/pangoot.pc
|
||||
#usr/share/man/man1/pango-view.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007-2023 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2024 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.50.13
|
||||
VER = 1.52.0
|
||||
|
||||
THISAPP = pango-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.xz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = 8524d5ff478137e6f3795aff8428a8bc864d72338d93c579c039c94eba368526d38f999b7a9b1964e3649d748393dbe2fffaa29a11732df5bd0adff010d79e05
|
||||
$(DL_FILE)_BLAKE2 = 3b90c1b104fc2624d0d3c5f35262dc6718f7d795a8932ee6d674ab107c12896f9fced16e9eaa1028db1e92833a108d9d608741df17c0a3aaa7fdf43a6b68e754
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user