wok diff mencoder/receipt @ rev 15295

cdrtools: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 09:56:20 2013 +0000 (2013-09-27)
parents be13f25e790b
children 3765f181a6d5
line diff
     1.1 --- a/mencoder/receipt	Sun Feb 20 06:53:59 2011 +0000
     1.2 +++ b/mencoder/receipt	Fri Sep 27 09:56:20 2013 +0000
     1.3 @@ -1,18 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mencoder"
     1.7 -VERSION="1.0rc4"
     1.8 +VERSION="1.1"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="MPlayer video and movie encoder."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -DEPENDS="libtheora alsa-lib cdparanoia-III expat libogg libvorbis \
    1.13 -fontconfig freetype x264 xvidcore jpeg libmad ncurses zlib lame libpng giflib enca lirc"
    1.14  WANTED="mplayer"
    1.15  WEB_SITE="http://www.mplayerhq.hu/design7/news.html"
    1.16  
    1.17 +DEPENDS="libtheora alsa-lib cdparanoia-III expat libogg libvorbis \
    1.18 +fontconfig freetype x264 xvidcore jpeg libmad ncurses zlib lame \
    1.19 +libpng giflib enca lirc"
    1.20 +
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/bin
    1.25 -	cp -a $_pkg/usr/bin/mencoder $fs/usr/bin
    1.26 +	cp -a $install/usr/bin/mencoder $fs/usr/bin
    1.27  }