Commit 05d3c511 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Updated for release v_0.4.6 of Familiar Linux packages.

parent 024e704c
...@@ -5,7 +5,7 @@ Version: 0.4.6 ...@@ -5,7 +5,7 @@ Version: 0.4.6
Release: 1 Release: 1
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-x, sdl, libgtk1.2, libgtk2.0 Depends: libc6, task-x, sdl, libgtk1.2
Copyright: GPL Copyright: GPL
Description: VideoLAN Client is a free network-aware MPEG and DVD player. 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 VideoLAN is a free MPEG1/2 software solution licensed under GPL. The original
......
Package: vlc Package: vlc
Section: graphics Section: graphics
Priority: optional Priority: optional
Version: 0.4.5 Version: 0.4.6
Release: 1 Release: 1
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-x, libsdl, libgpewidget0, libgtk1.2 Depends: gpe, libc6, libsdl, libgpewidget0, libgtk1.2
Copyright: GPL Copyright: GPL
Description: VideoLAN Client is a free network-aware MPEG and DVD player. 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 VideoLAN is a free MPEG1/2 software solution licensed under GPL. The original
......
Package: vlc Package: vlc
Section: graphics Section: graphics
Priority: optional Priority: optional
Version: 0.4.5 Version: 0.4.6
Release: 1 Release: 1
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 Depends: libc6, task-opie
Copyright: GPL Copyright: GPL
Description: VideoLAN Client is a free network-aware MPEG and DVD player. 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 VideoLAN is a free MPEG1/2 software solution licensed under GPL. The original
......
#!/bin/sh #!/bin/sh
# patch for gtk-1.2 installation ldconfig
#if [ ! -x /usr/lib/libgtk.so ] ; then
# ln -s /usr/lib/libgtk-1.2.so.0.9.1 /usr/lib/libgtk.so
#fi
#if [ ! -x /usr/lib/libgdk.so ] ; then
# ln -s /usr/lib/libgdk-1.2.so.0.9.1 /usr/lib/libgdk.so
#fi
#ldconfig
# update menus
if [ -x /usr/bin/update-menus ] && [ ! /usr/bin/update-menus ] ; then if [ -x /usr/bin/update-menus ] && [ ! /usr/bin/update-menus ] ; then
exit $?; exit $?;
fi fi
#!/bin/sh #!/bin/sh
ldconfig
if [ -x /usr/share/vlc ] ; then if [ -x /usr/share/vlc ] ; then
ln -s /usr/share/vlc /opt/QtPalmtop/pics/vlc ln -s /usr/share/vlc /opt/QtPalmtop/pics/vlc
fi fi
......
#!/bin/sh #!/bin/sh
#if [ -x /usr/lib/libgtk.so ] ; then ldconfig
# rm /usr/lib/libgtk.so
#fi
#if [ -x /usr/lib/libgdk.so ] ; then
# rm /usr/lib/libgdk.so
#fi
#ldconfig
if [ -x /usr/bin/update-menus ] && [ ! /usr/bin/update-menus ] ; then if [ -x /usr/bin/update-menus ] && [ ! /usr/bin/update-menus ] ; then
exit $?; exit $?;
fi fi
#!/bin/sh #!/bin/sh
ldconfig
[ -x /opt/QtPalmtop/pics/vlc ] || rm /opt/QtPalmtop/pics/vlc [ -x /opt/QtPalmtop/pics/vlc ] || rm /opt/QtPalmtop/pics/vlc
exit 0 exit 0
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