Skip to content

Commit

Permalink
Update to 0.1.0
Browse files Browse the repository at this point in the history
Additional changes:
 - Update to Gnome 46 runtime with GTK 4.14, needed for Wayland passtrough.
 - Update to Gst 1.24.1 for Wayland passthrough on VA-API and V4L2
   stateless.
 - Re-enable Gst VP9 V4L2 stateless decoder, which got improved a lot.
 - Add "Downloads" to accessable folders
 - Make access to "Videos" and "Downloads" read-only
 - Add X11 support because we have to...
  • Loading branch information
rmader committed Mar 20, 2024
1 parent 43b4264 commit f6e77bc
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions org.sigxcpu.Livi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id" : "org.sigxcpu.Livi",
"runtime" : "org.gnome.Platform",
"runtime-version" : "45",
"runtime-version" : "46",
"sdk" : "org.gnome.Sdk",
"command" : "livi",
"finish-args" : [
Expand All @@ -10,8 +10,9 @@
"--share=network",
"--socket=pulseaudio",
"--socket=wayland",
"--filesystem=xdg-videos",
"--env=GST_PLUGIN_FEATURE_RANK=v4l2slvp9dec:0"
"--socket=fallback-x11",
"--filesystem=xdg-download:ro",
"--filesystem=xdg-videos:ro"
],
"cleanup" : [
"/include",
Expand Down Expand Up @@ -76,8 +77,8 @@
{
"type": "git",
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer.git",
"tag": "1.22.8",
"commit": "4af14db10e8355f980bbf79733af004e59d255fc",
"branch": "1.24",
"commit": "db6803bd55ae4d0789cc520f8563bd1fc8980eb4",
"disable-submodules": true
}
],
Expand All @@ -98,8 +99,8 @@
{
"type" : "git",
"url" : "https://gitlab.gnome.org/guidog/livi",
"tag" : "v0.0.6",
"commit" : "8c73da4959db7e5291a64fda108ff1e26c0eac35"
"tage" : "0.1.0",
"commit" : "2995b99d079b9310d794eaeee8c2e849ed69f31f"
}
]
}
Expand Down

0 comments on commit f6e77bc

Please sign in to comment.