Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o, sbriesen@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-video/qdvdauthor: ChangeLog qdvdauthor-1.0.0.ebuild
Date: Sun, 16 Mar 2008 23:36:58
Message-Id: 20080316233653.GE6852@comet
1 On 22:31 Sun 16 Mar , Stefan Briesenick (sbriesen) wrote:
2 > 1.1 media-video/qdvdauthor/qdvdauthor-1.0.0.ebuild
3 >
4 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qdvdauthor/qdvdauthor-1.0.0.ebuild?rev=1.1&view=markup
5 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qdvdauthor/qdvdauthor-1.0.0.ebuild?rev=1.1&content-type=text/plain
6
7 > src_unpack() {
8 > unpack ${A}
9 > cd "${S}"
10 >
11 > # do not over-optimize (see bug #147250)
12 > replace-flags -O? -O2
13
14 What if people want to under-optimize, with -O1 or -O0? Just replace -O3
15 and maybe -Os.
16
17 > src_install() {
18 > make -C qdvdauthor INSTALL_ROOT="${D}" install || die "qdvdauthor install failed"
19 > make -C qdvdauthor/qslideshow INSTALL_ROOT="${D}" install || die "qslideshow install failed"
20 > make -C qdvdauthor/qplayer INSTALL_ROOT="${D}" install || die "qplayer install failed"
21
22 If emake doesn't work here, please add a comment to note this.
23
24 Thanks,
25 Donnie
26 --
27 gentoo-dev@l.g.o mailing list