[oe-commits] Piotr Tworek : gnome-mplayer: Add initial recipe for version 1.0.5.

git at git.openembedded.org git at git.openembedded.org
Thu Feb 2 08:37:17 UTC 2012


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

Author: Piotr Tworek <ptworek at opera.com>
Date:   Wed Feb  1 20:08:53 2012 +0000

gnome-mplayer: Add initial recipe for version 1.0.5.

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

---

 .../gnome-mplayer/gnome-mplayer_1.0.5.bb           |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb b/meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb
new file mode 100644
index 0000000..b755dfa
--- /dev/null
+++ b/meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "A GTK+ interface to MPlayer"
+HOMEPAGE = "http://code.google.com/p/gnome-mplayer"
+SECTION = "multimedia"
+
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
+
+DEPENDS = "gmtk gtk+ alsa-lib libnotify glib-2.0 dbus-glib virtual/libx11 libxscrnsaver"
+
+SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.gz"
+SRC_URI[md5sum] = "1d3ab24c5501b5528e357931ca4dc6da"
+SRC_URI[sha256sum] = "ac3c179345baecb4ca5237782aa33e83253a87bf8b42ce6eb3a9207a340f61b2"
+
+EXTRA_OECONF = "--with-gio --with-alsa --with-dbus --with-libnotify"
+
+FILES_${PN} += "${datadir}/gnome-control-center/default-apps/${PN}.xml"
+
+inherit gettext pkgconfig mime gtk-icon-cache autotools
+
+RDEPENDS_${PN} = "mplayer"





More information about the Openembedded-commits mailing list