libgexiv2: update to 0.4.1; bump abi_depends.
This commit is contained in:
parent
54f1312757
commit
a3160f2eb0
5 changed files with 7 additions and 11 deletions
|
@ -824,7 +824,7 @@ libdiscid.so.0 libdiscid libdiscid-devel
|
||||||
libmusicbrainz3.so.6 libmusicbrainz libmusicbrainz-devel
|
libmusicbrainz3.so.6 libmusicbrainz libmusicbrainz-devel
|
||||||
librhythmbox-core.so.5 librhythmbox rhythmbox-devel
|
librhythmbox-core.so.5 librhythmbox rhythmbox-devel
|
||||||
libdmapsharing-3.0.so.2 libdmapsharing libdmapsharing-devel
|
libdmapsharing-3.0.so.2 libdmapsharing libdmapsharing-devel
|
||||||
libgexiv2.so.0 libgexiv2 libgexiv2-devel
|
libgexiv2.so.1 libgexiv2 libgexiv2-devel
|
||||||
libraw.so.5 libraw libraw-devel
|
libraw.so.5 libraw libraw-devel
|
||||||
libraw_r.so.5 libraw libraw-devel
|
libraw_r.so.5 libraw libraw-devel
|
||||||
libdjvulibre.so.21 libdjvulibre djvulibre-devel
|
libdjvulibre.so.21 libdjvulibre djvulibre-devel
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
abi_depends=">=0.3.1"
|
abi_depends=">=0.4.1"
|
||||||
api_depends="${abi_depends}"
|
api_depends="${abi_depends}"
|
||||||
|
|
|
@ -7,7 +7,7 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
Add_dependency run glib-devel
|
Add_dependency run glib-devel
|
||||||
Add_dependency run exiv2-devel
|
Add_dependency run exiv2-devel
|
||||||
Add_dependency run libgexiv2
|
Add_dependency run libgexiv2 ">=${version}"
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libgthread-2.0.so.0
|
|
||||||
librt.so.1
|
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libexiv2.so.11
|
libexiv2.so.11
|
||||||
libgcc_s.so.1
|
libgcc_s.so.1
|
||||||
libpthread.so.0
|
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
|
|
@ -1,22 +1,21 @@
|
||||||
# Template file for 'libgexiv2'
|
# Template file for 'libgexiv2'
|
||||||
pkgname=libgexiv2
|
pkgname=libgexiv2
|
||||||
version=0.3.1
|
version=0.4.1
|
||||||
homepage="http://www.exiv2.org"
|
homepage="http://www.exiv2.org"
|
||||||
distfiles="http://yorba.org/download/gexiv2/0.3/${pkgname}-${version}.tar.bz2"
|
distfiles="http://yorba.org/download/gexiv2/0.4/${pkgname}-${version}.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
revision=1
|
|
||||||
short_desc="GObject-based wrapper around the Exiv2 library"
|
short_desc="GObject-based wrapper around the Exiv2 library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=27cc4247cb5d6513c235a2a0fe4e3a5a35fc7010d37cb9fe117001c941b139ae
|
checksum=c51e8bae7e53866b474b51e4eef19b98385fbeaf2edac2aefd7d24ed3f7d9d6e
|
||||||
long_desc="
|
long_desc="
|
||||||
gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the
|
gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the
|
||||||
basic features of Exiv2 available to GNOME applications."
|
basic features of Exiv2 available to GNOME applications."
|
||||||
|
|
||||||
subpackages="${pkgname}-devel"
|
subpackages="${pkgname}-devel"
|
||||||
|
|
||||||
|
Add_dependency build libtool
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build glib-devel
|
Add_dependency build glib-devel
|
||||||
Add_dependency build exiv2-devel
|
Add_dependency build exiv2-devel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue