exiv2: update to 0.21.
This commit is contained in:
parent
283ed39d37
commit
22736c6716
3 changed files with 5 additions and 6 deletions
|
@ -16,5 +16,4 @@ do_install()
|
|||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
# Template file for 'exiv2'
|
||||
pkgname=exiv2
|
||||
version=0.18.2
|
||||
distfiles="http://www.exiv2.org/$pkgname-$version.tar.gz"
|
||||
version=0.21
|
||||
distfiles="http://www.exiv2.org/exiv2-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="Image metadata manipulation"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=a4b8e720378abdedc02f8e6f96f4052cc4ee822317c6200aa89833f7d460682a
|
||||
checksum=d827d7a4e617b042203ebd04b5bc259690ec699aa2c71b78d5682718d68737e5
|
||||
long_desc="
|
||||
Exiv2 comprises a C++ library and a command line utility to access
|
||||
image metadata (EXIF, IPTC, MakerNotes)."
|
||||
|
||||
subpackages="exiv2-devel"
|
||||
|
||||
Add_dependency run libgcc
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libstdc++
|
||||
Add_dependency run zlib
|
||||
Add_dependency run expat
|
||||
|
||||
Add_dependency build zlib-devel
|
||||
Add_dependency build expat-devel
|
||||
Add_dependency build libstdc++-devel
|
||||
|
|
|
@ -488,7 +488,7 @@ libgimpconfig-2.0.so gimp gimp-devel
|
|||
libgimpmath-2.0.so gimp gimp-devel
|
||||
libgimpcolor-2.0.so gimp gimp-devel
|
||||
libgimpmodule-2.0.so gimp gimp-devel
|
||||
libexiv2.so exiv2 exiv2-devel
|
||||
libexiv2.so.10 exiv2 exiv2-devel
|
||||
libsearchclient.so strigi strigi-devel
|
||||
libstreamanalyzer.so strigi strigi-devel
|
||||
libstrigihtmlgui.so strigi strigi-devel
|
||||
|
|
Loading…
Reference in a new issue