diff options
author | Peter Tworek <tworaz666@gmail.com> | 2012-01-31 21:13:26 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-01 08:27:20 +0100 |
commit | 95d5ad37a964109286a53e65b6085c82ee7c92ac (patch) | |
tree | 5b9da54626dc7ed8b28286d37904ae0a2acee718 /meta-gnome/recipes-apps | |
parent | d58fc89d46666db79ea23e70b03ebfdc7b8d827f (diff) | |
download | meta-openembedded-95d5ad37a964109286a53e65b6085c82ee7c92ac.tar.gz |
Add recipe for gmtk 1.0.5.
Run tested on netbookpro.
Signed-off-by: Peter Tworek <tworaz666@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-apps')
-rw-r--r-- | meta-gnome/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 000000000..9aa4e041f --- /dev/null +++ b/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "GTK+ widget and function libraries for gnome-mplayer" | ||
2 | HOMEPAGE = "http://code.google.com/p/gmtk" | ||
3 | SECTION = "libs" | ||
4 | |||
5 | LICENSE = "GPLv2" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
7 | |||
8 | DEPENDS = "gtk+ alsa-lib glib-2.0 virtual/libx11" | ||
9 | |||
10 | SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.gz" | ||
11 | SRC_URI[md5sum] = "e06e9ca8d61d74910343bb3ef4348f7f" | ||
12 | SRC_URI[sha256sum] = "a07130d62719e8c1244f8405dd97445798df5204fc0f3f2f2b669b125114b468" | ||
13 | |||
14 | EXTRA_OECONF = "--disable-gconf --with-gio --with-alsa --enable-keystore" | ||
15 | |||
16 | inherit gettext pkgconfig autotools | ||