]> git.sesse.net Git - vlc/commitdiff
Bumped up version number to 0.7.0
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 30 Nov 2003 11:19:37 +0000 (11:19 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sun, 30 Nov 2003 11:19:37 +0000 (11:19 +0000)
ipkg/Makefile.am
ipkg/control
ipkg/control.gpe
ipkg/control.opie
ipkg/control.zaurus
ipkg/rules
ipkg/rules.gpe
ipkg/rules.opie
ipkg/rules.zaurus

index c595aed656d9228bc9c7154d4cf7acbb75dccf56..80c80e50283ba6295f2c0de85d9f94d2c22c43c2 100644 (file)
@@ -4,16 +4,21 @@ EXTRA_DIST = \
        control \
        control.gpe \
        control.opie \
+       control.zaurus \
        rules \
        rules.gpe \
        rules.opie \
+       rules.zaurus \
        postinst \
        postinst.gpe \
        postinst.opie \
+       postinst.zaurus \
        postrm \
        postrm.gpe \
        postrm.opie \
+       postrm.zaurus \
        vlc.desktop \
        vlc.gpe \
-       vlc.opie
+       vlc.opie \
+       vlc.zaurus
 
index 5d169a20779e52554055389791f31fd27a90d7d4..72c293eb5a3bc99cabff8d737afcb7cb2219fbd1 100644 (file)
@@ -1,7 +1,7 @@
 Package: vlc
 Section: graphics
 Priority: optional
-Version: 0.6.1
+Version: 0.7.0
 Release: 1
 Architecture: arm
 Source: http://www.videolan.org/vlc/download-sources.html
index 8bbd28b91de9957321fa8cca22258779bcfa374c..08d02f9f96d3aae74cd4a15efc9eb514ad641a00 100644 (file)
@@ -1,7 +1,7 @@
 Package: gpe-vlc
 Section: graphics
 Priority: optional
-Version: 0.6.1
+Version: 0.7.0
 Release: 1
 Conflicts: opie-vlc, opie-libsdl, opie-base, vlc
 Architecture: arm
index e68fb53694d712ac4e44a599ffd6c40f575c9590..f23e9d74874f64a3561547d9b11528e6de856687 100644 (file)
@@ -1,7 +1,7 @@
 Package: opie-vlc
 Section: graphics
 Priority: optional
-Version: 0.6.1
+Version: 0.7.0
 Release: 1
 Conflicts: gpe-apps, vlc, gpe-vlc, libsdl
 Architecture: arm
index 9dca3c2892fec4867d9bfcdd47a423a1b4ece219..a14cd864ae8f750f68afc38ee1a1e031e0694235 100644 (file)
@@ -1,7 +1,7 @@
 Package: zaurus-vlc
 Section: graphics
 Priority: optional
-Version: 0.6.1
+Version: 0.7.0
 Release: 1 
 Conflicts: gpe-apps, gpe-vlc, vlc, libsdl
 Architecture: arm
index 2dd3caa9b3356798f35e43d1b31d60eee4540c4f..44bf173067cfa4dab19c091c11bd58386400b65c 100755 (executable)
@@ -3,6 +3,7 @@
 # based on Joey Hess's one.
 # Kludged for ipkg
 
+VERSION=0.7.0
 # Compilation options
 export CC=arm-linux-gcc
 export LD=arm-linux-ld
@@ -64,7 +65,7 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
 export VIDDIR="usr/share/vlc"
 export PIXDIR="usr/share/pixmaps"
 export DESTDIR=/usr/local/arm/2.95.3/arm-linux
-export PKGDIR=/home/jpsaman/iPaq/packages/vlc-0.6.1
+export PKGDIR=/home/jpsaman/iPaq/packages/vlc-$(VERSION)
 
 config:
        ./configure --mandir=$${prefix}/share/man \
index d0deb8a5cef2e279fa8e017f053eca831ac508e1..928a6eef7fefb6571cfe94ff2f962fab69d8382e 100755 (executable)
@@ -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
@@ -67,7 +69,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/gpe-vlc-0.6.1
+export PKGDIR=/home/jpsaman/iPaq/packages/gpe-vlc-$(VERSION)
 
 config:
        ./configure --mandir=$${prefix}/share/man \
index 2ff6d4c67fcb61f358bb58e3405e79bdf290f38c..1c45ef6ed9fde4dc08feea44cce749a7f7eb9c05 100755 (executable)
@@ -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
@@ -33,7 +35,6 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
        --enable-sdl \
        --enable-oss \
        --disable-alsa \
-       --disable-xvideo \
        --disable-dvd \
        --disable-dvdread \
        --disable-vcd \
@@ -65,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/opie-vlc-0.6.1
+export PKGDIR=/home/jpsaman/iPaq/packages/opie-vlc-$(VERSION)
 export QTDIR=/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop
 
 build: build-stamp
index 97b70d54d066174fa0eb17e03dac9a44549b12b6..7bb8ee3e6c1bc01118f8ed72124c84abc0e00df0 100755 (executable)
@@ -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
@@ -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.1
+export PKGDIR=/home/jpsaman/iPaq/packages/zaurus-vlc-$(VERSION)
 export QTDIR=/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop
 
 build: build-stamp