[oe-commits] Peter Tworek : Add recipe for gmtk 1.0.5.

git at git.openembedded.org git at git.openembedded.org
Wed Feb 1 08:04:42 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 95d5ad37a964109286a53e65b6085c82ee7c92ac
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=95d5ad37a964109286a53e65b6085c82ee7c92ac

Author: Peter Tworek <tworaz666 at gmail.com>
Date:   Tue Jan 31 21:13:26 2012 +0000

Add recipe for gmtk 1.0.5.

Run tested on netbookpro.

Signed-off-by: Peter Tworek <tworaz666 at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../recipes-apps/gnome-mplayer/gmtk_1.0.5.bb       |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb b/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb
new file mode 100644
index 0000000..9aa4e04
--- /dev/null
+++ b/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "GTK+ widget and function libraries for gnome-mplayer"
+HOMEPAGE = "http://code.google.com/p/gmtk"
+SECTION = "libs"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
+
+DEPENDS = "gtk+ alsa-lib glib-2.0 virtual/libx11"
+
+SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.gz"
+SRC_URI[md5sum] = "e06e9ca8d61d74910343bb3ef4348f7f"
+SRC_URI[sha256sum] = "a07130d62719e8c1244f8405dd97445798df5204fc0f3f2f2b669b125114b468"
+
+EXTRA_OECONF = "--disable-gconf --with-gio --with-alsa --enable-keystore"
+
+inherit gettext pkgconfig autotools





More information about the Openembedded-commits mailing list