From fa1e0023e450ef0d4b5d58889fc6d1c06631e554 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 10 Jul 2017 18:07:27 +0100 Subject: gnome-mplayer: remove (previously blacklisted) gnome-mplayer 1.0.5 is very old (2011) and has been blacklisted for some time, so remove it. Signed-off-by: Ross Burton --- .../recipes-apps/gnome-mplayer/gmtk_1.0.5.bb | 18 ------------ .../gnome-mplayer/gnome-mplayer_1.0.5.bb | 32 ---------------------- 2 files changed, 50 deletions(-) delete mode 100644 meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb delete mode 100644 meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb 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 f6d737c813..0000000000 --- a/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "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 intltool-native pulseaudio gtk+3" - -SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz" -SRC_URI[md5sum] = "e06e9ca8d61d74910343bb3ef4348f7f" -SRC_URI[sha256sum] = "a07130d62719e8c1244f8405dd97445798df5204fc0f3f2f2b669b125114b468" - -EXTRA_OECONF = "--disable-gconf --with-gio --with-alsa --enable-keystore" - -inherit gettext pkgconfig autotools gconf - -PNBLACKLIST[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 629b830dd5..0000000000 --- a/meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb +++ /dev/null @@ -1,32 +0,0 @@ -SUMMARY = "A GTK+ interface to MPlayer" -HOMEPAGE = "http://code.google.com/p/gnome-mplayer" -SECTION = "multimedia" - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" - -PNBLACKLIST[gnome-mplayer] ?= "rdepends on blacklisted mplayer - the recipe will be removed on 2017-09-01 unless the issue is fixed" -PR = "r2" - -DEPENDS = "gmtk gtk+ alsa-lib libnotify glib-2.0 dbus-glib virtual/libx11 libxscrnsaver" - -SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.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" -PACKAGES =+ "${PN}-nautilus-extension" -FILES_${PN}-nautilus-extension += "${libdir}/nautilus/extensions-2.0/*.so \ - ${libdir}/nautilus/extensions-3.0/*.so" -FILES_${PN}-dev += "${libdir}/nautilus/extensions-2.0/*.la \ - ${libdir}/nautilus/extensions-3.0/*.la" -FILES_${PN}-staticdev += "${libdir}/nautilus/extensions-2.0/*.a \ - ${libdir}/nautilus/extensions-3.0/*.a" -FILES_${PN}-dbg += "${libdir}/nautilus/extensions-2.0/.debug \ - ${libdir}/nautilus/extensions-3.0/.debug" - -inherit gettext pkgconfig mime gtk-icon-cache autotools - -RDEPENDS_${PN} = "mplayer" -- cgit 1.2.3-korg