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 to 0.1.0 #8

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NEVER use branches. That why the build failed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see, thanks! Will open a fix-up MR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opened #9

"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",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, I made a typo and changed tag to tage - but shouldn't matter as the commit is still correct. But should be fixed on the next update :P

"commit" : "2995b99d079b9310d794eaeee8c2e849ed69f31f"
}
]
}
Expand Down