Skip to content

Commit

Permalink
Update runtime and ffmpeg-full to 24.08, LLVM to 19.x
Browse files Browse the repository at this point in the history
  • Loading branch information
guihkx committed Nov 20, 2024
1 parent 361e8db commit 7ce7dcb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions org.telegram.desktop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: org.telegram.desktop
runtime: org.freedesktop.Platform
runtime-version: '23.08'
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
command: telegram-desktop
rename-icon: telegram
Expand All @@ -19,12 +19,12 @@ finish-args:
- --unset-env=QT_PLUGIN_PATH
- --env=PATH=/app/lib/webview/bin:/app/bin:/usr/bin
sdk-extensions:
- org.freedesktop.Sdk.Extension.llvm16
- org.freedesktop.Sdk.Extension.llvm19
add-extensions:
org.freedesktop.Platform.ffmpeg-full:
directory: lib/ffmpeg
add-ld-path: .
version: '23.08'
version: '24.08'
autodownload: true
autodelete: false
org.telegram.desktop.webview:
Expand All @@ -37,8 +37,8 @@ cleanup-commands:
- mkdir -p ${FLATPAK_DEST}/lib/ffmpeg
- mkdir -p ${FLATPAK_DEST}/lib/webview
build-options:
append-path: /usr/lib/sdk/llvm16/bin
append-ld-library-path: /usr/lib/sdk/llvm16/lib
append-path: /usr/lib/sdk/llvm19/bin
append-ld-library-path: /usr/lib/sdk/llvm19/lib
cleanup:
- /doc
- /include
Expand Down

0 comments on commit 7ce7dcb

Please sign in to comment.