aboutsummaryrefslogtreecommitdiffstats
path: root/main/gstreamer
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-03-01 21:30:28 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2018-03-06 00:37:44 +0000
commit28fa3157d0d58180f635a4516f84267ecaf0a246 (patch)
treeafd2f8aafb177e7dfdd95f3b86fb65822ee1efb4 /main/gstreamer
parentf3c20a370762eb93c021db6acbe9aa0c42c43783 (diff)
downloadaports-28fa3157d0d58180f635a4516f84267ecaf0a246.tar.bz2
aports-28fa3157d0d58180f635a4516f84267ecaf0a246.tar.xz
main/gstreamer: use distro variables, clarify license
Diffstat (limited to 'main/gstreamer')
-rw-r--r--main/gstreamer/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/gstreamer/APKBUILD b/main/gstreamer/APKBUILD
index 824b645dea..15152becc7 100644
--- a/main/gstreamer/APKBUILD
+++ b/main/gstreamer/APKBUILD
@@ -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