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
--
[email protected] mailing list