diff options
author | Taner Tas <taner76@gmail.com> | 2018-04-05 12:40:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-06 05:19:28 +0000 |
commit | 53a2ede7c4814fc1d6bcf1307cf88dd1a48a016d (patch) | |
tree | f3c1084b4b41248d92e9e5c40110e7d799edba8c /main/gstreamer | |
parent | cd22a966404dbef8aec3d78c838904a11137a7f1 (diff) | |
download | aports-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/gstreamer')
-rw-r--r-- | main/gstreamer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gstreamer/APKBUILD b/main/gstreamer/APKBUILD index 32ea14f00d..ff016a3c5b 100644 --- a/main/gstreamer/APKBUILD +++ b/main/gstreamer/APKBUILD @@ -5,7 +5,7 @@ pkgrel=0 pkgdesc="GStreamer Multimedia Framework" url="https://gstreamer.freedesktop.org/" arch="all" -license="LGPL-2.0+" +license="LGPL-2.0-or-later" subpackages="$pkgname-dev $pkgname-doc $pkgname-tools $pkgname-lang" replaces="gstreamer1" depends_dev="libxml2-dev" |