From 76a4756536bfe2f3458f64a8f566616ffa0b6561 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Sat, 1 Feb 2003 21:04:22 +0000 Subject: [PATCH] Checking in packageing files. --- ipkg/control | 4 ++-- ipkg/control.gpe | 4 ++-- ipkg/control.opie | 4 ++-- ipkg/rules.opie | 5 ++--- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/ipkg/control b/ipkg/control index 4aecd33823..2d05df2685 100644 --- a/ipkg/control +++ b/ipkg/control @@ -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 , Christophe Massiot -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 diff --git a/ipkg/control.gpe b/ipkg/control.gpe index ea75e7df71..349b6c8d08 100644 --- a/ipkg/control.gpe +++ b/ipkg/control.gpe @@ -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 , Christophe Massiot -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 diff --git a/ipkg/control.opie b/ipkg/control.opie index 69b9275753..4dcbcf6557 100644 --- a/ipkg/control.opie +++ b/ipkg/control.opie @@ -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 , Christophe Massiot -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 diff --git a/ipkg/rules.opie b/ipkg/rules.opie index 38f8d5a154..44b9920433 100755 --- a/ipkg/rules.opie +++ b/ipkg/rules.opie @@ -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 -- 2.39.2