diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-05 16:43:59 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-05 16:43:59 +0200 |
commit | eea781ff51db0dcc8e7263625d9b206d8b498b14 (patch) | |
tree | 1c36f59ff34ac845dad77ddb50cde427c5dc1bd4 /extra/v4l-utils | |
parent | 64552a84f9eb436e191d738ef4ebc552a768048d (diff) | |
parent | 7a600dcabb6923ee79d36a4eaab2fc6867bdb807 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
core/dbus/PKGBUILD
extra/opus/PKGBUILD
extra/ypbind-mt/PKGBUILD
Diffstat (limited to 'extra/v4l-utils')
-rw-r--r-- | extra/v4l-utils/PKGBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/extra/v4l-utils/PKGBUILD b/extra/v4l-utils/PKGBUILD index 7d47e44bb..7de2cf5c4 100644 --- a/extra/v4l-utils/PKGBUILD +++ b/extra/v4l-utils/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 179004 2013-03-01 10:26:47Z andrea $ +# $Id: PKGBUILD 184233 2013-05-04 14:56:27Z thomas $ # Maintainer: Thomas Bächler <thomas@archlinux.org> pkgname=v4l-utils -pkgver=0.9.3 -pkgrel=2 +pkgver=0.9.5 +pkgrel=1 pkgdesc="Userspace tools and conversion library for Video 4 Linux" arch=('i686' 'x86_64' 'mips64el') url="http://freshmeat.net/projects/libv4l" @@ -16,13 +16,11 @@ optdepends=('qt4') depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo') source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2 http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2.asc) -sha256sums=('502db0d865a392d87bff22c4f3bcfb3d0755937b1c18496edd941fd2d1784a3d' - '120388a92c3b720bd82e7617a908f3f7e1071d3b9075e9b537b7c60fc3575b08') +sha256sums=('6c9f1be981d5763069e0969ebe426c39da5a7d738865367e390e3b486f1b502c' + 'SKIP') options=(!libtool) build() { - . /etc/profile.d/qt4.sh - cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --sysconfdir=/etc |