[ease] And some less ClutterGst
- From: Stéphane Maniaci <maniacis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ease] And some less ClutterGst
- Date: Wed, 14 Jul 2010 05:12:05 +0000 (UTC)
commit ca63aab9db1a78597f56041a05ebcdea1e7dc98d
Author: Stéphane Maniaci <stephane maniaci gmail com>
Date: Tue Jul 13 20:23:52 2010 -0500
And some less ClutterGst
Makefile.am | 3 +--
configure.ac | 4 ++--
src/main.vala | 2 +-
3 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6f622c4..7a25d50 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,7 +66,6 @@ VALAFLAGS = --pkg glib-2.0 \
--pkg clutter-gtk-0.10 \
--pkg cogl-1.0 \
--pkg gio-2.0 \
- --pkg clutter-gst-1.0\
--pkg json-glib-1.0\
--pkg libarchive\
--pkg gmodule-2.0\
@@ -92,7 +91,7 @@ theme_DATA = $(wildcard $(top_srcdir)/themes/*.easetheme)
doc: src/*.vala
rm -rf doc
- valadoc --internal --private --pkg "json-glib-1.0" --pkg "gee-1.0" --pkg "clutter-gtk-0.10" --pkg "clutter-gst-1.0" --pkg "libarchive" --directory=./doc --basedir=src ./src/*.vala
+ valadoc --internal --private --pkg "json-glib-1.0" --pkg "gee-1.0" --pkg "clutter-gtk-0.10" --pkg "libarchive" --directory=./doc --basedir=src ./src/*.vala
gnome-open doc/doc/Ease.html
archive: themes/* examples/*
diff --git a/configure.ac b/configure.ac
index f6cd4a4..e18a578 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,9 +27,9 @@ GNOME_COMPILE_WARNINGS([maximum])
GNOME_MAINTAINER_MODE_DEFINES
dnl FIXME
-pkg_modules="clutter-gtk-0.10 >= 0.10 gee-1.0 >= 0.5.0 clutter-gst-1.0 >= 1.0.0 json-glib-1.0 >= 0.7.6 libarchive gmodule-2.0"
+pkg_modules="clutter-gtk-0.10 >= 0.10 gee-1.0 >= 0.5.0 json-glib-1.0 >= 0.7.6 libarchive gmodule-2.0"
-EASE_PACKAGES="--pkg glib-2.0 --pkg gtk+-2.0 --pkg clutter-1.0 --pkg gdk-2.0 --pkg libxml-2.0 --pkg gee-1.0 --pkg clutter-gtk-0.10 --pkg cogl-1.0 --pkg gio-2.0 --pkg clutter-gst-1.0 --pkg libarchive --pkg gmodule-2.0"
+EASE_PACKAGES="--pkg glib-2.0 --pkg gtk+-2.0 --pkg clutter-1.0 --pkg gdk-2.0 --pkg libxml-2.0 --pkg gee-1.0 --pkg clutter-gtk-0.10 --pkg cogl-1.0 --pkg gio-2.0 --pkg libarchive --pkg gmodule-2.0"
PKG_CHECK_MODULES(EASE, [$pkg_modules])
diff --git a/src/main.vala b/src/main.vala
index c8918f7..5f6974c 100644
--- a/src/main.vala
+++ b/src/main.vala
@@ -79,7 +79,7 @@ public static class Ease.Main : GLib.Object
return 1;
}
- ClutterGst.init(ref args);
+ GtkClutter.init(ref args);
// initalize static classes
Transitions.init();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]