From patchwork Mon Aug 12 03:46:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1145464 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 466MGj1rftz9sNF for ; Mon, 12 Aug 2019 13:46:53 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 942A885629; Mon, 12 Aug 2019 03:46:50 +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 qoTZ+ZkiEUzp; Mon, 12 Aug 2019 03:46:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 0DC4285608; Mon, 12 Aug 2019 03:46:50 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 1AE391BF94B for ; Mon, 12 Aug 2019 03:46:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1107E85608 for ; Mon, 12 Aug 2019 03:46:49 +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 cmXSfL-8IlRC for ; Mon, 12 Aug 2019 03:46:47 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout05.t-online.de (mailout05.t-online.de [194.25.134.82]) by whitealder.osuosl.org (Postfix) with ESMTPS id B4591855D2 for ; Mon, 12 Aug 2019 03:46:47 +0000 (UTC) Received: from fwd13.aul.t-online.de (fwd13.aul.t-online.de [172.20.27.62]) by mailout05.t-online.de (Postfix) with SMTP id 2DA8D427F299 for ; Mon, 12 Aug 2019 05:46:45 +0200 (CEST) Received: from fli4l.lan.fli4l (ZeA5qvZVZh-R-7Ruv6G83Q3xFUKTuuNaQwzveORlPdSDtco06S+-0WGgqm+I4zcQ-5@[84.161.191.122]) by fwd13.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1hx1I8-0Hgu5g0; Mon, 12 Aug 2019 05:46:40 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:37916) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1hx1I8-0003uS-07 for buildroot@buildroot.org; Mon, 12 Aug 2019 05:46:40 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Mon, 12 Aug 2019 05:46:39 +0200 Message-Id: <20190812034639.19652-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-ID: ZeA5qvZVZh-R-7Ruv6G83Q3xFUKTuuNaQwzveORlPdSDtco06S+-0WGgqm+I4zcQ-5 X-TOI-MSGID: b1ab33f2-49ca-4ef3-a067-634425c92131 Subject: [Buildroot] [PATCH 1/1] DEVELOPERS: add Bernd Kuhls for flac & pulseaudio X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 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" Signed-off-by: Bernd Kuhls --- DEVELOPERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVELOPERS b/DEVELOPERS index f4e68fd81d..ce1d6cea46 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -306,6 +306,7 @@ F: package/eudev/ F: package/exim/ F: package/fetchmail/ F: package/ffmpeg/ +F: package/flac/ F: package/freeswitch/ F: package/freeswitch-mod-bcg729/ F: package/freetype/ @@ -398,6 +399,7 @@ F: package/perl-www-robotrules/ F: package/pixman/ F: package/pngquant/ F: package/pound/ +F: package/pulseaudio/ F: package/pure-ftpd/ F: package/python-couchdb/ F: package/python-cssutils/