2005-12-05 15:11:09 +01:00
|
|
|
source $stdenv/setup
|
2003-11-11 16:01:07 +01:00
|
|
|
|
2004-04-01 20:06:09 +02:00
|
|
|
postUnpack() {
|
|
|
|
unpackFile $fonts
|
|
|
|
}
|
|
|
|
postUnpack=postUnpack
|
|
|
|
|
|
|
|
configureFlags="\
|
|
|
|
--with-win32libdir=$win32codecs \
|
2003-11-11 16:01:07 +01:00
|
|
|
--with-reallibdir=$win32codecs \
|
2005-08-24 17:02:30 +02:00
|
|
|
--enable-runtime-cpudetection \
|
|
|
|
--enable-x11 --with-x11incdir=/no-such-dir --with-x11libdir=/no-such-dir
|
|
|
|
$configureFlags"
|
2004-04-01 20:06:09 +02:00
|
|
|
|
|
|
|
postInstall() {
|
|
|
|
cp -p ../font-arial-iso-8859-1/font-arial-18-iso-8859-1/* $out/share/mplayer/font
|
|
|
|
}
|
|
|
|
postInstall=postInstall
|
|
|
|
|
|
|
|
genericBuild
|