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
4a66d6e5
Commit
4a66d6e5
authored
Dec 04, 2002
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Packaging files for opie-vlc
parent
00977bfd
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
5 deletions
+11
-5
ipkg/control
ipkg/control
+1
-0
ipkg/control.gpe
ipkg/control.gpe
+1
-1
ipkg/control.opie
ipkg/control.opie
+2
-2
ipkg/postinst.opie
ipkg/postinst.opie
+1
-1
ipkg/vlc.opie
ipkg/vlc.opie
+6
-1
No files found.
ipkg/control
View file @
4a66d6e5
...
@@ -4,6 +4,7 @@ Priority: optional
...
@@ -4,6 +4,7 @@ Priority: optional
Version: 0.4.6
Version: 0.4.6
Release: 1
Release: 1
Architecture: arm
Architecture: arm
Conflicts: task-opie, gpe
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
Depends: libc6, task-x, sdl, libgtk1.2
Depends: libc6, task-x, sdl, libgtk1.2
Copyright: GPL
Copyright: GPL
...
...
ipkg/control.gpe
View file @
4a66d6e5
...
@@ -3,7 +3,7 @@ Section: graphics
...
@@ -3,7 +3,7 @@ Section: graphics
Priority: optional
Priority: optional
Version: 0.4.6
Version: 0.4.6
Release: 1
Release: 1
Conflicts:
opie
Conflicts:
task-opie, vlc
Architecture: arm
Architecture: arm
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
Depends: gpe, libc6, libsdl, libgpewidget0, libgtk1.2
Depends: gpe, libc6, libsdl, libgpewidget0, libgtk1.2
...
...
ipkg/control.opie
View file @
4a66d6e5
...
@@ -2,8 +2,8 @@ Package: opie-vlc
...
@@ -2,8 +2,8 @@ Package: opie-vlc
Section: graphics
Section: graphics
Priority: optional
Priority: optional
Version: 0.4.6
Version: 0.4.6
Release:
1
Release:
2
Conflicts: gpe
Conflicts: gpe
, vlc
Architecture: arm
Architecture: arm
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
Depends: libc6, task-opie
Depends: libc6, task-opie
...
...
ipkg/postinst.opie
View file @
4a66d6e5
...
@@ -4,7 +4,7 @@ if [ -x /usr/share/videolan ] ; then
...
@@ -4,7 +4,7 @@ if [ -x /usr/share/videolan ] ; then
ln
-s
/usr/share/videolan /opt/QtPalmtop/pics/videolan
ln
-s
/usr/share/videolan /opt/QtPalmtop/pics/videolan
fi
fi
# Added support for iPaq 3870
# Added support for iPaq 3870
if
[
-x
/usr/local/qt-embedded/lib/fonts/fontdir
]
;
if
[
-x
/usr/local/qt-embedded/lib/fonts/fontdir
]
;
then
ln
-s
/usr/local/qt-embedded/lib/fonts/fontdir /opt/QtPalmtop/lib/fonts/fontdir
ln
-s
/usr/local/qt-embedded/lib/fonts/fontdir /opt/QtPalmtop/lib/fonts/fontdir
fi
fi
exit
0
exit
0
ipkg/vlc.opie
View file @
4a66d6e5
#!/bin/sh
#!/bin/sh
export
QTDIR
=
/opt/QtPalmtop
export
QTDIR
=
/opt/QtPalmtop
export
LD_LIBRARY_PATH
=
.:/usr/X11R6/lib:/opt/QtPalmtop/lib:/usr/lib/videolan/vlc
export
LD_LIBRARY_PATH
=
.:/usr/X11R6/lib:/opt/QtPalmtop/lib:/usr/lib/videolan/vlc
/usr/bin/vlc udp://@:1234
if
[
"
$*
"
=
""
]
;
then
/usr/bin/vlc udp://@:1234
else
/usr/bin/vlc
$*
fi
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