193 Commits

Author SHA1 Message Date
Martin Rotter
b90c5f7139 automatize versions of zlib and cmake too 2024-07-25 09:18:01 +02:00
Martin Rotter
8537efc787 fetch newest releases of ytdlp and mpv automagically 2024-07-25 07:08:50 +02:00
Martin Rotter
41d4eddb44 bump build versions 2024-06-20 07:24:23 +02:00
Martin Rotter
c5cf8bda5c libmpv commit 2024-06-04 11:13:38 +02:00
Martin Rotter
3ef1613117 update deps 2024-06-04 09:26:55 +02:00
Martin Rotter
02f64e247b fix duplicate names 2024-05-29 14:16:50 +02:00
Martin Rotter
04432cd1c4 deploy libmpv only if neeeded 2024-05-20 15:07:52 +02:00
Martin Rotter
6d9a970543 do not use libmpv on qt5/windows builds 2024-05-20 14:41:55 +02:00
Martin Rotter
4a85d10778 do not use libmpv on qt5/windows builds 2024-05-20 14:37:08 +02:00
Martin Rotter
dce311c2ec aqt 2024-05-09 08:59:03 +02:00
Martin Rotter
cd24bcd649 fixes #1017 2024-04-19 13:11:07 +02:00
Martin Rotter
516045bd28 update deps 2024-04-15 09:42:21 +02:00
Martin Rotter
4ce7b547d7 qt 6.6.3 because 6.7.0 has some regression 2024-04-09 08:20:45 +02:00
Martin Rotter
c65fb31f19 automatically de-escape all contents 2024-04-03 12:18:15 +02:00
Martin Rotter
6cf2717ede new version 2024-03-15 07:13:13 +01:00
Martin Rotter
12754aa72a PDB for releases too 2024-03-14 14:31:42 +01:00
Guilherme Silva
a0d6fc2d63
Linux: Fixes for AppStream metadata validation using appstreamcli (#1302)
* Linux: Remove redundant 'content_rating' tag in AppData file

This fixes a validation error given by appstreamcli:

$ appstreamcli validate io.github.martinrotter.rssguardlite.appdata.xml
E: io.github.martinrotter.rssguardlite:69: tag-duplicated content_rating

https://www.freedesktop.org/software/appstream/docs/chap-Validation.html#asv-tag-duplicated

* Linux: Replace deprecated 'developer_name' tag in AppData file

This is not strictly necessary, but it does fix a deprecation message
shown when validating with appstreamcli, a tool that replaced
appstream-util:

$ appstreamcli validate io.github.martinrotter.rssguardlite.appdata.xml
I: io.github.martinrotter.rssguardlite:8: developer-name-tag-deprecated

https://www.freedesktop.org/software/appstream/docs/chap-Validation.html#asv-developer-name-tag-deprecated

* Linux: Replace appstream-util by appstreamcli to validate AppData file

The appstream-util tool (from appstream-glib) is essentially deprecated
in favor of appstreamcli (from appstream):

https://github.com/hughsie/appstream-glib
2024-02-21 19:19:37 +01:00
Martin Rotter
45f676713a fix build 2024-02-21 12:42:30 +01:00
Martin Rotter
cff455af12 fix build 2024-01-22 10:04:37 +01:00
Martin Rotter
0edb3ca104 fix scaling problem in libmpv + fix url of libmpv 2023-12-21 15:31:09 +01:00
Martin Rotter
5a10a24a19 Move clang-format, update deps 2023-12-21 14:43:59 +01:00
Martin Rotter
2f206a114c use non-v3 libmpv, update to latest code 2023-12-12 07:45:49 +01:00
Martin Rotter
fbcae2b101 upadte version and libmpv link 2023-12-08 08:14:56 +01:00
Martin Rotter
a9b0b1ef95 disable debug code 2023-12-06 12:03:46 +01:00
Martin Rotter
b8f2295bc9 much better quality image size handling 2023-12-05 09:22:12 +01:00
Martin Rotter
5679122f5e mpv for full ubuntu build, qtm for lite ubuntu build 2023-11-30 07:41:38 +01:00
Martin Rotter
19287efd7f enable libmpv for ubuntu and qtmultimedia for macos 2023-11-30 07:21:41 +01:00
Martin Rotter
6e463cb4e2 fix build, deploy yt-dlp 2023-11-28 09:23:26 +01:00
Martin Rotter
baf5b353cd use downloaded mpv 2023-11-28 08:41:23 +01:00
Martin Rotter
4393a4e48e fix 2023-11-28 07:44:26 +01:00
Martin Rotter
5ae3882228 fix 2023-11-28 07:42:33 +01:00
Martin Rotter
195a1f595c rename nowebengine to lite, many other changes, will need to re-fix other tgins 2023-11-28 07:40:11 +01:00
Martin Rotter
775b507ae2 fix mariadb link 2023-11-15 07:16:40 +01:00
Martin Rotter
07cd1ce23d prevent right click double fire when closing notifications 2023-11-14 09:48:36 +01:00
Martin Rotter
bf7ce4ace3 move aqt settings to file 2023-11-14 08:59:36 +01:00
Martin Rotter
aa91ac8b88 test qt mirror 2023-11-14 08:54:44 +01:00
Martin Rotter
caecf5355a greader supports feed deleting 2023-11-13 12:10:58 +01:00
Martin Rotter
5ebc7aec74 qt 6.5.3 2023-10-25 14:12:35 +02:00
Martin Rotter
c92b6b2265 revert to qt 6.5.2 2023-10-24 11:43:01 +02:00
Martin Rotter
2b4f910953 bump versions of libs 2023-10-24 07:05:55 +02:00
Martin Rotter
b2704e27c4 zlib 2023-10-20 14:14:21 +02:00
Martin Rotter
a884670e21 copy zlib1.dll 2023-10-20 13:43:41 +02:00
Martin Rotter
5df87ee002 compile zlib for windows 2023-10-20 13:12:24 +02:00
Martin Rotter
c5903e52e4 enable compressed sitemaps 2023-10-20 13:02:57 +02:00
Guilherme Silva
4e7bf948e0
Linux: AppStream metadata validation and minor changes (#1132)
* metainfo: add caption to the main screenshot

* metainfo: add link to documentation

* metainfo: add link to release notes

* ci: validate Linux AppStream metadata
2023-10-13 09:33:25 +02:00
Martin Rotter
0115d9a32a copy pdb for devbuilds 2023-09-29 09:04:15 +02:00
Martin Rotter
9052b8874d fix qt5 build too 2023-09-25 07:45:04 +02:00
Martin Rotter
2f382248c7 fix qt6 build, qt5 will fix soon, this is because openssl1 was removed from Qt SDK repository, will have to likely compile myself? 2023-09-25 07:31:43 +02:00
Martin Rotter
4b378beda2 fix compilation error + bump Qt again as it was not the problem 2023-09-23 20:23:03 +02:00
Martin Rotter
c84e36a234 revert qt version 2023-09-18 08:37:48 +02:00