Skip to content
Open
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 LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions LICENSES-AND-NOTICES/SPECS/data/licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@
"gphoto2",
"gpm",
"gpsbabel",
"graphene",
"graphite2",
"graphviz",
"grubby",
Expand All @@ -322,7 +321,6 @@
"gspell",
"gssdp",
"gssntlmssp",
"gstreamer1-plugins-base",
"gtk-vnc",
"gtk2",
"gtk3",
Expand Down Expand Up @@ -550,7 +548,6 @@
"irssi",
"iscsi-initiator-utils",
"isns-utils",
"iso-codes",
"isomd5sum",
"iw",
"iwd",
Expand Down Expand Up @@ -743,7 +740,6 @@
"liboauth",
"libodfgen",
"libofa",
"libogg",
"liboggz",
"liboil",
"libomxil-bellagio",
Expand Down Expand Up @@ -820,9 +816,7 @@
"libvirt-java",
"libvirt-python",
"libvisio",
"libvisual",
"libvoikko",
"libvorbis",
"libvpl",
"libvpx",
"libwacom",
Expand Down Expand Up @@ -1114,7 +1108,6 @@
"optipng",
"orangefs",
"ORBit2",
"orc",
"os-prober",
"osinfo-db",
"osinfo-db-tools",
Expand Down Expand Up @@ -2324,6 +2317,7 @@
"bmon",
"bpftrace",
"ccache",
"cdparanoia",
"cert-manager",
"cf-cli",
"check-restart",
Expand Down Expand Up @@ -2353,14 +2347,17 @@
"gflags",
"gh",
"go-md2man",
"graphene",
"grpc",
"grub2-efi-binary-signed",
"GSL",
"gstreamer1",
"gstreamer1-plugins-base",
"gtk-update-icon-cache",
"helm",
"ig",
"intel-pf-bb-config",
"iso-codes",
"ivykis",
"jsonbuilder",
"jx",
Expand All @@ -2383,9 +2380,13 @@
"libgdiplus",
"libmaxminddb",
"libmetalink",
"libogg",
"libsafec",
"libtheora",
"libutempter",
"libuv",
"libvisual",
"libvorbis",
"libxml++",
"linuxptp",
"lld",
Expand All @@ -2404,6 +2405,7 @@
"node-problem-detector",
"ntopng",
"opentelemetry-cpp",
"orc",
"packer",
"pcaudiolib",
"pcre2",
Expand Down Expand Up @@ -2633,7 +2635,6 @@
"bsf",
"byaccj",
"cal10n",
"cdparanoia",
"cglib",
"cni",
"containerized-data-importer",
Expand Down Expand Up @@ -2679,7 +2680,6 @@
"kubevirt",
"kured",
"libcontainers-common",
"libtheora",
"libva",
"libvdpau",
"lynx",
Expand Down

This file was deleted.

5 changes: 0 additions & 5 deletions SPECS-EXTENDED/libvisual/libvisual.signatures.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Name: cdparanoia
Version: 10.2
Release: 1%{?dist}
License: GPL-2.0-or-later
Vendor: Microsoft Corporation
Distribution: Azure Linux
Vendor: Intel Corporation
Distribution: Edge Microvisor Toolkit
Group: Productivity/Multimedia/CD/Grabbers
URL: https://www.xiph.org/paranoia/index.html
Source: https://downloads.xiph.org/releases/%{name}/%{name}-III-%{version}.src.tgz
Expand Down Expand Up @@ -108,6 +108,10 @@ install -m644 cdparanoia.1.jp $JAPN_MANDIR/cdparanoia.1
%{_libdir}/libcdda_interface.so

%changelog
* Mon Oct 13 2025 Swee Yee Fonn <swee.yee.fonn@intel.com> - 10.2-1
- Initial Edge Microvisor Toolkit import from Azure Linux (license: MIT)
- License verified.

* Wed Nov 23 2022 Sumedh Sharma <sumsharma@microsoft.com> - 10.2-1
- Initial CBL-Mariner import from openSUSE Tumbleweed (license: same as "License" tag)
- Converting the 'Release' tag to the '[number].[distribution]' format
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Vendor: Microsoft Corporation
Distribution: Azure Linux
Vendor: Intel Corporation
Distribution: Edge Microvisor Toolkit
Name: graphene
Version: 1.10.8
Release: 1%{?dist}
Expand Down Expand Up @@ -65,6 +65,10 @@ the functionality of the installed %{name} package.
%{_datadir}/installed-tests/

