X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ipkg%2Frules.zaurus;h=7bb8ee3e6c1bc01118f8ed72124c84abc0e00df0;hb=b7dc5e88ab36451045bd20b03cfe66767ee45d51;hp=1e0f85de2cc322b7054445a1681c742a7c1e50cb;hpb=a7300bbb3a44e4a65fa7b867590936758afe4bbe;p=vlc diff --git a/ipkg/rules.zaurus b/ipkg/rules.zaurus index 1e0f85de2c..7bb8ee3e6c 100755 --- a/ipkg/rules.zaurus +++ b/ipkg/rules.zaurus @@ -3,6 +3,8 @@ # based on Joey Hess's one. # Kludged for ipkg +VERSION=0.7.0 + # export PATH="$PATH:/usr/local/arm/2.95.3/bin" # Compilation options export CC=arm-linux-gcc @@ -28,11 +30,11 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \ --disable-xvideo \ --enable-dummy \ --enable-v4l \ + --enable-sout \ --enable-fb \ --enable-sdl \ --enable-oss \ --disable-alsa \ - --disable-xvideo \ --disable-dvd \ --disable-dvdread \ --disable-vcd \ @@ -46,7 +48,7 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \ --disable-mkv \ --enable-mad \ --enable-ffmpeg \ - --disable-familiar \ + --disable-pda \ --with-tuning=strongarm1100 \ --with-libiconv-prefix=/usr/local/arm/2.95.3/arm-linux/usr \ --with-mad-tree=/home/jpsaman/iPaq/src/libmad-0.15.0b \ @@ -64,7 +66,7 @@ export VIDDIR="usr/share/vlc" export PIXDIR="usr/share/pixmaps" #export DESTDIR=/tmp/vlc export DESTDIR=/usr/local/arm/2.95.3/arm-linux -export PKGDIR=/home/jpsaman/iPaq/packages/zaurus-vlc-0.6.0 +export PKGDIR=/home/jpsaman/iPaq/packages/zaurus-vlc-$(VERSION) export QTDIR=/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop build: build-stamp