exiv2: update to 0.25 (soname bump)
This commit is contained in:
parent
d62ed50a56
commit
1766c48afc
2 changed files with 7 additions and 7 deletions
|
@ -516,7 +516,7 @@ libgimpconfig-2.0.so.0 libgimp-2.8.10_3
|
|||
libgimpmath-2.0.so.0 libgimp-2.8.10_3
|
||||
libgimpcolor-2.0.so.0 libgimp-2.8.10_3
|
||||
libgimpmodule-2.0.so.0 libgimp-2.8.10_3
|
||||
libexiv2.so.13 exiv2-0.24_1
|
||||
libexiv2.so.14 exiv2-0.25_1
|
||||
libsearchclient.so.0 strigi-0.7.2_1
|
||||
libstreamanalyzer.so.0 strigi-0.7.2_1
|
||||
libstrigihtmlgui.so.0 strigi-0.7.2_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'exiv2'
|
||||
pkgname=exiv2
|
||||
version=0.24
|
||||
revision=2
|
||||
version=0.25
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="zlib-devel expat-devel"
|
||||
short_desc="Image metadata manipulation"
|
||||
|
@ -9,15 +9,15 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-2"
|
||||
homepage="http://www.exiv2.org"
|
||||
distfiles="${homepage}/exiv2-$version.tar.gz"
|
||||
checksum=f4a443e6c7fb9d9f5e787732f76969a64c72c4c04af69b10ed57f949c2dfef8e
|
||||
checksum=c80bfc778a15fdb06f71265db2c3d49d8493c382e516cb99b8c9f9cbde36efa4
|
||||
|
||||
exiv2-devel_package() {
|
||||
depends="zlib-devel expat-devel exiv2>=${version}_${revision}"
|
||||
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue