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
1e20549b
Commit
1e20549b
authored
Jun 09, 2003
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated build packages for test2 release.
parent
b0ef07a7
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
12 deletions
+12
-12
ipkg/control
ipkg/control
+1
-1
ipkg/control.gpe
ipkg/control.gpe
+1
-1
ipkg/control.opie
ipkg/control.opie
+1
-1
ipkg/control.zaurus
ipkg/control.zaurus
+1
-1
ipkg/postinst
ipkg/postinst
+1
-1
ipkg/postinst.gpe
ipkg/postinst.gpe
+1
-1
ipkg/postinst.opie
ipkg/postinst.opie
+1
-1
ipkg/postinst.zaurus
ipkg/postinst.zaurus
+1
-1
ipkg/postrm
ipkg/postrm
+1
-1
ipkg/postrm.gpe
ipkg/postrm.gpe
+1
-1
ipkg/postrm.opie
ipkg/postrm.opie
+1
-1
ipkg/postrm.zaurus
ipkg/postrm.zaurus
+1
-1
No files found.
ipkg/control
View file @
1e20549b
...
@@ -2,7 +2,7 @@ Package: vlc
...
@@ -2,7 +2,7 @@ Package: vlc
Section: graphics
Section: graphics
Priority: optional
Priority: optional
Version: 0.6.0
Version: 0.6.0
Release:
1
Release:
2
Architecture: arm
Architecture: arm
Conflicts: gpe-vlc, opie-vlc, opie-libsdl, opie-base, opie-handwriting, opie-volumeapplet, opie-embeddedkonsole, opie-launcher-settings, opie-netsetup
Conflicts: gpe-vlc, opie-vlc, opie-libsdl, opie-base, opie-handwriting, opie-volumeapplet, opie-embeddedkonsole, opie-launcher-settings, opie-netsetup
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>
...
...
ipkg/control.gpe
View file @
1e20549b
...
@@ -2,7 +2,7 @@ Package: gpe-vlc
...
@@ -2,7 +2,7 @@ Package: gpe-vlc
Section: graphics
Section: graphics
Priority: optional
Priority: optional
Version: 0.6.0
Version: 0.6.0
Release:
1
Release:
2
Conflicts: opie-vlc, opie-libsdl, opie-base, opie-handwriting, opie-volumeapplet, opie-embeddedkonsole, opie-launcher-settings, opie-netsetup, vlc
Conflicts: opie-vlc, opie-libsdl, opie-base, opie-handwriting, opie-volumeapplet, opie-embeddedkonsole, opie-launcher-settings, opie-netsetup, vlc
Architecture: arm
Architecture: arm
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>
...
...
ipkg/control.opie
View file @
1e20549b
...
@@ -2,7 +2,7 @@ Package: opie-vlc
...
@@ -2,7 +2,7 @@ Package: opie-vlc
Section: graphics
Section: graphics
Priority: optional
Priority: optional
Version: 0.6.0
Version: 0.6.0
Release:
1
Release:
2
Conflicts: gpe-apps, vlc, gpe-vlc, libsdl
Conflicts: gpe-apps, vlc, gpe-vlc, libsdl
Architecture: arm
Architecture: arm
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>
...
...
ipkg/control.zaurus
View file @
1e20549b
...
@@ -2,7 +2,7 @@ Package: zaurus-vlc
...
@@ -2,7 +2,7 @@ Package: zaurus-vlc
Section: graphics
Section: graphics
Priority: optional
Priority: optional
Version: 0.6.0
Version: 0.6.0
Release:
1
Release:
2
Conflicts: gpe-apps, gpe-vlc, vlc, libsdl
Conflicts: gpe-apps, gpe-vlc, vlc, libsdl
Architecture: arm
Architecture: arm
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>
...
...
ipkg/postinst
View file @
1e20549b
#!/bin/sh
#!/bin/sh
ldconfig
/sbin/
ldconfig
exit
0
exit
0
ipkg/postinst.gpe
View file @
1e20549b
#!/bin/sh
#!/bin/sh
ldconfig
/sbin/
ldconfig
if
[
-x
/usr/bin/update-menus
]
&&
[
!
/usr/bin/update-menus
]
;
then
if
[
-x
/usr/bin/update-menus
]
&&
[
!
/usr/bin/update-menus
]
;
then
exit
$?
;
exit
$?
;
fi
fi
ipkg/postinst.opie
View file @
1e20549b
#!/bin/sh
#!/bin/sh
ldconfig
/sbin/
ldconfig
if
[
-x
/usr/share/vlc
]
;
then
if
[
-x
/usr/share/vlc
]
;
then
ln
-s
/usr/share/vlc /opt/QtPalmtop/pics/vlc
ln
-s
/usr/share/vlc /opt/QtPalmtop/pics/vlc
fi
fi
...
...
ipkg/postinst.zaurus
View file @
1e20549b
#!/bin/sh
#!/bin/sh
ldconfig
/bin/
ldconfig
if
[
-x
/usr/share/vlc
]
;
then
if
[
-x
/usr/share/vlc
]
;
then
ln
-s
/usr/share/vlc /opt/QtPalmtop/sharp/pics/vlc
ln
-s
/usr/share/vlc /opt/QtPalmtop/sharp/pics/vlc
fi
fi
...
...
ipkg/postrm
View file @
1e20549b
#!/bin/sh
#!/bin/sh
ldconfig
/sbin/
ldconfig
exit
0
exit
0
ipkg/postrm.gpe
View file @
1e20549b
#!/bin/sh
#!/bin/sh
ldconfig
/sbin/
ldconfig
if
[
-x
/usr/bin/update-menus
]
&&
[
!
/usr/bin/update-menus
]
;
then
if
[
-x
/usr/bin/update-menus
]
&&
[
!
/usr/bin/update-menus
]
;
then
exit
$?
;
exit
$?
;
fi
fi
ipkg/postrm.opie
View file @
1e20549b
#!/bin/sh
#!/bin/sh
ldconfig
/sbin/
ldconfig
[
-x
/opt/QtPalmtop/pics/vlc
]
||
rm
/opt/QtPalmtop/pics/vlc
[
-x
/opt/QtPalmtop/pics/vlc
]
||
rm
/opt/QtPalmtop/pics/vlc
exit
0
exit
0
ipkg/postrm.zaurus
View file @
1e20549b
#!/bin/sh
#!/bin/sh
ldconfig
/sbin/
ldconfig
[
-x
/opt/QtPalmtop/sharp/pics/vlc
]
||
rm
/opt/QtPalmtop/sharp/pics/vlc
[
-x
/opt/QtPalmtop/sharp/pics/vlc
]
||
rm
/opt/QtPalmtop/sharp/pics/vlc
exit
0
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