[arch-commits] Commit in ivtv-utils/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Sun Jun 27 20:52:59 UTC 2010
Date: Sunday, June 27, 2010 @ 16:52:58
Author: ibiru
Revision: 84260
upgpkg: ivtv-utils 1.4.1-2
remove v4l-cx25840.fw it was conflicting with linux-firmware. fixes FS#19878
Modified:
ivtv-utils/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-06-27 20:52:40 UTC (rev 84259)
+++ PKGBUILD 2010-06-27 20:52:58 UTC (rev 84260)
@@ -4,7 +4,7 @@
pkgname=ivtv-utils
pkgver=1.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="Userspace utilities for Hauppauge PVR cards"
arch=('i686' 'x86_64')
license=('GPL')
@@ -22,7 +22,7 @@
make DESTDIR="${pkgdir}" PREFIX=/usr install || return 1
cd ${srcdir}
- for file in `ls *.fw` v4l-cx2341x-init.mpg; do
+ for file in v4l-cx2341x-dec.fw v4l-cx2341x-enc.fw v4l-pvrusb2-24xxx-01.fw v4l-pvrusb2-29xxx-01.fw v4l-cx2341x-init.mpg; do
install -D -m644 $file "${pkgdir}/lib/firmware/$file" || return 1
done
More information about the arch-commits
mailing list