summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-apps/gnome-mplayer
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-apps/gnome-mplayer')
-rw-r--r--meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb18
-rw-r--r--meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb32
2 files changed, 0 insertions, 50 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
deleted file mode 100644
index f6d737c81..000000000
--- a/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1SUMMARY = "GTK+ widget and function libraries for gnome-mplayer"
2HOMEPAGE = "http://code.google.com/p/gmtk"
3SECTION = "libs"
4
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
7
8DEPENDS = "gtk+ alsa-lib glib-2.0 virtual/libx11 intltool-native pulseaudio gtk+3"
9
10SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz"
11SRC_URI[md5sum] = "e06e9ca8d61d74910343bb3ef4348f7f"
12SRC_URI[sha256sum] = "a07130d62719e8c1244f8405dd97445798df5204fc0f3f2f2b669b125114b468"
13
14EXTRA_OECONF = "--disable-gconf --with-gio --with-alsa --enable-keystore"
15
16inherit gettext pkgconfig autotools gconf
17
18PNBLACKLIST[gmtk] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130661/ - the recipe will be removed on 2017-09-01 unless the issue is fixed"
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
deleted file mode 100644
index 629b830dd..000000000
--- a/meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb
+++ /dev/null
@@ -1,32 +0,0 @@
1SUMMARY = "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
8PNBLACKLIST[gnome-mplayer] ?= "rdepends on blacklisted mplayer - the recipe will be removed on 2017-09-01 unless the issue is fixed"
9PR = "r2"
10
11DEPENDS = "gmtk gtk+ alsa-lib libnotify glib-2.0 dbus-glib virtual/libx11 libxscrnsaver"
12
13SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz"
14SRC_URI[md5sum] = "1d3ab24c5501b5528e357931ca4dc6da"
15SRC_URI[sha256sum] = "ac3c179345baecb4ca5237782aa33e83253a87bf8b42ce6eb3a9207a340f61b2"
16
17EXTRA_OECONF = "--with-gio --with-alsa --with-dbus --with-libnotify"
18
19FILES_${PN} += "${datadir}/gnome-control-center/default-apps/${PN}.xml"
20PACKAGES =+ "${PN}-nautilus-extension"
21FILES_${PN}-nautilus-extension += "${libdir}/nautilus/extensions-2.0/*.so \
22 ${libdir}/nautilus/extensions-3.0/*.so"
23FILES_${PN}-dev += "${libdir}/nautilus/extensions-2.0/*.la \
24 ${libdir}/nautilus/extensions-3.0/*.la"
25FILES_${PN}-staticdev += "${libdir}/nautilus/extensions-2.0/*.a \
26 ${libdir}/nautilus/extensions-3.0/*.a"
27FILES_${PN}-dbg += "${libdir}/nautilus/extensions-2.0/.debug \
28 ${libdir}/nautilus/extensions-3.0/.debug"
29
30inherit gettext pkgconfig mime gtk-icon-cache autotools
31
32RDEPENDS_${PN} = "mplayer"