aboutsummaryrefslogtreecommitdiffstats
path: root/main/gst-plugins-base
diff options
context:
space:
mode:
authorTaner Tas <taner76@gmail.com>2018-04-05 12:40:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-04-06 05:19:28 +0000
commit53a2ede7c4814fc1d6bcf1307cf88dd1a48a016d (patch)
treef3c1084b4b41248d92e9e5c40110e7d799edba8c /main/gst-plugins-base
parentcd22a966404dbef8aec3d78c838904a11137a7f1 (diff)
downloadaports-53a2ede7c4814fc1d6bcf1307cf88dd1a48a016d.tar.bz2
aports-53a2ede7c4814fc1d6bcf1307cf88dd1a48a016d.tar.xz
main/gstreamer, main/gst-plugins-[base,good,bad,ugly]
main/gstreamer: Clarify license main/gst-plugins-base: Clarify license, update configure options main/gst-plugins-good: Clarify license, update configure options, add Qt and Gtk-3 plugins as separate packages main/gst-plugins-bad: Clarify license, updte configure options, fix compile against libressl main/gst-plugins-ugly: Clarify license, updte configure options
Diffstat (limited to 'main/gst-plugins-base')
-rw-r--r--main/gst-plugins-base/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/gst-plugins-base/APKBUILD b/main/gst-plugins-base/APKBUILD
index a8e338e7e2..5cff3cc256 100644
--- a/main/gst-plugins-base/APKBUILD
+++ b/main/gst-plugins-base/APKBUILD
@@ -5,7 +5,7 @@ pkgrel=0
pkgdesc="GStreamer Multimedia Framework Base Plugins"
url="https://gstreamer.freedesktop.org/"
arch="all"
-license="GPL LGPL"
+license="GPL-2.0-or-later LGPL-2.0-or-later"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
depends=
replaces="gst-plugins-base1"
@@ -27,8 +27,9 @@ makedepends="
gstreamer-dev
glib-dev
opus-dev
+ mesa-dev
+ orc-compiler
"
-checkdepends="orc-compiler"
source="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$pkgver.tar.xz"
ldpath="/usr/lib/gstreamer-1.0"
builddir="$srcdir"/gst-plugins-base-$pkgver