wok diff podofo/receipt @ rev 16648
Up gobject-introspection (1.34.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 13 06:26:50 2014 +0000 (2014-05-13) |
parents | 380ffe05937a |
children | 63cbc306c335 |
line diff
1.1 --- a/podofo/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/podofo/receipt Tue May 13 06:26:50 2014 +0000 1.3 @@ -9,13 +9,13 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://podofo.sourceforge.net/" 1.6 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.7 -DEPENDS="fontconfig freetype zlib jpeg tiff gcc-lib-base" 1.8 -BUILD_DEPENDS="cmake fontconfig-dev freetype-dev zlib-dev jpeg-dev tiff-dev" 1.9 +DEPENDS="fontconfig freetype zlib jpeg tiff gcc-lib-base libpng" 1.10 +BUILD_DEPENDS="cmake fontconfig-dev freetype-dev zlib-dev jpeg-dev tiff-dev \ 1.11 +libpng-dev" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE \ 1.18 -DPODOFO_BUILD_STATIC:BOOL=TRUE \ 1.19 -DPODOFO_BUILD_SHARED:BOOL=TRUE . &&