summaryrefslogtreecommitdiff
path: root/community/gstreamermm/PKGBUILD
blob: 3b08b1f56110c233b6bcfad914604a072ece6193 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $Id: PKGBUILD 10834 2010-02-02 19:30:09Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>

pkgname=gstreamermm
pkgver=0.10.6
pkgrel=1
pkgdesc="C++ interface for GStreamer"
arch=('i686' 'x86_64')
url="http://gstreamer.freedesktop.org/bindings/cplusplus.html"
license=('LGPL')
depends=('glibmm' 'gstreamer0.10-base>=0.10.25' 'libsigc++2.0' 'libxml++')
makedepends=('doxygen' 'pkgconfig')
options=('!libtool') 
source=(http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/0.10/${pkgname}-${pkgver}.tar.bz2)
md5sums=('d9414047afd7a44ed9c9b7075936a61d')

build() {
  cd ${srcdir}/${pkgname}-${pkgver}

  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=${pkgdir} install
}