diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-02-16 18:20:06 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-02-16 18:20:17 +0100 |
commit | 698f78e153a054e27d236671596404b07d96db58 (patch) | |
tree | 08c2d9a618149fa4762bed19e3838c43aef783d3 | |
parent | a63c03afe4e400b962664d957291f42a85dd09bc (diff) | |
download | aports-698f78e153a054e27d236671596404b07d96db58.tar.bz2 aports-698f78e153a054e27d236671596404b07d96db58.tar.xz |
community/gst-plugins-good: enable pulseaudio integration
-rw-r--r-- | community/gst-plugins-good/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/gst-plugins-good/APKBUILD b/community/gst-plugins-good/APKBUILD index 2896be889a..dfca70b17d 100644 --- a/community/gst-plugins-good/APKBUILD +++ b/community/gst-plugins-good/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gst-plugins-good pkgver=1.16.2 -pkgrel=3 +pkgrel=4 pkgdesc="GStreamer streaming media framework good plug-ins" url="https://gstreamer.freedesktop.org" arch="all" @@ -13,7 +13,8 @@ makedepends="cairo-dev flac-dev gdk-pixbuf-dev glib-dev gst-plugins-base-dev libdv-dev libgudev-dev libice-dev libiec61883-dev libjpeg-turbo-dev libogg-dev libpng-dev libshout-dev libsm-dev libsoup-dev libvpx-dev libxdamage-dev libxext-dev libxv-dev linux-headers meson mpg123-dev - orc-compiler orc-dev taglib-dev v4l-utils-dev wavpack-dev zlib-dev" + orc-compiler orc-dev taglib-dev v4l-utils-dev wavpack-dev zlib-dev + pulseaudio-dev" ldpath="/usr/lib/gstreamer-1.0" source="https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-$pkgver.tar.xz" options="!check" # elements/souphttpsrc fails |