mirror of
https://github.com/videolan/vlc.git
synced 2024-12-14 20:24:21 +08:00
Checking in packageing files.
This commit is contained in:
parent
fc354b2018
commit
76a4756536
@ -2,11 +2,11 @@ Package: vlc
|
||||
Section: graphics
|
||||
Priority: optional
|
||||
Version: 0.5.0
|
||||
Release: test3
|
||||
Release: 5 5 5 5 5
|
||||
Architecture: arm
|
||||
Conflicts: task-opie, gpe-vlc, gpe
|
||||
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
|
||||
Depends: libc6, task-x, libsdl, libgtk1.2, esddsp
|
||||
Depends: libc6, task-x, libsdl, libgtk1.2, esddsp, libavcodec
|
||||
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
|
||||
|
@ -2,11 +2,11 @@ Package: gpe-vlc
|
||||
Section: graphics
|
||||
Priority: optional
|
||||
Version: 0.5.0
|
||||
Release: test3
|
||||
Release: 5
|
||||
Conflicts: task-opie, vlc
|
||||
Architecture: arm
|
||||
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
|
||||
Depends: gpe, libc6, libsdl, libgpewidget0, libgtk1.2, esddsp
|
||||
Depends: gpe, libc6, libsdl, libgpewidget0, libgtk1.2, esddsp, libavcodec
|
||||
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
|
||||
|
@ -2,11 +2,11 @@ Package: opie-vlc
|
||||
Section: graphics
|
||||
Priority: optional
|
||||
Version: 0.5.0
|
||||
Release: test3
|
||||
Release: 5
|
||||
Conflicts: gpe, vlc, libsdl
|
||||
Architecture: arm
|
||||
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
|
||||
Depends: libc6, task-opie, opie-libsdl
|
||||
Depends: libc6, task-opie, opie-libsdl, libavcodec
|
||||
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
|
||||
|
@ -58,7 +58,6 @@ build-stamp:
|
||||
$(MAKE)
|
||||
|
||||
clean:
|
||||
|
||||
-$(MAKE) distclean
|
||||
|
||||
install: build
|
||||
@ -80,8 +79,8 @@ install: build
|
||||
cp ipkg/vlc.desktop ${PKGDIR}/opt/QtPalmtop/apps/Applications
|
||||
|
||||
install-plugins: install
|
||||
cp plugins/*.so ${PKGDIR}/usr/lib/vlc
|
||||
find ./modules/ -name *.so -print -depth | xargs cp $1 ${PKGDIR}/usr/lib/vlc
|
||||
$(STRIP) ${PKGDIR}/usr/lib/vlc
|
||||
|
||||
.PHONY: build clean install
|
||||
.PHONY: build clean install install-plugins
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user