Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions gst-plugins-bad.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: gst-plugins-bad
version: "1.27.2"
epoch: 2
version: "1.27.50"
epoch: 0
description: GStreamer streaming media framework bad plug-ins
copyright:
- license: LGPL-2.1
Expand Down Expand Up @@ -49,7 +49,7 @@ pipeline:
with:
repository: https://github.com/GStreamer/gstreamer
tag: ${{package.version}}
expected-commit: 285de3cf1de94b5b370a1af39446a7d1498d7c2c
expected-commit: 98f0ec4b5dd48b36365e85ad8695e88b4a7d7ec0

- working-directory: subprojects/gst-plugins-bad
pipeline:
Expand Down
4 changes: 4 additions & 0 deletions gstreamer.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Generated from https://git.alpinelinux.org/aports/plain/main/gstreamer/APKBUILD
package:
name: gstreamer
# This probably should never have been on the 1.27 "development" branch...
# https://gitlab.freedesktop.org/gstreamer/gstreamer/-/blob/main/subprojects/gst-devtools/NEWS?ref_type=heads#L3-7
# We should move to 1.28 stable when available, and be careful not to use a dev branch again.
# Extra discussions: https://chainguard-dev.slack.com/archives/C0799FD4Q1Y/p1765831455192159?thread_ts=1765828261.270359&cid=C0799FD4Q1Y
version: "1.27.50"
epoch: 0

Check warning on line 9 in gstreamer.yaml

View check run for this annotation

Octo STS / epoch-bot

epoch is unchanged

Make sure you intended to keep the epoch the same. This package will not be rebuilt as a result of this change. To skip this check, apply the skip:epoch-bot label to the PR.
description: GStreamer streaming media framework
copyright:
- license: LGPL-2.1
Expand Down
Loading