[arch-commits] CVS update of extra/multimedia/ivtv-utils (PKGBUILD)

Paul Mattal paul at archlinux.org
Mon Feb 4 20:47:59 UTC 2008


    Date: Monday, February 4, 2008 @ 15:47:59
  Author: paul
    Path: /home/cvs-extra/extra/multimedia/ivtv-utils

Modified: PKGBUILD (1.9 -> 1.10)

upgpkg: ivtv-utils 1.0.3-1
update to 1.0.3, resplit


----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)


Index: extra/multimedia/ivtv-utils/PKGBUILD
diff -u extra/multimedia/ivtv-utils/PKGBUILD:1.9 extra/multimedia/ivtv-utils/PKGBUILD:1.10
--- extra/multimedia/ivtv-utils/PKGBUILD:1.9	Tue Oct  9 10:10:21 2007
+++ extra/multimedia/ivtv-utils/PKGBUILD	Mon Feb  4 15:47:59 2008
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD,v 1.9 2007/10/09 14:10:21 paul Exp $
+# $Id: PKGBUILD,v 1.10 2008/02/04 20:47:59 paul Exp $
 # Contributor: Sasha Zbrozek <kleptophobiac at gmail.com>
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=ivtv-utils
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
-_kernver=2.6.22-ARCH
+_kernver=2.6.23-ARCH
 pkgdesc="Non-mainline kernel drivers and userspace utilities for Hauppauge PVR cards"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://ivtvdriver.org"
 source=("http://dl.ivtvdriver.org/ivtv/archive/1.0.x/ivtv-$pkgver.tar.gz" \
 	'http://dl.ivtvdriver.org/ivtv/firmware/firmware.tar.gz' )
-depends=(gcc 'udev>=070')
-md5sums=('b3f6ffc71c43da5a7a57c6d33b49af5c' '9e06ccf5afec2a90aab14e8ec905a458')
+depends=('gcc-libs')
+md5sums=('2c0e04a861cb7409ea82a2935b1e0050' '9e06ccf5afec2a90aab14e8ec905a458')
 
 build() {
   # SET UP
@@ -31,9 +31,8 @@
   # install
   make DESTDIR=$startdir/pkg install || return 1
 
-  # tweak the install script for the right kernel version
-  sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" \
-  	$startdir/$pkgname.install || return 1
+  # remove the kernel modules in the utils package
+  rm -rf $startdir/pkg/lib/modules || return 1
 
   # install the firmware
   cd $startdir/src || return 1




More information about the arch-commits mailing list