wv: rebuild against libpng-1.5.
This commit is contained in:
parent
c0e65a920f
commit
a5e7ea7648
4 changed files with 8 additions and 14 deletions
|
@ -2,7 +2,7 @@ libgsf-1.so.114
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libxml2.so.2
|
libxml2.so.2
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libpng14.so.14
|
|
||||||
libz.so.1
|
libz.so.1
|
||||||
libm.so.6
|
libm.so.6
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
libpng15.so.15
|
||||||
|
|
|
@ -5,7 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the runtime."
|
This package contains the runtime."
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
|
||||||
vmove "usr/lib/*.so*" usr/lib
|
vmove "usr/lib/*.so*" usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,20 +1,18 @@
|
||||||
# Template file for 'wv'
|
# Template file for 'wv'
|
||||||
pkgname=wv
|
pkgname=wv
|
||||||
version=1.2.4
|
version=1.2.4
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}ware/${pkgname}-$version.tar.gz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=3
|
revision=4
|
||||||
makedepends="libgsf-devel glib-devel libxml2-devel libpng-devel zlib-devel pkg-config"
|
makedepends="pkg-config glib-devel libxml2-devel libpng-devel>=1.5.10 libgsf-devel"
|
||||||
|
subpackages="libwv wv-devel"
|
||||||
short_desc="wv is a library which allows access to Microsoft Word files."
|
short_desc="wv is a library which allows access to Microsoft Word files."
|
||||||
homepage="http://wvware.sourceforge.net/"
|
homepage="http://wvware.sourceforge.net/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}ware/${pkgname}-$version.tar.gz"
|
||||||
checksum=673109910e22d4cf94cc8be4dcb9a0c41b5fbdb1736d4b7bdc7778894d57c2d6
|
checksum=673109910e22d4cf94cc8be4dcb9a0c41b5fbdb1736d4b7bdc7778894d57c2d6
|
||||||
long_desc="
|
long_desc="
|
||||||
wv is a library which allows access to Microsoft Word files. It can load and
|
wv is a library which allows access to Microsoft Word files. It can load and
|
||||||
parse Word 2000, 97, 95 and 6 file formats. (These are the file formats
|
parse Word 2000, 97, 95 and 6 file formats. (These are the file formats
|
||||||
known internally as Word 9, 8, 7 and 6.) There is some support for reading
|
known internally as Word 9, 8, 7 and 6.) There is some support for reading
|
||||||
earlier formats as well: Word 2 docs are converted to plaintext."
|
earlier formats as well: Word 2 docs are converted to plaintext."
|
||||||
|
|
||||||
subpackages="lib$pkgname $pkgname-devel"
|
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,13 @@
|
||||||
# Template file for 'wv-devel'.
|
# Template file for 'wv-devel'.
|
||||||
#
|
#
|
||||||
depends="glibc-devel libwv"
|
depends="glibc-devel libwv>=$version"
|
||||||
short_desc="${short_desc} - Development files"
|
short_desc="${short_desc} - Development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove "usr/lib/*.a" usr/lib
|
vmove "usr/lib/*.a" usr/lib
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue