wok diff ffplay/receipt @ rev 13360

Add redshift
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 12 10:58:59 2012 +0200 (2012-09-12)
parents 6b4a3a3d3dbb
children 10b80db82747
line diff
     1.1 --- a/ffplay/receipt	Wed May 23 13:01:12 2012 +0200
     1.2 +++ b/ffplay/receipt	Wed Sep 12 10:58:59 2012 +0200
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ffplay"
     1.7 -VERSION="0.10.3"
     1.8 +VERSION="0.11.1"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Very simple and portable media player using the ffmpeg and the SDL library."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  WEB_SITE="http://ffmpeg.org/"
    1.13  WANTED="ffmpeg"
    1.14 +TAGS="audio video player"
    1.15 +
    1.16  DEPENDS="ffmpeg libsdl"
    1.17 -TAGS="audio video player"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/bin
    1.23 -	cp -a $_pkg/usr/bin/ffplay $fs/usr/bin
    1.24 +	cp -a $install/usr/bin/ffplay $fs/usr/bin
    1.25  }