diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-13 17:56:21 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-13 17:56:21 +0000 |
commit | 7c5ff71c8484d620b1ec2cf4dd26bf2dc6bbf409 (patch) | |
tree | 62759856761038fb0bc20a9ab307a0037c8c0ee0 /media-video/camorama | |
parent | new package (diff) | |
download | gentoo-2-7c5ff71c8484d620b1ec2cf4dd26bf2dc6bbf409.tar.gz gentoo-2-7c5ff71c8484d620b1ec2cf4dd26bf2dc6bbf409.tar.bz2 gentoo-2-7c5ff71c8484d620b1ec2cf4dd26bf2dc6bbf409.zip |
new package
Diffstat (limited to 'media-video/camorama')
-rw-r--r-- | media-video/camorama/ChangeLog | 10 | ||||
-rw-r--r-- | media-video/camorama/Manifest | 3 | ||||
-rw-r--r-- | media-video/camorama/camorama-0.16.ebuild | 24 | ||||
-rw-r--r-- | media-video/camorama/files/digest-camorama-0.16 | 1 |
4 files changed, 37 insertions, 1 deletions
diff --git a/media-video/camorama/ChangeLog b/media-video/camorama/ChangeLog new file mode 100644 index 000000000000..21f1b3835d49 --- /dev/null +++ b/media-video/camorama/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-video/camorama +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/ChangeLog,v 1.1 2003/04/13 17:56:13 liquidx Exp $ + +*camorama-0.16 (13 Apr 2003) + + 13 Apr 2003; Alastair Tse <liquidx@gentoo.org> Manifest, + camorama-0.16.ebuild: + initial ebuild. solves #18712 + diff --git a/media-video/camorama/Manifest b/media-video/camorama/Manifest index bc13dddfa809..13d54f1f4cd9 100644 --- a/media-video/camorama/Manifest +++ b/media-video/camorama/Manifest @@ -1,2 +1,3 @@ -MD5 7b00e3579d4cbf4a1ba024f7263d9abc camorama-0.16.ebuild 403 +MD5 e5dba153af830aea1710331c84b558ab camorama-0.16.ebuild 686 +MD5 8780d39d0dae1add480a0458dd60156b ChangeLog 369 MD5 728eb1852fda23d5f256ad3407321e20 files/digest-camorama-0.16 65 diff --git a/media-video/camorama/camorama-0.16.ebuild b/media-video/camorama/camorama-0.16.ebuild new file mode 100644 index 000000000000..f9f6d263e9d3 --- /dev/null +++ b/media-video/camorama/camorama-0.16.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/camorama-0.16.ebuild,v 1.1 2003/04/13 17:56:13 liquidx Exp $ + +inherit gnome2 + +IUSE="" +DESCRIPTION="A GNOME 2 Webcam application featuring various image filters." +HOMEPAGE="http://camorama.fixedgear.org/" +SRC_URI="http://camorama.fixedgear.org/downloads/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86" +DEPEND=">=x11-libs/gtk+-2.0 + >=gnome-base/libgnomeui-2.0 + >=gnome-base/gconf-2.0 + >=gnome-base/libglade-2.0 + >=sys-devel/gettext-0.11 + >=dev-util/intltool-0.20" + +S=${WORKDIR}/${P} + +SCROLLKEEPER_UPDATE="0" diff --git a/media-video/camorama/files/digest-camorama-0.16 b/media-video/camorama/files/digest-camorama-0.16 new file mode 100644 index 000000000000..ef6cb730f55c --- /dev/null +++ b/media-video/camorama/files/digest-camorama-0.16 @@ -0,0 +1 @@ +MD5 8d685cdb872e890f047177e9aa6985f2 camorama-0.16.tar.gz 123034 |