1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +02:00
Commit Graph

2635 Commits

Author SHA1 Message Date
Elias Steurer
a59de4a8e2 Fix not called lipo 2022-08-14 12:27:05 +02:00
Elias Steurer
ed59c18f80 Merge branch 'master' of https://gitlab.com/kelteseth/ScreenPlay 2022-08-14 12:25:26 +02:00
Elias Steurer
b0705fe47a Fix osx lipo call 2022-08-14 12:24:02 +02:00
Elias Steurer
a59c2f170a Fix ci 2022-08-14 12:02:55 +02:00
Elias Steurer
ff371eeba5 Add missing terminate command for osx 2022-08-14 11:58:54 +02:00
Elias Steurer
cd5933a7e4 Refactor CI to only include what we currently use
Refactor osx build with universal binary support
Rename release to deploy version to make it less confusing
2022-08-14 11:58:41 +02:00
Elias Steurer
472e341440 Fix to only zip installer if we have one 2022-08-07 18:20:16 +02:00
Elias Steurer
8ca09c684d Add automatic build uploads to kelteseth.com
Add choco build and docs for pushing
2022-08-07 12:24:07 +02:00
Elias Steurer
81944e7148 Add basic chocolatey support 2022-08-06 14:24:00 +02:00
Elias Steurer
b6199aa1a5 New translations ScreenPlay_.ts (Spanish) 2022-08-02 04:11:50 +00:00
Elias Steurer
74fc11c723 New translations ScreenPlay_.ts (Spanish) 2022-08-02 02:30:43 +00:00
Elias Steurer
773ef8317b Remove linux deploy command
linuxdeploqt is awful and we simply copy
everything from qt
2022-07-29 16:08:25 +02:00
Elias Steurer
c96263eb1d Add missing screenplay_version 2022-07-29 15:34:01 +02:00
Elias Steurer
46dd20a796 Fix function with the same name as a parameter
Fix missing executable_file_ending
2022-07-29 15:24:45 +02:00
Elias Steurer
671866de60 Fix missing aqt option 2022-07-29 14:56:45 +02:00
Elias Steurer
f5bb79d160 Rewrite of build.py to use classes and functions
2 classes that old the data that later will be
used for the ftp upload and other tools
2022-07-24 17:56:00 +02:00
Elias Steurer
f5d3a8d671 New translations ScreenPlay_.ts (Portuguese, Brazilian) 2022-07-22 13:53:19 +00:00
Elias Steurer
2ba12704ca New translations ScreenPlay_.ts (Vietnamese) 2022-07-22 13:53:18 +00:00
Elias Steurer
a839089839 New translations ScreenPlay_.ts (Chinese Simplified) 2022-07-22 13:53:16 +00:00
Elias Steurer
4237cef480 New translations ScreenPlay_.ts (Turkish) 2022-07-22 13:53:15 +00:00
Elias Steurer
7386c5c03a New translations ScreenPlay_.ts (Russian) 2022-07-22 13:53:13 +00:00
Elias Steurer
137a75a84f New translations ScreenPlay_.ts (Polish) 2022-07-22 13:53:11 +00:00
Elias Steurer
0500d5f60a New translations ScreenPlay_.ts (Dutch) 2022-07-22 13:53:09 +00:00
Elias Steurer
981bd74732 New translations ScreenPlay_.ts (Korean) 2022-07-22 13:53:07 +00:00
Elias Steurer
12bfb3b4ba New translations ScreenPlay_.ts (Italian) 2022-07-22 13:53:06 +00:00
Elias Steurer
de3008f26f New translations ScreenPlay_.ts (German) 2022-07-22 13:53:04 +00:00
Elias Steurer
57a469db4b New translations ScreenPlay_.ts (Spanish) 2022-07-22 13:53:03 +00:00
Elias Steurer
be3f7a89c7 New translations ScreenPlay_.ts (French) 2022-07-22 13:53:01 +00:00
Elias Steurer
3740ab9789 Remove installer from steam version
steam version needs no installer
because it is delivered via steam (duh)
2022-07-22 15:24:47 +02:00
Elias Steurer
b53f20bb8e Merge remote-tracking branch 'origin/master'
# Conflicts:
#	.gitlab-ci.yml
2022-07-22 14:31:19 +02:00
Elias Steurer
7192aca313 Remove gitlabs shared runner
it is way to slow anyways
2022-07-22 14:29:57 +02:00
Elias Steurer
717a182af8 Fix cmake argument
x64 argument by vcpkg is
x86_64 in cmake...

Update to Qt 6.3.1
2022-07-22 14:18:04 +02:00
Elias Steurer
8953ed7a22 Add installer to artifacts
Always build arm and x64 osx versions
2022-07-22 14:07:38 +02:00
Elias Steurer
83936a4e63 Update translations 2022-07-22 13:36:07 +02:00
Elias Steurer
962f3ea4cd Fix setup script 2022-07-22 13:35:23 +02:00
Elias Steurer
a8cad9eb76 Merge remote-tracking branch 'origin/master' 2022-07-22 13:35:08 +02:00
Elias Steurer
3a917c18c4 Update macos build scripts 2022-07-22 13:21:30 +02:00
Elias Steurer
2691479ac8 Fix python not invoked via "-m" 2022-07-22 12:40:04 +02:00
Elias Steurer
cda5aeeb85 Add automatic requirements installation 2022-07-22 12:31:52 +02:00
Elias Steurer
2d91cfa2bc Remove redundant assignment 2022-07-22 12:31:06 +02:00
Elias Steurer
3bab9fbb72 Cleanup test projects 2022-07-22 12:30:50 +02:00
Elias Steurer
fa1c1afd71 Update to ifw 4.4 2022-07-21 14:25:25 +02:00
Elias Steurer
4f27231311 Add python Windows ffmpeg downloads 2022-07-21 14:21:52 +02:00
Elias Steurer
e2e1a05347 Revert to bat file
this works always, the ps1 script stopped working
for some reason....
2022-07-15 13:11:09 +02:00
Elias Steurer
29ca12fc6e Merge remote-tracking branch 'origin/master' 2022-07-15 13:08:23 +02:00
Elias Steurer
37c8918683 Update to latest vcpkg and ffmpeg 5.0.1
Remove old download_ffmpeg.bat
2022-07-15 13:08:17 +02:00
Elias Steurer
376e96f96c Add macos folder copy for qml folder 2022-07-15 13:05:47 +02:00
Elias Steurer
4db3591c66 Add explicit x86_64 and arm64 build option for mac
VCPKG cannot compile two architectures at once.
We still need to combine the created Apps into a fat binary.
2022-07-15 12:43:57 +02:00
Elias Steurer
9419242bcb Add explicit openssl dll copy 2022-07-09 19:54:54 +02:00
Elias Steurer
82beeaeb05 Revert to Qt 6.3.1
6.4 crashes on some videos
2022-07-09 19:51:57 +02:00