]> git.sesse.net Git - vlc/commitdiff
Adding files for ipkg packaging system off Familiar Linux.
authorJean-Paul Saman <jpsaman@videolan.org>
Mon, 30 Sep 2002 19:55:52 +0000 (19:55 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Mon, 30 Sep 2002 19:55:52 +0000 (19:55 +0000)
ipkg/control
ipkg/control.opie [new file with mode: 0644]
ipkg/postinst.opie [new file with mode: 0755]
ipkg/postrm.opie [new file with mode: 0755]
ipkg/vlc.desktop [new file with mode: 0644]

index 3af23d06d1483d5c20cf1dae969249d33816056b..14450a7b5737133f7a5287eee93c3d311092d08b 100644 (file)
@@ -5,7 +5,7 @@ Version: 0.4.4
 Release: 1
 Architecture: arm
 Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>,  Christophe Massiot <massiot@via.ecp.fr>
-Depends: libc6, task-x
+Depends: libc6, task-x, sdl
 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 
diff --git a/ipkg/control.opie b/ipkg/control.opie
new file mode 100644 (file)
index 0000000..f5c9620
--- /dev/null
@@ -0,0 +1,16 @@
+Package: vlc
+Section: graphics
+Priority: optional
+Version: 0.5.0
+Release: 1
+Architecture: arm
+Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>,  Christophe Massiot <massiot@via.ecp.fr>
+Depends: libc6
+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 
+ source can be found on: 
+ http://www.videolan.org/pub/videolan/vlc/
+ The VideoLAN Client allows to play MPEG1, MPEG2 Transport Streams and 
+ Program Streams from the network or from a file, as well as direct DVD 
+ playback. 
diff --git a/ipkg/postinst.opie b/ipkg/postinst.opie
new file mode 100755 (executable)
index 0000000..c90ba68
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+ln -s /usr/share/vlc /opt/QtPalmtop/pics/vlc
+exit 0
diff --git a/ipkg/postrm.opie b/ipkg/postrm.opie
new file mode 100755 (executable)
index 0000000..911eb8d
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ -x /opt/QtPalmtop/pics/vlc ] || rm /opt/QtPalmtop/pics/vlc
+exit 0
+
diff --git a/ipkg/vlc.desktop b/ipkg/vlc.desktop
new file mode 100644 (file)
index 0000000..30b86a4
--- /dev/null
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Comment=Multiplatform Multimedia Player
+Exec=vlc
+Icon=vlc/vlc48x48.png
+Name=VideoLAN Client