wok-next diff dvdauthor/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line diff
     1.1 --- a/dvdauthor/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/dvdauthor/receipt	Wed May 13 07:41:00 2020 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="libpng16-dev freetype-dev libdvdread-dev libxml2-dev   \
     1.8 +BUILD_DEPENDS="libpng-dev freetype-dev libdvdread-dev libxml2-dev   \
     1.9  fontconfig-dev fribidi-dev"
    1.10  
    1.11  compile_rules() {
    1.12 @@ -25,5 +25,5 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="fontconfig freetype fribidi libdvdread libpng16 libxml2"
    1.17 +	DEPENDS="fontconfig freetype fribidi libdvdread libpng libxml2"
    1.18  }