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
8cfc8ab2
Commit
8cfc8ab2
authored
Dec 24, 2002
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update packaging scripts.
parent
d7644ce5
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
59 additions
and
13 deletions
+59
-13
ipkg/control
ipkg/control
+2
-2
ipkg/control.gpe
ipkg/control.gpe
+1
-2
ipkg/postinst
ipkg/postinst
+3
-0
ipkg/postrm
ipkg/postrm
+3
-0
ipkg/rules
ipkg/rules
+50
-9
No files found.
ipkg/control
View file @
8cfc8ab2
...
...
@@ -13,5 +13,5 @@ Description: VideoLAN Client is a free network-aware MPEG and DVD player.
source can be found on:
http://www.videolan.org/pub/videolan/vlc/
The VideoLAN Client allows to play MPEG1, MPEG2 Transport Streams and
Program Streams
from the network or from a file, as well as direct DVD
playback.
Program Streams
, MP3, DivX and other codes from the network or from a file,
as well as direct DVD
playback.
ipkg/control.gpe
View file @
8cfc8ab2
...
...
@@ -10,8 +10,7 @@ Depends: gpe, libc6, libsdl, libgpewidget0, 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
source can be found on:
http://www.videolan.org/pub/videolan/vlc/
source can be found on: http://www.videolan.org/pub/videolan/vlc/
The VideoLAN Client allows to play MPEG1, MPEG2 Transport Streams and
Program Streams, MP3, Divx and other codecs from the network or from a file,
as well as direct DVD playback.
ipkg/postinst
0 → 100755
View file @
8cfc8ab2
#!/bin/sh
ldconfig
exit
0
ipkg/postrm
0 → 100755
View file @
8cfc8ab2
#!/bin/sh
ldconfig
exit
0
ipkg/rules
View file @
8cfc8ab2
...
...
@@ -7,38 +7,79 @@
export CC=arm-linux-gcc
export LD=arm-linux-ld
export STRIP=arm-linux-strip
export CONFIG_FLAGS="--enable-release --prefix=/usr --disable-gtk --enable-fb --enable-sdl --disable-xvideo --disable-plugins --with-tuning=strongarm1100 --x-includes=/skiff/local/arm-linux/include --x-libraries=/skiff/local/arm-linux/lib/X11 --with-sdl-config-path=/skiff/local/bin --with-mad=/skiff/local/arm-linux"
#export CONFIG_FLAGS="--enable-release --prefix=/usr --disable-gtk --enable-fb --enable-sdl --disable-xvideo --disable-plugins --with-tuning=strongarm1100 --x-includes=/skiff/local/arm-linux/include --x-libraries=/skiff/local/arm-linux/lib/X11 --with-sdl-config-path=/skiff/local/bin --with-mad=/skiff/local/arm-linux"
export CONFIG_FLAGS="--enable-release --prefix=/usr \
--disable-plugins \
--disable-gtk \
--disable-gnome \
--disable-qt \
--disable-kde \
--disable-qte \
--enable-fb \
--enable-sdl \
--enable-oss \
--disable-alsa \
--disable-xvideo \
--disable-dvd \
--disable-dvdread \
--disable-vcd \
--disable-maxosx \
--enable-mad \
--enable-ffmpeg \
--enable-familiar \
--with-tuning=strongarm1100 \
--x-includes=/skiff/local/arm-linux/include \
--x-libraries=/usr/local/arm/2.95.3/arm-linux/usr/X11R6/lib \
--with-mad-tree=/home/jpsaman/iPaq/src/mad-0.14.2b \
--with-gtk-config-path=/usr/local/arm/2.95.3/arm-linux/usr/bin \
--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/iPaq/src/ffmpeg"
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.0
build: build-stamp
build-stamp:
config:
./configure --mandir=$${prefix}/share/man \
--infodir=$${prefix}/share/info \
--host=arm-linux \
--target=arm-linux \
$(shell echo $(CONFIG_FLAGS))
patch:
# This is ugly -- I know
patch -p 0 < ipkg/patch
build:
$(MAKE)
touch build-stamp
clean:
rm -f build-stamp
-$(MAKE) distclean
install: build
rm -f ${PKGDIR}/
mkdir -p ${PKGDIR}/CONTROL
mkdir -p $(PKGDIR)/usr/bin
mkdir -p ${PKGDIR}/usr/share/vlc
# mkdir -p ${PKGDIR}/usr/lib/menu
mkdir -p ${PKGDIR}/usr/lib/vlc
$(STRIP) vlc
cp ipkg/control $(PKGDIR)/CONTROL/control
cp ipkg/postinst ${PKGDIR}/CONTROL/postinst
cp ipkg/postrm ${PKGDIR}/CONTROL/postrm
cp share/familiar-* ${PKGDIR}/usr/share/vlc
cp share/vlc32x32.xpm ${PKGDIR}/usr/share/vlc
cp share/vlc16x16.xpm ${PKGDIR}/usr/share/vlc
cp share/vlc48x48.png ${PKGDIR}/usr/share/vlc
cp vlc $(PKGDIR)/usr/bin
# cp ipkg/vlc.gpe ${PKGDIR}/usr/lib/menu/vlc
install-plugins: install
cp plugins/*.so
${PKGDIR}/usr/lib/vlc
find ./ -name *.so | xargs cp
${PKGDIR}/usr/lib/vlc
$(STRIP) ${PKGDIR}/usr/lib/vlc
.PHONY: build clean 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