Skip to content
Draft
Show file tree
Hide file tree
Changes from 7 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
2 changes: 1 addition & 1 deletion SPECS/gstreamer/gstreamer.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define debug_package %{nil}
Name: gstreamer
Version: 1.26.11
Version: 1.28.1
Release: 1%{?dist}
Summary: Intel optimized GStreamer build with VAAPI support
Comment on lines 1 to 5
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

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

Version was bumped to 1.28.1, but the %changelog entries still reference older 1.26.x updates. Please add a new changelog entry for the 1.28.1 update (or update the existing top entry) to keep the spec metadata consistent.

Copilot uses AI. Check for mistakes.
Comment on lines 1 to 5
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

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

The spec bumps GStreamer to 1.28.1, but the %build meson options still include -Dvaapi=enabled. In this PR’s other build definitions (e.g. dependencies/gstreamer.cmake) VA support is enabled via -Dgst-plugins-bad:va=enabled, suggesting vaapi is no longer the correct option/module for this version. Please update the spec’s meson flags accordingly so the RPM build doesn’t fail on an unknown/removed option or build the wrong VA backend.

Copilot uses AI. Check for mistakes.

Expand Down
4 changes: 2 additions & 2 deletions SPECS/intel-dlstreamer/intel-dlstreamer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ BuildRequires: libva-devel libva-intel-media-driver
BuildRequires: python3-devel python3-pip
BuildRequires: pkgconfig patchelf
BuildRequires: opencv-devel >= 4.13.0
BuildRequires: gstreamer-devel >= 1.26.11
BuildRequires: gstreamer-devel >= 1.28.1
BuildRequires: paho-mqtt-c-devel >= 1.3.4
BuildRequires: librdkafka-devel

# Runtime dependencies
Requires: paho-mqtt-c-devel >= 1.3.4
Requires: ffmpeg >= 6.1.1
Requires: gstreamer >= 1.26.11
Requires: gstreamer >= 1.28.1
Requires: opencv >= 4.13.0
Requires: libva2 libva-intel-media-driver
Requires: python3 python3-pip python3-gobject
Expand Down
2 changes: 1 addition & 1 deletion SPECS/versions.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PAHO_MQTT_VERSION=1.3.4
FFMPEG_VERSION=6.1.1
GSTREAMER_VERSION=1.26.11
GSTREAMER_VERSION=1.28.1
OPENCV_VERSION=4.13.0
OPENVINO_VERSION=2026.0.0
DLSTREAMER_VERSION=2026.0.0
8 changes: 1 addition & 7 deletions dependencies/gstreamer.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
include(ExternalProject)

# When changing version, you will also need to change the download hash
set(DESIRED_VERSION 1.26.11)
set(DESIRED_VERSION 1.28.1)

# Note: the dependency scripts follow a template, this is left here should other
# dependencies be added in the future and this file used as a reference.
Expand All @@ -33,7 +33,6 @@ ExternalProject_Add(
--prefix ${CMAKE_BINARY_DIR}/gstreamer-bin
-Dexamples=disabled
-Dtests=disabled
-Dvaapi=enabled
-Dlibnice=enabled
-Dgst-examples=disabled
-Ddevtools=disabled
Expand Down Expand Up @@ -96,11 +95,6 @@ ExternalProject_Add(
-Dgst-plugins-ugly:nls=disabled
-Dgst-plugins-ugly:x264=disabled
-Dgst-plugins-ugly:gpl=disabled
-Dgstreamer-vaapi:encoders=enabled
-Dgstreamer-vaapi:drm=enabled
-Dgstreamer-vaapi:glx=enabled
-Dgstreamer-vaapi:wayland=enabled
-Dgstreamer-vaapi:egl=enabled
--buildtype=release
--libdir=lib/
--libexecdir=bin/
Expand Down

This file was deleted.

Loading
Loading