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