cogl: disable gst library to fix gcc14 build

Long superceeded by clutter-gst3
`xbps-query -Rs libcogl-gst.so -p shlib-requires` shows no dependents.
This commit is contained in:
oreo639 2025-03-18 18:06:31 -07:00
parent c96c7992fb
commit 2fd31407fe
2 changed files with 3 additions and 4 deletions
common
srcpkgs/cogl

View file

@ -881,7 +881,6 @@ libdvbv5.so.0 v4l-utils-1.6.2_1
libjson-c.so.5 json-c-0.14.0_1
libcogl.so.20 cogl-1.18.0_1
libcogl-pango.so.20 cogl-1.18.0_1
libcogl-gst.so.20 cogl-1.18.0_1
libcogl-gles2.so.20 cogl-1.18.0_1
libcogl-path.so.20 cogl-1.18.0_1
libSDL2_Pango.so.4 SDL2_Pango-2.1.5_1

View file

@ -1,17 +1,17 @@
# Template file for 'cogl'
pkgname=cogl
version=1.22.8
revision=1
revision=2
build_style=gnu-configure
build_helper="gir"
configure_args="--enable-cairo=yes --enable-cogl-pango=yes
--enable-gdk-pixbuf=yes --enable-cogl-gst=yes --enable-kms-egl-platform
--enable-gdk-pixbuf=yes --enable-kms-egl-platform
--enable-wayland-egl-platform --enable-wayland-egl-server
$(vopt_enable gir introspection)"
hostmakedepends="automake libtool gettext gettext-devel pkg-config intltool
glib-devel gobject-introspection gtk-doc"
makedepends="libXcomposite-devel libXrandr-devel MesaLib-devel pango-devel
gdk-pixbuf-devel gst-plugins-base1-devel wayland-devel libXdamage-devel"
gdk-pixbuf-devel wayland-devel libXdamage-devel"
short_desc="Library for using 3D graphics hardware for rendering"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"