Comment
The change is limited to .SRCINFO metadata. It updates the package description, bumps pkgrel, removes several makedepends from the metadata, adds runtime depends/provides entries, and drops one patch source entry. There is no evidence here of malicious code execution, network access, privilege escalation, or integrity bypass in the reviewed hunk itself. The main thing to note is that .SRCINFO must stay consistent with PKGBUILD; if these metadata changes were inaccurate they could mislead users or tooling, but that is a packaging correctness issue rather than a security issue based on this diff alone.
@@ -1,29 +1,26 @@
pkgbase = gstreamer0.10
- pkgdesc = GStreamer Multimedia Framework
+ pkgdesc = Legacy GStreamer 0.10 multimedia framework
pkgver = 0.10.36
- pkgrel = 20
+ pkgrel = 21
url = https://gstreamer.freedesktop.org
arch = i686
arch = x86_64
arch = armv7h
license = LGPL-2.0-or-later
- makedepends = intltool
- makedepends = python3
- makedepends = pkg-config
- makedepends = gtk-doc
- makedepends = bison
- makedepends = flex
makedepends = glib2-devel
- makedepends = automake
- makedepends = autoconf
- makedepends = libtool
- depends = libxml2
+ depends = bash
depends = glib2
+ depends = glibc
+ depends = libxml2
+ provides = libgstreamer-0.10.so
+ provides = libgstbase-0.10.so
+ provides = libgstcheck-0.10.so
+ provides = libgstcontroller-0.10.so
+ provides = libgstdataprotocol-0.10.so
+ provides = libgstnet-0.10.so
source = https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.36.tar.xz
- source = tests-remove-silly-test_fail_abstract_new-check.patch
source = bison3.patch
sha256sums = 9151aa108c177054387885763fa0e433e76780f7c5655c70a5390f2a6c6871da
- sha256sums = d3d3f4f04453831fdb4244bfe174a38c4e6f9f4da5c8c9050dcfa1a6097aad52
sha256sums = ed154e280abf59b24d98a8ab0fe868b449b26aa61f7ae3813fab8ac615fcaefa
pkgname = gstreamer0.10