diff options
Diffstat (limited to 'abs/core/v4l-utils')
-rw-r--r-- | abs/core/v4l-utils/PKGBUILD | 10 | ||||
-rw-r--r-- | abs/core/v4l-utils/__changelog | 1 |
2 files changed, 5 insertions, 6 deletions
diff --git a/abs/core/v4l-utils/PKGBUILD b/abs/core/v4l-utils/PKGBUILD index abed01e..caa9233 100644 --- a/abs/core/v4l-utils/PKGBUILD +++ b/abs/core/v4l-utils/PKGBUILD @@ -1,8 +1,8 @@ # $Id$ # Maintainer: Thomas Bächler <thomas@archlinux.org> pkgname=v4l-utils -pkgver=1.0.1 -pkgrel=1 +pkgver=1.6.0 +pkgrel=2 pkgdesc="Userspace tools and conversion library for Video 4 Linux" arch=('i686' 'x86_64') url="http://linuxtv.org/" @@ -11,12 +11,12 @@ replaces=('libv4l') conflicts=('libv4l') backup=(etc/rc_maps.cfg) license=('LGPL') -makedepends=('qt') -optdepends=('qt') +makedepends=('qt4') +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=('fc0132e82a18dfad9619be3abf50c206e2f449b1c14440cde36f25874fdce7df' +sha256sums=('6054d3120c67a1524993e699b3b02036c817bb000b742c332682163966dc7605' 'SKIP') build() { diff --git a/abs/core/v4l-utils/__changelog b/abs/core/v4l-utils/__changelog deleted file mode 100644 index acf8dd2..0000000 --- a/abs/core/v4l-utils/__changelog +++ /dev/null @@ -1 +0,0 @@ -PKGBUILD: change dep qt4 to qt |