head 1.2; access; symbols pkgsrc-2026Q2:1.1.0.6 pkgsrc-2026Q2-base:1.1 pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @ * @; 1.2 date 2026.06.24.21.59.53; author wiz; state dead; branches; next 1.1; commitid lA5VxokhwfWff6LG; 1.1 date 2025.11.10.13.54.53; author wiz; state Exp; branches; next ; commitid hyzMB6cB0jFgP0iG; desc @@ 1.2 log @scribus: remove patches after update @ text @$NetBSD: patch-scribus_plugins_import_pdf_importpdf.h,v 1.1 2025/11/10 13:54:53 wiz Exp $ Sync with git head as of 2025-11-10 to fix build problems with qt, poppler, podofo. --- scribus/plugins/import/pdf/importpdf.h.orig 2025-01-25 21:57:14.000000000 +0000 +++ scribus/plugins/import/pdf/importpdf.h @@@@ -66,7 +66,7 @@@@ public: \param showProgress if progress must be displayed \retval bool true if import was ok */ - bool import(const QString& fn, const TransactionSettings& trSettings, int flags, bool showProgress = true); + bool importFile(const QString& fn, const TransactionSettings& trSettings, int flags, bool showProgress = true); QImage readThumbnail(const QString& fn); QImage readPreview(int pgNum, int width, int height, int box); enum PDF_Box_Type @@@@ -81,8 +81,8 @@@@ public: private: bool convert(const QString& fn); QRectF getCBox(int box, int pgNum); - QString UnicodeParsedString(const GooString *s1); - QString UnicodeParsedString(const std::string& s1); + QString UnicodeParsedString(const GooString *s1) const; + QString UnicodeParsedString(const std::string& s1) const; QList m_elements; @ 1.1 log @print/scribus: import scribus-1.7.0 This is the qt6 version of scribus, previously in scribus-qt5. Scribus is a publishing layout program for X using the QT interface. It can be used to create stationery, small posters and brochures and to layout newsletters and other documents. It can export in Postscript and PDF formats; and the data is saved in XML format. Scribus aims to be similar to Adobe PageMaker and Quark XPress. It can do typical tasks like kerning text and placing and rotating text and images. @ text @d1 1 a1 1 $NetBSD$ @