wvstreams: rebuild against OpenSSL
This commit is contained in:
parent
1a37b34ae2
commit
c467e569c2
2 changed files with 6 additions and 6 deletions
|
@ -2104,10 +2104,10 @@ libopencv_stereo.so.4.3 libopencv4-4.3.0_1
|
|||
libopencv_rapid.so.4.3 libopencv4-4.3.0_1
|
||||
libopencv_intensity_transform.so.4.3 libopencv4-4.3.0_1
|
||||
libopencv_alphamat.so.4.3 libopencv4-4.3.0_1
|
||||
libuniconf.so.4.6 wvstreams-4.6.1_2
|
||||
libwvbase.so.4.6 wvstreams-4.6.1_1
|
||||
libwvutils.so.4.6 wvstreams-4.6.1_1
|
||||
libwvstreams.so.4.6 wvstreams-4.6.1_1
|
||||
libuniconf.so.4.6 wvstreams-4.6.1_20
|
||||
libwvbase.so.4.6 wvstreams-4.6.1_20
|
||||
libwvutils.so.4.6 wvstreams-4.6.1_20
|
||||
libwvstreams.so.4.6 wvstreams-4.6.1_20
|
||||
libespeak-ng.so.1 libespeak-ng-1.50_1
|
||||
libKF5Plotting.so.5 kplotting-5.26.0_1
|
||||
libpgf.so.6 libpgf-6.14.12_1
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'wvstreams'
|
||||
pkgname=wvstreams
|
||||
version=4.6.1
|
||||
revision=19
|
||||
revision=20
|
||||
build_style=gnu-configure
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="LGPL-2"
|
||||
short_desc="Library for doing network in C++"
|
||||
homepage="https://code.google.com/p/wvstreams"
|
||||
distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
||||
makedepends="libressl-devel zlib-devel"
|
||||
makedepends="openssl-devel zlib-devel"
|
||||
checksum=8403f5fbf83aa9ac0c6ce15d97fd85607488152aa84e007b7d0621b8ebc07633
|
||||
configure_args="--sbindir=/usr/bin --without-dbus --without-tcl --without-qt"
|
||||
conf_files="/etc/uniconf.conf"
|
||||
|
|
Loading…
Reference in a new issue