summaryrefslogtreecommitdiff
path: root/gst-plugins-base-32/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-09-18 15:35:16 +0200
committerTim Biermann <tbier@posteo.de>2021-09-18 15:35:16 +0200
commita16895e801850092e6525c4ce5e843bac4a453ef (patch)
tree417421a18e15702b0bf56e4440a1690a55fa923c /gst-plugins-base-32/Pkgfile
parentc9c3b53398406d570df07d2a16df2b5d43fb79e4 (diff)
downloadcompat-32-a16895e801850092e6525c4ce5e843bac4a453ef.tar.gz
compat-32-a16895e801850092e6525c4ce5e843bac4a453ef.tar.xz
gst-plugins-base-32: fix build on systems with opt/qt5 installed
Diffstat (limited to 'gst-plugins-base-32/Pkgfile')
-rw-r--r--gst-plugins-base-32/Pkgfile8
1 files changed, 7 insertions, 1 deletions
diff --git a/gst-plugins-base-32/Pkgfile b/gst-plugins-base-32/Pkgfile
index 03c4a4ea..7bd1297c 100644
--- a/gst-plugins-base-32/Pkgfile
+++ b/gst-plugins-base-32/Pkgfile
@@ -7,7 +7,8 @@
name=gst-plugins-base-32
version=1.18.5
release=1
-source=(https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$version.tar.xz)
+source=(https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$version.tar.xz
+ qt5-option.patch)
build() {
# decide accordingly to what mesa builds with
@@ -20,6 +21,9 @@ build() {
PKGMK_GST_GLAPI+=',opengl' \
PKGMK_GST_WINDOW+=',x11'
+ patch -Np1 -d gst-plugins-base-$version -i $SRC/qt5-option.patch
+ export PKG_CONFIG_PATH='/usr/lib32/pkgconfig:/usr/share/pkgconfig'
+
meson setup build gst-plugins-base-$version \
--prefix=/usr \
--libdir=/usr/lib32 \
@@ -33,6 +37,8 @@ build() {
-D gl_winsys=${PKGMK_GST_WINDOW#,} \
-D nls=disabled \
-D introspection=disabled \
+ -D examples=disabled \
+ -D qt5=disabled \
-D package-name="GStreamer (CRUX Linux)" \
-D package-origin="https://crux.nu/"

Generated by cgit