# Maintainer: Natanael Copa pkgname=gst-plugins-base pkgver=1.12.1 pkgrel=1 pkgdesc="GStreamer Multimedia Framework Base Plugins" url="http://gstreamer.freedesktop.org/" arch="all" license="GPL LGPL" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" depends= replaces="gst-plugins-base1" makedepends=" alsa-lib-dev cdparanoia-dev expat-dev gtk+3.0-dev libice-dev libogg-dev liboil-dev libsm-dev libtheora-dev libvorbis-dev libxv-dev orc-dev perl gobject-introspection-dev gstreamer-dev glib-dev opus-dev " source="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$pkgver.tar.xz" ldpath="/usr/lib/gstreamer-.0" builddir="$srcdir"/gst-plugins-base-$pkgver build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-static \ --disable-experimental \ --disable-fatal-warnings \ --with-default-audiosink=alsasink \ --enable-introspection \ --with-package-name="GStreamer Base Plugins (Alpine Linux)" \ --with-package-origin="http://alpinelinux.org/" \ || return 1 make || return 1 } package() { cd "$builddir" make -j1 DESTDIR="$pkgdir" install || return 1 } sha512sums="b4b6dc3f38ba8f043c92b151d8bae54a59b6324be7a02604391ac6d2e84b34bb3f2dd0ca642c075a3e4f90ea06482200e0f64ba11bdba47285e84d478aa58c5e gst-plugins-base-1.12.1.tar.xz"