|
Lines 1-6
Link Here
|
| 1 |
# Copyright 1999-2008 Gentoo Foundation |
1 |
# Copyright 1999-2008 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/media-video/gpac/gpac-0.4.4.ebuild,v 1.14 2008/06/21 14:11:20 aballier Exp $ |
3 |
# $Header: $ |
| 4 |
|
4 |
|
| 5 |
inherit eutils wxwidgets flag-o-matic multilib toolchain-funcs |
5 |
inherit eutils wxwidgets flag-o-matic multilib toolchain-funcs |
| 6 |
|
6 |
|
|
Lines 94-99
Link Here
|
| 94 |
} |
94 |
} |
| 95 |
|
95 |
|
| 96 |
src_compile() { |
96 |
src_compile() { |
|
|
97 |
|
| 98 |
# Work around bug #210865 |
| 99 |
strip-flags |
| 100 |
filter-flags -O* |
| 101 |
|
| 97 |
if use ogg; then |
102 |
if use ogg; then |
| 98 |
myconf="${myconf} --use-ogg=system" |
103 |
myconf="${myconf} --use-ogg=system" |
| 99 |
if use vorbis; then |
104 |
if use vorbis; then |