diff --git a/ipkg/control.gpe b/ipkg/control.gpe index bd5d16ab42..477dac90a3 100644 --- a/ipkg/control.gpe +++ b/ipkg/control.gpe @@ -1,8 +1,8 @@ Package: gpe-vlc Section: graphics Priority: optional -Version: 0.7.1 -Release: 1 +Version: 0.7.2 +Release: 1.test1 Architecture: arm Source: http://www.videolan.org/vlc/download-sources.html Conflicts: gpe-vlc-h3600, vlc, opie-vlc, opie-base, libffmpeg-h3600 diff --git a/ipkg/control.h3600 b/ipkg/control.h3600 index a0752147c9..2ea1665479 100644 --- a/ipkg/control.h3600 +++ b/ipkg/control.h3600 @@ -1,8 +1,8 @@ Package: gpe-vlc-h3600 Section: graphics Priority: optional -Version: 0.7.1 -Release: 1 +Version: 0.7.2 +Release: 1.test1 Architecture: arm Source: http://www.videolan.org/vlc/download-sources.html Conflicts: gpe-vlc, vlc, opie-vlc, opie-base, libffmpeg, gpe-vlc diff --git a/ipkg/control.opie b/ipkg/control.opie index 144bbb635f..e39c8aab16 100644 --- a/ipkg/control.opie +++ b/ipkg/control.opie @@ -1,8 +1,8 @@ Package: opie-vlc Section: graphics Priority: optional -Version: 0.7.1 -Release: 1 +Version: 0.7.2 +Release: 1.test1 Conflicts: gpe-apps, vlc, gpe-vlc, libsdl Architecture: arm Source: http://www.videolan.org/vlc/download-sources.html diff --git a/ipkg/control.zaurus b/ipkg/control.zaurus index a62e249f7d..b835c3dbc0 100644 --- a/ipkg/control.zaurus +++ b/ipkg/control.zaurus @@ -1,8 +1,8 @@ Package: zaurus-vlc Section: graphics Priority: optional -Version: 0.7.1 -Release: 1 +Version: 0.7.2 +Release: 1.test1 Conflicts: gpe-apps, gpe-vlc, vlc, libsdl Architecture: arm Source: http://www.videolan.org/vlc/download-sources.html diff --git a/ipkg/rules.gpe b/ipkg/rules.gpe index 499681be39..cdfcdf7ca9 100755 --- a/ipkg/rules.gpe +++ b/ipkg/rules.gpe @@ -3,7 +3,7 @@ # based on Joey Hess's one. # Kludged for ipkg -VERSION=0.7.1 +VERSION=0.7.2-test1 # Compilation options export CC=arm-linux-gcc export LD=arm-linux-ld diff --git a/ipkg/rules.h3600 b/ipkg/rules.h3600 index 884b8fd52f..9e5bdbb997 100755 --- a/ipkg/rules.h3600 +++ b/ipkg/rules.h3600 @@ -3,7 +3,7 @@ # based on Joey Hess's one. # Kludged for ipkg -VERSION=0.7.1 +VERSION=0.7.2-test1 # Compilation options export CC=arm-linux-gcc export LD=arm-linux-ld diff --git a/ipkg/rules.opie b/ipkg/rules.opie index ac8a9ca36c..2678fa5a60 100755 --- a/ipkg/rules.opie +++ b/ipkg/rules.opie @@ -3,7 +3,7 @@ # based on Joey Hess's one. # Kludged for ipkg -VERSION=0.7.1 +VERSION=0.7.2-test1 export VIDDIR="usr/share/vlc" export PIXDIR="usr/share/pixmaps" diff --git a/ipkg/rules.zaurus b/ipkg/rules.zaurus index d3a8011211..a13f381128 100755 --- a/ipkg/rules.zaurus +++ b/ipkg/rules.zaurus @@ -3,7 +3,7 @@ # based on Joey Hess's one. # Kludged for ipkg -VERSION=0.7.1 +VERSION=0.7.2-test1 export VIDDIR="usr/share/vlc" export PIXDIR="usr/share/pixmaps"