From ae50530e4a676264b19bb053ee8ba0515f6f6061 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 15 Sep 2009 06:30:23 +0000 Subject: x11/gst-plugins-ugly: new aport GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly) http://gstreamer.freedesktop.org/ --- x11/gst-plugins-ugly/APKBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 x11/gst-plugins-ugly/APKBUILD (limited to 'x11') diff --git a/x11/gst-plugins-ugly/APKBUILD b/x11/gst-plugins-ugly/APKBUILD new file mode 100644 index 00000000..29018040 --- /dev/null +++ b/x11/gst-plugins-ugly/APKBUILD @@ -0,0 +1,26 @@ +# Maintainer: Natanael Copa +pkgname=gst-plugins-ugly +pkgver=0.10.11 +pkgrel=0 +pkgdesc="GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)" +url="http://gstreamer.freedesktop.org/" +license="LGPL" +depends= #"gstreamer0.10-ugly>=0.10.11 libdvdread>=4.1.3 lame>=3.98.2 libmpeg2>=0.5.1 a52dec>=0.7.4 libid3tag>=0.15.1b libmad>=0.15.1b libsidplay>=1.36.59 libcdio>=0.81" +makedepends="pkgconfig lame-dev libmpeg2-dev a52dec-dev libid3tag-dev + libmad-dev glib-dev liboil-dev gstreamer-dev gst-plugins-base-dev" +source="http://gstreamer.freedesktop.org//src/gst-plugins-ugly/gst-plugins-ugly-$pkgver.tar.bz2" + +build () +{ + cd "$srcdir"/$pkgname-$pkgver + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-static \ + --enable-experimental \ + --with-package-name="GStreamer Ugly Plugins (Alpine Linux)" \ + --with-package-origin="http://www.alpinelinux.org/" || return 1 + make || return 1 + make DESTDIR="$pkgdir" install || return 1 +} +md5sums="dfe2e201e066a3e86a9598b6769d9739 gst-plugins-ugly-0.10.11.tar.bz2" -- cgit v1.2.3