summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/gnome.morph13
-rw-r--r--strata/gnome/cheese.morph11
2 files changed, 24 insertions, 0 deletions
diff --git a/strata/gnome.morph b/strata/gnome.morph
index 96fc3254..fac3acce 100644
--- a/strata/gnome.morph
+++ b/strata/gnome.morph
@@ -745,6 +745,19 @@ chunks:
build-system: autotools
build-depends:
- clutter
+- name: cheese
+ morph: strata/gnome/cheese.morph
+ repo: upstream:gnome/cheese
+ ref: 61651e03e8346bd0084da7247269e52e2a42190e
+ unpetrify-ref: gnome-3-18
+ build-depends:
+ - appstream-glib
+ - clutter
+ - clutter-gst
+ - clutter-gtk
+ - gnome-desktop
+ - libcanberra
+ - yelp-tools
- name: gnome-control-center
morph: strata/gnome/gnome-control-center.morph
repo: upstream:gnome/gnome-control-center
diff --git a/strata/gnome/cheese.morph b/strata/gnome/cheese.morph
new file mode 100644
index 00000000..5e3671fb
--- /dev/null
+++ b/strata/gnome/cheese.morph
@@ -0,0 +1,11 @@
+name: cheese
+kind: chunk
+build-system: autotools
+configure-commands:
+- gdk-pixbuf-query-loaders > loader.cache
+- NOCONFIGURE=1 ./autogen.sh
+- ./configure --prefix="$PREFIX" --sysconfdir=/etc
+build-commands:
+- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make
+install-commands:
+- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make install DESTDIR="$DESTDIR"