Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
a342cb2d
Commit
a342cb2d
authored
Nov 26, 2002
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Packaging for Opie and Qt Embedded support.
parent
23465864
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
9 deletions
+11
-9
ipkg/control.gpe
ipkg/control.gpe
+2
-1
ipkg/control.opie
ipkg/control.opie
+2
-1
ipkg/postinst.opie
ipkg/postinst.opie
+2
-2
ipkg/postrm.opie
ipkg/postrm.opie
+1
-1
ipkg/vlc.desktop
ipkg/vlc.desktop
+2
-2
ipkg/vlc.opie
ipkg/vlc.opie
+2
-2
No files found.
ipkg/control.gpe
View file @
a342cb2d
Package: vlc
Package:
gpe-
vlc
Section: graphics
Priority: optional
Version: 0.4.6
Release: 1
Conflicts: opie
Architecture: arm
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
Depends: gpe, libc6, libsdl, libgpewidget0, libgtk1.2
...
...
ipkg/control.opie
View file @
a342cb2d
Package: vlc
Package:
opie-
vlc
Section: graphics
Priority: optional
Version: 0.4.6
Release: 1
Conflicts: gpe
Architecture: arm
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
Depends: libc6, task-opie
...
...
ipkg/postinst.opie
View file @
a342cb2d
#!/bin/sh
ldconfig
if
[
-x
/usr/share/v
lc
]
;
then
ln
-s
/usr/share/v
lc /opt/QtPalmtop/pics/vlc
if
[
-x
/usr/share/v
ideolan
]
;
then
ln
-s
/usr/share/v
ideolan /opt/QtPalmtop/pics/videolan
fi
exit
0
ipkg/postrm.opie
View file @
a342cb2d
#!/bin/sh
ldconfig
[
-x
/opt/QtPalmtop/pics/v
lc
]
||
rm
/opt/QtPalmtop/pics/vlc
[
-x
/opt/QtPalmtop/pics/v
ideolan
]
||
rm
/opt/QtPalmtop/pics/videolan
exit
0
ipkg/vlc.desktop
View file @
a342cb2d
[Desktop Entry]
Comment=Multiplatform Multimedia Player
Exec=
vlc.opie
Icon=v
lc
/vlc48x48.png
Exec=
opie-vlc
Icon=v
ideolan
/vlc48x48.png
Name=VideoLAN Client
ipkg/vlc.opie
View file @
a342cb2d
#!/bin/sh
export
QTDIR
=
/opt/QtPalmtop
export
LD_LIBRARY_PATH
=
.:/usr/X11R6/lib:/opt/QtPalmtop/lib:/lib/videolan/vlc
/usr/bin/vlc
export
LD_LIBRARY_PATH
=
.:/usr/X11R6/lib:/opt/QtPalmtop/lib:/
usr/
lib/videolan/vlc
/usr/bin/vlc
udp://@:1234
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