ports/compat-32 (3.5): [notify] gst-plugins-base-32: new dependency graphene-32 fix for when qt5 is installed
commit 815d6dbdccb2a1c4c7f33dfbf7684e817308510d Author: Danny Rawlins <contact@romster.me> Date: Sun Nov 8 12:37:42 2020 +1100 [notify] gst-plugins-base-32: new dependency graphene-32 fix for when qt5 is installed diff --git a/gst-plugins-base-32/.signature b/gst-plugins-base-32/.signature index d4d1c30..59e7d25 100644 --- a/gst-plugins-base-32/.signature +++ b/gst-plugins-base-32/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXWtTwsHLIEWhMXXnBkhiwNQ7yvCOW/6LY3gdCpbSr8fNKWS7VXrryiJWzhjdpn4y2Th+RSMwZfbZWln/b83erAo= -SHA256 (Pkgfile) = f4f8e92305c659a4e8ad344a59af10bbc953b8eed38cdc58dbe94b7b3b681b73 +RWSwxGo/zH7eXXmt6aThGE1VYmhmlEm9Ax0iILPQWWb0pgR00UqDgfst/NcM1fFDMl2i3DFmA1tmDgsO8hdhlErITKXN/b8TqQw= +SHA256 (Pkgfile) = 2ca505dccea5a0a611007840c3069a47f468c5676fb7f6e8722f902fc4e8f43e SHA256 (.footprint) = cc188769b9f2d920526b436a0ed7e52546e1a4f51b916e2d3e0aade25493b825 SHA256 (gst-plugins-base-1.18.1.tar.xz) = 1ba654d7de30f7284b4c7071b32f881b609733ce02ab6d9d9ea29386a036c641 diff --git a/gst-plugins-base-32/Pkgfile b/gst-plugins-base-32/Pkgfile index e6d4f02..67ae181 100644 --- a/gst-plugins-base-32/Pkgfile +++ b/gst-plugins-base-32/Pkgfile @@ -1,7 +1,7 @@ # Description: An essential exemplary set of plugins for gstreamer. # URL: https://gstreamer.freedesktop.org/modules/gst-plugins-base.html # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu -# Depends on: alsa-lib-32 gst-plugins-base gstreamer-32 libjpeg-turbo-32 libtheora-32 libvisual-32 mesa3d-32 orc-32 pango-32 +# Depends on: alsa-lib-32 gst-plugins-base gstreamer-32 graphene-32 libjpeg-turbo-32 libtheora-32 libvisual-32 mesa3d-32 orc-32 pango-32 # Optional: cdparanoia-32 name=gst-plugins-base-32 @@ -10,20 +10,18 @@ release=1 source=(https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$ver...) build() { - cd gst-plugins-base-$version - - meson build \ + meson setup build gst-plugins-base-$version \ --prefix=/usr \ --libdir=/usr/lib32 \ --libexecdir=/usr/lib32 \ - -D buildtype=release \ - -D gtk_doc=disabled \ + --buildtype=plain \ + -D examples=disabled \ -D nls=disabled \ -D introspection=disabled \ -D package-name="GStreamer (CRUX Linux)" \ -D package-origin="https://crux.nu/" - ninja -C build -j ${JOBS:-1} + meson compile -C build -j ${JOBS:-1} DESTDIR=$PKG ninja -C build install rm -r $PKG/usr/{bin,include,share/man,share}
participants (1)
-
crux@crux.nu