Commit 5932b0ad authored by Jean-Paul Saman's avatar Jean-Paul Saman

Modified build scripts

parent fa95d6e9
......@@ -6,7 +6,7 @@ Release: 1
Architecture: arm
Conflicts: gpe-vlc, opie-vlc, opie-libsdl, opie-base, opie-handwriting, opie-volumeapplet, opie-embeddedkonsole, opie-launcher-settings, opie-netsetup
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
Depends: libc6, procps, xserver-tiny-h3600, xbase-clients, xfonts-base, xfonts-75dpi, xfonts-ttf, matchbox, xcalibrate, libsdl, libgtk1.2, esddsp, libffmpeg
Depends: libc6, procps, xserver-tiny-h3600, xbase-clients, xfonts-base, xfonts-75dpi, xfonts-ttf, matchbox, xcalibrate, libsdl, libgtk1.2, esddsp
Copyright: GPL
Description: VideoLAN Client is a free network-aware MPEG and DVD player.
VideoLAN is a free MPEG1/2 software solution licensed under GPL. The original
......
......@@ -6,7 +6,7 @@ Release: 1
Conflicts: opie-vlc, opie-libsdl, opie-base, opie-handwriting, opie-volumeapplet, opie-embeddedkonsole, opie-launcher-settings, opie-netsetup, vlc
Architecture: arm
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>
Depends: libc6, gpe-apps, libsdl, esddsp, libffmpeg
Depends: libc6, gpe-apps, libsdl, esddsp
Copyright: GPL
Description: VideoLAN Client is a free network-aware MPEG and DVD player.
VideoLAN is a free MPEG1/2 software solution licensed under GPL. The original
......
......@@ -6,7 +6,7 @@ Release: 1
Conflicts: gpe-apps, vlc, gpe-vlc, libsdl
Architecture: arm
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>
Depends: libc6, opie-base, opie-handwriting, opie-volumeapplet, opie-embeddedkonsole, opie-handwriting, opie-launcher-settings, opie-netsetup, opie-libsdl, libffmpeg
Depends: libc6, opie-base, opie-handwriting, opie-volumeapplet, opie-embeddedkonsole, opie-handwriting, opie-launcher-settings, opie-netsetup, opie-libsdl
Copyright: GPL
Description: VideoLAN Client is a free network-aware MPEG and DVD player.
VideoLAN is a free MPEG1/2 software solution licensed under GPL. The original
......
......@@ -6,7 +6,7 @@ Release: 1
Conflicts: gpe-apps, gpe-vlc, vlc, libsdl
Architecture: arm
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>
Depends: libc6, opie-base, zaurus-libsdl, libffmpeg
Depends: libc6, opie-base, zaurus-libsdl
Copyright: GPL
Description: VideoLAN Client is a free network-aware MPEG and DVD player.
VideoLAN is a free MPEG1/2 software solution licensed under GPL. The original
......
......@@ -31,8 +31,8 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--disable-maxosx \
--disable-xosd \
--disable-freetype \
--enable-flac \
--enable-libmpeg2 \
--with-libmpeg2-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
--enable-mad \
--enable-ffmpeg \
--enable-familiar \
......@@ -44,8 +44,7 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--with-gtk-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
--with-sdl-config-path=/usr/local/arm/2.95.3/arm-linux/usr/bin \
--with-sdl-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
--with-ffmpeg-tree=/home/jpsaman/svn/ipaq/Work/ffmpeg"
# --with-ffmpeg-tree=/home/jpsaman/iPaq/src/ffmpeg"
--with-ffmpeg-tree=/home/jpsaman/svn/tmp/ffmpeg-20030517"
export VIDDIR="usr/share/vlc"
export PIXDIR="usr/share/pixmaps"
......@@ -58,7 +57,10 @@ 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/usr/lib" \
CPPFLAGS="-I/usr/local/arm/2.95.3/arm-linux/usr/include"
#patch:
# This is ugly -- I know
# patch -p 0 < ipkg/patch
......
......@@ -32,8 +32,8 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--disable-maxosx \
--disable-xosd \
--disable-freetype \
--enable-flac \
--enable-libmpeg2 \
--with-libmpeg2-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
--enable-mad \
--enable-ffmpeg \
--enable-familiar \
......@@ -46,7 +46,7 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--with-gpe-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
--with-sdl-config-path=/usr/local/arm/2.95.3/arm-linux/usr/bin \
--with-sdl-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
--with-ffmpeg-tree=/home/jpsaman/svn/ipaq/Work/ffmpeg"
--with-ffmpeg-tree=/home/jpsaman/svn/tmp/ffmpeg-20030517"
export VIDDIR="usr/share/vlc"
export PIXDIR="usr/share/pixmaps"
......@@ -60,7 +60,8 @@ config:
--host=arm-linux \
--target=arm-linux \
$(shell echo $(CONFIG_FLAGS)) \
LDFLAGS="-L/usr/local/arm/2.95.3/arm-linux/lib"
LDFLAGS="-L/usr/local/arm/2.95.3/arm-linux/lib -L/usr/local/arm/2.95.3/arm-linux/usr/lib" \
CPPFLAGS="-I/usr/local/arm/2.95.3/arm-linux/usr/include"
build:
# This is ugly -- I know
......
......@@ -30,8 +30,8 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--disable-maxosx \
--disable-xosd \
--disable-freetype \
--enable-flac \
--enable-libmpeg2 \
--with-libmpeg2-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
--enable-mad \
--enable-ffmpeg \
--disable-familiar \
......@@ -40,8 +40,7 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--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/svn/tmp/ffmpeg-20030517"
export VIDDIR="usr/share/vlc"
export PIXDIR="usr/share/pixmaps"
......@@ -56,7 +55,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/lib -L/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop/lib" \
CPPFLAGS="-IL/usr/local/arm/2.95.3/arm-linux/include -I/usr/local/arm/2.95.3/arm-linux/usr/include -I/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop/include"
build-stamp:
# This is ugly -- I know
......
......@@ -30,8 +30,8 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--disable-maxosx \
--disable-xosd \
--disable-freetype \
--enable-flac \
--enable-libmpeg2 \
--with-libmpeg2-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
--enable-mad \
--enable-ffmpeg \
--disable-familiar \
......@@ -40,7 +40,7 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--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/iPaq/src/ffmpeg"
--with-ffmpeg-tree=/home/jpsaman/svn/tmp/ffmpeg-20030517"
export VIDDIR="usr/share/vlc"
export PIXDIR="usr/share/pixmaps"
......@@ -55,7 +55,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/usr/lib -L/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop/lib" \
CPPFLAGS="-I/usr/local/arm/2.95.3/arm-linux/include -I/usr/local/arm/2.95.3/arm-linux/usr/include -I/usr/local/arm/2.95.3/arm-linux/QtPalmtop/include"
build-stamp:
# This is ugly -- I know
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment