summaryrefslogtreecommitdiff
path: root/gnome-unstable/gst-plugins-base/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-unstable/gst-plugins-base/PKGBUILD')
-rw-r--r--gnome-unstable/gst-plugins-base/PKGBUILD17
1 files changed, 8 insertions, 9 deletions
diff --git a/gnome-unstable/gst-plugins-base/PKGBUILD b/gnome-unstable/gst-plugins-base/PKGBUILD
index 03ef9d0f9..27c9ccd41 100644
--- a/gnome-unstable/gst-plugins-base/PKGBUILD
+++ b/gnome-unstable/gst-plugins-base/PKGBUILD
@@ -3,48 +3,47 @@
pkgbase=gst-plugins-base
pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Base Plugins"
arch=('i686' 'x86_64')
license=('LGPL')
makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection')
options=(!libtool !emptydirs)
url="http://gstreamer.freedesktop.org/"
source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('4b98a74712e31d5426dd1cf2de883b6af59fd37997b0ffaed53914eb6df45053')
+sha256sums=('75466452e4267fff86e322bc52ed0c962c6c3785f802230fe898cb09984b8de0')
build() {
- cd "${srcdir}/$pkgbase-${pkgver}"
+ cd $pkgbase-$pkgver
sed -i '/AC_PATH_XTRA/d' configure.ac
autoreconf
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-static --enable-experimental \
--with-package-name="GStreamer Base Plugins (Archlinux)" \
--with-package-origin="http://www.archlinux.org/"
-
make
sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
}
check() {
- cd "${srcdir}/gst-plugins-base-${pkgver}"
+ cd $pkgbase-$pkgver
# Testsuite fails on one test. Some refcount leak
#make check
}
package_gst-plugins-base-libs() {
- pkgdesc="GStreamer Multimedia Framework Base plugin libraries"
+ pkgdesc="GStreamer Multimedia Framework Base Plugin libraries"
depends=('gstreamer' 'orc' 'libxv')
- cd "${srcdir}/$pkgbase-${pkgver}"
+ cd $pkgbase-$pkgver
make DESTDIR="${pkgdir}" install
}
package_gst-plugins-base() {
- pkgdesc="GStreamer Multimedia Framework Base Plugins (gst-plugins-base)"
depends=("gst-plugins-base-libs=$pkgver" 'alsa-lib' 'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango')
- cd "${srcdir}/$pkgbase-${pkgver}"
+ cd $pkgbase-$pkgver
make -C gst-libs DESTDIR="${pkgdir}" install
make -C ext DESTDIR="${pkgdir}" install
make -C gst-libs DESTDIR="${pkgdir}" uninstall