diff options
-rw-r--r-- | media-video/spcaview/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/spcaview/files/digest-spcaview-20051212 | 1 | ||||
-rw-r--r-- | media-video/spcaview/spcaview-20051212.ebuild | 20 |
3 files changed, 27 insertions, 1 deletions
diff --git a/media-video/spcaview/ChangeLog b/media-video/spcaview/ChangeLog index b96590a55831..f41b6996ac00 100644 --- a/media-video/spcaview/ChangeLog +++ b/media-video/spcaview/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/spcaview # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/spcaview/ChangeLog,v 1.3 2005/12/11 01:08:04 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/spcaview/ChangeLog,v 1.4 2005/12/12 20:48:59 kingtaco Exp $ + +*spcaview-20051212 (12 Dec 2005) + + 12 Dec 2005; Mike Doty <kingtaco@gentoo.org> +spcaview-20051212.ebuild: + version bump 11 Dec 2005; Marcelo Goes <vanquirius@gentoo.org> spcaview-20050701.ebuild: diff --git a/media-video/spcaview/files/digest-spcaview-20051212 b/media-video/spcaview/files/digest-spcaview-20051212 new file mode 100644 index 000000000000..57d30340e109 --- /dev/null +++ b/media-video/spcaview/files/digest-spcaview-20051212 @@ -0,0 +1 @@ +MD5 1420f4e5e31bcb53c31eaba9850a2c01 spcaview-20051212.tar.gz 104180 diff --git a/media-video/spcaview/spcaview-20051212.ebuild b/media-video/spcaview/spcaview-20051212.ebuild new file mode 100644 index 000000000000..4d59335cb9be --- /dev/null +++ b/media-video/spcaview/spcaview-20051212.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/spcaview/spcaview-20051212.ebuild,v 1.1 2005/12/12 20:48:59 kingtaco Exp $ + +DESCRIPTION="A webcam viewer for the spca5xx driver." +HOMEPAGE="http://mxhaard.free.fr/sview.html" +SRC_URI="http://mxhaard.free.fr/spca50x/Download/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" +DEPEND="media-libs/libsdl" +RDEPEND="${DEPEND} + media-video/spca5xx" + +src_install() { + dodir usr/bin + make BIN=${D}/usr/bin install || die + dodoc README Changelog +} |