gui fuer xine ready

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5159 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-01-20 14:35:30 +00:00
parent 29a048463c
commit 3529fe42c6
2 changed files with 6 additions and 9 deletions

View File

@ -25,3 +25,4 @@
0 guibased/povray
0 multimedia/mplayer-export
0 network/pidgin
0 multimedia/xine-ui

View File

@ -68,21 +68,21 @@
#
#Pfad zum Basis-Sourcetree :
SRCPATH=X11/MultiMedia
SRCPATH=MultiMedia/Apps
#Wenn das usgepackte Verzeichnis vom Paketnamen unterschiedlich ist
#SRCDIR=<PFAD>
premk() {
X11R7_Fix
echo "Nothing to do for premk()"
}
mk() {
CC="gcc $BUILDOPTIONS" \
CXX="g++ $BUILDOPTIONS" \
./configure --target=$TARGET \
--prefix=/usr/X11R7 \
USE_ARCH=$UARCH \
./configure --prefix=/usr/X11R7 \
--with-gnu-ld
make -j $NUMCPU
make -j $NUMCPU DESTDIR=$TMPROOT install
@ -90,9 +90,5 @@ mk() {
}
postmk() {
if echo $CFLAGS|grep pentium4; then
export CFLAGS=$STCFLAGS
export CFXXLAGS=$STCXXFLAGS
fi
ClearHostSysNameing $TMPROOT
echo "Nothing to do for postmk()"
}