libetpan: update to 1.7.2. (soname bump)
This commit is contained in:
parent
818fdef545
commit
f2b7aa61c1
|
@ -2020,7 +2020,7 @@ libtoxencryptsave.so.0 toxcore-git-20150604_1
|
||||||
libtoxdns.so.0 toxcore-git-20150604_1
|
libtoxdns.so.0 toxcore-git-20150604_1
|
||||||
libtoxav.so.0 toxcore-git-20150604_1
|
libtoxav.so.0 toxcore-git-20150604_1
|
||||||
libgom-1.0.so.0 gom-0.3.0_1
|
libgom-1.0.so.0 gom-0.3.0_1
|
||||||
libetpan.so.17 libetpan-1.6_1
|
libetpan.so.20 libetpan-1.7.2_1
|
||||||
libxmp.so.4 libxmp-4.3.7_1
|
libxmp.so.4 libxmp-4.3.7_1
|
||||||
libOpenImageIO_Util.so.1.6 openimageio-1.6.12_1
|
libOpenImageIO_Util.so.1.6 openimageio-1.6.12_1
|
||||||
libOpenImageIO.so.1.6 openimageio-1.6.12_1
|
libOpenImageIO.so.1.6 openimageio-1.6.12_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libetpan'
|
# Template file for 'libetpan'
|
||||||
pkgname=libetpan
|
pkgname=libetpan
|
||||||
version=1.7
|
version=1.7.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --with-curl --with-expat --with-openssl
|
configure_args="--enable-ipv6 --with-curl --with-expat --with-openssl
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://www.etpan.org/libetpan.html"
|
homepage="http://www.etpan.org/libetpan.html"
|
||||||
distfiles="https://github.com/dinhviethoa/libetpan/archive/${version}.tar.gz"
|
distfiles="https://github.com/dinhviethoa/libetpan/archive/${version}.tar.gz"
|
||||||
checksum=47d0c049d8adcdcfd0698e9f1fcb85416b0b2f476eed1f52aae72c2883cf05b0
|
checksum=32797282a420f3174f4a679548e20fa2bb4acb404b827d62c2f44d3de4eb3120
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
Loading…
Reference in New Issue