* [PATCH] poppler: Update to version 22.04.0
@ 2022-04-05 13:48 Adolf Belka
0 siblings, 0 replies; 3+ messages in thread
From: Adolf Belka @ 2022-04-05 13:48 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 3111 bytes --]
- Update from 22.02.0 to 22.04.0
- Update of rootfile
- Changelog
Release 22.04.0:
core:
* Fix underline sometimes being drawn only partially
* Fix Adobe Reader not reading some of the contents we write correctly
* Fix code that workarounds some broken-ish files
* FoFiTrueType: Parse CFF2 fonts too
* FoFiTrueType: Support cmap types 2 and 13
* Fix a few small memory leaks
* code improvements
qt:
* Handle SaveAs named action
* Annotations: don't change the text color when changing the font
utils:
* pdftotext: print creation and modification date when using htmlmeta param
glib:
* Fix returning internal data of temporary strings
cpp:
* Fix code incompatibility with MSVC
build system:
* poppler internal library is no longer forced to static on MSVC
* Error out if iconv is not available and the cpp frontend is enabled
* Require FreeType 2.8
Release 22.03.0:
core:
* Signature: Fix finding Signatures that are in Pages not not in the global the Forms object
* Signature: Improve getting the path to the firefox certificate database
* Splash: Fix rendering of some joints. Issue #1212
* Fix get_poppler_localdir for relocatable Windows builds
* Minor code improvements
qt:
* Minor code improvements
utils:
* pdfimages: Fix the wrong Stream being passed for drawMaskedImage
build system:
* Small code improvements
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/poppler | 4 ++--
lfs/poppler | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/config/rootfiles/common/poppler b/config/rootfiles/common/poppler
index 8bd35c272..0ea058043 100644
--- a/config/rootfiles/common/poppler
+++ b/config/rootfiles/common/poppler
@@ -173,8 +173,8 @@ usr/lib/libpoppler-cpp.so.0.9.0
usr/lib/libpoppler-glib.so.8
usr/lib/libpoppler-glib.so.8.23.0
#usr/lib/libpoppler.so
-usr/lib/libpoppler.so.118
-usr/lib/libpoppler.so.118.0.0
+usr/lib/libpoppler.so.120
+#usr/lib/libpoppler.so.120.0.0
#usr/lib/pkgconfig/poppler-cpp.pc
#usr/lib/pkgconfig/poppler-glib.pc
#usr/lib/pkgconfig/poppler.pc
diff --git a/lfs/poppler b/lfs/poppler
index 45007543c..4de368ef8 100644
--- a/lfs/poppler
+++ b/lfs/poppler
@@ -24,7 +24,7 @@
include Config
-VER = 22.02.0
+VER = 22.04.0
THISAPP = poppler-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 97d27fb6d31535b5fce0aa518d00ab9da218a8d49dcb45dbaa5ab3cc669d8ffc75e07bd617b5fe9842c8b7b8ac843e9aa07ee0d31504f1e2b6c4f89b2177add6
+$(DL_FILE)_BLAKE2 = ea38e4d6bd4bbbbb2024fdceb35c4868e9c70ea597b231d221f4f61635b9d92ffbaca4bb196f06b4b04a3d787a7251f36760f4a6dd466c1c055e13034affb55e
install : $(TARGET)
--
2.35.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] poppler: Update to version 22.04.0
2022-04-23 21:26 Adolf Belka
@ 2022-04-23 21:34 ` Adolf Belka
0 siblings, 0 replies; 3+ messages in thread
From: Adolf Belka @ 2022-04-23 21:34 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 3012 bytes --]
Hi all,
Ignore this patch. I have dropped it in Patchwork. I had already submitted a patch for poppler from 22.02.0 to 22.04.0 so this patch is redundant.
Regards,
Adolf
On 23/04/2022 23:26, Adolf Belka wrote:
> - Update from 22.02.0 to 22.04.0
> - Update of rootfile
> - sobump so ran ./make.sh find dependencies. No dependencies left running on old library
> version
> - Changelog
> Release 22.04.0:
> core:
> * Fix underline sometimes being drawn only partially
> * Fix Adobe Reader not reading some of the contents we write correctly
> * Fix code that workarounds some broken-ish files
> * FoFiTrueType: Parse CFF2 fonts too
> * FoFiTrueType: Support cmap types 2 and 13
> * Fix a few small memory leaks
> * code improvements
> qt:
> * Handle SaveAs named action
> * Annotations: don't change the text color when changing the font
> utils:
> * pdftotext: print creation and modification date when using htmlmeta param
> glib:
> * Fix returning internal data of temporary strings
> cpp:
> * Fix code incompatibility with MSVC
> build system:
> * poppler internal library is no longer forced to static on MSVC
> * Error out if iconv is not available and the cpp frontend is enabled
> * Require FreeType 2.8
>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/rootfiles/common/poppler | 4 ++--
> lfs/poppler | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/config/rootfiles/common/poppler b/config/rootfiles/common/poppler
> index 8bd35c272..5c6f48e00 100644
> --- a/config/rootfiles/common/poppler
> +++ b/config/rootfiles/common/poppler
> @@ -173,8 +173,8 @@ usr/lib/libpoppler-cpp.so.0.9.0
> usr/lib/libpoppler-glib.so.8
> usr/lib/libpoppler-glib.so.8.23.0
> #usr/lib/libpoppler.so
> -usr/lib/libpoppler.so.118
> -usr/lib/libpoppler.so.118.0.0
> +usr/lib/libpoppler.so.120
> +usr/lib/libpoppler.so.120.0.0
> #usr/lib/pkgconfig/poppler-cpp.pc
> #usr/lib/pkgconfig/poppler-glib.pc
> #usr/lib/pkgconfig/poppler.pc
> diff --git a/lfs/poppler b/lfs/poppler
> index 45007543c..4de368ef8 100644
> --- a/lfs/poppler
> +++ b/lfs/poppler
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 22.02.0
> +VER = 22.04.0
>
> THISAPP = poppler-$(VER)
> DL_FILE = $(THISAPP).tar.xz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_BLAKE2 = 97d27fb6d31535b5fce0aa518d00ab9da218a8d49dcb45dbaa5ab3cc669d8ffc75e07bd617b5fe9842c8b7b8ac843e9aa07ee0d31504f1e2b6c4f89b2177add6
> +$(DL_FILE)_BLAKE2 = ea38e4d6bd4bbbbb2024fdceb35c4868e9c70ea597b231d221f4f61635b9d92ffbaca4bb196f06b4b04a3d787a7251f36760f4a6dd466c1c055e13034affb55e
>
> install : $(TARGET)
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] poppler: Update to version 22.04.0
@ 2022-04-23 21:26 Adolf Belka
2022-04-23 21:34 ` Adolf Belka
0 siblings, 1 reply; 3+ messages in thread
From: Adolf Belka @ 2022-04-23 21:26 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2620 bytes --]
- Update from 22.02.0 to 22.04.0
- Update of rootfile
- sobump so ran ./make.sh find dependencies. No dependencies left running on old library
version
- Changelog
Release 22.04.0:
core:
* Fix underline sometimes being drawn only partially
* Fix Adobe Reader not reading some of the contents we write correctly
* Fix code that workarounds some broken-ish files
* FoFiTrueType: Parse CFF2 fonts too
* FoFiTrueType: Support cmap types 2 and 13
* Fix a few small memory leaks
* code improvements
qt:
* Handle SaveAs named action
* Annotations: don't change the text color when changing the font
utils:
* pdftotext: print creation and modification date when using htmlmeta param
glib:
* Fix returning internal data of temporary strings
cpp:
* Fix code incompatibility with MSVC
build system:
* poppler internal library is no longer forced to static on MSVC
* Error out if iconv is not available and the cpp frontend is enabled
* Require FreeType 2.8
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/poppler | 4 ++--
lfs/poppler | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/config/rootfiles/common/poppler b/config/rootfiles/common/poppler
index 8bd35c272..5c6f48e00 100644
--- a/config/rootfiles/common/poppler
+++ b/config/rootfiles/common/poppler
@@ -173,8 +173,8 @@ usr/lib/libpoppler-cpp.so.0.9.0
usr/lib/libpoppler-glib.so.8
usr/lib/libpoppler-glib.so.8.23.0
#usr/lib/libpoppler.so
-usr/lib/libpoppler.so.118
-usr/lib/libpoppler.so.118.0.0
+usr/lib/libpoppler.so.120
+usr/lib/libpoppler.so.120.0.0
#usr/lib/pkgconfig/poppler-cpp.pc
#usr/lib/pkgconfig/poppler-glib.pc
#usr/lib/pkgconfig/poppler.pc
diff --git a/lfs/poppler b/lfs/poppler
index 45007543c..4de368ef8 100644
--- a/lfs/poppler
+++ b/lfs/poppler
@@ -24,7 +24,7 @@
include Config
-VER = 22.02.0
+VER = 22.04.0
THISAPP = poppler-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 97d27fb6d31535b5fce0aa518d00ab9da218a8d49dcb45dbaa5ab3cc669d8ffc75e07bd617b5fe9842c8b7b8ac843e9aa07ee0d31504f1e2b6c4f89b2177add6
+$(DL_FILE)_BLAKE2 = ea38e4d6bd4bbbbb2024fdceb35c4868e9c70ea597b231d221f4f61635b9d92ffbaca4bb196f06b4b04a3d787a7251f36760f4a6dd466c1c055e13034affb55e
install : $(TARGET)
--
2.36.0
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-04-23 21:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-05 13:48 [PATCH] poppler: Update to version 22.04.0 Adolf Belka
2022-04-23 21:26 Adolf Belka
2022-04-23 21:34 ` Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox