Age | Commit message (Collapse) | Author |
|
|
|
Starting with 1.7.1, OpenBoard supports building with cmake.
The community build has several advantages:
1. FHS-compliant layout
2. Easy configuration of Qt version
3. Use of cmake is more common and standardised
4. Many of the patches and files become unnecessary.
The unnecessary files have been removed, together with several
unused dependencies.
|
|
|
|
|
|
patches. Thanks to Vekhir!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Poppler >= 22.01 needed C++17
* Poppler >= 22.03 had an API change in PDFDoc constructor
* ffmpeg version 5 does not work with OpenBoard yet, link to ffmpeg4.4
|
|
|
|
(Thanks to Cédric Martínez Campos for the suggestion!)
|
|
Fix #5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to loqs at
https://bbs.archlinux.org/viewtopic.php?pid=1883212
|
|
commit 4d3609b56f76fd340de3b7925476520ac24cb17a
Author: bartus <szczepaniak.bartek+github@gmail.com>
Date: Fri Apr 12 14:50:39 2019 +0200
add post install scrip, fix permissions when using `cp`
commit eb17fa575c76748f36726f4f9ea7c65e40722cd1
Author: bartus <szczepaniak.bartek+github@gmail.com>
Date: Fri Apr 12 14:37:42 2019 +0200
finally drop ThirdParty repo
move libs.pri config to main repo
commit abdd61a5125dab0121ff22301d61d0b4290dab14
Author: bartus <szczepaniak.bartek+github@gmail.com>
Date: Fri Apr 12 14:24:46 2019 +0200
really drop freetype, and some patch refactor
commit d48abd4e3a22a82bed08ea13ffbd94b6807067a2
Merge: a5936b5 c4028de
Author: bartus <szczepaniak.bartek+github@gmail.com>
Date: Fri Apr 12 14:11:56 2019 +0200
Merge branch 'replace_xpdf_with_poppler' into drop_all_internall_deps
commit c4028de000750b8ba1e26129f616074c0d826cb4
Author: bartus <szczepaniak.bartek+github@gmail.com>
Date: Fri Apr 12 13:55:42 2019 +0200
replace xpdf with poppler
and drop xpdf from internal deps
commit a5936b5dfe5caea8500e818c337d1d39217cc18f
Author: bartus <szczepaniak.bartek+github@gmail.com>
Date: Fri Apr 12 13:41:47 2019 +0200
remove unneeded changes
commit 0a95277478c414735024f7ae81e18e97e5e372c1
Author: bartus <szczepaniak.bartek+github@gmail.com>
Date: Fri Apr 12 13:33:51 2019 +0200
drop quazip from internall deps
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- add dependency on qt5-tools, to avoid "Project ERROR: Unknown module(s) in QT: uitools" (thanks to bderembl for reporting).
|
|
- include .desktop file
- install resources (library, ...) from source tarball into /opt/openboard/
- move executable to /opt/openboard/OpenBoard and make /usr/bin/openboard a link to it, like other distributions. This is necessary to make OpenBoard discover the resources in /opt/openboard/
|
|
|
|
|
|
|