Commit a342cb2d authored by Jean-Paul Saman's avatar Jean-Paul Saman

Packaging for Opie and Qt Embedded support.

parent 23465864
Package: vlc
Package: gpe-vlc
Section: graphics
Priority: optional
Version: 0.4.6
Release: 1
Conflicts: opie
Architecture: arm
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
Depends: gpe, libc6, libsdl, libgpewidget0, libgtk1.2
......
Package: vlc
Package: opie-vlc
Section: graphics
Priority: optional
Version: 0.4.6
Release: 1
Conflicts: gpe
Architecture: arm
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
Depends: libc6, task-opie
......
#!/bin/sh
ldconfig
if [ -x /usr/share/vlc ] ; then
ln -s /usr/share/vlc /opt/QtPalmtop/pics/vlc
if [ -x /usr/share/videolan ] ; then
ln -s /usr/share/videolan /opt/QtPalmtop/pics/videolan
fi
exit 0
#!/bin/sh
ldconfig
[ -x /opt/QtPalmtop/pics/vlc ] || rm /opt/QtPalmtop/pics/vlc
[ -x /opt/QtPalmtop/pics/videolan ] || rm /opt/QtPalmtop/pics/videolan
exit 0
[Desktop Entry]
Comment=Multiplatform Multimedia Player
Exec=vlc.opie
Icon=vlc/vlc48x48.png
Exec=opie-vlc
Icon=videolan/vlc48x48.png
Name=VideoLAN Client
#!/bin/sh
export QTDIR=/opt/QtPalmtop
export LD_LIBRARY_PATH=.:/usr/X11R6/lib:/opt/QtPalmtop/lib:/lib/videolan/vlc
/usr/bin/vlc
export LD_LIBRARY_PATH=.:/usr/X11R6/lib:/opt/QtPalmtop/lib:/usr/lib/videolan/vlc
/usr/bin/vlc udp://@:1234
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment