gnu: podofo: Update to 0.9.6.
* gnu/packages/pdf.scm (podofo): Update to 0.9.6. [native-inputs]: Add cppunit, pkg-config. [inputs]: Replace libjpeg@8 with libjpeg. Order alphabetically.
This commit is contained in:
parent
74f99ee42a
commit
22f003880c
|
@ -585,23 +585,26 @@ interaction.")
|
||||||
(define-public podofo
|
(define-public podofo
|
||||||
(package
|
(package
|
||||||
(name "podofo")
|
(name "podofo")
|
||||||
(version "0.9.5")
|
(version "0.9.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/podofo/podofo/" version
|
(uri (string-append "mirror://sourceforge/podofo/podofo/" version
|
||||||
"/podofo-" version ".tar.gz"))
|
"/podofo-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"012kgfx5j5n6w4zkc1d290d2cwjk60jhzsjlr2x19g3yi75q2jc5"))))
|
"0wj0y4zcmj4q79wrn3vv3xq4bb0vhhxs8yifafwy9f2sjm83c5p9"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs ; TODO: Add cppunit for tests
|
(native-inputs
|
||||||
`(("lua" ,lua-5.1)
|
`(("cppunit" ,cppunit)
|
||||||
("libpng" ,libpng)
|
("pkg-config" ,pkg-config)))
|
||||||
("openssl" ,openssl)
|
(inputs
|
||||||
("fontconfig" ,fontconfig)
|
`(("libjpeg" ,libjpeg)
|
||||||
("libtiff" ,libtiff)
|
("libtiff" ,libtiff)
|
||||||
("libjpeg" ,libjpeg-8)
|
("fontconfig" ,fontconfig)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
|
("libpng" ,libpng)
|
||||||
|
("lua" ,lua-5.1)
|
||||||
|
("openssl" ,openssl)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-DPODOFO_BUILD_SHARED=ON"
|
`(#:configure-flags '("-DPODOFO_BUILD_SHARED=ON"
|
||||||
|
|
Loading…
Reference in New Issue