Commit 4a66d6e5 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Packaging files for opie-vlc

parent 00977bfd
......@@ -4,6 +4,7 @@ Priority: optional
Version: 0.4.6
Release: 1
Architecture: arm
Conflicts: task-opie, gpe
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
Depends: libc6, task-x, sdl, libgtk1.2
Copyright: GPL
......
......@@ -3,7 +3,7 @@ Section: graphics
Priority: optional
Version: 0.4.6
Release: 1
Conflicts: opie
Conflicts: task-opie, vlc
Architecture: arm
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
Depends: gpe, libc6, libsdl, libgpewidget0, libgtk1.2
......
......@@ -2,8 +2,8 @@ Package: opie-vlc
Section: graphics
Priority: optional
Version: 0.4.6
Release: 1
Conflicts: gpe
Release: 2
Conflicts: gpe, vlc
Architecture: arm
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
Depends: libc6, task-opie
......
......@@ -4,7 +4,7 @@ if [ -x /usr/share/videolan ] ; then
ln -s /usr/share/videolan /opt/QtPalmtop/pics/videolan
fi
# Added support for iPaq 3870
if [ -x /usr/local/qt-embedded/lib/fonts/fontdir ] ;
if [ -x /usr/local/qt-embedded/lib/fonts/fontdir ] ; then
ln -s /usr/local/qt-embedded/lib/fonts/fontdir /opt/QtPalmtop/lib/fonts/fontdir
fi
exit 0
#!/bin/sh
export QTDIR=/opt/QtPalmtop
export LD_LIBRARY_PATH=.:/usr/X11R6/lib:/opt/QtPalmtop/lib:/usr/lib/videolan/vlc
/usr/bin/vlc udp://@:1234
if [ "$*" = "" ] ; then
/usr/bin/vlc udp://@:1234
else
/usr/bin/vlc $*
fi
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