Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
a572c3a3
Commit
a572c3a3
authored
Mar 12, 2004
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup old scripts
parent
fb9c17a9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
55 deletions
+43
-55
ipkg/rules.gpe
ipkg/rules.gpe
+1
-1
ipkg/rules.opie
ipkg/rules.opie
+21
-27
ipkg/rules.zaurus
ipkg/rules.zaurus
+21
-27
No files found.
ipkg/rules.gpe
View file @
a572c3a3
...
...
@@ -17,7 +17,7 @@ export DESTDIR=${HOME}/arm-linux
export PKGDIR=${HOME}/packages/vlc-$(VERSION)
export CONFIG_FLAGS="--enable-release --prefix=${HOME}/arm-linux/task-bootgpe2-v0.7.2-3600/usr \
--
en
able-plugins \
--
dis
able-plugins \
--disable-gtk \
--disable-gtk2 \
--disable-gnome \
...
...
ipkg/rules.opie
View file @
a572c3a3
...
...
@@ -5,13 +5,13 @@
VERSION=0.7.1
# export PATH="$PATH:/usr/local/arm/2.95.3/bin"
export VIDDIR="usr/share/vlc"
export PIXDIR="usr/share/pixmaps"
export DESTDIR=${HOME}/arm-linux
export PKGDIR=${HOME}/packages/opie-vlc-$(VERSION)
export QTDIR=${HOME}/arm-linux/opt/QtPalmtop
# Compilation options
export CC=arm-linux-gcc
export LD=arm-linux-ld
export AR=arm-linux-ar
export RANLIB=arm-linux-ranlib
export STRIP=arm-linux-strip
export CONFIG_FLAGS="--enable-release --prefix=/usr \
--disable-plugins \
--disable-gtk \
...
...
@@ -32,7 +32,7 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--enable-v4l \
--enable-sout \
--enable-fb \
--
en
able-sdl \
--
dis
able-sdl \
--enable-oss \
--disable-alsa \
--disable-dvd \
...
...
@@ -50,24 +50,15 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--enable-ffmpeg \
--disable-pda \
--with-tuning=strongarm1100 \
--with-libiconv-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
--with-mad-tree=/home/jpsaman/iPaq/src/libmad-0.15.0b \
--with-a52-tree=/home/jpsaman/iPaq/src/a52dec-0.7.4 \
--with-faad2-tree=/home/jpsaman/iPaq/src/faad2-20030612 \
--with-flac-tree=/home/jpsaman/iPaq/src/flac-1.1.0 \
--with-libmpeg2-tree=/home/jpsaman/iPaq/src/mpeg2dec-20030612 \
--with-libdvbpsi-tree=/home/jpsaman/iPaq/src/libdvbpsi-0.1.2 \
--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-20030622"
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-$(VERSION)
export QTDIR=/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop
--with-libiconv-prefix=${HOME}/arm-linux/usr \
--with-mad-tree=${HOME}/arm-linux/vlc-${VERSION}/libmad-0.15.0b \
--with-a52-tree=${HOME}/arm-linux/vlc-${VERSION}/a52dec-0.7.4 \
--with-faad2-tree=${HOME}/arm-linux/vlc-${VERSION}/faad2-20030612 \
--with-flac-tree=${HOME}/arm-linux/vlc-${VERSION}/flac-1.1.0 \
--with-libmpeg2-tree=${HOME}/arm-linux/vlc-${VERSION}/mpeg2dec-20030612 \
--with-libdvbpsi-tree=${HOME}/arm-linux/vlc-${VERSION}/libdvbpsi-0.1.2 \
--with-qte=${QTDIR} \
--with-ffmpeg-tree=${HOME}/arm-linux/vlc-${VERSION}/ffmpeg-20030622"
build: build-stamp
config:
...
...
@@ -76,8 +67,11 @@ config:
--host=arm-linux \
--target=arm-linux \
$(shell echo $(CONFIG_FLAGS)) \
LDFLAGS="-L/usr/local/arm/2.95.3/arm-linux/lib -L/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop/lib -L/home/jpsaman/iPaq/src/libid3tag-0.15.0b" \
CPPFLAGS="-I/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop/include -I/home/jpsaman/iPaq/src/libid3tag-0.15.0b"
LDFLAGS="-L${HOME}/arm-linux/lib \
-L${QTDIR}/lib \
-L${HOME}/arm-linux/vlc-${VERSION}/libid3tag-0.15.0b" \
CPPFLAGS="-I${QTDIR}/include \
-I${HOME}/arm-linux/vlc-${VERSION}/libid3tag-0.15.0b"
build-stamp:
# This is ugly -- I know
...
...
ipkg/rules.zaurus
View file @
a572c3a3
...
...
@@ -5,13 +5,13 @@
VERSION=0.7.1
# export PATH="$PATH:/usr/local/arm/2.95.3/bin"
export VIDDIR="usr/share/vlc"
export PIXDIR="usr/share/pixmaps"
export DESTDIR=${HOME}/arm-linux
export PKGDIR=${HOME}/packages/zaurus-vlc-$(VERSION)
export QTDIR=${HOME}/arm-linux/opt/QtPalmtop
# Compilation options
export CC=arm-linux-gcc
export LD=arm-linux-ld
export AR=arm-linux-ar
export RANLIB=arm-linux-ranlib
export STRIP=arm-linux-strip
export CONFIG_FLAGS="--enable-release --prefix=/usr \
--disable-plugins \
--disable-gtk \
...
...
@@ -32,7 +32,7 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--enable-v4l \
--enable-sout \
--enable-fb \
--
en
able-sdl \
--
dis
able-sdl \
--enable-oss \
--disable-alsa \
--disable-dvd \
...
...
@@ -50,24 +50,15 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--enable-ffmpeg \
--disable-pda \
--with-tuning=strongarm1100 \
--with-libiconv-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
--with-mad-tree=/home/jpsaman/iPaq/src/libmad-0.15.0b \
--with-a52-tree=/home/jpsaman/iPaq/src/a52dec-0.7.4 \
--with-faad2-tree=/home/jpsaman/iPaq/src/faad2-20030612 \
--with-flac-tree=/home/jpsaman/iPaq/src/flac-1.1.0 \
--with-libmpeg2-tree=/home/jpsaman/iPaq/src/mpeg2dec-20030612 \
--with-libdvbpsi-tree=/home/jpsaman/iPaq/src/libdvbpsi-0.1.2 \
--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-20030622"
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-$(VERSION)
export QTDIR=/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop
--with-libiconv-prefix=${HOME}/arm-linux/usr \
--with-mad-tree=${HOME}/arm-linux/vlc-${VERSION}/libmad-0.15.0b \
--with-a52-tree=${HOME}/arm-linux/vlc-${VERSION}/a52dec-0.7.4 \
--with-faad2-tree=${HOME}/arm-linux/vlc-${VERSION}/faad2-20030612 \
--with-flac-tree=${HOME}/arm-linux/vlc-${VERSION}/flac-1.1.0 \
--with-libmpeg2-tree=${HOME}/arm-linux/vlc-${VERSION}/mpeg2dec-20030612 \
--with-libdvbpsi-tree=${HOME}/arm-linux/vlc-${VERSION}/libdvbpsi-0.1.2 \
--with-qte=${QTDIR} \
--with-ffmpeg-tree=${HOME}/arm-linux/vlc-${VERSION}/ffmpeg-20030622"
build: build-stamp
config:
...
...
@@ -76,8 +67,11 @@ config:
--host=arm-linux \
--target=arm-linux \
$(shell echo $(CONFIG_FLAGS)) \
LDFLAGS="-L/usr/local/arm/2.95.3/arm-linux/lib -L/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop/lib -L/home/jpsaman/iPaq/src/libid3tag-0.15.0b" \
CPPFLAGS="-I/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop/include -I/home/jpsaman/iPaq/src/libid3tag-0.15.0b"
LDFLAGS="-L${HOME}/arm-linux/lib \
-L${HOME}/arm-linux/opt/QtPalmtop/lib \
-L${HOME}/arm-linux/vlc-${VERSION}/libid3tag-0.15.0b" \
CPPFLAGS="-I${HOME}/arm-linux/opt/QtPalmtop/include \
-I${HOME}/arm-linux/vlc-${VERSION}/libid3tag-0.15.0b"
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