Commit 37a6b0e7 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Build and packaging scripts for building Familiar Linux interface with only GTK+ support.

parent e97e9ff2
Package: vlc
Section: graphics
Priority: optional
Version: 0.4.6
Version: 0.5.0
Release: 1
Architecture: arm
Conflicts: task-opie, gpe
Conflicts: task-opie, gpe-vlc
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
Depends: libc6, task-x, sdl, libgtk1.2
Depends: libc6, task-x, 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,10 @@
# Compilation options
export CC=arm-linux-gcc
export LD=arm-linux-ld
export AR=arm-linux-ar
export RANLIB=arm-linux-ranlib
export STRIP=arm-linux-strip
#export CONFIG_FLAGS="--enable-release --prefix=/usr --disable-gtk --enable-fb --enable-sdl --disable-xvideo --disable-plugins --with-tuning=strongarm1100 --x-includes=/skiff/local/arm-linux/include --x-libraries=/skiff/local/arm-linux/lib/X11 --with-sdl-config-path=/skiff/local/bin --with-mad=/skiff/local/arm-linux"
export CONFIG_FLAGS="--enable-release --prefix=/usr \
......@@ -40,7 +43,7 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
export VIDDIR="usr/share/vlc"
export PIXDIR="usr/share/pixmaps"
export DESTDIR=/tmp/vlc
#export DESTDIR=/tmp/vlc
export DESTDIR=/usr/local/arm/2.95.3/arm-linux
export PKGDIR=/home/jpsaman/iPaq/packages/vlc-0.5.0
......@@ -50,9 +53,9 @@ config:
--host=arm-linux \
--target=arm-linux \
$(shell echo $(CONFIG_FLAGS))
patch:
#patch:
# This is ugly -- I know
patch -p 0 < ipkg/patch
# patch -p 0 < ipkg/patch
build:
$(MAKE)
......@@ -61,7 +64,7 @@ clean:
-$(MAKE) distclean
install: build
rm -f ${PKGDIR}/
rm -fr ${PKGDIR}/
mkdir -p ${PKGDIR}/CONTROL
mkdir -p $(PKGDIR)/usr/bin
mkdir -p ${PKGDIR}/usr/share/vlc
......
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