]> git.sesse.net Git - vlc/commitdiff
Checking in packageing files.
authorJean-Paul Saman <jpsaman@videolan.org>
Sat, 1 Feb 2003 21:04:22 +0000 (21:04 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sat, 1 Feb 2003 21:04:22 +0000 (21:04 +0000)
ipkg/control
ipkg/control.gpe
ipkg/control.opie
ipkg/rules.opie

index 4aecd338238a496122a8e2a30740265dfc1f8298..2d05df2685ddcf4eb7c4eb535e3fd1294fbdebc4 100644 (file)
@@ -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 
index ea75e7df71a08a9a5d843d871ae841be2d27500c..349b6c8d08a2108b9571cab4aa70ac758d79fc53 100644 (file)
@@ -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 
index 69b927575399cf22e73e0479e75488ebcb2fae78..4dcbcf6557c2bdc23f4ee187066bf073019dd9f8 100644 (file)
@@ -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 
index 38f8d5a15412fd93292309f566d74b446cd1e91a..44b992043365c0f6af9c81b5e0d6c218076a3edf 100755 (executable)
@@ -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