Fix build with Poppler 0.86 and later. Taken from Arch Linux, but adjusted to patch the versioned Poppler files, as upstream applies it after copying them in place. https://git.archlinux.org/svntogit/packages.git/tree/trunk/texlive-poppler-0.86.patch?h=packages/texlive-bin --- a/texk/web2c/pdftexdir/pdftoepdf-poppler0.76.0.cc 2020-03-03 21:11:35.102711802 +0000 +++ b/texk/web2c/pdftexdir/pdftoepdf-poppler0.76.0.cc 2020-03-03 21:13:13.057420111 +0000 @@ -757,7 +757,7 @@ if (page_name) { // get page by name GString name(page_name); - LinkDest *link = pdf_doc->doc->findDest(&name); + LinkDest *link = pdf_doc->doc->findDest(&name).get(); if (link == 0 || !link->isOk()) pdftex_fail("PDF inclusion: invalid destination <%s>", page_name); Ref ref = link->getPageRef(); witch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2024-04-18news: Add entry for nss-certs being added to %base-packages....Maxim Cournoyer
2023-03-28NEWS: Mention new rpm format....Maxim Cournoyer
2022-12-18Update NEWS.Ludovic Courtès
2022-12-17Update NEWS.Marius Bakke
2022-12-02Update NEWS.Ludovic Courtès
2022-11-23NEWS: Update it....Jonathan Brielmaier
2022-11-16Update NEWS.Maxim Cournoyer
2022-10-13NEWS: Update it....Mathieu Othacehe
2022-10-07Update NEWS....Maxim Cournoyer
2022-09-28Update NEWS....Mathieu Othacehe
2022-09-26NEWS: Update it....Mathieu Othacehe
2022-09-24Update NEWS.Ludovic Courtès
2022-09-23Update NEWS.Maxim Cournoyer
2022-09-19Update NEWS....Mathieu Othacehe
2022-09-16Update NEWS....Mathieu Othacehe
2022-09-15Update NEWS....Maxim Cournoyer
2022-09-14Update NEWS....Maxim Cournoyer
2021-11-23Update NEWS.Ludovic Courtès
2021-09-23Update NEWS....Tobias Geerinckx-Rice
2021-09-18Update NEWS.Ludovic Courtès
2021-07-07guix-install.sh: Prompt for configuring substitutes discovery....Maxim Cournoyer
2021-06-29pack: Add support for the deb format....Maxim Cournoyer