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
dbade9bd
Commit
dbade9bd
authored
Apr 09, 2003
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Familiar Linux (GPE/GTK+,OPIE) packaging and building scripts.
parent
1d5ecc23
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
8 deletions
+16
-8
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
+3
-1
ipkg/rules.gpe
ipkg/rules.gpe
+3
-1
ipkg/rules.opie
ipkg/rules.opie
+3
-1
ipkg/rules.zaurus
ipkg/rules.zaurus
+3
-1
No files found.
ipkg/control
View file @
dbade9bd
Package: vlc
Section: graphics
Priority: optional
Version: 0.5.
2
Version: 0.5.
3
Release: 1
Architecture: arm
Conflicts: gpe-vlc, opie-vlc, opie-libsdl, opie-base, opie-handwriting, opie-volumeapplet, opie-embeddedkonsole, opie-launcher-settings, opie-netsetup
...
...
ipkg/control.gpe
View file @
dbade9bd
Package: gpe-vlc
Section: graphics
Priority: optional
Version: 0.5.
2
Version: 0.5.
3
Release: 1
Conflicts: opie-vlc, opie-libsdl, opie-base, opie-handwriting, opie-volumeapplet, opie-embeddedkonsole, opie-launcher-settings, opie-netsetup, vlc
Architecture: arm
...
...
ipkg/control.opie
View file @
dbade9bd
Package: opie-vlc
Section: graphics
Priority: optional
Version: 0.5.
2
Version: 0.5.
3
Release: 1
Conflicts: gpe-apps, vlc, gpe-vlc, libsdl
Architecture: arm
...
...
ipkg/control.zaurus
View file @
dbade9bd
Package: zaurus-vlc
Section: graphics
Priority: optional
Version: 0.5.
2
Version: 0.5.
3
Release: 1
Conflicts: gpe-apps, gpe-vlc, vlc, libsdl
Architecture: arm
...
...
ipkg/rules
View file @
dbade9bd
...
...
@@ -17,6 +17,8 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--disable-qt \
--disable-kde \
--disable-qte \
--disable-xosd \
--enable-dummy \
--enable-fb \
--enable-sdl \
--enable-oss \
...
...
@@ -45,7 +47,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/vlc-0.5.
2
export PKGDIR=/home/jpsaman/iPaq/packages/vlc-0.5.
3
config:
./configure --mandir=$${prefix}/share/man \
...
...
ipkg/rules.gpe
View file @
dbade9bd
...
...
@@ -18,6 +18,8 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--disable-qt \
--disable-kde \
--disable-qte \
--disable-xosd \
--enable-dummy \
--enable-fb \
--enable-sdl \
--enable-oss \
...
...
@@ -46,7 +48,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.5.
2
export PKGDIR=/home/jpsaman/iPaq/packages/gpe-vlc-0.5.
3
config:
./configure --mandir=$${prefix}/share/man \
...
...
ipkg/rules.opie
View file @
dbade9bd
...
...
@@ -16,8 +16,10 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--disable-gnome \
--disable-qt \
--disable-kde \
--disable-xosd \
--enable-qte \
--disable-x11 \
--enable-dummy \
--enable-fb \
--enable-sdl \
--disable-alsa \
...
...
@@ -41,7 +43,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.5.
2
export PKGDIR=/home/jpsaman/iPaq/packages/opie-vlc-0.5.
3
export QTDIR=/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop
build: build-stamp
...
...
ipkg/rules.zaurus
View file @
dbade9bd
...
...
@@ -16,8 +16,10 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--disable-gnome \
--disable-qt \
--disable-kde \
--disable-xosd \
--enable-qte \
--disable-x11 \
--enable-dummy \
--enable-fb \
--enable-sdl \
--disable-alsa \
...
...
@@ -40,7 +42,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.5.
2
export PKGDIR=/home/jpsaman/iPaq/packages/zaurus-vlc-0.5.
3
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