wok-6.x diff mencoder/receipt @ rev 16854
netsurf:some make opts
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Jul 13 04:58:40 2014 +0300 (2014-07-13) |
parents | 3765f181a6d5 |
children | 1f34bba9ca20 |
line diff
1.1 --- a/mencoder/receipt Sat Nov 30 17:02:58 2013 +0000 1.2 +++ b/mencoder/receipt Sun Jul 13 04:58:40 2014 +0300 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mencoder" 1.7 -VERSION="1.1" 1.8 +VERSION="1.1.1" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="MPlayer video and movie encoder." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -13,6 +13,12 @@ 1.13 fontconfig freetype x264 xvidcore jpeg libmad ncurses zlib lame \ 1.14 libpng giflib enca lirc" 1.15 1.16 +# Handle arch package install 1.17 +case "$SLITAZ_ARCH" in 1.18 + arm*) DEPENDS="alsa-lib zlib libmad xorg-libXv xorg-libXxf86vm libogg \ 1.19 +libvorbis libtheora xvidcore lame esound" ;; 1.20 +esac 1.21 + 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 {