Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
1000_rewrite-libs-pri.patch | Use 3rd-party bundled libs only on non-Linux systems. | Jonah BrĂ¼chert <jbb.prv@gmx.de> | no | |||
1000_fix-quazip-includes.patch | Use system-wide quazip headers. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1001_fix-pro-file.patch | Add QtWidgets and QtGui explicitly as required Qt libraries. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1004_fix-installation-paths-on-Linux.patch | Fix installation paths on Linux. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1005_auto-build-translations.patch | Auto-build translation files during application build. #--- a/OpenBoard.pro #+++ b/OpenBoard.pro #@@ -424,8 +424,6 @@ # system(echo "$$#SVN_VERSION" > $$BUILD_DIR/svnversion) # } # #-RESOURCES += resources/OpenBoard.qrc #- # # When adding a translation here, also add it in the macx part # TRANSLATIONS = resources/i18n/OpenBoard_en.ts \ # resources/i18n/OpenBoard_en_UK.ts \ #@@ -457,6 +455,25 @@ # resources/i18n/OpenBoard_cs.ts \ # resources/i18n/OpenBoard_mg.ts # #+!isEmpty(TRANSLATIONS) { #+ isEmpty(QMAKE_LRELEASE) { #+ qtPrepareTool(QMAKE_LRELEASE, lrelease) #+ } #+ #+ isEmpty(TS_DIR) TS_DIR = . #+ #+ TSQM.name = lrelease ${QMAKE_FILE_IN} #+ TSQM.input = TRANSLATIONS #+ TSQM.output = $$TS_DIR/${QMAKE_FILE_BASE}.qm #+ TSQM.commands = $$QMAKE_LRELEASE ${QMAKE_FILE_IN} #+ TSQM.CONFIG = no_link #+ QMAKE_EXTRA_COMPILERS += TSQM #+ PRE_TARGETDEPS += compiler_TSQM_make_all #+} #+else:message("No translation files in project") #+ #+RESOURCES += resources/OpenBoard.qrc #+ # INSTALLS = UB_ETC \ # UB_I18N \ # UB_LIBRARY \ |
Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1006_fix-stencil-color.patch | Correctly show stencil color. Always. | Claudio Laurita <claudio.laurita@integrazionetotale.it> | no | |||
2004_fdk-aac-is-non-free.patch | fdkaac ins in Debian contrib, unfortunately. Can't have it linked to by Debian's OpenBoard. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
2005_no-Check-Update.patch | Disable "check for updates" feature, not appropriate for a Debian package. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
2007_ignore-applescript.patch | Don't reference AppleScript. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
2008_use-Debian-js-libraries.patch | Use Debian's JS library packages where possible. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1008_fix-bashism-in-podcast-pri.patch | Fix Bash'ism in src/podcast/podcast.pri; support Dash being the default shell. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1009_various-typo-fixes.patch | Various typo fixes, spotted by Debian's lintian tool. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
2010_fix-poppler22-build.patch | [PATCH] chore: use c++17 for pdf on linux builds - required by actual versions of libpoppler https://github.com/OpenBoard-org/OpenBoard/issues/560 |
letsfindaway <me@letsfindaway.de> | no | 2022-01-29 | ||
0001_ffmpeg-5.patch | [PATCH 1/2] fix: make UBFFmpegVideoEncoder compatible with ffmpeg-5 - keep separate reference to AVCodecContext - copy parameters to AVCodecParameters - use new API in writeFrame - use AVChannelLayout |
letsfindaway <me@letsfindaway.de> | no | 2022-05-18 |