mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +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>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=gstreamer
|
pkgname=gstreamer
|
||||||
pkgver=1.12.3
|
pkgver=1.12.3
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="GStreamer Multimedia Framework"
|
pkgdesc="GStreamer Multimedia Framework"
|
||||||
url="https://gstreamer.freedesktop.org/"
|
url="https://gstreamer.freedesktop.org/"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="LGPL"
|
license="LGPL-2.0+"
|
||||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools $pkgname-lang"
|
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools $pkgname-lang"
|
||||||
replaces="gstreamer1"
|
replaces="gstreamer1"
|
||||||
depends_dev="libxml2-dev"
|
depends_dev="libxml2-dev"
|
||||||
@ -23,8 +23,8 @@ build() {
|
|||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--enable-introspection \
|
--enable-introspection \
|
||||||
--with-package-name="GStreamer (Alpine Linux)" \
|
--with-package-name="GStreamer (${DISTRO_NAME:-Alpine Linux})" \
|
||||||
--with-package-origin="http://alpinelinux.org/" \
|
--with-package-origin="${DISTRO_URL:-http://alpinelinux.org/}" \
|
||||||
--disable-fatal-warnings \
|
--disable-fatal-warnings \
|
||||||
--with-ptp-helper-permissions=none
|
--with-ptp-helper-permissions=none
|
||||||
make
|
make
|
||||||
|
Loading…
Reference in New Issue
Block a user