wok-next diff fbff/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | 6a983d19df52 |
children |
line diff
1.1 --- a/fbff/receipt Sat Apr 14 15:22:48 2018 +0300 1.2 +++ b/fbff/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="FFmpeg client in frame buffer" 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="GPL2" 1.7 -WEB_SITE="http://repo.or.cz/w/fbff.git" 1.8 +WEB_SITE="https://repo.or.cz/w/fbff.git" 1.9 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WGET_URL="git|git://repo.or.cz/fbff.git" 1.12 @@ -14,9 +14,6 @@ 1.13 BUILD_DEPENDS="ffmpeg-dev zlib-dev git" 1.14 1.15 compile_rules() { 1.16 - case "$ARCH" in 1.17 - arm*) sed -i s"#/opt#/cross/$ARCH/sysroot/usr#" Makefile ;; 1.18 - esac 1.19 sed -i "s|cc|$HOST_SYSTEM-gcc|" Makefile 1.20 1.21 make || return 1