From c3cd1521615e13a67ed6209be3b75b6cee5e984c Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 24 Aug 2025 12:20:33 +0300 Subject: [PATCH] Switch gcc dependenency to gcc-libs --- pkg.info | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index e79d122..1f8d9fc 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,10 @@ name: gstreamer description: Library for constructing graphs of media-handling components version: 1.24.12 +revision: 2 url: https://gstreamer.freedesktop.org/ license: LGPL2.1-or-later architecture: any -depends: ["gcc","glib","glibc","libcap","libelf","libunwind"] -make_depends: ["gobject-introspection","meson","valgrind","rustc"] +depends: ["gcc-libs", "glib", "glibc", "libcap", "libelf", "libunwind"] +make_depends: ["gobject-introspection", "meson", "valgrind", "rustc"] type: source