Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update master #101

Merged
merged 5 commits into from
Oct 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 7 additions & 24 deletions io.github.kotatogram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ modules:
- install -D systemd-detect-virt "$FLATPAK_DEST/bin"
sources:
- type: archive
url: https://github.com/systemd/systemd/archive/v256.5/systemd-256.5.tar.gz
sha256: 41bb91861ab9f2f2b6cadad558ea1f8764d701452b018852146d642a850c8a8b
url: https://github.com/systemd/systemd/archive/v256.6/systemd-256.6.tar.gz
sha256: c085f162dec001407dd32f00abbf20b7e6ed7043dcfaf8ed954787d86707f409
x-checker-data:
type: json
url: https://api.github.com/repos/systemd/systemd/releases/latest
Expand Down Expand Up @@ -155,8 +155,8 @@ modules:
sources:
- type: git
url: https://github.com/protocolbuffers/protobuf.git
commit: 439c42c735ae1efed57ab7771986f2a3c0b99319
tag: v28.0
commit: 9fff46d7327c699ef970769d5c9fd0e44df08fc7
tag: v28.2
x-checker-data:
type: json
url: https://api.github.com/repos/protocolbuffers/protobuf/releases/latest
Expand Down Expand Up @@ -266,32 +266,15 @@ modules:
- -DJPEGXL_ENABLE_SKCMS=OFF
sources:
- type: archive
url: https://github.com/libjxl/libjxl/archive/v0.10.3/libjxl-0.10.3.tar.gz
sha256: e0191411cfcd927eebe5392d030fe4283fe27ba1685ab7265104936e0b4283a6
url: https://github.com/libjxl/libjxl/archive/v0.11.0/libjxl-0.11.0.tar.gz
sha256: 7ce4ec8bb37a435a73ac18c4c9ff56c2dc6c98892bf3f53a328e3eca42efb9cf
x-checker-data:
type: json
url: https://api.github.com/repos/libjxl/libjxl/releases/latest
tag-query: .tag_name
timestamp-query: .published_at
version-query: $tag | sub("^[vV]"; "")
url-query: '"https://github.com/libjxl/libjxl/archive/\($tag)/libjxl-\($version).tar.gz"'
- type: archive
url: https://github.com/libjpeg-turbo/libjpeg-turbo/archive/3.0.3/libjpeg-turbo-3.0.3.tar.gz
sha256: a649205a90e39a548863a3614a9576a3fb4465f8e8e66d54999f127957c25b21
strip-components: 0
x-checker-data:
type: json
url: https://api.github.com/repos/libjpeg-turbo/libjpeg-turbo/releases/latest
tag-query: .tag_name
timestamp-query: .published_at
version-query: $tag
url-query: '"https://github.com/libjpeg-turbo/libjpeg-turbo/archive/\($tag)/libjpeg-turbo-\($version).tar.gz"'
- type: shell
commands:
- mv libjpeg-turbo-*/* third_party/libjpeg-turbo
- type: patch
paths:
- desktop-app-patches/libjxl.patch

- name: rnnoise
config-opts:
Expand Down Expand Up @@ -442,7 +425,7 @@ modules:
sources:
- type: git
url: https://github.com/kotatogram/kotatogram-desktop.git
commit: e30c1857bf38c354467f4e6a2a37b1252b4e28e6
commit: 0581eb6219343b3cfcbb81124b372df1039b7568
disable-shallow-clone: true
x-checker-data:
type: git
Expand Down