X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by lists.alpinelinux.org (Postfix) with ESMTP id 95FAE360F716 for ; Mon, 16 Nov 2009 10:50:08 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 19so1214607fgg.7 for ; Mon, 16 Nov 2009 02:50:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=E3gC4dae8fCcaz6QImImm8StP19ASZE5U5hsq6cpAe0=; b=nXmI+QpWvKNbTrEuSg8W8+JhmDd6KPEokzGvnGkNes0xkq94IlXA/FCAVUXGiRED9g Q5i5HK1tilHkIB22r57NZIzltpYII+u+vFSQheEWa1zG2c9Gy87Kmxs7af37j0mPFjJe RoVrAEsuBkHDlGezRxDh026UhZPPu35kVF5cE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=jOsj7LVCKCyc/IuUZPlOVaIpiIvEvwlJL8WiNgSSTBrx0TVqKjUTpBqaX+B8b7p3t7 OqXj6MfeaCHOLbHJ9IdqYaIKBXVGRjcRq3GlFeUT67CYO0psMHKMVHUd0ddA/HhWwF3g tbNfy1+9rE3pz2910rR/WaxOEfuAUy1qQXLEY= Received: by 10.87.62.6 with SMTP id p6mr5806005fgk.10.1258368607369; Mon, 16 Nov 2009 02:50:07 -0800 (PST) Received: from ?10.65.65.1? ([90.149.51.19]) by mx.google.com with ESMTPS id e20sm14023347fga.20.2009.11.16.02.50.05 (version=SSLv3 cipher=RC4-MD5); Mon, 16 Nov 2009 02:50:06 -0800 (PST) Subject: Re: [alpine-devel] MediaProxy package From: Natanael Copa To: Andrew Manison Cc: Alpine Development In-Reply-To: <4AFE0FE1.1070801@anselsystems.com> References: <4AFE0FE1.1070801@anselsystems.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 16 Nov 2009 11:51:00 +0100 Message-ID: <1258368660.11544.209.camel@ncopa-desktop.nor.wtbts.net> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 7bit On Fri, 2009-11-13 at 21:03 -0500, Andrew Manison wrote: > Hi, > > Here is the patch for MediaProxy. It required creating packages for a > couple of Python installation packages as well. Hopefully this will all > work. Looks great! I committed and did some minor fixes, like adding python-dev to makedepends and quoting "$srcdir" and "$pkgdir" incase someone should have their aports tree in ~/"My Alpine Projects/aports" or similar. ... > +pkgname=python26-buildutils > +_pkgname=`echo $pkgname |sed -e 's,^python26-,,'` ... I'll change that to: _pkgname=${pkgname#python26-} We parse all APKBUILDS to trace dependencies. If every APKBUILD does a fork or two that process would be slow at some point so we try to avoid forks in global scope. > +pkgver=0.6c11 Just so you know, apk-tools consider 0.6c9 > 0.6c11. When letter after digit is found it does string sort. (for things like lha-1.14i) not sure what the c in there means, but if its patch-level then suffix _p11 would be the right thing. oh.. I needed to add python-dev to makedepends. Thanks alot! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---