wok rev 22316

updated xvidcore and xvidcore-dev (1.3.2 -> 1.3.5)
author Hans-G?nter Theisgen
date Thu Nov 14 11:16:39 2019 +0100 (2019-11-14)
parents 434bed6be2a5
children d7bacc22f5eb
files xvidcore-dev/receipt xvidcore/receipt
line diff
     1.1 --- a/xvidcore-dev/receipt	Thu Nov 14 11:00:47 2019 +0100
     1.2 +++ b/xvidcore-dev/receipt	Thu Nov 14 11:16:39 2019 +0100
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xvidcore-dev"
     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 - development files."
    1.12  MAINTAINER="devl547@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="http://www.xvid.org"
    1.15 -WANTED="xvidcore"
    1.16 -HOST_ARCH="i486 arm"
    1.17 +WEB_SITE="https://www.xvid.com/"
    1.18  
    1.19  DEPENDS="xvidcore"
    1.20 +WANTED="xvidcore"
    1.21 +
    1.22 +HOST_ARCH="i486 arm"
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr/lib
    1.28 -	cp -a $install/usr/lib/*.a $fs/usr/lib
    1.29 -	cp -a $install/usr/include $fs/usr
    1.30 +
    1.31 +	cp -a $install/usr/lib/*.a	$fs/usr/lib
    1.32 +	cp -a $install/usr/include	$fs/usr
    1.33  }
     2.1 --- a/xvidcore/receipt	Thu Nov 14 11:00:47 2019 +0100
     2.2 +++ b/xvidcore/receipt	Thu Nov 14 11:16:39 2019 +0100
     2.3 @@ -1,25 +1,27 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xvidcore"
     2.7 -VERSION="1.3.2"
     2.8 +VERSION="1.3.5"
     2.9  CATEGORY="multimedia"
    2.10 -SHORT_DESC="XviD, a high performance/quality MPEG-4 video de-/encoding solution"
    2.11 +SHORT_DESC="XviD, a high performance and quality MPEG-4 video de- and encoding solution."
    2.12  MAINTAINER="devl547@gmail.com"
    2.13  LICENSE="GPL2"
    2.14 +WEB_SITE="https://www.xvid.com/"
    2.15 +
    2.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.17 -WEB_SITE="http://www.xvid.org"
    2.18  WGET_URL="http://downloads.xvid.org/downloads/$TARBALL"
    2.19 -HOST_ARCH="i486 arm"
    2.20  
    2.21  BUILD_DEPENDS="yasm"
    2.22  
    2.23 +HOST_ARCH="i486 arm"
    2.24 +
    2.25  # Rules to configure and make the package.
    2.26  compile_rules()
    2.27  {
    2.28  	cd $src/build/generic
    2.29 -	./configure \
    2.30 -		--prefix=/usr \
    2.31 -		--mandir=/usr/share/man \
    2.32 +	./configure			\
    2.33 +		--prefix=/usr		\
    2.34 +		--mandir=/usr/share/man	\
    2.35  		$CONFIGURE_ARGS &&
    2.36  	make &&
    2.37  	make DESTDIR=$DESTDIR install
    2.38 @@ -29,7 +31,8 @@
    2.39  genpkg_rules()
    2.40  {
    2.41  	mkdir -p $fs/usr/lib
    2.42 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.43 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    2.44 +
    2.45  	cd $fs/usr/lib
    2.46  	_mylib=$(basename libxvidcore.so.*)
    2.47  	ln -sf ${_mylib} libxvidcore.so.4