pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/libreoffice libreoffice: Update to 7.3.0.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/a2701a6c1883
branches: trunk
changeset: 373040:a2701a6c1883
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sat Feb 05 04:53:43 2022 +0000
description:
libreoffice: Update to 7.3.0.3
* Fix comments.
Changelog:
7.3.0.3
Writer
General improvements
* Hyperlinks can now be attached to shapes tdf#123626 (Samuel Mehrbrodt,
allotropia)
* Footnote and endnote anchors in the end of a paragraph are now treated
exactly as they already were treated in the middle for the purposes of
search/replace with regular expressions, i.e. they match [\p{Control}] or
[:control:] regular expression. That means that they need to be taken into
account when matching text against end-of-paragraph tdf#137737 (Mike
Kaganski, Collabora)
* Start of list level support in Writer paragraph styles blog post (Miklos
Vajna, Collabora)
* Start of linked character and paragraph styles blog post (Miklos Vajna,
Collabora)
Tracked table row deletion/insertion
Add visualization and Manage Changes support for tracked deletion and insertion
of tables and table rows. (L??szl?? N??meth, NISZ)
Basic support of table change tracking (introduced by LibreOffice 7.2, see tdf#
60382, tdf#79069) was extended by the following improvements:
* Hide deleted table rows and tables in Hide Changes mode instead of showing
empty cells tdf#144057
* Show table and table row insertions in cyan and deletions in pink in Show
Changes mode tdf#146120
* In Manage Changes, accept or reject deletion/insertion of tables or
consecutive table rows with a single click tdf#144270
* Clicking on a table row, accept or reject its deletion/insertion tdf#146145
* Add tooltip to table rows with change tracking tdf#146144
* Track insertion of empty table rows tdf#143358
* Track deletion of empty table rows tdf#143359
Highlighted tracked row changes, and improved Manage Changes dialog window with
the new table (row) changes
Tracked text moving
During track changes, show moved text in green color and with double
strikethrough or underlines to speed up reviewing. Add new tooltip captions and
Manage Changes Action icons for tracked text moving. Re-ordered list elements
or changed paragraph or sentence order is more visible this way. Tracked moving
is detected at Move Up/Down, drag & drop, cut & paste and deletion + re-typing,
also during ODT and DOCX import (including documents created with editors which
lack of tracked text moving support, like Google Docs or web version of
Microsoft Office). tdf#145233 tdf#145718 tdf#145719 tdf#145721 (L??szl?? N??
meth, NISZ)
Tracked list item moved by Move Down, with new tooltip caption and Manage
Changes Action icons
Other improvements in track changes
Related to changes of paragraph formatting etc. (L??szl?? N??meth, NISZ).
* Track change of paragraph style tdf#144272
* Fixed table formula calculation at track changes tdf#39828
* Track changes: fix table deletion at paragraph join tdf#144058
* Track changes: keep format of hints. When a text has multiple character
formatting settings enabled and a new one is applied with tracked changes,
only one of the former settings is restored upon rejecting the changes. tdf
#144173
* Track format changes of the actual word. If there is no text selection,
character formattings are applied on the word under the text cursor, now
with storing the original direct character formatting in a redline "extra
data" for rejection of the tracked formatting change. tdf#143939
* Show bullet and numbering changes at the moved list item, not at the next
one. tdf#145068
A list item moved by Move Down: show changes only in two items, not in four
items.
Performance
* Increased a PDF export speed of some complex documents tdf#125892 (Noel
Grandin, Collabora)
* Speed up loading large RTL documents tdf#64991 (Noel Grandin, Collabora)
* Improved rendering speed with some complex documents core commit 71429b93,
core commit d13b63a9 (Lubo? Lu????k, Collabora)
Calc
General improvements
* The "Link to External Data" dialogue (Sheet ? Link to External Data...) now
lists HTML tables in the order they appear in the source. tdf#142600
(Andreas Heinisch)
HTML table list in the "Link to External Data" dialogue. LibreOffice 7.3 (on
the right) now lists the tables in the order they appear in the source.
(LibreOffice 7.2 on the left.)
* Neumaier summation algorithm?Wikipedia logo v3.svg was implemented for
using modern SIMD CPU instructions like AVX2 tdf#142307 (Dante Dom??nech)
* Whitespace line feed and character tabulation in cell formula expressions
are now preserved and survive round-tripping between OOXML and ODF file
formats. Tabs however can not be entered in the cell input UI and are
converted to one space character. tdf#76310 (Eike Rathke, Red Hat)
* CSV import/export support a sep=; and "sep=;" field separator setting. When
reading CSV the separator is taken from an initial sep=; or "sep=;" single
field if that is the only row content. The quoted form is preserved as
(unquoted) cell content, of the unquoted form the separator is discarded as
contextually it is a real field separator. When writing CSV an existing
single top left cell's content sep=; if that is the only cell in the row is
adapted to the current separator in the quoted form "sep=;" (if quotes /
text delimiters aren't set empty ...) and always uses the ASCII " double
quote character. If the line containing the sep=; is not to be imported as
data (and thus also is not preserved when re-saving) then the From row
number in the dialog must be set to 2. tdf#117868 (Eike Rathke, Red Hat)
* A new Evaluate formulas option in the CSV Import and Paste Special and Text
to Column dialog determines whether formula expressions starting with a =
equal sign character are to be evaluated as formulas or imported as textual
data. In the programmatic FilterOptions string this is the 13th parameter
(token 12) with arguments either false or true. tdf#114878 (Eike Rathke,
Red Hat)
* Bash like autocompletion for Calc autoinput was implemented. tdf#145198
(Dennis Francis, Collabora)
Consider an example of the following data in a column:
ABCD123xyz
ABCD345qwel
ABCD123pqr
ABCD123xyz
PQR
When user types A, it will show the partial suggestion BCD.
User can accept the suggestion with the right arrow key and then the cursor
will be placed after the letter D, waiting for more input. User can choose
to not accept the suggestion either by typing more or by ending the edit
mode by pressing Esc key.
If the user accepts the suggestion BCD by right arrow key, and types 1, it
will show a partial suggestion of 23. User can accept this by pressing the
right arrow key.
If the user accepts the suggestion in the 3rd step and types x it will show
the final suggestion yz. Again user can choose to accept or decline the
suggestion as mentioned in the 1st step.
* Cell cursor now uses the system's highlight color instead of the default
font color to improve visibility tdf#142121 (Natalia Gavrilova)
Note that the cursor in cell C4 now using the highlight color instead of the
default font color
* Support Color Filter in "Standard Filter" dialog tdf#143103 (Samuel
Mehrbrodt, allotropia)
Standard filter supports filtering by colors
* Queries and filters using some text-based operations such as 'contains' now
properly work even with numeric data core commit 0d1971a8 (Lubo? Lu????k,
Collabora)
* Quick find will now search for values instead of formulas (the search
dialog offers both options). tdf#102506 (Julien Nabet)
New spreadsheet functions
* None
Changed spreadsheet functions
* Option "Search criteria = and <> must apply to whole cells" has been fixed
to apply properly in lookup functions when turned off (tdf#139612). For
better performance it is recommended to leave the option on unless partial
cell matching is required. (Lubo? Lu????k, Collabora)
* The IF() function now unconditionally propagates the condition's error
value, if any. Previously a given ELSE-path was executed as the condition
is never TRUE on error, which wasn't significant unless the ELSE was an
error evaluating function like IFERROR() or ISERROR() or other IS...()
functions.
This changes behaviour of an undocumented side effect, so might break
existing expressions that (unwillingly?) relied on it. tdf#146377 (Eike
Rathke, Red Hat)
Performance
* Improved speed of some XLSM files opening tdf#95549 (Noel Grandin,
Collabora)
* Speedup inserting large charts (for over 800000 cells) tdf#144052 (Noel
Grandin, Collabora)
* Improved speed of some XLSX files opening tdf#130795 (Noel Grandin,
Collabora)
* Improved speed of lookup functions in some cases tdf#139444,tdf#144249
(Lubo? Lu????k, Collabora)
* Improved speed for filtering by Autofilter tdf#133835, tdf#133867, tdf#
133996 (Noel Grandin, Lubo? Lu????k, Collabora)
* Improved use of threads for Calc calculations core commit a0e27322, core
commit 871d5fe3 (Lubo? Lu????k, Collabora)
Impress & Draw
General improvements
* Added PowerPoint-compatible screen sizes in Slide ? Slide Properties... ?
Slide ? Paper Format. "Widescreen" is used in current PowerPoint,
"On-screen show" is used in previous PowerPoint versions and Google Slides.
(see here) If you create a file with these sizes, the exported file will be
treated as a preset size instead of a user size. It will also be treated as
a preset size when you import it. tdf#142286, tdf#142288 (Jun Nogata)
* Unshare shape properties for the same type before insertion blog post
(Miklos Vajna, Collabora)
* tdf#140321 (Regina Henschel)
Wire Frame - Matt - Plastic - Metal
The dialog "3D-Settings" opens if you toggle a shape to "Extrusion on". The
dialog has a drop-down list "Surface" with items "Wire Frame", "Matt",
"Plastic" and "Metal". In the old version the items "Matt", "Plastic" and
"Metal" did nothing, but the solid was always rendered as "Plastic". Now
you get different surfaces. "Matt" is really matte. "Metal" is similar to
"Plastic" but has more contrast.
Unfortunately the old versions have written wrong and invalid values into
the file. Such values might result in unwanted rendering now. To repair
such shapes, mark the shape, then first switch to item "Matt" and then to
"Plastic" or "Metal" respectively.
Performance
Base
* FireBird data base engine bugfixes tdf#115547, tdf#117842, tdf#120129, tdf#
125286, tdf#144172, tdf#144230, tdf#144340 and many concomitant commits
(Mike Kaganski, Collabora)
Chart
Math
Core / General
* LibreOffice can now generate one-dimensional barcodes in addition to QR
codes. tdf#141193 (Akshit Kushwaha)
QR and Barcode dialog next to inserted barcode on page.
* new WebDAV/HTTP UCP based on libcurl. tdf#101094, tdf#102499 (Michael
Stahl, allotropia; Giuseppe Castagno)
+ using the OS native TLS stack on Windows and macOS, so users can now
manage trust of CAs with OS UI on these platforms
* Border line widths have been unified throughout LibreOffice. tdf#48622
(Samuel Mehrbrodt, allotropia)
+ New defaults are:
o Hairline (0.05pt)
o Very thin (0.5pt)
o Thin (0.75pt)
o Medium (1.5pt)
o Thick (2.25pt)
o Extra thick (4.5pt)
o Custom values are still possible
New line width defaults
Performance
* Optimizing LibreOffice for a larger number of users. Read more in a blog
post (Lubo? Lu????k, Collabora)
* Fixed a mistake that was making CJK text rendering slower over time core
commit 5b38b574 (Lubo? Lu????k, Collabora)
* Various rendering improvements in the Skia-based rendering backend (Lubo?
Lu????k, Collabora)
* Official binary packages are now built using Link-Time Optimization, which
should improve overall performance (Lubo? Lu????k, Collabora)
LibreOffice Help
* Help pages for the ScriptForge scripting library (J.P. Ledure, A.
Romedenne, R. Lima)
* Focus search results to user's current module tdf#123506 (Ross Johnson)
* Switch from Fuzzysort to FlexSearch for index search [commit] (I.
Lauhakangas)
* Close navigation menus when clicking outside them [commit] (I. Lauhakangas)
* Several improvements in Calc functions Help pages for accuracy and
completeness and links to Calc Function wiki pages. List of patches (S.
Fanning)
* Help updates and fixes
+ E. Rathke
+ O. Hallot
+ M. Kaganski
+ R. Lima
+ Ming Hua
+ A. Romedenne
+ R. Johnson
* Internal Help refactoring tdf#132643 (Johnny_M)
Filters
Improvements of DOC import/export filter
* DOC import: greatly improved list/numbering import tdf#106541 tdf#104239
tdf#123405 tdf#120629 (Justin Luth, SIL)
Improvements of DOCX import/export filter
* DOCX import: greatly improved list/numbering import tdf#141964 tdf#141966
(Justin Luth, SIL)
* Hyperlinks attached to shapes are now imported/exported tdf#123626 (Samuel
Mehrbrodt, allotropia)
* DOCX import: fix permission for editing tdf#89383 (T??nde T??th, NISZ)
* DOCX export/import: track change of paragraph style tdf#144272 (L??szl?? N
??meth, NISZ)
* DOCX import: fix user index and index entry support defined by field code \
f. This is a reworking of a previously patch. Now the import uses
com.sun.star.text.UserIndex and com.sun.star.text.UserIndexMark index and
index entry fields, which support the requested user index not only during
the DOCX and OpenDocument round-trip, but its run-time functionality, the
multiple user-defined indices tdf#77051 (L??szl?? N??meth, NISZ)
* DOCX import: handle ZOrder of chart objects tdf#144798 (Miklos Vajna,
Collabora)
* DOCX import/export: improved support for sdt fields tdf#81507, tdf#130565,
tdf#137466, tdf#100493 (Vasily Melenchuk, CIB/allotropia)
Improvements of XLSX import/export filter
* XLSX import: decreased a row height for XLSX files created by MS Office tdf
#144642 (Attila Sz?cs, NISZ)
* XLSX export: cell indent doesn't increase on each save now tdf#130104
(Kevin Suo)
* XLSX import: fix permission for editing tdf#115933 (T??nde T??th, NISZ)
* XLSX import/export: fix permission for editing. The password for editing
wasn't asked, also wasn't exported in XLSX documents. tdf#118938 (T??nde T
??th, NISZ). Now it's exported in Calc using the following steps, also
verified before editing:
+ In File->Save As, choose Excel 2007??365 (.xlsx) format;
+ enable checkbox "Save with password" and click Save;
+ in the dialog "Set password", click on "Options" and enable checkbox
"Open file read-only", and enter a password for editing (i.e. skip the
password for opening).
* Calc buttons with macros: better XLSX support blog post (Miklos Vajna,
Collabora)
* OOXML chart import/export: Chart labels from cell-range tdf#143942 (Dennis
Francis, Collabora)
* OOXML chart import/export: Chart date categories - improved support for
formatting, scaling, range-selection(min/max), increments core commit
f547cf17 (Dennis Francis, Collabora)
Improvements of PPTX import/export filter
* PPTX export: fixed interactions and hyperlinks on images tdf#124232 (Tibor
Nagy, NISZ)
* PPTX import: Impress doesn't drop the read-only password in PPTX file now
tdf#144943 (T??nde T??th, NISZ)
* PPTX import: fix hyperlinks on shapes tdf#144616 (Tibor Nagy, NISZ)
* PPTX import: fix hyperlinks on images tdf#141704 (Tibor Nagy, NISZ)
* Fix the incorrect import of slide footers from PPTX tdf#142221 (Sarper
Akdemir, Collabora)
* Make slide footers get exported to PPTX tdf#59323 (Sarper Akdemir,
Collabora)
* PPTX import: Transparent shadow for tables. Read more in a blog post
(Miklos Vajna, Collabora)
Improvements of WMF/EMF filter
Improvements of SVG filter
Other
* TXT file extension is no longer associated with T602 file format, which
used to lead to mis-detections in some cases (Jan Hole?ovsk?, Collabora)
GUI
General
* The wavy lines indicating spelling or grammar issues have been improved to
be more discernible in high-resolution screens. Now, they will match the
document??s zoom level instead of staying thin unconditionally. tdf#70519
(Heiko Tietze, TDF)
Icon theme
* Tweaks to Colibre icons related to graphics, saving, formatting and undo/
redo. (Rizal Muttaqin)
Dialogs
Sidebar
Notebookbar
Localization
If you speak an endangered language and want to help us to
Im-jabber.svg achieve our goals of providing libre tools to every person on the
planet, please help translate our software.
New languages/locales with locale data
Available as default document language and for locale specific formatting.
* English (Israel) {en-IL}. tdf#145173 (Eike Rathke, Red Hat)
Additional languages in the language list
Available for text attribution.
* Klingon, tlhIngan Hol {tlh}. tdf#143946 (Eike Rathke, Red Hat)
* Interslavic Latin {art-Latn-x-interslv} and Interslavic Cyrillic
{art-Cyrl-x-interslv}. tdf#145853 (Eike Rathke, Red Hat)
Improvements to proofing tools and language support
* Language entries in language listboxes created by spellchecker or
hyphenation dictionaries or extensions that support languages without a
predefined language listbox entry are now displayed using a possibly
translated language/locale name obtained from the ICU (International
Components for Unicode) library. Previously such entries were displayed as
language tags in curly brackets, for example {en-SG}. (Eike Rathke, Red
Hat)
* Old Hungarian has got full-text transliteration support: Tools ?
AutoCorrect ? Apply and Tools ? AutoCorrect ? Apply and Edit Changes
transliterate right-to-left Hungarian text to Old Hungarian (only if the
paragraph style of the text is Default Paragraph Style). tdf#143176 (L??szl
?? N??meth). More info in Release Notes 7.0
* Added Brazilian Portuguese (pt-BR) thesaurus (Olivier Hallot)
Scripting
The ScriptForge libraries
An extensible and robust collection of macro scripting resources for
LibreOffice to be invoked from user Basic or Python scripts. (Jean-Pierre
Ledure)
The libraries expose a total of 23 services each with a bunch of methods and
properties.
New in LibreOffice 7.3:
* The (new) Chart service, to define chart documents stored in Calc sheets.
Most parameters available in the user interface can be set by script.
* The (new) PopupMenu service, to describe the menu to be displayed after a
mouse event (typically a right-click). The menu may contain usual items,
checkboxes or radio buttons. Each item can be decorated with icons and
tooltips.
* Management of printers: list of fonts and printers, printer options,
printing documents.
* Export of documents to PDF and management of PDF options.
* Dialogs may host table controls. Provide tabular data, the data is
displayed with headers and sort buttons. The selected row is returned by
the Value property.
* Titles, tooltips, list- or comboboxes, labels of dialogs can be translated
on-the-fly based on tools provided in the L10N service.
* The Calc service has been improved with facilities to identify cell ranges
when their size is unknown, f.i. after the import of data, and to apply
formulas with absolute and relative references on them.
* The whole set of services is made available for Python scripts with
identical syntax and behaviour as in Basic.
* The English version of the documentation of the ScriptForge libraries (7.3)
is fully integrated in the LibreOffice help pages (https://
help.libreoffice.org/7.3/en-US/text/sbasic/shared/03/lib_ScriptForge.html?
DbPAR=BASIC). Their translation into other languages is underway. (Alain
Romedenne, Rafael Lima)
BASIC
Python
VBA changes
Feature Removal / Deprecation
Platform Compatibility
Mac
* LibreOffice 7.3 requires macOS 10.12 or newer to run.
Due to Apple's policy regarding C++ standard library features, the minimum
macOS version requirement will be raised in the future like so:
+ release in Aug 2022 ?? 10.13 High Sierra
+ release in Feb 2023 ?? 10.14 Mojave
+ release in Aug 2023 ?? 10.15 Catalina
* A rendering backend based on the Skia library is now used also on macOS [1]
(Lubo? Lu????k, Collabora)
Windows
* The IAccessibleTable2 and IAccessibleTableCell interfaces from the
IAccessible2 specification have been implemented (core commit 839dbf9e,
core commit 97a88e30) (Michael Weghorn)
Linux
API Changes
* The C functions rtl_str_toFloat, rtl_str_toDouble, rtl_ustr_toFloat, and
rtl_ustr_toDouble, and the C++ member functions rtl::OString::toFloat,
rtl::OString::toDouble, rtl::OUString::toFloat, and rtl::OUString::toDouble
no longer accept a ??+?? or ??-?? sign before ??NaN?? when parsing the XML
Schema??style Not a Number notation. (But they still accept an optional ??+
?? or ??-?? sign before the legacy ??1.#NAN?? notation.) core commit
9d27a44e
* osl_demultiplexSocketEvents and its support functionality, all of which
were deprecated, have been removed from the UNO C/C++ API. core commit
db392a8a
UNO API changes
* com.sun.star.resource.XLocale has been removed. core commit a74d15ad
* In com.sun.star.i18n, various enum members have been renamed (to no longer
use reserved identifiers): core commit 04af4e4f
+ in com.sun.star.i18n.TransliterationModules:
o from ignoreTraditionalKanji_ja_JP to IgnoreTraditionalKanji_ja_JP
o from ignoreTraditionalKana_ja_JP to IgnoreTraditionalKana_ja_JP
o from ignoreMinusSign_ja_JP to IgnoreMinusSign_ja_JP
o from ignoreIterationMark_ja_JP to IgnoreIterationMark_ja_JP
o from ignoreSeparator_ja_JP to IgnoreSeparator_ja_JP
o from ignoreZiZu_ja_JP to IgnoreZiZu_ja_JP
o from ignoreBaFa_ja_JP to IgnoreBaFa_ja_JP
o from ignoreTiJi_ja_JP to IgnoreTiJi_ja_JP
o from ignoreHyuByu_ja_JP to IgnoreHyuByu_ja_JP
o from ignoreSeZe_ja_JP to IgnoreSeZe_ja_JP
o from ignoreIandEfollowedByYa_ja_JP to IgnoreIandEfollowedByYa_ja_JP
o from ignoreKiKuFollowedBySa_ja_JP to IgnoreKiKuFollowedBySa_ja_JP
o from ignoreSize_ja_JP to IgnoreSize_ja_JP
o from ignoreProlongedSoundMark_ja_JP to
IgnoreProlongedSoundMark_ja_JP
o from ignoreMiddleDot_ja_JP to IgnoreMiddleDot_ja_JP
o from ignoreSpace_ja_JP to IgnoreSpace_ja_JP
o from smallToLarge_ja_JP to SmallToLarge_ja_JP
o from largeToSmall_ja_JP to LargeToSmall_ja_JP
+ in com.sun.star.i18n.TransliterationModulesNew:
o from ignoreTraditionalKanji_ja_JP to IgnoreTraditionalKanji_ja_JP
o from ignoreTraditionalKana_ja_JP to IgnoreTraditionalKana_ja_JP
o from ignoreMinusSign_ja_JP to IgnoreMinusSign_ja_JP
o from ignoreIterationMark_ja_JP to IgnoreIterationMark_ja_JP
o from ignoreSeparator_ja_JP to IgnoreSeparator_ja_JP
o from ignoreZiZu_ja_JP to IgnoreZiZu_ja_JP
o from ignoreBaFa_ja_JP to IgnoreBaFa_ja_JP
o from ignoreTiJi_ja_JP to IgnoreTiJi_ja_JP
o from ignoreHyuByu_ja_JP to IgnoreHyuByu_ja_JP
o from ignoreSeZe_ja_JP to IgnoreSeZe_ja_JP
o from ignoreIandEfollowedByYa_ja_JP to IgnoreIandEfollowedByYa_ja_JP
o from ignoreKiKuFollowedBySa_ja_JP to IgnoreKiKuFollowedBySa_ja_JP
o from ignoreSize_ja_JP to IgnoreSize_ja_JP
o from ignoreProlongedSoundMark_ja_JP to
IgnoreProlongedSoundMark_ja_JP
o from ignoreMiddleDot_ja_JP to IgnoreMiddleDot_ja_JP
o from ignoreSpace_ja_JP to IgnoreSpace_ja_JP
o from smallToLarge_ja_JP to SmallToLarge_ja_JP
o from largeToSmall_ja_JP to LargeToSmall_ja_JP
+ in com.sun.star.i18n.UnicodeScript:
o from k_CJKUnifiedIdeographsExtensionA to
kCJKUnifiedIdeographsExtensionA
diffstat:
misc/libreoffice/Makefile | 63 ++-
misc/libreoffice/PLIST | 169 +++++++++-
misc/libreoffice/PLIST.java | 14 +-
misc/libreoffice/distinfo | 86 ++--
misc/libreoffice/options.mk | 6 +-
misc/libreoffice/patches/patch-configure.ac | 25 +-
misc/libreoffice/patches/patch-external_harfbuzz_UnpackedTarball__harfbuzz.mk | 16 -
misc/libreoffice/patches/patch-external_pdfium_pkgsrc.patch.1 | 32 +-
misc/libreoffice/patches/patch-external_skia_UnpackedTarball__skia.mk | 8 +-
misc/libreoffice/patches/patch-external_skia_netbsd.patch.0 | 30 +-
10 files changed, 309 insertions(+), 140 deletions(-)
diffs (truncated from 951 to 300 lines):
diff -r 31254e7704df -r a2701a6c1883 misc/libreoffice/Makefile
--- a/misc/libreoffice/Makefile Sat Feb 05 04:36:26 2022 +0000
+++ b/misc/libreoffice/Makefile Sat Feb 05 04:53:43 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.279 2022/01/25 15:21:06 ryoon Exp $
+# $NetBSD: Makefile,v 1.280 2022/02/05 04:53:43 ryoon Exp $
-VERREL= 7.2.5
-VERRC= 2
+VERREL= 7.3.0
+VERRC= 3
VER= ${VERREL}.${VERRC}
DISTNAME= libreoffice-${VER}
CATEGORIES= misc
@@ -29,6 +29,12 @@
SUBST_FILES.use-bash+= autogen.sh
SUBST_VARS.use-bash+= BASH
+SUBST_CLASSES+= zxing
+SUBST_STAGE.zxing= pre-configure
+SUBST_MESSAGE.zxing= Include zxing header files
+SUBST_FILES.zxing+= configure.ac
+SUBST_SED.zxing+= -e 's,ZXING_CFLAGS=-I/usr/include/ZXing,ZXING_CFLAGS=-I${BUILDLINK_PREFIX.zxing-cpp}/include/ZXing,'
+
SUBST_CLASSES+= font-path
SUBST_STAGE.font-path= pre-configure
SUBST_MESSAGE.font-path= Use pkgsrc fonts for PDF import
@@ -40,9 +46,13 @@
BUILD_TARGET= build
.include "../../mk/bsd.prefs.mk"
+pre-build:
+ # Workaround for internal libjpeg-turbo
+ ${MKDIR} ${WRKSRC}/workdir/ExternalProject
.if ${OPSYS} == "NetBSD"
-pre-build:
- cd ${WRKSRC} && ${BUILD_MAKE_CMD} Executable_gengal && ${TOOLS_PLATFORM.paxctl} +m instdir/program/gengal.bin
+ cd ${WRKSRC} && \
+ ${BUILD_MAKE_CMD} Executable_gengal && \
+ ${TOOLS_PLATFORM.paxctl} +m instdir/program/gengal.bin
.endif
PYTHON_VERSIONS_INCOMPATIBLE= 27
@@ -74,7 +84,7 @@
907d6e99f241876695c19ff3db0b8923-source-code-pro-2.030R-ro-1.050R-it.tar.gz \
edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz \
source-serif-pro-3.000R.tar.gz \
- xmlsec1-1.2.32.tar.gz \
+ xmlsec1-1.2.33.tar.gz
3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip \
35c94d2df8893241173de1d16b6034c0-swingExSrc.zip \
39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip \
@@ -96,13 +106,12 @@
mariadb-connector-c-3.1.8-src.tar.gz \
798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip \
368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz \
- language-subtag-registry-2021-03-05.tar.bz2 \
- libeot-0.01.tar.bz2 \
+ language-subtag-registry-2021-08-06.tar.bz2 \
postgresql-13.5.tar.bz2 \
graphite2-minimal-1.3.14.tgz \
1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip \
EmojiOneColor-SVGinOT-1.3.tar.gz \
- libjpeg-turbo-1.5.3.tar.gz \
+ libjpeg-turbo-2.1.1.tar.gz \
alef-1.001.tar.gz \
c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz \
culmus-0.133.tar.gz \
@@ -113,24 +122,28 @@
lxml-4.1.1.tgz \
Amiri-0.111.zip \
ReemKufi-0.7.zip \
- pdfium-4500.tar.bz2 \
+ pdfium-4699.tar.bz2 \
dtoa-20180411.tgz \
- skia-m90-45c57e116ee0ce214bdf78405a4762722e4507d9.tar.xz \
- zxing-cpp-1.1.1.tar.gz \
- libcmis-0.5.2.tar.xz
+ skia-m97-a7230803d64ae9d44f4e1282444801119a3ae967.tar.xz \
+ libcmis-0.5.2.tar.xz \
+ libcuckoo-93217f8d391718380c508a722ab9acd5e9081233.tar.gz
.for md in ${MORE_DISTFILES}
DISTFILES+= ${md}
SITES.${md}= https://dev-www.libreoffice.org/src/
.endfor
-MORE_DISTFILES2+= f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf
-SITES.f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf= https://dev-www.libreoffice.org/extern/
+MORE_DISTFILES2+= f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf \
+ odfvalidator-0.9.0-RC2-SNAPSHOT-jar-with-dependencies-2726ab578664434a545f8379a01a9faffac0ae73.jar \
+ 8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
+.for md in ${MORE_DISTFILES2}
+SITES.${md}= https://dev-www.libreoffice.org/extern/
+.endfor
.include "../../graphics/librsvg/available.mk"
.if ${LIBRSVG_TYPE} == "c" || make(distinfo) || make(mdi)
-MORE_DISTFILES2+= harfbuzz-2.6.4.tar.xz
-SITES.harfbuzz-2.6.4.tar.xz= https://www.freedesktop.org/software/harfbuzz/release/
+MORE_DISTFILES2+= harfbuzz-3.3.1.tar.xz
+SITES.harfbuzz-3.3.1.tar.xz= https://github.com/harfbuzz/harfbuzz/releases/download/3.3.1/
.endif
.for md2 in ${MORE_DISTFILES2}
@@ -201,8 +214,8 @@
CONFIGURE_ARGS+= --without-system-jpeg
CONFIGURE_ARGS+= --without-system-postgresql
CONFIGURE_ARGS+= --without-system-mariadb
-CONFIGURE_ARGS+= --without-system-xmlsec
-CONFIGURE_ARGS+= --without-system-zxing
+CONFIGURE_ARGS+= --without-system-xmlsec # Needs NSS support
+CONFIGURE_ARGS+= --with-system-zxing
# Internal libcmis-0.5.2 is patched. Do not libcmis-0.5.2nb13 from net/libcmis.
CONFIGURE_ARGS+= --without-system-libcmis
CONFIGURE_ARGS+= --with-compat-oowrappers
@@ -224,17 +237,20 @@
#CONFIGURE_ARGS+= --without-galleries
# internal sane should be used because only header files are used.
CONFIGURE_ARGS+= --without-system-sane
-# Use internal harfbuzz because fonts/harfbuzz has no graphite2 support.
.if ${LIBRSVG_TYPE} == "rust"
CONFIGURE_ARGS+= --with-system-harfbuzz
CONFIGURE_ARGS+= --with-system-graphite
.else
+# Use internal harfbuzz because fonts/harfbuzz has no graphite2 support.
CONFIGURE_ARGS+= --without-system-harfbuzz
CONFIGURE_ARGS+= --without-system-graphite
.endif
# sbin might not be in PATH
CONFIGURE_ARGS+= ac_cv_path_SYSTEM_GENCCODE=${BUILDLINK_PREFIX.icu}/sbin/genccode
CONFIGURE_ARGS+= ac_cv_path_SYSTEM_GENCMN=${BUILDLINK_PREFIX.icu}/sbin/gencmn
+CONFIGURE_ARGS+= --without-system-cuckoo
+CONFIGURE_ARGS+= --with-system-libtommath
+CONFIGURE_ARGS+= --with-system-openjpeg
# more REPLACE_PERL are needed.
REPLACE_PERL= sd/res/webview/editpic.pl
@@ -258,6 +274,7 @@
MAKE_ENV+= ROOT_USER=${ROOT_USER}
MAKE_ENV+= ROOT_GROUP=${ROOT_GROUP}
MAKE_ENV+= SHELL=${BASH}
+# configure script should use `pkg-config --cflags xzing`
#MAKE_ENV+= LD_LIBRARY_PATH=${LD_LIBRARY_PATH}
BUILD_MAKE_FLAGS+= VERBOSE=true
#BUILD_MAKE_FLAGS+= GMAKE_OPTIONS+=-p
@@ -340,6 +357,7 @@
#.include "../../mk/mysql.buildlink3.mk"
.include "../../databases/shared-mime-info/buildlink3.mk"
.include "../../databases/unixodbc/buildlink3.mk"
+.include "../../devel/abseil/buildlink3.mk"
.include "../../devel/apr-util/buildlink3.mk"
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
@@ -370,7 +388,9 @@
.include "../../graphics/lcms2/buildlink3.mk"
.include "../../graphics/libepoxy/buildlink3.mk"
.include "../../graphics/librsvg/buildlink3.mk"
+.include "../../graphics/openjpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/zxing-cpp/buildlink3.mk"
#.include "../../graphics/sane-backends/buildlink3.mk"
#.include "../../graphics/vigra/buildlink3.mk"
.include "../../lang/python/application.mk"
@@ -382,9 +402,10 @@
BUILDLINK_API_DEPENDS.libnumbertext+= libnumbertext>=1.0.6
.include "../../math/libnumbertext/buildlink3.mk"
.include "../../math/lp_solve/buildlink3.mk"
+.include "../../math/ltm/buildlink3.mk"
.include "../../multimedia/gstreamer1/buildlink3.mk"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
-# Internal libcmis-0.5.2 is patched. Do not libcmis-0.5.2nb13 from net/libcmis.
+# Internal libcmis-0.5.2 is patched. Do not use libcmis-0.5.2nb13 from net/libcmis.
#.include "../../net/libcmis/buildlink3.mk"
.include "../../net/mDNSResponder/buildlink3.mk"
# Use PDFium instead of poppler for PDF import since 6.3.2.2nb1
diff -r 31254e7704df -r a2701a6c1883 misc/libreoffice/PLIST
--- a/misc/libreoffice/PLIST Sat Feb 05 04:36:26 2022 +0000
+++ b/misc/libreoffice/PLIST Sat Feb 05 04:53:43 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.45 2022/01/25 15:21:06 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.46 2022/02/05 04:53:43 ryoon Exp $
bin/libreoffice
bin/lobase
bin/localc
@@ -139,8 +139,8 @@
${PKGNAME}/lib/libreoffice/program/libinvocadaptlo.so
${PKGNAME}/lib/libreoffice/program/libinvocationlo.so
${PKGNAME}/lib/libreoffice/program/libiolo.so
-${PLIST.ldap}${PKGNAME}/lib/libreoffice/program/libldapbe2lo.so
-${PLIST.gtk3}${PKGNAME}/lib/libreoffice/program/liblibreofficekitgtk.so
+${PKGNAME}/lib/libreoffice/program/libldapbe2lo.so
+${PKGNAME}/lib/libreoffice/program/liblibreofficekitgtk.so
${PKGNAME}/lib/libreoffice/program/liblnglo.so
${PKGNAME}/lib/libreoffice/program/liblnthlo.so
${PKGNAME}/lib/libreoffice/program/liblocalebe1lo.so
@@ -264,7 +264,7 @@
${PKGNAME}/lib/libreoffice/program/libvclcanvaslo.so
${PKGNAME}/lib/libreoffice/program/libvcllo.so
${PKGNAME}/lib/libreoffice/program/libvclplug_genlo.so
-${PLIST.gtk3}${PKGNAME}/lib/libreoffice/program/libvclplug_gtk3lo.so
+${PKGNAME}/lib/libreoffice/program/libvclplug_gtk3lo.so
${PKGNAME}/lib/libreoffice/program/libwpftcalclo.so
${PKGNAME}/lib/libreoffice/program/libwpftdrawlo.so
${PKGNAME}/lib/libreoffice/program/libwpftimpresslo.so
@@ -4900,13 +4900,21 @@
${PKGNAME}/lib/libreoffice/share/basic/SFDialogs/script.xlb
${PKGNAME}/lib/libreoffice/share/basic/SFDocuments/SF_Base.xba
${PKGNAME}/lib/libreoffice/share/basic/SFDocuments/SF_Calc.xba
+${PKGNAME}/lib/libreoffice/share/basic/SFDocuments/SF_Chart.xba
${PKGNAME}/lib/libreoffice/share/basic/SFDocuments/SF_Document.xba
+${PKGNAME}/lib/libreoffice/share/basic/SFDocuments/SF_DocumentListener.xba
${PKGNAME}/lib/libreoffice/share/basic/SFDocuments/SF_Form.xba
${PKGNAME}/lib/libreoffice/share/basic/SFDocuments/SF_FormControl.xba
${PKGNAME}/lib/libreoffice/share/basic/SFDocuments/SF_Register.xba
+${PKGNAME}/lib/libreoffice/share/basic/SFDocuments/SF_Writer.xba
${PKGNAME}/lib/libreoffice/share/basic/SFDocuments/__License.xba
${PKGNAME}/lib/libreoffice/share/basic/SFDocuments/dialog.xlb
${PKGNAME}/lib/libreoffice/share/basic/SFDocuments/script.xlb
+${PKGNAME}/lib/libreoffice/share/basic/SFWidgets/SF_PopupMenu.xba
+${PKGNAME}/lib/libreoffice/share/basic/SFWidgets/SF_Register.xba
+${PKGNAME}/lib/libreoffice/share/basic/SFWidgets/__License.xba
+${PKGNAME}/lib/libreoffice/share/basic/SFWidgets/dialog.xlb
+${PKGNAME}/lib/libreoffice/share/basic/SFWidgets/script.xlb
${PKGNAME}/lib/libreoffice/share/basic/ScriptBindingLibrary/Highlight.xdl
${PKGNAME}/lib/libreoffice/share/basic/ScriptBindingLibrary/dialog.xlb
${PKGNAME}/lib/libreoffice/share/basic/ScriptBindingLibrary/script.xlb
@@ -4973,6 +4981,7 @@
${PKGNAME}/lib/libreoffice/share/classification/example_nl-NL.xml
${PKGNAME}/lib/libreoffice/share/classification/example_pt-BR.xml
${PKGNAME}/lib/libreoffice/share/classification/example_sl-SI.xml
+${PKGNAME}/lib/libreoffice/share/classification/example_zh-CN.xml
${PKGNAME}/lib/libreoffice/share/config/images_breeze.zip
${PKGNAME}/lib/libreoffice/share/config/images_breeze_dark.zip
${PKGNAME}/lib/libreoffice/share/config/images_breeze_dark_svg.zip
@@ -5007,7 +5016,6 @@
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/assigncomponentdialog.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/autocorrectdialog.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/baselinksdialog.ui
-${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/bitmaptabpage.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/borderareatransparencydialog.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/borderbackgrounddialog.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/borderpage.ui
@@ -5055,6 +5063,8 @@
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/gallerytitledialog.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/galleryupdateprogress.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/gradientpage.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/graphictestdlg.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/graphictestentry.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/hangulhanjaadddialog.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/hangulhanjaconversiondialog.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/hangulhanjaeditdictdialog.ui
@@ -5069,6 +5079,8 @@
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/hyphenate.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/iconchangedialog.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/iconselectordialog.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/imagetabpage.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/imageviewer.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/insertfloatingframe.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/insertoleobject.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/insertrowcolumn.ui
@@ -5486,6 +5498,7 @@
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/chardialog.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/checkwarningdialog.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/chisquaretestdialog.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/colormenu.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/colorrowdialog.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/colwidthdialog.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/condformatmanager.ui
@@ -5504,7 +5517,6 @@
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/dataform.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/dataformfragment.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/dataproviderdlg.ui
-${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/dataproviderentry.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/datastreams.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/datetimetransformationentry.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/definedatabaserangedialog.ui
@@ -5512,6 +5524,7 @@
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/deletecells.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/deletecolumnentry.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/deletecontents.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/deleterowentry.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/descriptivestatisticsdialog.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/doubledialog.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/dropmenu.ui
@@ -5522,6 +5535,8 @@
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/filldlg.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/filterdropdown.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/filterlist.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/filtersubdropdown.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/findreplaceentry.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/floatingborderstyle.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/floatinglinestyle.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/footerdialog.ui
@@ -5603,8 +5618,12 @@
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/selectdatasource.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/selectrange.ui
${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/selectsource.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/sharedfirstfooterdialog.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/sharedfirstheaderdialog.ui
Home |
Main Index |
Thread Index |
Old Index