mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/gstreamer: enable introspection
This commit is contained in:
parent
b8f7d4e462
commit
2f47637d0a
@ -1,14 +1,15 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=gstreamer
|
||||
pkgver=0.10.36
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="GStreamer Multimedia Framework"
|
||||
url="http://gstreamer.freedesktop.org/"
|
||||
arch="all"
|
||||
license="LGPL"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools $pkgname-lang"
|
||||
depends=
|
||||
makedepends="pkgconfig libxml2-dev glib-dev bison flex gettext-dev libiconv-dev"
|
||||
makedepends="pkgconfig libxml2-dev glib-dev bison flex gettext-dev libiconv-dev
|
||||
gobject-introspection-dev"
|
||||
source="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-$pkgver.tar.bz2
|
||||
"
|
||||
|
||||
@ -34,6 +35,7 @@ build() {
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--enable-introspection \
|
||||
--disable-docs-build || return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user