diff options
author | Mike Doty <kingtaco@gentoo.org> | 2005-12-12 20:48:59 +0000 |
---|---|---|
committer | Mike Doty <kingtaco@gentoo.org> | 2005-12-12 20:48:59 +0000 |
commit | 05cfbd3c331b40f1f1bc3abcca3b4773816c568a (patch) | |
tree | 8eaf2b2eddffbf37150316721fb579c46b481974 /media-video/spcaview | |
parent | Add patch to fix compilation with gcc-4; bug #99063 (diff) | |
download | historical-05cfbd3c331b40f1f1bc3abcca3b4773816c568a.tar.gz historical-05cfbd3c331b40f1f1bc3abcca3b4773816c568a.tar.bz2 historical-05cfbd3c331b40f1f1bc3abcca3b4773816c568a.zip |
version bump
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'media-video/spcaview')
-rw-r--r-- | media-video/spcaview/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/spcaview/Manifest | 18 | ||||
-rw-r--r-- | media-video/spcaview/files/digest-spcaview-20051212 | 1 | ||||
-rw-r--r-- | media-video/spcaview/spcaview-20051212.ebuild | 20 |
4 files changed, 42 insertions, 4 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/Manifest b/media-video/spcaview/Manifest index 8e886eeb5523..12d6c686c098 100644 --- a/media-video/spcaview/Manifest +++ b/media-video/spcaview/Manifest @@ -1,4 +1,16 @@ -MD5 563ddd2522a53d508db7fb660a72148f ChangeLog 548 -MD5 b5cb51b68d2db2eca60dcac2e05d9970 files/digest-spcaview-20050701 68 -MD5 334e4f71306cef3c0456b8ba59bbbfe8 metadata.xml 224 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 007e63f24bfdb989ef79bbca21b75a7f spcaview-20050701.ebuild 613 +MD5 42f634094945686994be019b7bdee711 ChangeLog 670 +MD5 334e4f71306cef3c0456b8ba59bbbfe8 metadata.xml 224 +MD5 6c80ed045b2d80068ae537af1e4b9b1c spcaview-20051212.ebuild 606 +MD5 b5cb51b68d2db2eca60dcac2e05d9970 files/digest-spcaview-20050701 68 +MD5 0cb7f5768af22ace34d06fb4a26bdbbf files/digest-spcaview-20051212 69 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFDneJG0K3RJaeXx6cRAvIiAKCWUTVUEi1z1imGFjTc9PYoKEG9YgCgnpuY +YPP1VzWBss5FkfH3myeC0M0= +=ConB +-----END PGP SIGNATURE----- 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 +} |