%changelog
* Mon Oct 13 2025 Swee Yee Fonn <swee.yee.fonn@intel.com> - 1.10.8-1
- Initial Edge Microvisor Toolkit import from Azure Linux (license: MIT)
- License verified.

* Thu Oct 17 2024 Kevin Lockwood <v-klockwood@microsoft.com> - 1.10.8-1
- Upgrade to 1.10.8
- License Verified
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
From 20de7236a6fa022a7c52b1c1ccf6ce33a3142f7a Mon Sep 17 00:00:00 2001
From: He Junyan <junyan.he@intel.com>
Date: Thu, 16 May 2024 14:22:42 +0800
Subject: [PATCH] glimagesink: set last sample disabled if input is
"external-oes"

The last sample causes error log of:
gstglmemory.c:926:_gl_tex_copy: Cannot copy External OES textures

So we should disable last sample if the input is "external-oes".

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6863#note_2415780>

This is a temporary fix for error message that occcured after a successful
playback. Need to be removed after upstream have produced their fix.
---
ext/gl/gstglimagesink.c | 10 ++++++++++
1 file changed, 10 insertions(+)

diff --git a/ext/gl/gstglimagesink.c b/ext/gl/gstglimagesink.c
index dd32d5f1..019df309 100644
--- a/ext/gl/gstglimagesink.c
+++ b/ext/gl/gstglimagesink.c
@@ -1647,6 +1647,7 @@ gst_glimage_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
GstGLImageSink *glimage_sink;
gboolean ok;
GstVideoInfo vinfo;
+ GstStructure *structure;

GST_DEBUG_OBJECT (bsink, "set caps with %" GST_PTR_FORMAT, caps);

@@ -1668,6 +1669,15 @@ gst_glimage_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)

GST_GLIMAGE_SINK_UNLOCK (glimage_sink);

+ structure = gst_caps_get_structure (caps, 0);
+ if (gst_structure_has_field_typed
+ (structure, "texture-target", G_TYPE_STRING)) {
+ const gchar *str = gst_structure_get_string (structure, "texture-target");
+
+ if (g_strcmp0 (str, GST_GL_TEXTURE_TARGET_EXTERNAL_OES_STR) == 0)
+ gst_base_sink_set_last_sample_enabled (bsink, FALSE);
+ }
+
return ok;
}

--
2.34.1

25 changes: 25 additions & 0 deletions SPECS/gstreamer1-plugins-base/0001-skip-failing-tests.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Description: Disable a number of failing GL tests on ppc64el
A regression in mesa causes instability on ppc64el, so until that is
fixed, disable the tests.
.
See https://gitlab.freedesktop.org/mesa/mesa/-/issues/12452
Author: Marc Leeman <marc.leeman@gmail.com>
Forwarded: not-needed
Last-Update: 2025-01-29

Index: gst-plugins-base1.0/tests/check/meson.build
===================================================================
--- gst-plugins-base1.0.orig/tests/check/meson.build
+++ gst-plugins-base1.0/tests/check/meson.build
@@ -103,9 +103,9 @@ if build_gstgl and host_machine.system()
[ 'libs/gstglslstage.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
[ 'libs/gstglupload.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
[ 'libs/gstglvideomixerelement.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
- [ 'elements/glimagesink.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
+ [ 'elements/glimagesink.c', true, [gstgl_dep, gstglproto_dep]],
[ 'elements/glbin.c', not build_gstgl ],
- [ 'pipelines/gl-launch-lines.c', not build_gstgl ],
+ [ 'pipelines/gl-launch-lines.c', true ],
[ 'elements/glfilter.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
[ 'elements/glstereo.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
[ 'elements/glmixer.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"Signatures": {
"gst-plugins-base-1.26.5.tar.xz": "f0c0e26cbedaa57732cb6a578e8cc13a1164bf18d737d55c333061c52f0c48d7"
}
}
Loading
Loading