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
42cbb596
Commit
42cbb596
authored
Oct 29, 2002
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Familiar packaging files.
parent
53c8836b
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
5 deletions
+22
-5
ipkg/control.gpe
ipkg/control.gpe
+1
-1
ipkg/gpe-configure.in.patch
ipkg/gpe-configure.in.patch
+2
-3
ipkg/postinst.gpe
ipkg/postinst.gpe
+9
-0
ipkg/postinst.opie
ipkg/postinst.opie
+3
-1
ipkg/postrm.gpe
ipkg/postrm.gpe
+7
-0
No files found.
ipkg/control.gpe
View file @
42cbb596
...
@@ -5,7 +5,7 @@ Version: 0.4.5
...
@@ -5,7 +5,7 @@ Version: 0.4.5
Release: 1
Release: 1
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-x,
sdl, libgpewidget0, libgtk1.2, libgtk2.0, esd, esddsp, libesd0
Depends: libc6, task-x,
libsdl, libgpewidget0, libgtk1.2
Copyright: GPL
Copyright: GPL
Description: VideoLAN Client is a free network-aware MPEG and DVD player.
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
VideoLAN is a free MPEG1/2 software solution licensed under GPL. The original
...
...
ipkg/gpe-configure.in.patch
View file @
42cbb596
--- configure.in Fri Oct 4 13:45:02 2002
--- configure.in Fri Oct 4 13:45:02 2002
+++ configure.gpe.in Sun Oct 6 22:24:16 2002
+++ configure.gpe.in Sun Oct 6 22:24:16 2002
@@ -1508,
6
+1508,23 @@
@@ -1508,
5
+1508,23 @@
PLUGINS="${PLUGINS} familiar"
PLUGINS="${PLUGINS} familiar"
NEED_GTK_MAIN=yes
fi
fi
+ GPE_PATH="
..
"
+ GPE_PATH=""
+ AC_ARG_WITH(gpe,
+ AC_ARG_WITH(gpe,
+ [ --with-gpe=PATH gpe path (default search in \$PATH)],
+ [ --with-gpe=PATH gpe path (default search in \$PATH)],
+ [ if test "x${with_gpe}" != "xno"
+ [ if test "x${with_gpe}" != "xno"
...
...
ipkg/postinst.gpe
View file @
42cbb596
#!/bin/sh
#!/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
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 @
42cbb596
#!/bin/sh
#!/bin/sh
ln
-s
/usr/share/vlc /opt/QtPalmtop/pics/vlc
if
[
-x
/usr/share/vlc
]
;
then
ln
-s
/usr/share/vlc /opt/QtPalmtop/pics/vlc
fi
exit
0
exit
0
ipkg/postrm.gpe
View file @
42cbb596
#!/bin/sh
#!/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
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
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