summaryrefslogtreecommitdiff
path: root/extra/v4l-utils
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-06-03 22:47:36 +0000
committerroot <root@rshg047.dnsready.net>2011-06-03 22:47:36 +0000
commit805d577f46f94e747f712b7c942f595cd8f7e170 (patch)
tree9a708cc4fdc41336d9747a861d194b6c98caa5e4 /extra/v4l-utils
parent2d8c4c44185a682290ccde4d23132ae3acf01678 (diff)
Fri Jun 3 22:47:36 UTC 2011
Diffstat (limited to 'extra/v4l-utils')
-rw-r--r--extra/v4l-utils/PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/extra/v4l-utils/PKGBUILD b/extra/v4l-utils/PKGBUILD
index 1ce0f052a..6cf58ac50 100644
--- a/extra/v4l-utils/PKGBUILD
+++ b/extra/v4l-utils/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 125773 2011-05-29 13:34:22Z thomas $
+# $Id: PKGBUILD 126185 2011-06-02 11:28:46Z thomas $
# Maintainer: Thomas Bächler <thomas@archlinux.org>
pkgname=v4l-utils
-pkgver=0.8.3
-pkgrel=2
+pkgver=0.8.4
+pkgrel=1
pkgdesc="Userspace tools and conversion library for Video 4 Linux"
arch=('i686' 'x86_64')
url="http://freshmeat.net/projects/libv4l"
@@ -12,9 +12,9 @@ conflicts=('libv4l')
license=('LGPL')
makedepends=('qt')
optdepends=('qt')
-depends=('glibc' 'gcc-libs' 'sysfsutils')
+depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('525ebed7ef6e0f6a4bb68fe10403a3725eb1ec31a4c557c68256079b00e283b5')
+sha256sums=('20bf73b0c2255dfc6ae82806ec8a663e00ab039df9ee6eadae633466841c0dd7')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -28,7 +28,4 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make install PREFIX="/usr" DESTDIR="${pkgdir}/"
rm -f "${pkgdir}/usr/bin/ivtv-ctl"
- # Fix udev rule location
- mkdir -p "${pkgdir}/lib"
- mv "${pkgdir}/etc/udev" "${pkgdir}/lib"
}