Author: daniel Date: Sun Jan 7 14:48:39 2007 New Revision: 8137 Added: dists/trunk/linux-modules-contrib-2.6/ivtv/ dists/trunk/linux-modules-contrib-2.6/ivtv/copyright dists/trunk/linux-modules-contrib-2.6/ivtv/defines dists/trunk/linux-modules-contrib-2.6/ivtv/rules Modified: dists/trunk/linux-modules-contrib-2.6/debian/changelog dists/trunk/linux-modules-contrib-2.6/defines Log: Adding ivtv modules.
Modified: dists/trunk/linux-modules-contrib-2.6/debian/changelog ============================================================================== --- dists/trunk/linux-modules-contrib-2.6/debian/changelog (original) +++ dists/trunk/linux-modules-contrib-2.6/debian/changelog Sun Jan 7 14:48:39 2007 @@ -1,3 +1,9 @@ +linux-modules-contrib-2.6 (2.6.18-4) UNRELEASED; urgency=low + + * Adding ivtv modules as requested by maintainer. + + -- Daniel Baumann <[EMAIL PROTECTED]> Sun, 7 Jan 2007 14:46:00 +0100 + linux-modules-contrib-2.6 (2.6.18-3) unstable; urgency=low * Setting maintainer to kernel-team, moving myself to co-maintainer. Modified: dists/trunk/linux-modules-contrib-2.6/defines ============================================================================== --- dists/trunk/linux-modules-contrib-2.6/defines (original) +++ dists/trunk/linux-modules-contrib-2.6/defines Sun Jan 7 14:48:39 2007 @@ -3,4 +3,5 @@ ipw2100 ipw2200 ipw3945 + ivtv Added: dists/trunk/linux-modules-contrib-2.6/ivtv/copyright ============================================================================== --- (empty file) +++ dists/trunk/linux-modules-contrib-2.6/ivtv/copyright Sun Jan 7 14:48:39 2007 @@ -0,0 +1,48 @@ +This package was debianized by Ian Campbell <[EMAIL PROTECTED]> on +Fri, 22 Apr 2005 20:03:56 +0100. + +It was downloaded from http://dl.ivtvdriver.org + +Copyright Holders: + + Copyright (C) 2005 Adam Forsyth <[EMAIL PROTECTED]> + Copyright (C) 2004 Brian Jackson + Copyright (C) 2004 Chris Kennedy <[EMAIL PROTECTED]> + Copyright (C) 1998 Dave Perks <[EMAIL PROTECTED]> + Copyright (C) 1998-99 Frodo Looijaard <[EMAIL PROTECTED]> + Copyright (C) 2003 Hans-Peter Nilsson. + Copyright (C) 2004-2005 Hans Verkuil <hverkuil at xs4all.nl> + Copyright (C) 2003-2004 James A. Pattie <[EMAIL PROTECTED]> + Copyright (C) 2005 Jelte van der Hoek. + Copyright (C) 2001-2003 Kees Cook + Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo dot com> + Copyright (C) 2006 Maksym Veremeyenko ([EMAIL PROTECTED]) + Copyright (C) 2004 Mark Rafn + Copyright (C) 2004 Matthias Badaire + Copyright (c) 2003 Matt T. Yourst <[EMAIL PROTECTED]> + Copyright (C) 2002 Maxim Yevtyushkin <[EMAIL PROTECTED]> + Copyright (C) 2002 Pontscho ([EMAIL PROTECTED]) + Copyright (C) 2000 Ralph Metzler <[EMAIL PROTECTED]> + Copyright Gerard Lantau (see http://ffmpeg.sf.net) + Copyright (C) 1995-97 Simon G. Vogl + Copyright (C) 2004 Stephane Zermatten + Copyright (C) 2004 Steven Fuerst & Rob Caelers + Copyright (C) 2005 T. Adachi <[EMAIL PROTECTED]> + Copyright (C) 2005 Tyler Trafford <[EMAIL PROTECTED]> + +License: + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License with +the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; +if not, write to the Free Software Foundation, 51 Franklin St, Fifth Floor, Boston, +MA 02110-1301, USA. Added: dists/trunk/linux-modules-contrib-2.6/ivtv/defines ============================================================================== --- (empty file) +++ dists/trunk/linux-modules-contrib-2.6/ivtv/defines Sun Jan 7 14:48:39 2007 @@ -0,0 +1,3 @@ +[base] +desc: driver for the iTVC15 family of MPEG codecs + Added: dists/trunk/linux-modules-contrib-2.6/ivtv/rules ============================================================================== --- (empty file) +++ dists/trunk/linux-modules-contrib-2.6/ivtv/rules Sun Jan 7 14:48:39 2007 @@ -0,0 +1,10 @@ +$(BUILD_STAMP): + $(MAKE) -C $(CURDIR)/$(DIR)/driver KVER=$(KVERS) KDIR=$(HEADERS_DIR) HP_FWLOAD=1 DEBIAN_MAKE_KPKG=1 + $(MAKE) -C $(CURDIR)/$(DIR)/i2c-drivers KVER=$(KVERS) KDIR=$(HEADERS_DIR) HP_FWLOAD=1 DEBIAN_MAKE_KPKG=1 + + touch $@ + +install: + install -D -m 0644 $(CURDIR)/$(DIR)/driver/ivtv.ko $(PACKAGE_DIR)/lib/modules/$(REAL_VERSION)/contrib/$(MODULE)/ivtv.ko + install -D -m 0644 $(CURDIR)/$(DIR)/driver/ivtv-fb.ko $(PACKAGE_DIR)/lib/modules/$(REAL_VERSION)/contrib/$(MODULE)/ivtv-fb.ko + install -D -m 0644 $(CURDIR)/$(DIR)/i2c-drivers/saa717x.ko $(PACKAGE_DIR)/lib/modules/$(REAL_VERSION)/contrib/$(MODULE)/saa717x.ko _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

