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
a7300bbb
Commit
a7300bbb
authored
Jul 21, 2003
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated build rules for the Sharp Zaurus.
parent
68fc71ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
8 deletions
+25
-8
ipkg/rules.zaurus
ipkg/rules.zaurus
+25
-8
No files found.
ipkg/rules.zaurus
View file @
a7300bbb
...
...
@@ -13,34 +13,52 @@ export STRIP=arm-linux-strip
export CONFIG_FLAGS="--enable-release --prefix=/usr \
--disable-plugins \
--disable-gtk \
--disable-gtk2 \
--disable-gnome \
--disable-gnome2 \
--disable-qt \
--disable-kde \
--disable-xosd \
--disable-ogg \
--disable-tarkin \
--disable-tremor \
--disable-theorea \
--enable-qte \
--disable-x11 \
--disable-xvideo \
--enable-dummy \
--enable-v4l \
--enable-fb \
--enable-sdl \
--enable-oss \
--disable-alsa \
--disable-xvideo \
--disable-dvd \
--disable-dvdread \
--disable-vcd \
--disable-maxosx \
--disable-xosd \
--disable-freetype \
--enable-a52 \
--enable-faad2 \
--enable-flac \
--enable-libmpeg2 \
--enable-libdvbpsi \
--disable-mkv \
--enable-mad \
--enable-ffmpeg \
--disable-familiar \
--with-tuning=strongarm1100 \
--with-mad-tree=/home/jpsaman/iPaq/src/mad-0.15.0b \
--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/
svn/tmp/ffmpeg-20030517
"
--with-ffmpeg-tree=/home/jpsaman/
iPaq/src/ffmpeg-20030622
"
export VIDDIR="usr/share/vlc"
export PIXDIR="usr/share/pixmaps"
...
...
@@ -56,9 +74,8 @@ 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/lib -L/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop/lib" \
CPPFLAGS="-I/usr/local/arm/2.95.3/arm-linux/usr/include -I/usr/local/arm/2.95.3/arm-linux/opt/QtPalmtop/include"
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"
build-stamp:
# This is ugly -- I know
...
...
@@ -77,15 +94,15 @@ install: build
mkdir -p ${PKGDIR}/usr/lib/menu
mkdir -p ${PKGDIR}/usr/lib/vlc
mkdir -p ${PKGDIR}/opt/QtPalmtop/sharp/bin
mkdir -p ${PKGDIR}/opt/QtPalmtop/
sharp/
apps/Applications
mkdir -p ${PKGDIR}/opt/QtPalmtop/apps/Applications
$(STRIP) vlc
cp ipkg/control.zaurus $(PKGDIR)/CONTROL/control
cp ipkg/postinst.zaurus ${PKGDIR}/CONTROL/postinst
cp ipkg/postrm.zaurus ${PKGDIR}/CONTROL/postrm
cp share/vlc48x48.png ${PKGDIR}/usr/share/vlc
cp vlc $(PKGDIR)/usr/bin
cp ipkg/vlc.zaurus ${PKGDIR}/opt/QtPalmtop/sharp/bin/opie-vlc
cp ipkg/vlc.zaurus ${PKGDIR}/opt/QtPalmtop/sharp/bin/zaurus-vlc
cp ipkg/vlc.zaurus ${PKGDIR}/opt/QtPalmtop/sharp/bin/opie-vlc
cp ipkg/vlc.desktop ${PKGDIR}/opt/QtPalmtop/sharp/apps/Applications
install-plugins: install
...
...
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