cups-filters: rebuild against libpng-1.5.
This commit is contained in:
parent
5ccc52723b
commit
76711f9d69
|
@ -1,5 +1,4 @@
|
||||||
libtiff.so.5
|
libtiff.so.5
|
||||||
libpng14.so.14
|
|
||||||
libjpeg.so.8
|
libjpeg.so.8
|
||||||
libz.so.1
|
libz.so.1
|
||||||
libm.so.6
|
libm.so.6
|
||||||
|
@ -14,3 +13,4 @@ libijs-0.35.so
|
||||||
libfontconfig.so.1
|
libfontconfig.so.1
|
||||||
libdl.so.2
|
libdl.so.2
|
||||||
libpoppler.so.25
|
libpoppler.so.25
|
||||||
|
libpng15.so.15
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'cups-filters'
|
# Template file for 'cups-filters'
|
||||||
pkgname=cups-filters
|
pkgname=cups-filters
|
||||||
version=1.0.18
|
version=1.0.18
|
||||||
revision=1
|
revision=2
|
||||||
homepage="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
|
|
||||||
distfiles="http://www.openprinting.org/download/$pkgname/$pkgname-$version.tar.gz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_install_target="BUILDROOT=${XBPS_DESTDIR}/${pkgname}-${version} install"
|
make_install_target="BUILDROOT=${XBPS_DESTDIR}/${pkgname}-${version} install"
|
||||||
makedepends="pkg-config cups-devel lcms2-devel libpng-devel tiff-devel poppler-devel fontconfig-devel ghostscript-devel"
|
makedepends="pkg-config lcms2-devel libpng-devel>=1.5.10 tiff-devel poppler-devel fontconfig-devel ghostscript-devel cups-devel"
|
||||||
fulldepends="ghostscript poppler-utils"
|
fulldepends="ghostscript poppler-utils"
|
||||||
short_desc="OpenPrinting CUPS Filters"
|
short_desc="OpenPrinting CUPS Filters"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2, LGPL-2.1, MIT"
|
license="GPL-2, LGPL-2.1, MIT"
|
||||||
|
homepage="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
|
||||||
|
distfiles="http://www.openprinting.org/download/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=6926980653e7cb5f94b91921517678cca7f0e6781364823a05f7b4b0ec919106
|
checksum=6926980653e7cb5f94b91921517678cca7f0e6781364823a05f7b4b0ec919106
|
||||||
long_desc="
|
long_desc="
|
||||||
This distribution contains backends, filters, and other software that was
|
This distribution contains backends, filters, and other software that was
|
||||||
|
@ -19,8 +19,6 @@ long_desc="
|
||||||
independently of Apple, especially filters for the PDF-centric printing
|
independently of Apple, especially filters for the PDF-centric printing
|
||||||
workflow introduced by OpenPrinting."
|
workflow introduced by OpenPrinting."
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# remove development stuff.
|
# remove development stuff.
|
||||||
rm -rf ${DESTDIR}/usr/include
|
rm -rf ${DESTDIR}/usr/include
|
||||||
|
|
Loading…
Reference in New Issue