summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-06-22Fix compilation with ffmpeg 7.0Vekhir
2024-05-14Fix compilation with poppler 24.05Vekhir
2024-05-08Update to 1.7.1 and switch to cmake community buildVekhir
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.
2024-03-12Switch to qt6 as of v1.7 qt5 got deprecated.bartus
2024-03-12Specify quazip QT5 versionbartus
2024-01-17Replace msg2 with echoVekhir
Namcap issues a warning that msg2 is internal. echo achieves the same output
2023-12-18Update to 1.7.0-3: Fix startupHints, remove obsolete dependencies and ↵Frank Siegert
patches. Thanks to Vekhir!
2023-12-13Update to 1.7.0-2Frank Siegert
2023-12-10Update to 1.7.0-1Frank Siegert
2023-01-27Update to 1.6.4-2: Fix for new quazip version.Frank Siegert
2022-10-07Update to 1.6.4-1Frank Siegert
2022-06-14Update to 1.6.3-1Frank Siegert
2022-06-07Update to 1.6.2-1Frank Siegert
2022-03-22Fix compilation with latest versions of poppler and ffmpegFrank Siegert
* 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
2022-02-27Update to 1.6.1-5: Fix compile problem with poppler >= 22Frank Siegert
2021-12-07Fix icon path in desktop launcherFrank Siegert
(Thanks to Cédric Martínez Campos for the suggestion!)
2021-12-02Fix consecutive prepare() for paru/yaybartus
Fix #7
2021-11-16Update quazip.patchbartus
Fix #5
2021-05-31Fix gcc:11 name collisionbartus
2021-04-30Add 'patch' to makedependsFrank Siegert
2021-04-26Unify with openboard-developbartus
2020-10-12update quazip.patch to version 1.1bartus
2020-10-11fix quazip lib namebartus
2020-10-11update quazip.patchbartus
2020-10-11Normalize patch namesbartus
2020-02-23Update to 1.5.4-1Frank Siegert
2020-01-19Update to 1.5.3-4: Fix compilation issueFrank Siegert
Thanks to loqs at https://bbs.archlinux.org/viewtopic.php?pid=1883212
2019-04-12Drop OpenBoard-ThirdPartybartus
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
2019-04-11Update to 1.5.3-2 include patch for memleakFrank Siegert
2019-04-10Update to 1.5.3-1Frank Siegert
2019-04-09Update to 1.5.2-3: fix desktop fileFrank Siegert
2019-04-09add missing dependency (forgot SRCINFO)Frank Siegert
2019-04-09add missing dependencyFrank Siegert
2019-04-09Update to 1.5.2-2Frank Siegert
2019-01-24Update to 1.5.2-1Frank Siegert
2018-12-16Fix for new QWebKit dependency structure (thanks to madprog!).Frank Siegert
2018-12-16Update to 1.5.1-1Frank Siegert
2018-09-19Update to 1.4.1-1Frank Siegert
2018-06-01Update to 1.4.0-3: add sdl dependencyFrank Siegert
2018-05-21Update to 1.4.0-2: libfdk-aac dependency added.Frank Siegert
2018-04-04Update to 1.4.0-1Frank Siegert
2017-05-12Update to 1.3.5-4:Frank Siegert
- add dependency on qt5-tools, to avoid "Project ERROR: Unknown module(s) in QT: uitools" (thanks to bderembl for reporting).
2017-05-11Update to 1.3.5-3:Frank Siegert
- 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/
2017-05-09Update to 1.3.5-2: Fix compilation with most recent openssl and Qt versions.Frank Siegert
2017-04-06Update to 1.3.5-1Frank Siegert
2016-12-06First commit of OpenBoard package.Frank Siegert