Skip to content

🚀 Update GStreamer to version 1.28.5 - #18

Open
MilkClouds wants to merge 1 commit into
mainfrom
update-gstreamer-1.28.5
Open

🚀 Update GStreamer to version 1.28.5#18
MilkClouds wants to merge 1 commit into
mainfrom
update-gstreamer-1.28.5

Conversation

@MilkClouds

Copy link
Copy Markdown
Member

📦 GStreamer Version Update

This PR updates GStreamer from 1.28.4 to 1.28.5.

📋 Changes

  • Updated gst_version to 1.28.5 in recipe/meta.yaml
  • Updated version to 1.28.5 in recipe/meta.yaml

🔗 Release Information

✅ Package Availability Status

All required packages are available on conda-forge for version 1.28.5:

  • gstreamer: 1.28.5
  • gst-plugins-base: 1.28.5
  • gst-plugins-good: 1.28.5
  • gst-plugins-bad: 1.28.5
  • gst-plugins-ugly: 1.28.5
  • gst-libav: 1.28.5
  • gst-python: 1.28.5

📦 Packages in Bundle

This bundle includes the following GStreamer packages:

  • gstreamer - Core GStreamer library
  • gst-plugins-base - Essential plugins
  • gst-plugins-good - Good quality plugins
  • gst-plugins-bad - Experimental plugins
  • gst-plugins-ugly - Plugins with licensing issues
  • gst-libav - FFmpeg-based plugins
  • gst-python - Python bindings

🤖 Automated PR - This pull request was automatically created by the conda-forge version check workflow.
Please review and test before merging.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates the version and gst_version variables in the recipe/meta.yaml file from 1.28.4 to 1.28.5. There are no review comments, and I have no additional feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 560f778419

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread recipe/meta.yaml
{% 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant