summaryrefslogtreecommitdiff
path: root/gst-plugins-base
diff options
context:
space:
mode:
authorDanny Rawlins <contact@romster.me>2021-09-24 21:00:25 +1000
committerDanny Rawlins <contact@romster.me>2021-09-24 21:00:25 +1000
commitae1d675c2afe053650bb3346f21aefe613bf0175 (patch)
treeb8b28e63dd52b669d499084732aecc27d6fa8153 /gst-plugins-base
parentacbac090c9e5a22c9a702866be988a45900faec7 (diff)
downloadopt-ae1d675c2afe053650bb3346f21aefe613bf0175.tar.gz
opt-ae1d675c2afe053650bb3346f21aefe613bf0175.tar.xz
gst-plugins-base: fix egl logic, if egl.pc is found include egl files, else webkitgtk fails to build
Diffstat (limited to 'gst-plugins-base')
-rw-r--r--gst-plugins-base/.signature4
-rw-r--r--gst-plugins-base/Pkgfile6
2 files changed, 5 insertions, 5 deletions
diff --git a/gst-plugins-base/.signature b/gst-plugins-base/.signature
index 8a8e2d169..4929299a6 100644
--- a/gst-plugins-base/.signature
+++ b/gst-plugins-base/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/cPxWhJVXUFcT1weE15p1vYJyzMEUcU0RDmii0/9FRZ7jK9WGmgO5CnGheicvqqMtiVVwxcUvBY81J6b7vkP0Qk=
-SHA256 (Pkgfile) = 9cb9e2582e90f4214f5707661508b78b46e1a8c98799d6ac8a6137f2ee847bb1
+RWSE3ohX2g5d/QTYdAz7M+m0RRvhZpleJRx/OA91DJUCxytpx06uejJg1ET0BePYKj+N+7BjsTxmmwj+uci3c1R4wJoH0fT6nQY=
+SHA256 (Pkgfile) = 3ad55479722fed28aefb3f9ffe8fc0265669acc9885d39d978a3fe19ea527eeb
SHA256 (.footprint) = 25f70c3fe0c85107742a4741f02b96c8047efb6e8a9be4e96abf02938792033d
SHA256 (gst-plugins-base-1.18.5.tar.xz) = 960b7af4585700db0fdd5b843554e11e2564fed9e061f591fae88a7be6446fa3
diff --git a/gst-plugins-base/Pkgfile b/gst-plugins-base/Pkgfile
index 632e661a0..1f5d9d824 100644
--- a/gst-plugins-base/Pkgfile
+++ b/gst-plugins-base/Pkgfile
@@ -2,16 +2,16 @@
# URL: https://gstreamer.freedesktop.org/modules/gst-plugins-base.html
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: alsa-lib graphene gl-headers gstreamer libgudev libjpeg-turbo libtheora libvisual mesa opus orc pango xorg-libx11
-# Optional: cdparanoia
+# Optional: cdparanoia libglvnd wayland-protocols
name=gst-plugins-base
version=1.18.5
-release=1
+release=2
source=(https://gstreamer.freedesktop.org/src/$name/$name-$version.tar.xz)
build() {
# decide accordingly to what mesa builds with
- prt-get isinst wayland-protocols && \
+ [ -e /usr/lib/pkgconfig/egl.pc ] || prt-get isinst wayland-protocols && \
PKGMK_GST_PLATFORM+='egl' \
PKGMK_GST_GLAPI+='gles2' \
PKGMK_GST_WINDOW+='egl'

Generated by cgit