From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Jb2PS-0001gh-8J for garchives@archives.gentoo.org; Sun, 16 Mar 2008 23:36:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10995E0537; Sun, 16 Mar 2008 23:36:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E00FAE0537 for ; Sun, 16 Mar 2008 23:36:56 +0000 (UTC) Received: from gentoo.org (c-67-171-150-177.hsd1.or.comcast.net [67.171.150.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 087CC65D27; Sun, 16 Mar 2008 23:36:55 +0000 (UTC) Date: Sun, 16 Mar 2008 16:36:54 -0700 From: Donnie Berkholz To: gentoo-dev@lists.gentoo.org, sbriesen@gentoo.org Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-video/qdvdauthor: ChangeLog qdvdauthor-1.0.0.ebuild Message-ID: <20080316233653.GE6852@comet> References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) X-Archives-Salt: f4556626-9cb3-4973-8611-35abc4f94956 X-Archives-Hash: f35acd250f266b836ac4cfd320bd0dd5 On 22:31 Sun 16 Mar , Stefan Briesenick (sbriesen) wrote: > 1.1 media-video/qdvdauthor/qdvdauthor-1.0.0.ebuild > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qdvdauthor/qdvdauthor-1.0.0.ebuild?rev=1.1&view=markup > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qdvdauthor/qdvdauthor-1.0.0.ebuild?rev=1.1&content-type=text/plain > src_unpack() { > unpack ${A} > cd "${S}" > > # do not over-optimize (see bug #147250) > replace-flags -O? -O2 What if people want to under-optimize, with -O1 or -O0? Just replace -O3 and maybe -Os. > src_install() { > make -C qdvdauthor INSTALL_ROOT="${D}" install || die "qdvdauthor install failed" > make -C qdvdauthor/qslideshow INSTALL_ROOT="${D}" install || die "qslideshow install failed" > make -C qdvdauthor/qplayer INSTALL_ROOT="${D}" install || die "qplayer install failed" If emake doesn't work here, please add a comment to note this. Thanks, Donnie -- gentoo-dev@lists.gentoo.org mailing list