2016-02-28 14:29:19 +11:00
|
|
|
# Description: An essential exemplary set of plugins for gstreamer.
|
2017-02-15 22:31:47 +11:00
|
|
|
# URL: https://gstreamer.freedesktop.org/modules/gst-plugins-base.html
|
2016-02-28 14:29:19 +11:00
|
|
|
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
2020-07-22 18:10:08 -05:00
|
|
|
# Depends on: alsa-lib-32 gst-plugins-base gstreamer-32 libjpeg-turbo-32 libtheora-32 libvisual-32 mesa-32 orc-32 pango-32
|
2019-04-20 21:45:50 +10:00
|
|
|
# Optional: cdparanoia-32
|
2016-02-28 14:29:19 +11:00
|
|
|
|
|
|
|
name=gst-plugins-base-32
|
2021-03-17 19:34:26 +11:00
|
|
|
version=1.18.4
|
2016-02-28 14:29:19 +11:00
|
|
|
release=1
|
2020-09-20 12:08:12 +10:00
|
|
|
source=(https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$version.tar.xz)
|
2016-02-28 14:29:19 +11:00
|
|
|
|
|
|
|
build() {
|
2020-11-08 12:37:42 +11:00
|
|
|
meson setup build gst-plugins-base-$version \
|
2016-02-28 14:29:19 +11:00
|
|
|
--prefix=/usr \
|
|
|
|
--libdir=/usr/lib32 \
|
2020-09-20 12:08:12 +10:00
|
|
|
--libexecdir=/usr/lib32 \
|
2020-11-08 12:37:42 +11:00
|
|
|
--buildtype=plain \
|
|
|
|
-D examples=disabled \
|
2020-09-20 12:08:12 +10:00
|
|
|
-D nls=disabled \
|
|
|
|
-D introspection=disabled \
|
|
|
|
-D package-name="GStreamer (CRUX Linux)" \
|
|
|
|
-D package-origin="https://crux.nu/"
|
2016-02-28 14:29:19 +11:00
|
|
|
|
2020-11-08 12:37:42 +11:00
|
|
|
meson compile -C build -j ${JOBS:-1}
|
2020-09-20 12:08:12 +10:00
|
|
|
DESTDIR=$PKG ninja -C build install
|
2016-02-28 14:29:19 +11:00
|
|
|
|
2020-09-20 12:08:12 +10:00
|
|
|
rm -r $PKG/usr/{bin,include,share/man,share}
|
2016-02-28 14:29:19 +11:00
|
|
|
}
|