Skip to content
Open
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
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "1.28.4" %}
{% set gst_version = "1.28.4" %}
{% set version = "1.28.5" %}
{% set gst_version = "1.28.5" %}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Pin only to available GStreamer components

With gst_version set to 1.28.5, the run requirement gst-plugins-good ={{ gst_version }} resolves to gst-plugins-good =1.28.5, but conda-forge does not currently publish that version: the Anaconda package page for gst-plugins-good still lists 1.28.3 as the latest overview version, and its files listing shows 1.28.4/1.28.3 artifacts but no 1.28.5. Any environment that tries to install this noarch metapackage will therefore be unsatisfiable until gst-plugins-good 1.28.5 exists, so this version bump should wait or keep the bundle on a common available version.

Useful? React with πŸ‘Β / πŸ‘Ž.


package:
name: gstreamer-bundle
Expand Down