libgxps: revbump due to libarchive SONAME bump.

This commit is contained in:
Juan RP 2012-01-04 16:45:28 +01:00
parent 737c3ceb97
commit ac022365b9
3 changed files with 16 additions and 1 deletions

View file

@ -5,7 +5,6 @@ libgthread-2.0.so.0
librt.so.1
libglib-2.0.so.0
libcairo.so.2
libarchive.so.2
libfreetype.so.6
libjpeg.so.8
libtiff.so.3
@ -14,3 +13,4 @@ libc.so.6
liblcms2.so.2
libpng14.so.14
libm.so.6
libarchive.so.12

View file

@ -0,0 +1,13 @@
libgxpstools must be linked to libm, otherwise there will be missing symbols.
--- tools/Makefile.in.orig 2012-01-04 16:42:56.658571930 +0100
+++ tools/Makefile.in 2012-01-04 16:43:21.591967795 +0100
@@ -500,7 +500,7 @@ clean-noinstLTLIBRARIES:
rm -f "$${dir}/so_locations"; \
done
libgxpstools.la: $(libgxpstools_la_OBJECTS) $(libgxpstools_la_DEPENDENCIES)
- $(AM_V_CCLD)$(libgxpstools_la_LINK) $(libgxpstools_la_OBJECTS) $(libgxpstools_la_LIBADD) $(LIBS)
+ $(AM_V_CCLD)$(libgxpstools_la_LINK) $(libgxpstools_la_OBJECTS) $(libgxpstools_la_LIBADD) -lm $(LIBS)
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"

View file

@ -5,6 +5,7 @@ homepage="http://live.gnome.org/libgxps"
distfiles="${GNOME_SITE}/$pkgname/0.2/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--disable-static"
revision=1
short_desc="GObject base library for XPS documents"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
@ -16,6 +17,7 @@ subpackages="${pkgname}-devel"
Add_dependency build pkg-config
Add_dependency build glib-devel
Add_dependency build jpeg-devel
Add_dependency build tiff-devel
Add_dependency build lcms2-devel
Add_dependency build libarchive-devel