]> git.sesse.net Git - vlc/commitdiff
Build and packaging scripts for building Familiar Linux interface with only GTK+...
authorJean-Paul Saman <jpsaman@videolan.org>
Tue, 24 Dec 2002 20:11:45 +0000 (20:11 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Tue, 24 Dec 2002 20:11:45 +0000 (20:11 +0000)
ipkg/control
ipkg/rules

index e06644f59b75b2ae591c964ddd2a69081ffeb488..c4961c53960fb5fa2686807d830492215add128b 100644 (file)
@@ -1,12 +1,12 @@
 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 
index 9600b3270373a24d1cddda2f3ac68cb1619d323f..33897aee9b215b85ef6053f49107ee71526623e3 100755 (executable)
@@ -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