aboutsummaryrefslogtreecommitdiffstats
path: root/community/gst-plugins-bad
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-27 20:06:35 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-28 17:47:16 -0300
commite54138a01164934b73923905f4f1707305e0f54c (patch)
tree9b7d6954c4ba0454b7f839fded321ba30d4e4ad9 /community/gst-plugins-bad
parent97b5cef3484bf6e56afd33c00451a05455c9eb56 (diff)
community/gst-plugins-bad: enable wayland and vulkan support
Diffstat (limited to 'community/gst-plugins-bad')
-rw-r--r--community/gst-plugins-bad/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/gst-plugins-bad/APKBUILD b/community/gst-plugins-bad/APKBUILD
index 43a8c91f6e7..ff9ce13637c 100644
--- a/community/gst-plugins-bad/APKBUILD
+++ b/community/gst-plugins-bad/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gst-plugins-bad
pkgver=1.16.0
-pkgrel=1
+pkgrel=2
pkgdesc="GStreamer streaming media framework bad plug-ins"
url="https://gstreamer.freedesktop.org"
arch="all"
@@ -13,7 +13,8 @@ makedepends="alsa-lib-dev bluez-dev bzip2-dev curl-dev directfb-dev faac-dev
gstreamer-dev libass-dev libdc1394-dev libexif-dev libmms-dev
libmodplug-dev librsvg-dev libsrtp-dev libvdpau-dev libwebp-dev
libx11-dev mesa-dev meson neon-dev openssl-dev opus-dev orc-compiler
- orc-dev spandsp-dev tiff-dev x265-dev"
+ orc-dev spandsp-dev tiff-dev x265-dev vulkan-loader-dev vulkan-headers
+ wayland-dev wayland-protocols"
subpackages="$pkgname-lang $pkgname-dev"
source="https://gstreamer.freedesktop.org/src/gst-plugins-bad/$pkgname-$pkgver.tar.xz"
ldpath="/usr/lib/gstreamer-1.0"
@@ -27,6 +28,7 @@ build() {
--buildtype=release \
-Dpackage-origin="https://alpinelinux.org" \
-Dpackage-name="GStreamer bad plug-ins (Alpine Linux)" \
+ -Dvulkan=enabled \
. output
ninja -C output
}