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
5932b0ad
Commit
5932b0ad
authored
May 20, 2003
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified build scripts
parent
fa95d6e9
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
24 additions
and
18 deletions
+24
-18
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
+6
-4
ipkg/rules.gpe
ipkg/rules.gpe
+4
-3
ipkg/rules.opie
ipkg/rules.opie
+5
-4
ipkg/rules.zaurus
ipkg/rules.zaurus
+5
-3
No files found.
ipkg/control
View file @
5932b0ad
...
...
@@ -6,7 +6,7 @@ Release: 1
Architecture: arm
Conflicts: gpe-vlc, opie-vlc, opie-libsdl, opie-base, opie-handwriting, opie-volumeapplet, opie-embeddedkonsole, opie-launcher-settings, opie-netsetup
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
Depends: libc6, procps, xserver-tiny-h3600, xbase-clients, xfonts-base, xfonts-75dpi, xfonts-ttf, matchbox, xcalibrate, libsdl, libgtk1.2, esddsp
, libffmpeg
Depends: libc6, procps, xserver-tiny-h3600, xbase-clients, xfonts-base, xfonts-75dpi, xfonts-ttf, matchbox, xcalibrate, 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
...
...
ipkg/control.gpe
View file @
5932b0ad
...
...
@@ -6,7 +6,7 @@ Release: 1
Conflicts: opie-vlc, opie-libsdl, opie-base, opie-handwriting, opie-volumeapplet, opie-embeddedkonsole, opie-launcher-settings, opie-netsetup, vlc
Architecture: arm
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>
Depends: libc6, gpe-apps, libsdl, esddsp
, libffmpeg
Depends: libc6, gpe-apps, libsdl, 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
...
...
ipkg/control.opie
View file @
5932b0ad
...
...
@@ -6,7 +6,7 @@ Release: 1
Conflicts: gpe-apps, vlc, gpe-vlc, libsdl
Architecture: arm
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>
Depends: libc6, opie-base, opie-handwriting, opie-volumeapplet, opie-embeddedkonsole, opie-handwriting, opie-launcher-settings, opie-netsetup, opie-libsdl
, libffmpeg
Depends: libc6, opie-base, opie-handwriting, opie-volumeapplet, opie-embeddedkonsole, opie-handwriting, opie-launcher-settings, opie-netsetup, opie-libsdl
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
...
...
ipkg/control.zaurus
View file @
5932b0ad
...
...
@@ -6,7 +6,7 @@ Release: 1
Conflicts: gpe-apps, gpe-vlc, vlc, libsdl
Architecture: arm
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>
Depends: libc6, opie-base, zaurus-libsdl
, libffmpeg
Depends: libc6, opie-base, zaurus-libsdl
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
...
...
ipkg/rules
View file @
5932b0ad
...
...
@@ -31,8 +31,8 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--disable-maxosx \
--disable-xosd \
--disable-freetype \
--enable-flac \
--enable-libmpeg2 \
--with-libmpeg2-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
--enable-mad \
--enable-ffmpeg \
--enable-familiar \
...
...
@@ -44,8 +44,7 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--with-gtk-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
--with-sdl-config-path=/usr/local/arm/2.95.3/arm-linux/usr/bin \
--with-sdl-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
--with-ffmpeg-tree=/home/jpsaman/svn/ipaq/Work/ffmpeg"
# --with-ffmpeg-tree=/home/jpsaman/iPaq/src/ffmpeg"
--with-ffmpeg-tree=/home/jpsaman/svn/tmp/ffmpeg-20030517"
export VIDDIR="usr/share/vlc"
export PIXDIR="usr/share/pixmaps"
...
...
@@ -58,7 +57,10 @@ config:
--infodir=$${prefix}/share/info \
--host=arm-linux \
--target=arm-linux \
$(shell echo $(CONFIG_FLAGS))
$(shell echo $(CONFIG_FLAGS)) \
LDFLAGS="-L/usr/local/arm/2.95.3/arm-linux/lib -L/usr/local/arm/2.95.3/arm-linux/usr/lib" \
CPPFLAGS="-I/usr/local/arm/2.95.3/arm-linux/usr/include"
#patch:
# This is ugly -- I know
# patch -p 0 < ipkg/patch
...
...
ipkg/rules.gpe
View file @
5932b0ad
...
...
@@ -32,8 +32,8 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--disable-maxosx \
--disable-xosd \
--disable-freetype \
--enable-flac \
--enable-libmpeg2 \
--with-libmpeg2-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
--enable-mad \
--enable-ffmpeg \
--enable-familiar \
...
...
@@ -46,7 +46,7 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--with-gpe-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
--with-sdl-config-path=/usr/local/arm/2.95.3/arm-linux/usr/bin \
--with-sdl-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
--with-ffmpeg-tree=/home/jpsaman/svn/
ipaq/Work/ffmpeg
"
--with-ffmpeg-tree=/home/jpsaman/svn/
tmp/ffmpeg-20030517
"
export VIDDIR="usr/share/vlc"
export PIXDIR="usr/share/pixmaps"
...
...
@@ -60,7 +60,8 @@ config:
--host=arm-linux \
--target=arm-linux \
$(shell echo $(CONFIG_FLAGS)) \
LDFLAGS="-L/usr/local/arm/2.95.3/arm-linux/lib"
LDFLAGS="-L/usr/local/arm/2.95.3/arm-linux/lib -L/usr/local/arm/2.95.3/arm-linux/usr/lib" \
CPPFLAGS="-I/usr/local/arm/2.95.3/arm-linux/usr/include"
build:
# This is ugly -- I know
...
...
ipkg/rules.opie
View file @
5932b0ad
...
...
@@ -30,8 +30,8 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--disable-maxosx \
--disable-xosd \
--disable-freetype \
--enable-flac \
--enable-libmpeg2 \
--with-libmpeg2-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
--enable-mad \
--enable-ffmpeg \
--disable-familiar \
...
...
@@ -40,8 +40,7 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--with-sdl-config-path=/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop/bin \
--with-sdl-prefix=/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop \
--with-qte=/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop \
--with-ffmpeg-tree=/home/jpsaman/svn/ipaq/Work/ffmpeg"
# --with-ffmpeg-tree=/home/jpsaman/iPaq/src/ffmpeg
--with-ffmpeg-tree=/home/jpsaman/svn/tmp/ffmpeg-20030517"
export VIDDIR="usr/share/vlc"
export PIXDIR="usr/share/pixmaps"
...
...
@@ -56,7 +55,9 @@ config:
--infodir=$${prefix}/share/info \
--host=arm-linux \
--target=arm-linux \
$(shell echo $(CONFIG_FLAGS))
$(shell echo $(CONFIG_FLAGS)) \
LDFLAGS="-L/usr/local/arm/2.95.3/arm-linux/lib -L/usr/local/arm/2.95.3/arm-linux/lib -L/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop/lib" \
CPPFLAGS="-IL/usr/local/arm/2.95.3/arm-linux/include -I/usr/local/arm/2.95.3/arm-linux/usr/include -I/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop/include"
build-stamp:
# This is ugly -- I know
...
...
ipkg/rules.zaurus
View file @
5932b0ad
...
...
@@ -30,8 +30,8 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--disable-maxosx \
--disable-xosd \
--disable-freetype \
--enable-flac \
--enable-libmpeg2 \
--with-libmpeg2-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
--enable-mad \
--enable-ffmpeg \
--disable-familiar \
...
...
@@ -40,7 +40,7 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--with-sdl-config-path=/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop/bin \
--with-sdl-prefix=/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop \
--with-qte=/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop \
--with-ffmpeg-tree=/home/jpsaman/
iPaq/src/ffmpeg
"
--with-ffmpeg-tree=/home/jpsaman/
svn/tmp/ffmpeg-20030517
"
export VIDDIR="usr/share/vlc"
export PIXDIR="usr/share/pixmaps"
...
...
@@ -55,7 +55,9 @@ config:
--infodir=$${prefix}/share/info \
--host=arm-linux \
--target=arm-linux \
$(shell echo $(CONFIG_FLAGS))
$(shell echo $(CONFIG_FLAGS)) \
LDFLAGS="-L/usr/local/arm/2.95.3/arm-linux/lib -L/usr/local/arm/2.95.3/arm-linux/usr/lib -L/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop/lib" \
CPPFLAGS="-I/usr/local/arm/2.95.3/arm-linux/include -I/usr/local/arm/2.95.3/arm-linux/usr/include -I/usr/local/arm/2.95.3/arm-linux/QtPalmtop/include"
build-stamp:
# This is ugly -- I know
...
...
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