Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
05d3c511
Commit
05d3c511
authored
Nov 20, 2002
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated for release v_0.4.6 of Familiar Linux packages.
parent
024e704c
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
21 deletions
+9
-21
ipkg/control
ipkg/control
+1
-1
ipkg/control.gpe
ipkg/control.gpe
+2
-2
ipkg/control.opie
ipkg/control.opie
+2
-2
ipkg/postinst.gpe
ipkg/postinst.gpe
+1
-9
ipkg/postinst.opie
ipkg/postinst.opie
+1
-0
ipkg/postrm.gpe
ipkg/postrm.gpe
+1
-7
ipkg/postrm.opie
ipkg/postrm.opie
+1
-0
No files found.
ipkg/control
View file @
05d3c511
...
...
@@ -5,7 +5,7 @@ Version: 0.4.6
Release: 1
Architecture: arm
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
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
...
...
ipkg/control.gpe
View file @
05d3c511
Package: vlc
Section: graphics
Priority: optional
Version: 0.4.
5
Version: 0.4.
6
Release: 1
Architecture: arm
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
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
...
...
ipkg/control.opie
View file @
05d3c511
Package: vlc
Section: graphics
Priority: optional
Version: 0.4.
5
Version: 0.4.
6
Release: 1
Architecture: arm
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
Depends: libc6
Depends: libc6
, task-opie
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
...
...
ipkg/postinst.gpe
View file @
05d3c511
#!/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
ldconfig
if
[
-x
/usr/bin/update-menus
]
&&
[
!
/usr/bin/update-menus
]
;
then
exit
$?
;
fi
ipkg/postinst.opie
View file @
05d3c511
#!/bin/sh
ldconfig
if
[
-x
/usr/share/vlc
]
;
then
ln
-s
/usr/share/vlc /opt/QtPalmtop/pics/vlc
fi
...
...
ipkg/postrm.gpe
View file @
05d3c511
#!/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
ldconfig
if
[
-x
/usr/bin/update-menus
]
&&
[
!
/usr/bin/update-menus
]
;
then
exit
$?
;
fi
ipkg/postrm.opie
View file @
05d3c511
#!/bin/sh
ldconfig
[
-x
/opt/QtPalmtop/pics/vlc
]
||
rm
/opt/QtPalmtop/pics/vlc
exit
0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment