wok-6.x diff mencoder/receipt @ rev 14593
Add antinat
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 27 12:17:25 2013 +0200 (2013-05-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 Mon May 27 12:17:25 2013 +0200 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 }