# Maintainer: Natanael Copa pkgname=gst-plugins-ugly1 pkgver=1.4.1 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="316974af949ca4654efee704a0164076 gst-plugins-ugly-1.4.1.tar.xz" sha256sums="25440435ac4ed795d213f2420a0e7355e4a2e2e76d1f9d020b2073f815e8b071 gst-plugins-ugly-1.4.1.tar.xz" sha512sums="c55c6803e5804f453f0fbeb08ef86a67bdc8f22a8a976c33560987b1cec083306a57b5dcec76a19b4d7f9600718cd4f101a41f510e6905671071a0c25288f602 gst-plugins-ugly-1.4.1.tar.xz"