X-Original-To: alpine-aports@lists.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from [172.17.48.69] (unknown [74.117.191.11]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: nangel@tetrasec.net) by mail.alpinelinux.org (Postfix) with ESMTPSA id 7BDF4DC0096; Thu, 12 Mar 2015 17:39:44 +0000 (UTC) Message-ID: <5501CF5F.6030808@nothome.org> Date: Thu, 12 Mar 2015 13:39:43 -0400 From: Nathan Angelacos User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.4.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: Natanael Copa CC: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/rtpproxy: Version bump to 2.0.0 References: <1426036945-9087-1-git-send-email-nangel@alpinelinux.org> <20150312183514.3d97d824@ncopa-laptop> In-Reply-To: <20150312183514.3d97d824@ncopa-laptop> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 03/12/2015 01:35 PM, Natanael Copa wrote: > On Wed, 11 Mar 2015 01:22:25 +0000 > Nathan Angelacos wrote: > >> new subpackage: rtpproxy-debug >> --- >> main/rtpproxy/APKBUILD | 34 +++++++++++++++++----- >> main/rtpproxy/define-byte-order.patch | 25 ++++++++++++++++ >> main/rtpproxy/musl-fix-headers.patch | 10 +++++++ >> .../prevent-pthread-from-running-macro.patch | 11 +++++++ >> 4 files changed, 72 insertions(+), 8 deletions(-) >> create mode 100644 main/rtpproxy/define-byte-order.patch >> create mode 100644 main/rtpproxy/musl-fix-headers.patch >> create mode 100644 main/rtpproxy/prevent-pthread-from-running-macro.patch > > applied with a minor fix. > > ... > >> +source="https://github.com/sippy/rtpproxy/archive/v${pkgver}.tar.gz > > Changed this to: > > source="$pkgname-$pkgver.tar.gz::https://github.com/sippy/rtpproxy/archive/v${pkgver}.tar.gz > > The download directory is shared for all aports so we need include > aport name in the download source archive. > > -nc > Thanks. Good to know. I went to add that tidbit to the APKBUILD reference on the wiki... and saw its already there! Guess I need to learn how to read. --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---