|
|
@ -27,11 +27,6 @@ else |
|
|
prefix=$ROCKCFG_PKG_MYTHTV_PREFIX |
|
|
prefix=$ROCKCFG_PKG_MYTHTV_PREFIX |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
mythmusic_premake() { |
|
|
|
|
|
sed -i -e "s,^PREFIX = /usr/local\$,PREFIX = $root/$prefix," settings.pro |
|
|
|
|
|
qmake mythmusic.pro |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
# their 'configure' is not what we'd expect. |
|
|
# their 'configure' is not what we'd expect. |
|
|
# additionally, enabling opengl it segfaults for me... |
|
|
# additionally, enabling opengl it segfaults for me... |
|
|
#confopt="--enable-opengl" |
|
|
#confopt="--enable-opengl" |
|
|
@ -41,5 +36,5 @@ extraconfopt="" |
|
|
pkginstalled fftw && confopt="$confopt --enable-fftw" |
|
|
pkginstalled fftw && confopt="$confopt --enable-fftw" |
|
|
pkginstalled libsdl && confopt="$confopt --enable-sdl" |
|
|
pkginstalled libsdl && confopt="$confopt --enable-sdl" |
|
|
|
|
|
|
|
|
hook_add premake 1 mythmusic_premake |
|
|
|
|
|
|
|
|
hook_add premake 1 "qmake PREFIX=$root/$prefix mythmusic.pro" |
|
|
|
|
|
|