Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
324bfec1
Commit
324bfec1
authored
Nov 30, 2003
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bumped up version number to 0.7.0
parent
4f29f4f8
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
21 additions
and
10 deletions
+21
-10
ipkg/Makefile.am
ipkg/Makefile.am
+6
-1
ipkg/control
ipkg/control
+1
-1
ipkg/control.gpe
ipkg/control.gpe
+1
-1
ipkg/control.opie
ipkg/control.opie
+1
-1
ipkg/control.zaurus
ipkg/control.zaurus
+1
-1
ipkg/rules
ipkg/rules
+2
-1
ipkg/rules.gpe
ipkg/rules.gpe
+3
-1
ipkg/rules.opie
ipkg/rules.opie
+3
-2
ipkg/rules.zaurus
ipkg/rules.zaurus
+3
-1
No files found.
ipkg/Makefile.am
View file @
324bfec1
...
...
@@ -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
ipkg/control
View file @
324bfec1
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
...
...
ipkg/control.gpe
View file @
324bfec1
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
...
...
ipkg/control.opie
View file @
324bfec1
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
...
...
ipkg/control.zaurus
View file @
324bfec1
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
...
...
ipkg/rules
View file @
324bfec1
...
...
@@ -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 \
...
...
ipkg/rules.gpe
View file @
324bfec1
...
...
@@ -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 \
...
...
ipkg/rules.opie
View file @
324bfec1
...
...
@@ -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
...
...
ipkg/rules.zaurus
View file @
324bfec1
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment