Commit 42cbb596 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Familiar packaging files.

parent 53c8836b
......@@ -5,7 +5,7 @@ Version: 0.4.5
Release: 1
Architecture: arm
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
Depends: libc6, task-x, sdl, libgpewidget0, libgtk1.2, libgtk2.0, esd, esddsp, libesd0
Depends: libc6, task-x, libsdl, libgpewidget0, libgtk1.2
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
......
--- configure.in Fri Oct 4 13:45:02 2002
+++ configure.gpe.in Sun Oct 6 22:24:16 2002
@@ -1508,6 +1508,23 @@
@@ -1508,5 +1508,23 @@
PLUGINS="${PLUGINS} familiar"
NEED_GTK_MAIN=yes
fi
+ GPE_PATH=".."
+ GPE_PATH=""
+ AC_ARG_WITH(gpe,
+ [ --with-gpe=PATH gpe path (default search in \$PATH)],
+ [ if test "x${with_gpe}" != "xno"
......
#!/bin/sh
# patch for gtk-1.2 installation
#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
exit $?;
fi
#!/bin/sh
ln -s /usr/share/vlc /opt/QtPalmtop/pics/vlc
if [ -x /usr/share/vlc ] ; then
ln -s /usr/share/vlc /opt/QtPalmtop/pics/vlc
fi
exit 0
#!/bin/sh
#if [ -x /usr/lib/libgtk.so ] ; then
# 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
exit $?;
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