diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2009-02-19 06:19:32 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2009-02-19 06:19:32 +0000 |
commit | 7d117bd59a3f9671351cd76195446425565c89a4 (patch) | |
tree | d339a180938539023dc96a90c8a2c164574abf79 /media-video/sonic-snap | |
parent | Export java-pkg-opt-2_pkg_preinst. (diff) | |
download | gentoo-2-7d117bd59a3f9671351cd76195446425565c89a4.tar.gz gentoo-2-7d117bd59a3f9671351cd76195446425565c89a4.tar.bz2 gentoo-2-7d117bd59a3f9671351cd76195446425565c89a4.zip |
Updated error message to make more generic (fixes bug #256019).
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'media-video/sonic-snap')
-rw-r--r-- | media-video/sonic-snap/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/sonic-snap/sonic-snap-1.5.ebuild | 13 |
2 files changed, 11 insertions, 9 deletions
diff --git a/media-video/sonic-snap/ChangeLog b/media-video/sonic-snap/ChangeLog index 11ed9c6cd234..2c97e02a2197 100644 --- a/media-video/sonic-snap/ChangeLog +++ b/media-video/sonic-snap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/sonic-snap -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/sonic-snap/ChangeLog,v 1.6 2008/12/15 01:57:38 yngwin Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/sonic-snap/ChangeLog,v 1.7 2009/02/19 06:19:32 nerdboy Exp $ + + 19 Feb 2009; Steve Arnold <nerdboy@gentoo.org> sonic-snap-1.5.ebuild: + Updated error message to make more generic (fixes bug #256019). 15 Dec 2008; Ben de Groot <yngwin@gentoo.org> sonic-snap-1.5.ebuild: Pinning fltk dep on slot 1.1, bug 246445 diff --git a/media-video/sonic-snap/sonic-snap-1.5.ebuild b/media-video/sonic-snap/sonic-snap-1.5.ebuild index 68be3b3995b3..8b7ada7a6953 100644 --- a/media-video/sonic-snap/sonic-snap-1.5.ebuild +++ b/media-video/sonic-snap/sonic-snap-1.5.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild,v 1.7 2008/12/15 01:57:38 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild,v 1.8 2009/02/19 06:19:32 nerdboy Exp $ EAPI="1" inherit eutils linux-info DESCRIPTION="Webcam app for sn9c10x based camera controllers (with optional MPEG4 support)" -HOMEPAGE="http://stolk.org/sonic-snap/" -SRC_URI="http://stolk.org/${PN}/${P}.tar.gz" +HOMEPAGE="http://bram.creative4vision.nl/sonic-snap/" +SRC_URI="http://bram.creative4vision.nl/${PN}/downloads/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" @@ -26,9 +26,8 @@ DEPEND="x11-libs/fltk:1.1 x11-libs/libXft" CONFIG_CHECK="USB_SN9C102" -ERROR_USB_SN9C102="Please make sure Device Drivers -> USB Support -> SN9C10x \ -PC Camera Controller support, and Device Drivers -> Video For Linux support \ -are enabled as modules in your kernel." +ERROR_USB_SN9C102="Please make sure the SN9C1xx PC Camera Controller driver is \ +enabled, under V4L USB devices, as a module in your kernel." src_unpack() { unpack ${A} |