wok-current diff ffplay/receipt @ rev 22457
freedoom: update 0.7 -> 0.8
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Thu Dec 26 11:35:56 2019 +0000 (2019-12-26) |
parents | b05fba2ec312 |
children | a8c19836fac1 |
line diff
1.1 --- a/ffplay/receipt Mon Jan 30 18:07:40 2017 +0100 1.2 +++ b/ffplay/receipt Thu Dec 26 11:35:56 2019 +0000 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ffplay" 1.7 -VERSION="2.8.10" 1.8 +VERSION="4.1.3" 1.9 CATEGORY="multimedia" 1.10 +TAGS="audio video player" 1.11 SHORT_DESC="Very simple and portable media player using the ffmpeg and the SDL library." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2 LGPL2.1" 1.14 -WEB_SITE="http://ffmpeg.org/" 1.15 +WEB_SITE="https://ffmpeg.org/" 1.16 + 1.17 +DEPENDS="ffmpeg libsdl2" 1.18 WANTED="ffmpeg" 1.19 -TAGS="audio video player" 1.20 + 1.21 #HOST_ARCH="i486 arm" 1.22 1.23 -DEPENDS="ffmpeg libsdl" 1.24 - 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 genpkg_rules() 1.27 {