wok-current rev 20942
updated frei0r-plugins and frei0r-plugins-dev (1.3 -> 1.6.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 03 11:08:56 2019 +0100 (2019-03-03) |
parents | a8daa926f72f |
children | d880f6703401 |
files | frei0r-plugins-dev/receipt frei0r-plugins/receipt |
line diff
1.1 --- a/frei0r-plugins-dev/receipt Sat Mar 02 17:45:11 2019 +0100 1.2 +++ b/frei0r-plugins-dev/receipt Sun Mar 03 11:08:56 2019 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="frei0r-plugins-dev" 1.7 -VERSION="1.3" 1.8 +VERSION="1.6.1" 1.9 CATEGORY="development" 1.10 MAINTAINER="jozee@slitaz.org" 1.11 LICENSE="GPL2" 1.12 SHORT_DESC="frei0r-plugins devel files" 1.13 WEB_SITE="https://frei0r.dyne.org/" 1.14 + 1.15 WANTED="frei0r-plugins" 1.16 - 1.17 DEPENDS="frei0r-plugins" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/frei0r-plugins/receipt Sat Mar 02 17:45:11 2019 +0100 2.2 +++ b/frei0r-plugins/receipt Sun Mar 03 11:08:56 2019 +0100 2.3 @@ -1,25 +1,27 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="frei0r-plugins" 2.7 -VERSION="1.3" 2.8 +VERSION="1.6.1" 2.9 CATEGORY="multimedia" 2.10 +TAGS="multimedia" 2.11 MAINTAINER="jozee@slitaz.org" 2.12 LICENSE="GPL2" 2.13 SHORT_DESC="frei0r is a minimalistic plugin API for video sources and filters." 2.14 WEB_SITE="https://frei0r.dyne.org/" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.17 -WGET_URL="http://ftp.dyne.org/frei0r/releases/$TARBALL" 2.18 -TAGS="multimedia" 2.19 +WGET_URL="https://files.dyne.org/frei0r/releases/$TARBALL" 2.20 2.21 DEPENDS="gcc-lib-base gavl" 2.22 BUILD_DEPENDS="gavl-dev" 2.23 2.24 # Rules to configure and make the package. 2.25 2.26 -compile_rules() { 2.27 - cd $src 2.28 - ./configure $CONFIGURE_ARGS && 2.29 - make && make install 2.30 +compile_rules() 2.31 +{ 2.32 + ./configure $CONFIGURE_ARGS && 2.33 + make -j 1 && 2.34 + make install 2.35 } 2.36 2.37 # Rules to gen a SliTaz package suitable for Tazpkg.