# Maintainer: Natanael Copa pkgname=gst-plugins-ugly1 pkgver=1.4.3 pkgrel=0 pkgdesc="GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)" url="http://gstreamer.freedesktop.org/" arch="all" license="LGPL" depends= makedepends=" a52dec-dev glib-dev gst-plugins-base1-dev gstreamer1-dev lame-dev libcdio-dev libdvdread-dev libid3tag-dev libmad-dev libmpeg2-dev liboil-dev orc-dev x264-dev " source="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-$pkgver.tar.xz" subpackages="$pkgname-lang" ldpath="/usr/lib/gstreamer-1.0" _builddir="$srcdir"/gst-plugins-ugly-$pkgver prepare() { cd "$_builddir" } build() { cd "$_builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-static \ --enable-experimental \ --with-package-name="GStreamer Ugly Plugins (Alpine Linux)" \ --with-package-origin="http://alpinelinux.org/" \ || return 1 make } package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 find "$pkgdir" -name '*.la' -delete } md5sums="239f055afb4ec0cf5ff8cde5a4a5bb9b gst-plugins-ugly-1.4.3.tar.xz" sha256sums="d581592a82cf3930361430d38436c30a58d8b6c249cad18f7f213b203e206d46 gst-plugins-ugly-1.4.3.tar.xz" sha512sums="274d5e3028d55fbfceaefa341a5be43f673bde7c5c2de7c932b19e6d1456589084ef73bd1ad03f57475910d4db71c669989ce2ee07f98594027b78a3ec12c287 gst-plugins-ugly-1.4.3.tar.xz"