Received: from out.migadu.com (out.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 9D799781A15 for ; Sat, 1 Feb 2020 22:32:28 +0000 (UTC) Received: (Migadu outbound); Sat, 01 Feb 2020 22:32:27 +0000 Authentication-Results: out.migadu.com; auth=pass (plain) Received: from loki.galenabell.com (24-181-218-135.dhcp.hckr.nc.charter.com [24.181.218.135]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id 4A780FC0-BC23-4553-9B20-58413EA77961.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Sat, 01 Feb 2020 22:32:26 +0000 From: Galen Abell To: alpine-aports@lists.alpinelinux.org Cc: Galen Abell Subject: [PATCH 0/4] Add testing/whipper and deps Date: Sat, 1 Feb 2020 17:32:12 -0500 Message-Id: <20200201223216.21848-1-galen@galenabell.com> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1;a=rsa-sha256;bh=tiZtEIFpjcVh5G/Or7QyzXnXmYFXFOCSLQmeQzJJ9CA=;c=relaxed/simple;d=galenabell.com;h=from:subject:date:to;s=default;b=u19MVprcrlSwSKTKE5u4Mn6fwUzgQy0O6escUNNT8TL3+BfNKGNONd6pzeQXCTkb7EZxv2ud6Ur+nY3uvEpxM4jrvVHrWSwPeEh2AQHbw2Wqwv0FwuksNQeyM48izAsvqVEsWthrUw/aSTFbT8hC0V6cIFrPacRP476dD4SJc7w= This patch set adds whipper (a python program for accurately ripping CDs) and its dependencies. Galen Abell (4): testing/py3-cdio: new aport testing/py3-discid: new aport testing/cdrdao: new aport testing/whipper: new aport testing/cdrdao/APKBUILD | 36 ++++++++++++++++++++++++++++ testing/py3-cdio/APKBUILD | 27 +++++++++++++++++++++ testing/py3-discid/APKBUILD | 27 +++++++++++++++++++++ testing/whipper/APKBUILD | 48 +++++++++++++++++++++++++++++++++++++ 4 files changed, 138 insertions(+) create mode 100644 testing/cdrdao/APKBUILD create mode 100644 testing/py3-cdio/APKBUILD create mode 100644 testing/py3-discid/APKBUILD create mode 100644 testing/whipper/APKBUILD -- 2.25.0