From patchwork Fri Jan 24 14:06:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?RmF0aWggQcWfxLFjxLE=?= X-Patchwork-Id: 313907 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 984182C009C for ; Sat, 25 Jan 2014 01:07:06 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7B38A8B992; Fri, 24 Jan 2014 14:07:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PtlVwRJqGBRx; Fri, 24 Jan 2014 14:07:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 85A9D8B881; Fri, 24 Jan 2014 14:07:04 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 3CD271BF95A for ; Fri, 24 Jan 2014 14:07:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 340488B881 for ; Fri, 24 Jan 2014 14:07:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KtfJx6yf0i7z for ; Fri, 24 Jan 2014 14:07:02 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ee0-f47.google.com (mail-ee0-f47.google.com [74.125.83.47]) by whitealder.osuosl.org (Postfix) with ESMTPS id 7358A8B879 for ; Fri, 24 Jan 2014 14:07:02 +0000 (UTC) Received: by mail-ee0-f47.google.com with SMTP id d49so976117eek.6 for ; Fri, 24 Jan 2014 06:07:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:mime-version:content-type :content-transfer-encoding; bh=vq8cmAuNP+7dHQMCfnq18SMYGIF/QIw9zi5hWqYpHkg=; b=BXlZm6KXDckVITgZ9F28FdlIo5FkWKGnSec5a77a3KkidsKORZcwkgZ0JZ5vOXQ57t eTHUK+BvTn5DY98jxa36VKqvETIgpUG1+KtpkGYFsWBohlX72Xi4GN4SCW8UkBq+rp6j pCtMuDPPn32tFDH5cv0rEIFtb0IrJlDJ6ri4RBiMZqthBFU+TfyJAX80bis0VujA6Nki 4LF9Kogc5CGUjPhrnvJFvKpKklUWPfqyPjNClpja28OLssrXQ6XWKTeYvXCMnvF7VEO2 auBlxDcfz+DRcP8YsXvqi+G9iLPDrpSpBFFG1R3z9u1B3gi/nQrqyUISGODBgTQ8JIdd FLAA== X-Received: by 10.14.100.204 with SMTP id z52mr8758084eef.68.1390572420514; Fri, 24 Jan 2014 06:07:00 -0800 (PST) Received: from viko.viko.com.tr ([195.33.218.166]) by mx.google.com with ESMTPSA id u7sm4021592eep.11.2014.01.24.06.06.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Jan 2014 06:06:59 -0800 (PST) From: =?UTF-8?q?Fatih=20A=C5=9F=C4=B1c=C4=B1?= To: buildroot@busybox.net Date: Fri, 24 Jan 2014 16:06:20 +0200 Message-Id: <1390572380-28031-1-git-send-email-fatih.asici@gmail.com> X-Mailer: git-send-email 1.8.5.2 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] qt5multimedia: install gsttools library to target X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net It is built when gst-plugins-base is selected. Signed-off-by: Fatih Aşıcı Noticed-by: Paweł Gibaszek --- package/qt5/qt5multimedia/qt5multimedia.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/package/qt5/qt5multimedia/qt5multimedia.mk b/package/qt5/qt5multimedia/qt5multimedia.mk index 1a3ca6b..5256920 100644 --- a/package/qt5/qt5multimedia/qt5multimedia.mk +++ b/package/qt5/qt5multimedia/qt5multimedia.mk @@ -20,6 +20,10 @@ QT5MULTIMEDIA_LICENSE = Commercial license QT5MULTIMEDIA_REDISTRIBUTE = NO endif +ifeq ($(BR2_PACKAGE_GST_PLUGINS_BASE),y) +QT5MULTIMEDIA_DEPENDENCIES += gst-plugins-base +endif + define QT5MULTIMEDIA_CONFIGURE_CMDS (cd $(@D); $(HOST_DIR)/usr/bin/qmake) endef @@ -34,9 +38,16 @@ define QT5MULTIMEDIA_INSTALL_STAGING_CMDS endef ifeq ($(BR2_PREFER_STATIC_LIB),) +ifeq ($(BR2_PACKAGE_GST_PLUGINS_BASE),y) +define QT5MULTIMEDIA_INSTALL_TARGET_QGSTTOOLS_LIB + cp -dpf $(STAGING_DIR)/usr/lib/libqgsttools*.so.* $(TARGET_DIR)/usr/lib +endef +endif + define QT5MULTIMEDIA_INSTALL_TARGET_LIBS cp -dpf $(STAGING_DIR)/usr/lib/libQt5Multimedia*.so.* $(TARGET_DIR)/usr/lib cp -dpfr $(STAGING_DIR)/usr/lib/qt/plugins/* $(TARGET_DIR)/usr/lib/qt/plugins + $(QT5MULTIMEDIA_INSTALL_TARGET_QGSTTOOLS_LIB) endef endif