From ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 27 Apr 2017 11:04:51 +0200 Subject: recipes: remove blacklisted recipes * as PNBLACKLIST message says, these recipes are blacklisted for long time and nobody showed any interest to fix them * remove all unused .patch and .inc files as well Signed-off-by: Martin Jansa --- meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb | 26 ------------- .../epdfview/epdfview/browser_command.patch | 17 --------- .../epdfview/epdfview/fix-format.patch | 19 ---------- .../epdfview/epdfview/glib-single-include.patch | 17 --------- .../epdfview/epdfview/swap-colors.patch | 43 ---------------------- meta-gnome/recipes-apps/epdfview/epdfview_0.1.8.bb | 25 ------------- .../recipes-apps/gnome-mplayer/gmtk_1.0.5.bb | 18 --------- .../gnome-mplayer/gnome-mplayer_1.0.5.bb | 32 ---------------- 8 files changed, 197 deletions(-) delete mode 100644 meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb delete mode 100644 meta-gnome/recipes-apps/epdfview/epdfview/browser_command.patch delete mode 100644 meta-gnome/recipes-apps/epdfview/epdfview/fix-format.patch delete mode 100644 meta-gnome/recipes-apps/epdfview/epdfview/glib-single-include.patch delete mode 100644 meta-gnome/recipes-apps/epdfview/epdfview/swap-colors.patch delete mode 100644 meta-gnome/recipes-apps/epdfview/epdfview_0.1.8.bb 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 (limited to 'meta-gnome/recipes-apps') diff --git a/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb b/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb deleted file mode 100644 index 3f5a5b1247..0000000000 --- a/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "Take photos and videos with your webcam, with fun graphical effects" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=a17cb0a873d252440acfdf9b3d0e7fbf" - -DEPENDS = "gtk+ gstreamer gst-plugins-base libcanberra udev librsvg gnome-desktop evolution-data-server intltool-native" - -PR = "r2" - -inherit gnome - -SRC_URI[archive.md5sum] = "1599fded8a1797ea51fb010af4e6c45b" -SRC_URI[archive.sha256sum] = "48f03470c6f527caa0e3b269d3afcff86ae0939a74f66ce030d4eed3bc3cbd9a" -GNOME_COMPRESS_TYPE="bz2" - -FILES_${PN} += "${datadir}/dbus-1" -RRECOMMENDS_${PN} = "gst-plugins-good-meta gst-plugins-base-meta" - -EXTRA_OECONF += "--disable-scrollkeeper" - -do_configure_prepend() { - sed -i -e "s: help : :g" ${S}/Makefile.am -} - -PNBLACKLIST[cheese] ?= "Depends on blacklisted gstreamer - the recipe will be removed on 2017-09-01 unless the issue is fixed" - -PNBLACKLIST[cheese] ?= "Depends on blacklisted gnome-desktop - the recipe will be removed on 2017-09-01 unless the issue is fixed" diff --git a/meta-gnome/recipes-apps/epdfview/epdfview/browser_command.patch b/meta-gnome/recipes-apps/epdfview/epdfview/browser_command.patch deleted file mode 100644 index 75e45e0ab6..0000000000 --- a/meta-gnome/recipes-apps/epdfview/epdfview/browser_command.patch +++ /dev/null @@ -1,17 +0,0 @@ -Imported from Debian 0.1.8-3 - -Upstream-Status: Pending - -diff --git a/src/Config.cxx b/src/Config.cxx -index 28f37ab..bc58819 100644 ---- a/src/Config.cxx -+++ b/src/Config.cxx -@@ -22,7 +22,7 @@ - using namespace ePDFView; - - // Constants --static const gchar *DEFAULT_EXTERNAL_BROWSER_COMMAND_LINE = "firefox %s"; -+static const gchar *DEFAULT_EXTERNAL_BROWSER_COMMAND_LINE = "x-www-browser %s"; - static const gchar *DEFAULT_OPEN_FILE_FOLDER = NULL; - static const gchar *DEFAULT_SAVE_FILE_FOLDER = NULL; - static const gboolean DEFAULT_SHOW_STATUSBAR = TRUE; diff --git a/meta-gnome/recipes-apps/epdfview/epdfview/fix-format.patch b/meta-gnome/recipes-apps/epdfview/epdfview/fix-format.patch deleted file mode 100644 index 8ad5b97ca9..0000000000 --- a/meta-gnome/recipes-apps/epdfview/epdfview/fix-format.patch +++ /dev/null @@ -1,19 +0,0 @@ -Imported from Debian 0.1.8-3 - -Upstream-Status: Pending - -diff --git a/src/gtk/MainView.cxx b/src/gtk/MainView.cxx -index b983bff..f87de28 100644 ---- a/src/gtk/MainView.cxx -+++ b/src/gtk/MainView.cxx -@@ -634,8 +634,9 @@ MainView::showErrorMessage (const gchar *title, const gchar *body) - GTK_DIALOG_DESTROY_WITH_PARENT, - GTK_MESSAGE_ERROR, - GTK_BUTTONS_OK, -+ "%s", - title); -- gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG(errorDialog), -+ gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG(errorDialog), "%s", - body); - gtk_dialog_run (GTK_DIALOG (errorDialog)); - gtk_widget_destroy (errorDialog); diff --git a/meta-gnome/recipes-apps/epdfview/epdfview/glib-single-include.patch b/meta-gnome/recipes-apps/epdfview/epdfview/glib-single-include.patch deleted file mode 100644 index 84a4913863..0000000000 --- a/meta-gnome/recipes-apps/epdfview/epdfview/glib-single-include.patch +++ /dev/null @@ -1,17 +0,0 @@ -Imported from Debian 0.1.8-3 - -Upstream-Status: Pending - -diff --git a/src/gtk/StockIcons.h b/src/gtk/StockIcons.h -index c142a7a..58fcf2e 100644 ---- a/src/gtk/StockIcons.h -+++ b/src/gtk/StockIcons.h -@@ -18,7 +18,7 @@ - #if !defined (__STOCK_ICONS_H__) - #define __STOCK_ICONS_H__ - --#include -+#include - - G_BEGIN_DECLS - diff --git a/meta-gnome/recipes-apps/epdfview/epdfview/swap-colors.patch b/meta-gnome/recipes-apps/epdfview/epdfview/swap-colors.patch deleted file mode 100644 index 282bfb184a..0000000000 --- a/meta-gnome/recipes-apps/epdfview/epdfview/swap-colors.patch +++ /dev/null @@ -1,43 +0,0 @@ -Imported from Debian 0.1.8-3 - -Upstream-Status: Pending - -Index: trunk/src/PDFDocument.cxx -=================================================================== ---- trunk/src/PDFDocument.cxx (revision 361) -+++ trunk/src/PDFDocument.cxx (revision 367) -@@ -21,4 +21,5 @@ - #include - #include -+#include - #include "epdfview.h" - -@@ -33,4 +34,22 @@ - static PageMode convertPageMode (gint pageMode); - static gchar *getAbsoluteFileName (const gchar *fileName); -+ -+namespace -+{ -+ void -+ convert_bgra_to_rgba (guint8 *data, int width, int height) -+ { -+ using std::swap; -+ -+ for (int y = 0; y < height; y++) -+ { -+ for (int x = 0; x < width; x++) -+ { -+ swap(data[0], data[2]); -+ data += 4; -+ } -+ } -+ } -+} - - /// -@@ -651,4 +670,5 @@ - cairo_destroy(context); - cairo_surface_destroy (surface); -+ convert_bgra_to_rgba(renderedPage->getData (), width, height); - #else // !HAVE_POPPLER_0_17_0 - // Create the pixbuf from the data and render to it. diff --git a/meta-gnome/recipes-apps/epdfview/epdfview_0.1.8.bb b/meta-gnome/recipes-apps/epdfview/epdfview_0.1.8.bb deleted file mode 100644 index 5e11a95dec..0000000000 --- a/meta-gnome/recipes-apps/epdfview/epdfview_0.1.8.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "A lightweight PDF viewer based on gtk and poppler" -HOMEPAGE = "http://www.emma-soft.com/projects/epdfview/" -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" -SECTION = "x11/applications" -DEPENDS = "gtk+ poppler" - -PR = "r3" - -EXTRA_OECONF += "--without-cups" - -inherit autotools gettext - -SRC_URI = "http://www.emma-soft.com/projects/${BPN}/chrome/site/releases/${BP}.tar.bz2 \ - file://browser_command.patch \ - file://fix-format.patch \ - file://glib-single-include.patch \ - file://swap-colors.patch \ -" -SRC_URI[md5sum] = "e50285b01612169b2594fea375f53ae4" -SRC_URI[sha256sum] = "948648ae7c9d7b3b408d738bd4f48d87375b1196cae1129d6b846a8de0f2f8f0" - -PNBLACKLIST[epdfview] ?= "BROKEN: images are not displayed anymore - the recipe will be removed on 2017-09-01 unless the issue is fixed" -# There will be no further development / upstream is gone [1] -# [1] https://bugzilla.redhat.com/show_bug.cgi?id=906121 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