* [gentoo-commits] gentoo-x86 commit in media-video/sonic-snap: sonic-snap-1.5.ebuild ChangeLog
@ 2007-11-27 11:51 Matthias Schwarzott (zzam)
0 siblings, 0 replies; 4+ messages in thread
From: Matthias Schwarzott (zzam) @ 2007-11-27 11:51 UTC (permalink / raw
To: gentoo-commits
zzam 07/11/27 11:51:43
Modified: sonic-snap-1.5.ebuild ChangeLog
Log:
Fixed quoting.
(Portage version: 2.1.4_rc3)
Revision Changes Path
1.6 media-video/sonic-snap/sonic-snap-1.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild?r1=1.5&r2=1.6
Index: sonic-snap-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sonic-snap-1.5.ebuild 22 Jul 2007 08:28:27 -0000 1.5
+++ sonic-snap-1.5.ebuild 27 Nov 2007 11:51:42 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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.5 2007/07/22 08:28:27 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild,v 1.6 2007/11/27 11:51:42 zzam Exp $
inherit eutils linux-info
@@ -31,7 +31,7 @@
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
use mpeg && sed -i -e "s?USE_FAME=0?USE_FAME=1?g" Makefile
}
@@ -41,7 +41,7 @@
src_install() {
dodir /usr/bin
- make DESTDIR=${D} install || die '"make install" failed.'
+ make DESTDIR="${D}" install || die '"make install" failed.'
#einstall || die "einstall failed"
dodoc ChangeLog README
1.5 media-video/sonic-snap/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/sonic-snap/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 22 Jul 2007 08:28:27 -0000 1.4
+++ ChangeLog 27 Nov 2007 11:51:42 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for media-video/sonic-snap
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/sonic-snap/ChangeLog,v 1.4 2007/07/22 08:28:27 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/sonic-snap/ChangeLog,v 1.5 2007/11/27 11:51:42 zzam Exp $
+
+ 27 Nov 2007; Matthias Schwarzott <zzam@gentoo.org> sonic-snap-1.5.ebuild:
+ Fixed quoting.
22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>;
sonic-snap-1.5.ebuild:
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/sonic-snap: sonic-snap-1.5.ebuild ChangeLog
@ 2008-12-15 1:57 Ben de Groot (yngwin)
0 siblings, 0 replies; 4+ messages in thread
From: Ben de Groot (yngwin) @ 2008-12-15 1:57 UTC (permalink / raw
To: gentoo-commits
yngwin 08/12/15 01:57:38
Modified: sonic-snap-1.5.ebuild ChangeLog
Log:
Pinning fltk dep on slot 1.1, bug 246445
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-hh6 i686)
Revision Changes Path
1.7 media-video/sonic-snap/sonic-snap-1.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild?r1=1.6&r2=1.7
Index: sonic-snap-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sonic-snap-1.5.ebuild 27 Nov 2007 11:51:42 -0000 1.6
+++ sonic-snap-1.5.ebuild 15 Dec 2008 01:57:38 -0000 1.7
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.6 2007/11/27 11:51:42 zzam Exp $
+# $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 $
+EAPI="1"
inherit eutils linux-info
DESCRIPTION="Webcam app for sn9c10x based camera controllers (with optional MPEG4 support)"
@@ -13,7 +14,7 @@
KEYWORDS="amd64 ~mips ~ppc ~ppc64 ~sparc x86"
IUSE="mpeg"
-DEPEND=" >=x11-libs/fltk-1.1.0_rc6
+DEPEND="x11-libs/fltk:1.1
mpeg? ( >=media-libs/libfame-0.9.1 )
sys-libs/zlib
virtual/libc
1.6 media-video/sonic-snap/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/sonic-snap/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 27 Nov 2007 11:51:42 -0000 1.5
+++ ChangeLog 15 Dec 2008 01:57:38 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for media-video/sonic-snap
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/sonic-snap/ChangeLog,v 1.5 2007/11/27 11:51:42 zzam Exp $
+# 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 $
+
+ 15 Dec 2008; Ben de Groot <yngwin@gentoo.org> sonic-snap-1.5.ebuild:
+ Pinning fltk dep on slot 1.1, bug 246445
27 Nov 2007; Matthias Schwarzott <zzam@gentoo.org> sonic-snap-1.5.ebuild:
Fixed quoting.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/sonic-snap: sonic-snap-1.5.ebuild ChangeLog
@ 2009-02-19 6:19 Steve Arnold (nerdboy)
0 siblings, 0 replies; 4+ messages in thread
From: Steve Arnold (nerdboy) @ 2009-02-19 6:19 UTC (permalink / raw
To: gentoo-commits
nerdboy 09/02/19 06:19:32
Modified: sonic-snap-1.5.ebuild ChangeLog
Log:
Updated error message to make more generic (fixes bug #256019).
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.8 media-video/sonic-snap/sonic-snap-1.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild?r1=1.7&r2=1.8
Index: sonic-snap-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sonic-snap-1.5.ebuild 15 Dec 2008 01:57:38 -0000 1.7
+++ sonic-snap-1.5.ebuild 19 Feb 2009 06:19:32 -0000 1.8
@@ -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 @@
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}
1.7 media-video/sonic-snap/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/sonic-snap/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 15 Dec 2008 01:57:38 -0000 1.6
+++ ChangeLog 19 Feb 2009 06:19:32 -0000 1.7
@@ -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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/sonic-snap: sonic-snap-1.5.ebuild ChangeLog
@ 2009-08-31 22:29 Mike Auty (ikelos)
0 siblings, 0 replies; 4+ messages in thread
From: Mike Auty (ikelos) @ 2009-08-31 22:29 UTC (permalink / raw
To: gentoo-commits
ikelos 09/08/31 22:29:46
Modified: sonic-snap-1.5.ebuild ChangeLog
Log:
Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
(Portage version: 2.2_rc40/cvs/Linux i686)
Revision Changes Path
1.9 media-video/sonic-snap/sonic-snap-1.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild?r1=1.8&r2=1.9
Index: sonic-snap-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sonic-snap-1.5.ebuild 19 Feb 2009 06:19:32 -0000 1.8
+++ sonic-snap-1.5.ebuild 31 Aug 2009 22:29:46 -0000 1.9
@@ -1,6 +1,6 @@
# 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.8 2009/02/19 06:19:32 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild,v 1.9 2009/08/31 22:29:46 ikelos Exp $
EAPI="1"
inherit eutils linux-info
@@ -25,7 +25,7 @@
x11-libs/libXext
x11-libs/libXft"
-CONFIG_CHECK="USB_SN9C102"
+CONFIG_CHECK="~USB_SN9C102"
ERROR_USB_SN9C102="Please make sure the SN9C1xx PC Camera Controller driver is \
enabled, under V4L USB devices, as a module in your kernel."
@@ -51,9 +51,7 @@
pkg_postinst() {
ewarn
- elog "This application has found the sn9c10x driver (sn9c102.ko)"
- elog "enabled in the USB section of your kernel config. Also,"
- elog "this driver is V4L v2 only, so V4L v1 apps will not work."
+ elog "This driver is V4L v2 only, so V4L v1 apps will not work."
elog "Finally, only a few image sensors are supported, eg, PAS106B"
elog "so (check dmesg or /var/log/messages for USB device info when"
elog "you plug the cam in)."
1.8 media-video/sonic-snap/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/sonic-snap/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 19 Feb 2009 06:19:32 -0000 1.7
+++ ChangeLog 31 Aug 2009 22:29:46 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for media-video/sonic-snap
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/media-video/sonic-snap/ChangeLog,v 1.8 2009/08/31 22:29:46 ikelos Exp $
+
+ 31 Aug 2009; Mike Auty <ikelos@gentoo.org> sonic-snap-1.5.ebuild:
+ Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
19 Feb 2009; Steve Arnold <nerdboy@gentoo.org> sonic-snap-1.5.ebuild:
Updated error message to make more generic (fixes bug #256019).
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-08-31 17:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-27 11:51 [gentoo-commits] gentoo-x86 commit in media-video/sonic-snap: sonic-snap-1.5.ebuild ChangeLog Matthias Schwarzott (zzam)
-- strict thread matches above, loose matches on Subject: below --
2008-12-15 1:57 Ben de Groot (yngwin)
2009-02-19 6:19 Steve Arnold (nerdboy)
2009-08-31 22:29 Mike Auty (ikelos)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox