graphviz: rebuild against libpng-1.5.

This commit is contained in:
Juan RP 2012-06-06 10:42:38 +02:00
parent 9dae979cdc
commit d71e59e111
2 changed files with 9 additions and 13 deletions

View file

@ -8,15 +8,10 @@ libpangocairo-1.0.so.0
libpango-1.0.so.0 libpango-1.0.so.0
libcairo.so.2 libcairo.so.2
libgobject-2.0.so.0 libgobject-2.0.so.0
libgmodule-2.0.so.0
libgthread-2.0.so.0
librt.so.1
libglib-2.0.so.0 libglib-2.0.so.0
libfontconfig.so.1 libfontconfig.so.1
libfreetype.so.6 libfreetype.so.6
libjpeg.so.8 libjpeg.so.8
libpng14.so.14
libpthread.so.0
libgdk_pixbuf-2.0.so.0 libgdk_pixbuf-2.0.so.0
libgtk-x11-2.0.so.0 libgtk-x11-2.0.so.0
libgdk-x11-2.0.so.0 libgdk-x11-2.0.so.0
@ -35,3 +30,4 @@ libstdc++.so.6
libgcc_s.so.1 libgcc_s.so.1
libgd.so.2 libgd.so.2
libXpm.so.4 libXpm.so.4
libpng15.so.15

View file

@ -1,10 +1,9 @@
# Template file for 'graphviz' # Template file for 'graphviz'
pkgname=graphviz pkgname=graphviz
version=2.28.0 version=2.28.0
distfiles="http://www.graphviz.org/pub/graphviz/stable/SOURCES/$pkgname-$version.tar.gz" revision=4
build_style=gnu-configure build_style=gnu-configure
revision=3 makedepends="flex pkg-config libpng-devel>=1.5.10 gd-devel expat-devel jpeg-devel fontconfig-devel gtk+-devel librsvg-devel libXaw-devel libXt-devel libXmu-devel libXpm-devel libltdl-devel libXrender-devel qt-devel"
makedepends="flex pkg-config libpng-devel gd-devel expat-devel zlib-devel gd-devel gtk+-devel glib-devel pango-devel cairo-devel libX11-devel libXpm-devel jpeg-devel fontconfig-devel freetype-devel librsvg-devel atk-devel libXaw-devel libSM-devel libICE-devel libXt-devel libXmu-devel libXpm-devel libXext-devel libltdl-devel libXrender-devel qt-devel"
short_desc="Graph Visualization Software" short_desc="Graph Visualization Software"
configure_args="--disable-rpath --enable-ltdl --disable-ltdl-install configure_args="--disable-rpath --enable-ltdl --disable-ltdl-install
--disable-swig --disable-sharp --disable-guile --disable-io --disable-java --disable-swig --disable-sharp --disable-guile --disable-io --disable-java
@ -12,6 +11,9 @@ configure_args="--disable-rpath --enable-ltdl --disable-ltdl-install
--disable-r --disable-ruby --disable-tcl --without-included-ltdl --disable-r --disable-ruby --disable-tcl --without-included-ltdl
--without-devil --without-glut --without-ghoscript --with-libgd" --without-devil --without-glut --without-ghoscript --with-libgd"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.graphviz.org"
license="EPL"
distfiles="http://www.graphviz.org/pub/graphviz/stable/SOURCES/$pkgname-$version.tar.gz"
checksum=d3aa7973c578cae4cc26d9d6498c57ed06680cab9a4e940d0357a3c6527afc76 checksum=d3aa7973c578cae4cc26d9d6498c57ed06680cab9a4e940d0357a3c6527afc76
long_desc=" long_desc="
Graph visualization is a way of representing structural information as Graph visualization is a way of representing structural information as
@ -19,11 +21,9 @@ long_desc="
many important applications in software engineering, database and web many important applications in software engineering, database and web
design, networking, and in visual interfaces for many other domains." design, networking, and in visual interfaces for many other domains."
post_install() {
post_install()
{
# Remove unused stuff (for now). # Remove unused stuff (for now).
rm -rf ${DESTDIR}/usr/include ${DESTDIR}/usr/lib/pkgconfig rm -rf ${DESTDIR}/usr/include ${DESTDIR}/usr/lib/pkgconfig
install -D -m644 ${FILESDIR}/LICENSE \ # intall license.
${DESTDIR}/usr/share/licenses/graphviz/LICENSE vinstall ${FILESDIR}/LICENSE 644 usr/share/licenses/$pkgname
} }