wok diff frei0r-plugins/receipt @ rev 21042
updated icoutils (0.30.0 -> 0.32.3)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 12 13:53:02 2019 +0100 (2019-03-12) |
parents | e3f377fbc5f0 |
children | c9734868193e |
line diff
1.1 --- a/frei0r-plugins/receipt Thu Jan 24 17:15:36 2019 +0100 1.2 +++ b/frei0r-plugins/receipt Tue Mar 12 13:53:02 2019 +0100 1.3 @@ -1,25 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="frei0r-plugins" 1.7 -VERSION="1.3" 1.8 +VERSION="1.6.1" 1.9 CATEGORY="multimedia" 1.10 +TAGS="multimedia" 1.11 MAINTAINER="jozee@slitaz.org" 1.12 LICENSE="GPL2" 1.13 SHORT_DESC="frei0r is a minimalistic plugin API for video sources and filters." 1.14 WEB_SITE="https://frei0r.dyne.org/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WGET_URL="http://ftp.dyne.org/frei0r/releases/$TARBALL" 1.18 -TAGS="multimedia" 1.19 +WGET_URL="https://files.dyne.org/frei0r/releases/$TARBALL" 1.20 1.21 DEPENDS="gcc-lib-base gavl" 1.22 BUILD_DEPENDS="gavl-dev" 1.23 1.24 # Rules to configure and make the package. 1.25 1.26 -compile_rules() { 1.27 - cd $src 1.28 - ./configure $CONFIGURE_ARGS && 1.29 - make && make install 1.30 +compile_rules() 1.31 +{ 1.32 + ./configure $CONFIGURE_ARGS && 1.33 + make -j 1 && 1.34 + make install 1.35 } 1.36 1.37 # Rules to gen a SliTaz package suitable for Tazpkg.