summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2024-11-26 06:19:49 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2024-11-29 04:55:36 -0600
commite7a87dd6bdf93c290fc6793bcb98ff40dbb5d9df (patch)
treeb97c4084903959b1d8d89235ab43143f6855b4b4
parentd4062e2c9b4a03413762ac22bb2330b319f77ac9 (diff)
downloadpackages-e7a87dd6bdf93c290fc6793bcb98ff40dbb5d9df.tar.gz
packages-e7a87dd6bdf93c290fc6793bcb98ff40dbb5d9df.tar.bz2
packages-e7a87dd6bdf93c290fc6793bcb98ff40dbb5d9df.tar.xz
packages-e7a87dd6bdf93c290fc6793bcb98ff40dbb5d9df.zip
user/gst-plugins-base: Fix dependencies
We can enable Wayland now. Use libglvnd for EGL and Mesa for GBM. Ensure wraps are disabled, so it doesn't download its own gl-headers.
-rw-r--r--user/gst-plugins-base/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/user/gst-plugins-base/APKBUILD b/user/gst-plugins-base/APKBUILD
index bce787485..6a89cb469 100644
--- a/user/gst-plugins-base/APKBUILD
+++ b/user/gst-plugins-base/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=gst-plugins-base
pkgver=1.20.1
-pkgrel=0
+pkgrel=1
pkgdesc="GStreamer multimedia framework - Base plugins"
url="https://gstreamer.freedesktop.org/"
arch="all"
@@ -10,15 +10,17 @@ license="GPL LGPL"
depends=""
makedepends="alsa-lib-dev cdparanoia-dev expat-dev glib-dev iso-codes-dev
gobject-introspection-dev graphene-dev gstreamer-dev libdrm-dev
- libjpeg-turbo-dev libogg-dev libpng-dev libtheora-dev libvorbis-dev
- libx11-dev libxt-dev libxv-dev mesa-dev meson opus-dev orc-compiler
- orc-dev pango-dev !gst-plugins-base"
+ libglvnd-dev libjpeg-turbo-dev libogg-dev libpng-dev libtheora-dev
+ libvorbis-dev libx11-dev libxt-dev libxv-dev mesa-dev meson opus-dev
+ orc-compiler orc-dev pango-dev wayland-dev wayland-protocols
+ !gst-plugins-base"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$pkgver.tar.xz"
ldpath="/usr/lib/gstreamer-1.0"
build() {
meson \
+ --wrap-mode=nofallback \
-Dprefix=/usr \
-Dintrospection=enabled \
-Dnls=enabled \