wok-next annotate frei0r-plugins/receipt @ rev 20861

gnutls: up (3.5.18); add libpsl and publicsuffix-list; sed: up (4.5); tar: up (1.30); tcpdump: up (4.9.2); wget: up (1.19.5); xz: up (5.2.4)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 28 00:30:02 2018 +0300 (2018-06-28)
parents c3a368c0cddb
children a3c581bf52b8
rev   line source
al@20456 1 # SliTaz package receipt v2.
jozee@6824 2
jozee@6824 3 PACKAGE="frei0r-plugins"
slaxemulator@9245 4 VERSION="1.3"
jozee@6824 5 CATEGORY="multimedia"
al@20456 6 SHORT_DESC="frei0r is a minimalistic plugin API for video sources and filters"
jozee@6824 7 MAINTAINER="jozee@slitaz.org"
pascal@15588 8 LICENSE="GPL2"
jozee@6824 9 WEB_SITE="http://www.piksel.org/frei0r"
al@20456 10
jozee@6824 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@6863 12 WGET_URL="http://ftp.dyne.org/frei0r/releases/$TARBALL"
jozee@6824 13
pascal@15588 14 BUILD_DEPENDS="gavl-dev"
al@20456 15 SPLIT="frei0r-plugins-dev"
jozee@6824 16
jozee@6824 17 compile_rules() {
al@20569 18 ./configure $CONFIGURE_ARGS &&
al@20569 19 fix libtool &&
al@20569 20 make &&
al@20569 21 make install
jozee@6824 22 }
jozee@6824 23
al@20456 24 genpkg_rules() {
al@20456 25 case $PACKAGE in
al@20456 26 frei0r-plugins)
al@20456 27 copy @std
al@20456 28 DEPENDS="gcc-lib-base gavl"
al@20456 29 TAGS="multimedia"
al@20456 30 ;;
al@20456 31 *-dev)
al@20456 32 copy @dev
al@20456 33 ;;
al@20456 34 esac
jozee@6824 35 }