|
|
LICENSE="GPL-2" | LICENSE="GPL-2" |
SLOT="0" | SLOT="0" |
KEYWORDS="amd64 ppc ~ppc64 x86" | KEYWORDS="amd64 ppc ~ppc64 x86" |
IUSE="wxwindows flac bzip2 lzo qt4 debug" |
IUSE="wxwindows flac bzip2 lzo qt4 debug unicode" |
| |
DEPEND=">=dev-libs/libebml-0.7.7 | DEPEND=">=dev-libs/libebml-0.7.7 |
>=media-libs/libmatroska-0.8.1 | >=media-libs/libmatroska-0.8.1 |
|
|
pkg_setup() { | pkg_setup() { |
WX_GTK_VER="2.6" | WX_GTK_VER="2.6" |
if use wxwindows; then | if use wxwindows; then |
need-wxwidgets gtk2 |
use unicode && need-wxwidgets unicode || need-wxwidgets ansi |
fi | fi |
| |
if ! built_with_use --missing true dev-libs/libpcre cxx; then | if ! built_with_use --missing true dev-libs/libpcre cxx; then |