main/gstreamer: use distro variables, clarify license

This commit is contained in:
A. Wilcox 2018-03-01 21:30:28 -06:00 committed by William Pitcock
parent f3c20a3707
commit 28fa3157d0

View File

@ -1,11 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gstreamer
pkgver=1.12.3
pkgrel=0
pkgrel=1
pkgdesc="GStreamer Multimedia Framework"
url="https://gstreamer.freedesktop.org/"
arch="all"
license="LGPL"
license="LGPL-2.0+"
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools $pkgname-lang"
replaces="gstreamer1"
depends_dev="libxml2-dev"
@ -23,8 +23,8 @@ build() {
--sysconfdir=/etc \
--localstatedir=/var \
--enable-introspection \
--with-package-name="GStreamer (Alpine Linux)" \
--with-package-origin="http://alpinelinux.org/" \
--with-package-name="GStreamer (${DISTRO_NAME:-Alpine Linux})" \
--with-package-origin="${DISTRO_URL:-http://alpinelinux.org/}" \
--disable-fatal-warnings \
--with-ptp-helper-permissions=none
make