summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb20
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 0000000000..b755dfa46f
--- /dev/null
+++ b/meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "A GTK+ interface to MPlayer"
2HOMEPAGE = "http://code.google.com/p/gnome-mplayer"
3SECTION = "multimedia"
4
5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
7
8DEPENDS = "gmtk gtk+ alsa-lib libnotify glib-2.0 dbus-glib virtual/libx11 libxscrnsaver"
9
10SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.gz"
11SRC_URI[md5sum] = "1d3ab24c5501b5528e357931ca4dc6da"
12SRC_URI[sha256sum] = "ac3c179345baecb4ca5237782aa33e83253a87bf8b42ce6eb3a9207a340f61b2"
13
14EXTRA_OECONF = "--with-gio --with-alsa --with-dbus --with-libnotify"
15
16FILES_${PN} += "${datadir}/gnome-control-center/default-apps/${PN}.xml"
17
18inherit gettext pkgconfig mime gtk-icon-cache autotools
19
20RDEPENDS_${PN} = "mplayer"