Clément Fauconnier
2e258729bb
improved release scripts for osx + added scripts for signing and notarizing the app. Each step is now separated (still needs some cleanup)
2 years ago
Clément Fauconnier
dc3a159771
add Qt5Conccurrent.dll to dependencies
3 years ago
Clément Fauconnier
3a80dc4b2b
use standard Qt (5.15.3 on 22.04)
3 years ago
Clément Fauconnier
e5b7251fd1
add QtConcurrent lib to packaging
3 years ago
Clément Fauconnier
7f815798f1
display version number in getInfo instead of app name
3 years ago
Clément Fauconnier
e9eeffd807
fixed missing ubz icon in linux (xdg-icon-resource does not support svg yet so ... to improve)
3 years ago
Clément Fauconnier
0b0ef02962
use macports for ffmpeg lib (no more issues on rpaths)
3 years ago
Clément Fauconnier
dd19e75211
using Qt 5.15.0 instead of 5.15.2 as a workaround for QTBUG-88309 (osx)
3 years ago
Clément Fauconnier
c2dcd3b95d
using Qt 5.15.0 instead of 5.15.2 as a workaround for QTBUG-88309 (windows)
3 years ago
Clément Fauconnier
5ad34647f7
using Qt 5.15.0 instead of 5.15.2 as a workaround for QTBUG-88309 (linux)
3 years ago
Clément Fauconnier
096e755ef6
third-party installers in silent/passive mode (Windows)
4 years ago
Clément Fauconnier
aaba5780b6
added libxcb-xinerama0 to the needed dependencies (seems to be required by Qt5Gui)
4 years ago
Clément Fauconnier
32ae89197a
updated release_scripts with Qt 5.15.2
4 years ago
Clément Fauconnier
d8cf456bc1
update release scripts with Qt 5.15.2 version (osx)
4 years ago
Clément Fauconnier
82f54a03c2
update release scripts with Qt 5.15.2 version (+ Qt5Script no longer needed)
4 years ago
Clément Fauconnier
fe24d53565
added LAV filter installer. Not sure if it is the better way to handle the need of system codecs by Qt... Maybe a rework of the player using QtAv could help to simplify the installing too
4 years ago
Ferry Jérémie
38da4349a5
change and QT_PATH on arm
4 years ago
Clément Fauconnier
bc7fcf1ec1
replace vc_redist installers by new ones. In some cases, installer would'nt launch, so the quiet mode was deactivated to see if it prevents this bug
4 years ago
Clément Fauconnier
b6160960db
make libavcodec-extra version less restricted
4 years ago
Clément Fauconnier
ec045a09a4
updated windows release script to qt 5.14
4 years ago
Clément Fauconnier
b8c151e012
updated links on osx release script
4 years ago
Clément Fauconnier
497e826476
updated packaging scripts to Qt 5.14 on Linux
4 years ago
Clément Fauconnier
e96cdbe890
moved dmgutil (osx) and poppler includes as to make openboard (osx) compile without OpenBoard-ThirdParty + quazip fix headers for osx (clang apparently not searching for system headers with double quotes)
5 years ago
Clément Fauconnier
6bf58b61b6
updated innosetup script to reflect recent changes
5 years ago
Clément Fauconnier
b430618474
make livavcodec exception more generic
5 years ago
Clément Fauconnier
1229e2ab64
updated Windows release scripts to Qt 5.13 + msvc2017 x64
5 years ago
Clément Fauconnier
7998ab58d2
updated building/packaging to qt5.13
5 years ago
Clément Fauconnier
a40d1ee2f0
return to standard script on main branch
5 years ago
Clément Fauconnier
d65218e0f8
Revert "be able to double click on ubx files (WIP)"
...
This reverts commit adb884c8c9
.
5 years ago
Clément Fauconnier
4ea7af384a
Revert "handle ubx double click on windows"
...
This reverts commit 410d0ff173
.
5 years ago
dev
da448aa0c1
added some relinks in Homebrew libs (absolute paths refering to other libs ... homebrew 2.0 issue ? osx upgrade issue ? xcode linker issue ?
5 years ago
Clément Fauconnier
bf87dc6943
version number appearing in Uninstall control panel (windows)
5 years ago
Clément Fauconnier
410d0ff173
handle ubx double click on windows
5 years ago
Clément Fauconnier
adb884c8c9
be able to double click on ubx files (WIP)
5 years ago
Clément Fauconnier
e595d54be5
fixed an issue to handle version 57 of ffmpeg avcodec library on some distros
6 years ago
Juan Jose Pablos
7c2bdf80a3
Use Appversion instead
...
According to docs AppVerName default value is made of AppName and AppVersion
http://www.jrsoftware.org/ishelp/index.php?topic=setup_appversion
6 years ago
Clément Fauconnier
4b5825fa4b
added openssl dlls to iss file (Windows)
6 years ago
Clément Fauconnier
4397746519
fixes for Ubuntu 18.04 compilation
6 years ago
G3rb
06bea241f1
Update package.sh
...
On several Linux version (Mint 18 for example) the package libavcodec-ffmpeg56 is replaced by libavcodec-ffmpeg-extra56.
To increase the compatibility I added an exception which define a conditional dependency between these two packages.
7 years ago
Clément Fauconnier
d532097e51
fixed release build script on APT-based distros
7 years ago
Craig Watson
31f16b6abc
Fix launching of Open-Sankoré importer on Windows
...
Also install the importer executable to OpenBoard root install folder
8 years ago
Craig Watson
1c3f879be9
Windows: Fixed parameters for silent installation of bundled visual c++ runtime lib
8 years ago
Craig Watson
9b4e009f90
Minor changes and fixes to windows deployment script
8 years ago
Craig
d52e45f4c1
Added missing Qt libs and plugins (fixes web widgets not working on Ubuntu 14.04)
9 years ago
Craig Watson
dcebc11eeb
Improvements to packaging script for Linux:
...
- Qt plugins and libraries (and associated files) bundled only if necessary
- Dependencies corrected (for Ubuntu 14.04 and 16.04, at least),
mostly manually for now
- run.sh sets Qt plugin path environment variable (=> qt.conf
no longer needed; removed)
9 years ago
Craig
3440be5fc1
Added missing Qt libs (dependencies of other Qt libs, not OpenBoard
9 years ago
Craig Watson
7070ea22f7
Fixed windows release scripts
9 years ago
Craig Watson
5f7c8d7d30
Fixed windows release scripts
9 years ago
Craig Watson
b4917d7902
correct detection of current working directory in build scripts
9 years ago
Craig Watson
64371d08ae
Corrected typo
9 years ago