X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ipkg%2Frules.opie;h=1c45ef6ed9fde4dc08feea44cce749a7f7eb9c05;hb=3b39f9957f85730f6471c88663f4240944380639;hp=1eae248d46b82e7bfbf0f85228c85e9e85c6ae10;hpb=b7a07a65e28c36a644fb8252742a7a1c332f32c8;p=vlc diff --git a/ipkg/rules.opie b/ipkg/rules.opie index 1eae248d46..1c45ef6ed9 100755 --- a/ipkg/rules.opie +++ b/ipkg/rules.opie @@ -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 @@ -13,41 +15,58 @@ export STRIP=arm-linux-strip export CONFIG_FLAGS="--enable-release --prefix=/usr \ --disable-plugins \ --disable-gtk \ + --disable-gtk2 \ --disable-gnome \ + --disable-gnome2 \ --disable-qt \ --disable-kde \ --disable-xosd \ + --disable-ogg \ + --disable-tarkin \ + --disable-tremor \ + --disable-theorea \ --enable-qte \ --disable-x11 \ + --disable-xvideo \ --enable-dummy \ + --enable-v4l \ + --enable-sout \ --enable-fb \ --enable-sdl \ + --enable-oss \ --disable-alsa \ - --disable-xvideo \ --disable-dvd \ --disable-dvdread \ --disable-vcd \ --disable-maxosx \ - --disable-xosd \ --disable-freetype \ + --enable-a52 \ + --enable-faad2 \ + --enable-flac \ --enable-libmpeg2 \ - --with-libmpeg2-prefix=/usr/local/arm/2.95.3/arm-linux/usr \ + --enable-libdvbpsi \ + --disable-mkv \ --enable-mad \ --enable-ffmpeg \ - --disable-familiar \ + --disable-pda \ --with-tuning=strongarm1100 \ - --with-mad-tree=/home/jpsaman/iPaq/src/mad-0.14.2b \ + --with-libiconv-prefix=/usr/local/arm/2.95.3/arm-linux/usr \ + --with-mad-tree=/home/jpsaman/iPaq/src/libmad-0.15.0b \ + --with-a52-tree=/home/jpsaman/iPaq/src/a52dec-0.7.4 \ + --with-faad2-tree=/home/jpsaman/iPaq/src/faad2-20030612 \ + --with-flac-tree=/home/jpsaman/iPaq/src/flac-1.1.0 \ + --with-libmpeg2-tree=/home/jpsaman/iPaq/src/mpeg2dec-20030612 \ + --with-libdvbpsi-tree=/home/jpsaman/iPaq/src/libdvbpsi-0.1.2 \ --with-sdl-config-path=/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop/bin \ --with-sdl-prefix=/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop \ --with-qte=/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop \ - --with-ffmpeg-tree=/home/jpsaman/svn/ipaq/Work/ffmpeg" -# --with-ffmpeg-tree=/home/jpsaman/iPaq/src/ffmpeg + --with-ffmpeg-tree=/home/jpsaman/iPaq/src/ffmpeg-20030622" 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/opie-vlc-0.6.0 +export PKGDIR=/home/jpsaman/iPaq/packages/opie-vlc-$(VERSION) export QTDIR=/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop build: build-stamp @@ -56,7 +75,9 @@ config: --infodir=$${prefix}/share/info \ --host=arm-linux \ --target=arm-linux \ - $(shell echo $(CONFIG_FLAGS)) + $(shell echo $(CONFIG_FLAGS)) \ + LDFLAGS="-L/usr/local/arm/2.95.3/arm-linux/lib -L/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop/lib -L/home/jpsaman/iPaq/src/libid3tag-0.15.0b" \ + CPPFLAGS="-I/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop/include -I/home/jpsaman/iPaq/src/libid3tag-0.15.0b" build-stamp: # This is ugly -- I know