]> git.sesse.net Git - vlc/commitdiff
Updating ipkg files for X and QT Embedded packages of vlc.
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 29 Sep 2002 15:39:53 +0000 (15:39 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sun, 29 Sep 2002 15:39:53 +0000 (15:39 +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 158b034d749a219f504b7f69294ce452e3cd87d7..db38f02465b450040729f961f41dd286297ef485 100644 (file)
@@ -1,7 +1,7 @@
 Package: vlc
 Section: graphics
 Priority: optional
-Version: 0.4.2
+Version: 0.5.0
 Release: 1
 Architecture: arm
 Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>,  Christophe Massiot <massiot@via.ecp.fr>
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