summaryrefslogtreecommitdiff
path: root/repo/gst-plugins-bad/gst-plugins-bad.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/gst-plugins-bad/gst-plugins-bad.xibuild')
-rw-r--r--repo/gst-plugins-bad/gst-plugins-bad.xibuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/repo/gst-plugins-bad/gst-plugins-bad.xibuild b/repo/gst-plugins-bad/gst-plugins-bad.xibuild
new file mode 100644
index 0000000..ae856de
--- /dev/null
+++ b/repo/gst-plugins-bad/gst-plugins-bad.xibuild
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+NAME="gst-plugins-bad"
+DESC="GStreamer streaming media framework bad plug-ins"
+
+MAKEDEPS="alsa-lib aom bluez bzip2 curl faac faad2 flite glib glu gst-plugins-base gstreamer libass libdc1394 libmms libgudev libmodplug libsrtp libvdpau libwebp libnice libx11 mesa meson neon openssl opus orc-compiler orc spandsp tiff x265 wayland wayland-protocols gobject-introspection libusrsctp lcms2 pango chromaprint fdk-aac fluidsynth libde265 openal-soft openexr openjpeg libdvdnav libdvdread sbc libsndfile soundtouch libxkbcommon gtk3 rtmpdump vo-aacenc vo-amrwbenc librsvg libexif"
+
+PKG_VER=1.20.1
+SOURCE="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-$PKG_VER.tar.xz"
+
+build() {
+ meson --prefix=/usr \
+ -Dintrospection=enabled \
+ -Dsctp=enabled \
+ -Dtests="disabled" \
+ . output
+ meson compile ${JOBS:+-j ${JOBS}} -C output
+}
+
+package() {
+ DESTDIR="$PKG_DEST" meson install --no-rebuild -C output
+}
+