From patchwork Sun Jun 7 10:26:39 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 481721 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 86BBE140082 for ; Sun, 7 Jun 2015 20:28:15 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=yuSoTj5v; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id CB8C0A44E2; Sun, 7 Jun 2015 10:28:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DTk2z5W-v09x; Sun, 7 Jun 2015 10:28:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id C48CDA4494; Sun, 7 Jun 2015 10:27:29 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 9A0ED1C2C9C for ; Sun, 7 Jun 2015 10:27:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 87FD1A44CB for ; Sun, 7 Jun 2015 10:27:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gZrBfwDY74vL for ; Sun, 7 Jun 2015 10:27:25 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by fraxinus.osuosl.org (Postfix) with ESMTPS id C6329A4489 for ; Sun, 7 Jun 2015 10:27:15 +0000 (UTC) Received: by wigg3 with SMTP id g3so24112203wig.1 for ; Sun, 07 Jun 2015 03:27:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=OzaDYpnCQTwVIkvlOwLSyl6RkPppnsEw2mSBGzs8TAA=; b=yuSoTj5vYXMzR0fYOVAdJHFzVYdh55JxC+YY/AAzGB007aBLIrDAHzVoQSE8ILC0ut hoq7/KSX1gUQ74iWd2d+RLmpYLbLDIlEvGehLamooVbkuvC/z8TyFy3R3M11i6HLIo1D 9ok8T8BB8vYRJU46VTPgBIsTlNA7AvSosR300qvnNGaZfIktQ0SEKOSCSqVH9YdYBApU cVTHFxgUCAoVJl0xdfn8Fct/xbjxpYt6GGjV3dVflkadr3fRGmiXMEpDtqrV/WyUSU9f +rHSz8a/qGMwueIRS55sCjp3m+lZQTMeEz3yvwK4deBb/2IXu+GqX5iUFYuiJbLxeIWG jtLw== X-Received: by 10.194.71.226 with SMTP id y2mr21832826wju.34.1433672834510; Sun, 07 Jun 2015 03:27:14 -0700 (PDT) Received: from bobook.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPSA id cd9sm10498089wjc.34.2015.06.07.03.27.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 07 Jun 2015 03:27:13 -0700 (PDT) From: Samuel Martin To: buildroot@buildroot.org Date: Sun, 7 Jun 2015 12:26:39 +0200 Message-Id: <1433672799-21387-14-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 2.4.2 In-Reply-To: <1433672799-21387-1-git-send-email-s.martin49@gmail.com> References: <1433672799-21387-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH v5 13/13] package/gstreamer1/gst1-plugins-bad: disable opencv plugin with opencv-3 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" The opencv plugin uses stuff from the now removed opencv's legacy module. Note that the configure script already correctly check the opencv version and disable the opencv plugin with opencv-3.x. Signed-off-by: Samuel Martin Reviewed-by: "Yann E. MORIN" --- changes v4->v5: - new patch --- package/gstreamer1/gst1-plugins-bad/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in index 44fcdfb..51c6232 100644 --- a/package/gstreamer1/gst1-plugins-bad/Config.in +++ b/package/gstreamer1/gst1-plugins-bad/Config.in @@ -432,6 +432,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPENCV bool "opencv" depends on BR2_INSTALL_LIBSTDCPP depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL + depends on BROKEN # gst1-plugin-opencv does not (yet) support opencv >=3.x select BR2_PACKAGE_OPENCV # Remove the following opencv modules when gstreamer fixes the # problem of including the old "cv.h" header