mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
main/gstreamer: use distro variables, clarify license
This commit is contained in:
parent
f3c20a3707
commit
28fa3157d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user