From patchwork Sun Aug 17 19:29:48 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 380630 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 44BA9140110 for ; Mon, 18 Aug 2014 05:30:52 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 88EB68B7DA; Sun, 17 Aug 2014 19:30:51 +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 vZzvaBKFdX4r; Sun, 17 Aug 2014 19:30:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id E22CC8AA28; Sun, 17 Aug 2014 19:30:25 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 391421BFA1D for ; Sun, 17 Aug 2014 19:30:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 34D798931B for ; Sun, 17 Aug 2014 19:30:21 +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 Jql8TG_SySON for ; Sun, 17 Aug 2014 19:30:20 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f169.google.com (mail-we0-f169.google.com [74.125.82.169]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 63C6B89285 for ; Sun, 17 Aug 2014 19:30:20 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id u56so4199496wes.0 for ; Sun, 17 Aug 2014 12:30:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=0sFtah3IqXJS5zi0cVJTnM7zTTQ/dM3wjKRxaU4PmYE=; b=H10W98XPiqF1rXJk+1rGSZoW4QrT2//ToJ8dSTKouka4sPnHglYDbY/UP4R6suxNcc 62f9cOcZm8AVWLgCFSk/GcFMkvz4n++AZTo/nLhHxOBDb4GuKyLM4ziFkhNB/Vurpfsz 5icUUcFJ9iB1tfLfwUBPFh9Qy4k5HmtnCL2MyexkwTw29ZvzJ2EcwUKVT7DiudH77UME jF4YVWHYkwogGrtu9PovIe9VytiGpaEe3CfDcKobQt8QYAvIeaw7u79JvvM/xcjou/Df 7M8Mp0NqyZSCMZbpGSVPa7oixrEFHNSit8vRI2ddYIa/m1M5BNOyMtUoCOYpBgn4nauO c7uA== X-Received: by 10.180.95.66 with SMTP id di2mr36425780wib.60.1408303818912; Sun, 17 Aug 2014 12:30:18 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id ez1sm30072010wib.15.2014.08.17.12.30.17 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 17 Aug 2014 12:30:18 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sun, 17 Aug 2014 21:29:48 +0200 Message-Id: <695945940fc27c51f9cb3c3f3bc7ce1f91ef0055.1408303753.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 09/24 v5] pulseaudio: add dependency on atomic operations 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: Anton Kolesov This fixes: http://autobuild.buildroot.net/results/d463f3bf730a600a07ed6cd33695bf45e9fd3540/ Signed-off-by: Anton Kolesov [yann.morin.1998@free.fr: use the new symbol; remove comment strings] Signed-off-by: "Yann E. MORIN" --- package/gstreamer/gst-plugins-good/Config.in | 6 ++++++ package/gstreamer1/gst1-plugins-good/Config.in | 6 ++++++ package/mpd/Config.in | 2 ++ package/pulseaudio/Config.in | 2 ++ 4 files changed, 16 insertions(+) diff --git a/package/gstreamer/gst-plugins-good/Config.in b/package/gstreamer/gst-plugins-good/Config.in index 36b15a8..3e25820 100644 --- a/package/gstreamer/gst-plugins-good/Config.in +++ b/package/gstreamer/gst-plugins-good/Config.in @@ -209,9 +209,15 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_PULSE depends on BR2_TOOLCHAIN_HAS_THREADS # pulseaudio depends on BR2_LARGEFILE # pulseaudio -> libsndfile depends on BR2_USE_MMU # pulseaudio + depends on BR2_ARCH_HAS_ATOMICS # pulseaudio select BR2_PACKAGE_PULSEAUDIO bool "pulseaudio" +comment "pulseaudio support needs a toolchain w/ largefile, threads" + depends on BR2_USE_MMU + depends on BR2_ARCH_HAS_ATOMICS + depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS + config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC bool "souphttpsrc (http client)" depends on BR2_USE_WCHAR # libsoup -> glib2 diff --git a/package/gstreamer1/gst1-plugins-good/Config.in b/package/gstreamer1/gst1-plugins-good/Config.in index f44690c..22980dc 100644 --- a/package/gstreamer1/gst1-plugins-good/Config.in +++ b/package/gstreamer1/gst1-plugins-good/Config.in @@ -309,11 +309,17 @@ config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_PULSE depends on BR2_TOOLCHAIN_HAS_THREADS # pulseaudio depends on BR2_LARGEFILE # pulseaudio -> libsndfile depends on BR2_USE_MMU # pulseaudio + depends on BR2_ARCH_HAS_ATOMICS # pulseaudio select BR2_PACKAGE_PULSEAUDIO bool "pulseaudio" help PulseAudio plugin library +comment "pulseaudio support needs a toolchain w/ largefile, threads" + depends on BR2_USE_MMU + depends on BR2_ARCH_HAS_ATOMICS + depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS + config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC bool "souphttpsrc (http client)" depends on BR2_USE_WCHAR # libsoup -> glib2 diff --git a/package/mpd/Config.in b/package/mpd/Config.in index f5f5b34..b8a56b7 100644 --- a/package/mpd/Config.in +++ b/package/mpd/Config.in @@ -45,11 +45,13 @@ config BR2_PACKAGE_MPD_AUDIOFILE config BR2_PACKAGE_MPD_PULSEAUDIO bool "pulseaudio" depends on BR2_LARGEFILE # pulseaudio -> libsndfile + depends on BR2_ARCH_HAS_ATOMICS # pulseaudio select BR2_PACKAGE_PULSEAUDIO help Enable pulseaudio output support. comment "pulseaudio support needs a toolchain w/ largefile" + depends on BR2_ARCH_HAS_ATOMICS depends on !BR2_LARGEFILE config BR2_PACKAGE_MPD_BZIP2 diff --git a/package/pulseaudio/Config.in b/package/pulseaudio/Config.in index ac6222c..4bf64c2 100644 --- a/package/pulseaudio/Config.in +++ b/package/pulseaudio/Config.in @@ -8,6 +8,7 @@ config BR2_PACKAGE_PULSEAUDIO select BR2_PACKAGE_SPEEX depends on BR2_LARGEFILE depends on BR2_USE_MMU # fork() + depends on BR2_ARCH_HAS_ATOMICS help PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for your sound applications. It allows you to do @@ -32,4 +33,5 @@ endif comment "pulseaudio needs a toolchain w/ wchar, largefile, threads" depends on BR2_USE_MMU + depends on BR2_ARCH_HAS_ATOMICS depends on !BR2_USE_WCHAR || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS