wok diff xvidcore/receipt @ rev 23757

fusecloop/extract_compressed_fs: fix v2 convertion
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 17:31:45 2020 +0000 (2020-05-02)
parents 410afe495014
children 983b132bc56b
line diff
     1.1 --- a/xvidcore/receipt	Sun Mar 23 17:16:22 2014 +0100
     1.2 +++ b/xvidcore/receipt	Sat May 02 17:31:45 2020 +0000
     1.3 @@ -1,25 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xvidcore"
     1.7 -VERSION="1.3.2"
     1.8 +VERSION="1.3.5"
     1.9  CATEGORY="multimedia"
    1.10 -SHORT_DESC="XviD, a high performance/quality MPEG-4 video de-/encoding solution"
    1.11 +SHORT_DESC="XviD, a high performance and quality MPEG-4 video de- and encoding solution."
    1.12  MAINTAINER="devl547@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://www.xvid.com/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="http://www.xvid.org"
    1.18  WGET_URL="http://downloads.xvid.org/downloads/$TARBALL"
    1.19 -HOST_ARCH="i486 arm"
    1.20  
    1.21  BUILD_DEPENDS="yasm"
    1.22  
    1.23 +HOST_ARCH="i486 arm"
    1.24 +
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28  	cd $src/build/generic
    1.29 -	./configure \
    1.30 -		--prefix=/usr \
    1.31 -		--mandir=/usr/share/man \
    1.32 +	./configure			\
    1.33 +		--prefix=/usr		\
    1.34 +		--mandir=/usr/share/man	\
    1.35  		$CONFIGURE_ARGS &&
    1.36  	make &&
    1.37  	make DESTDIR=$DESTDIR install
    1.38 @@ -29,7 +31,8 @@
    1.39  genpkg_rules()
    1.40  {
    1.41  	mkdir -p $fs/usr/lib
    1.42 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.43 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.44 +
    1.45  	cd $fs/usr/lib
    1.46  	_mylib=$(basename libxvidcore.so.*)
    1.47  	ln -sf ${_mylib} libxvidcore.so.4