[Lunar-commits] <moonbase> cheese: initial import
Zachary McGrew
zmcgrew at lunar-linux.org
Mon Aug 18 07:16:18 CEST 2008
commit e5bd69a908a0d5330e5f1904d83f3641d51d6b94
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Sun Aug 17 22:16:18 2008 -0700
cheese: initial import
---
gnome2/desktop/cheese/BUILD | 12 ++++++++++++
gnome2/desktop/cheese/DEPENDS | 3 +++
gnome2/desktop/cheese/DETAILS | 15 +++++++++++++++
3 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/gnome2/desktop/cheese/BUILD b/gnome2/desktop/cheese/BUILD
new file mode 100644
index 0000000..5d34717
--- /dev/null
+++ b/gnome2/desktop/cheese/BUILD
@@ -0,0 +1,12 @@
+(
+
+ ./configure --prefix=${GNOME210_PREFIX:-/usr} \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=${GNOME210_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME210_PREFIX:-/usr}/share/man \
+ $OPTS &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/gnome2/desktop/cheese/DEPENDS b/gnome2/desktop/cheese/DEPENDS
new file mode 100644
index 0000000..d772e2d
--- /dev/null
+++ b/gnome2/desktop/cheese/DEPENDS
@@ -0,0 +1,3 @@
+depends gst-plugins-good
+depends libgnomeui
+depends evolution-data-server
diff --git a/gnome2/desktop/cheese/DETAILS b/gnome2/desktop/cheese/DETAILS
new file mode 100644
index 0000000..0825e93
--- /dev/null
+++ b/gnome2/desktop/cheese/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=cheese
+ VERSION=2.22.3
+ MAJOR=2.22
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
+ SOURCE_VFY=sha1:811df99c72f031c2eba6b2eb06308354127faa28
+ WEB_SITE=http://www.gnome.org/projects/cheese/
+ ENTERED=20080817
+ UPDATED=20080817
+ SHORT="webcam picture taker"
+
+cat << EOF
+Cheese uses your webcam to take photos and videos, applies fancy
+special effects and lets you share the fun with others.
+EOF
More information about the Lunar-commits
mailing list