wok view ffplay/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents b05fba2ec312
children a8c19836fac1
line source
1 # SliTaz package receipt.
3 PACKAGE="ffplay"
4 VERSION="4.1.3"
5 CATEGORY="multimedia"
6 TAGS="audio video player"
7 SHORT_DESC="Very simple and portable media player using the ffmpeg and the SDL library."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2 LGPL2.1"
10 WEB_SITE="https://ffmpeg.org/"
12 DEPENDS="ffmpeg libsdl2"
13 WANTED="ffmpeg"
15 #HOST_ARCH="i486 arm"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/bin
21 cp -a $install/usr/bin/ffplay $fs/usr/bin
22 }