Gentoo Archives: gentoo-commits

From: "Stefan Schweizer (genstef)" <genstef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/linux-uvc: ChangeLog linux-uvc-0.1.0_pre126.ebuild
Date: Thu, 27 Sep 2007 21:38:57
Message-Id: E1Ib0w9-00073w-Md@stork.gentoo.org
1 genstef 07/09/27 21:30:21
2
3 Modified: ChangeLog
4 Added: linux-uvc-0.1.0_pre126.ebuild
5 Log:
6 Version bump closing bug 185863
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.9 media-video/linux-uvc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/linux-uvc/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/linux-uvc/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/linux-uvc/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/linux-uvc/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 15 May 2007 13:56:23 -0000 1.8
23 +++ ChangeLog 27 Sep 2007 21:30:21 -0000 1.9
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-video/linux-uvc
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/linux-uvc/ChangeLog,v 1.8 2007/05/15 13:56:23 bangert Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/linux-uvc/ChangeLog,v 1.9 2007/09/27 21:30:21 genstef Exp $
29 +
30 +*linux-uvc-0.1.0_pre126 (27 Sep 2007)
31 +
32 + 27 Sep 2007; Stefan Schweizer <genstef@g.o>
33 + +linux-uvc-0.1.0_pre126.ebuild:
34 + Version bump closing bug 185863
35
36 15 May 2007; Thilo Bangert <bangert@g.o> metadata.xml:
37 add <herd>no-herd</herd>
38
39
40
41 1.1 media-video/linux-uvc/linux-uvc-0.1.0_pre126.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/linux-uvc/linux-uvc-0.1.0_pre126.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/linux-uvc/linux-uvc-0.1.0_pre126.ebuild?rev=1.1&content-type=text/plain
45
46 Index: linux-uvc-0.1.0_pre126.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-video/linux-uvc/linux-uvc-0.1.0_pre126.ebuild,v 1.1 2007/09/27 21:30:21 genstef Exp $
51
52 inherit eutils linux-mod
53
54 DESCRIPTION="Linux driver and user-space tools for USB Video Class devices."
55 HOMEPAGE="http://linux-uvc.berlios.de/
56 http://people.freedesktop.org/~rbultje/"
57 SRC_URI="http://gentooexperimental.org/~genstef/dist/${P}.tar.bz2"
58 #ESVN_REPO_URI="http://svn.berlios.de/svnroot/repos/linux-uvc/linux-uvc/trunk/"
59 #ESVN_OPTIONS="-r ${PV/*_pre}"
60
61 LICENSE="GPL-2"
62 KEYWORDS="~amd64 ~x86"
63 SLOT="0"
64 IUSE="isight"
65 DEPEND=""
66
67 MODULE_NAMES="uvcvideo(usb/media:)"
68 BUILD_TARGETS=" "
69 CONFIG_CHECK="VIDEO_DEV"
70
71 pkg_setup() {
72 linux-mod_pkg_setup
73
74 BUILD_PARAMS="KERNEL_DIR=${KV_DIR}"
75 }
76
77 src_unpack() {
78 unpack ${A}
79 cd ${S}
80 use isight && epatch patch/isight-base.patch
81 use isight && epatch patch/isight-against-uvcvideo-r126.diff
82 }
83
84 src_install() {
85 insinto /lib/firmware
86 use isight && doins firmware/AppleUSBVideoSupport
87
88 linux-mod_src_install
89 }
90
91 pkg_postinst() {
92 linux-mod_pkg_postinst
93 ewarn "If something is broken, you should get involved, and report"
94 ewarn "back to the mailing list linux-uvc-devel@×××××××××××××.de"
95 }
96
97
98
99 --
100 gentoo-commits@g.o mailing list