Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -3065,19 +3065,19 @@ libsigrok.so.4 libsigrok-0.5.0_1
libsigrokcxx.so.4 libsigrok-0.5.0_1
libsigrokdecode.so.4 libsigrokdecode-0.5.0_2
libglyr.so.1 glyr-1.0.8_1
libPocoJSON.so.94 poco-1.12.4_1
libPocoMongoDB.so.94 poco-1.12.4_1
libPocoZip.so.94 poco-1.12.4_1
libPocoData.so.94 poco-1.12.4_1
libPocoNet.so.94 poco-1.12.4_1
libPocoDataSQLite.so.94 poco-1.12.4_1
libPocoFoundation.so.94 poco-1.12.4_1
libPocoXML.so.94 poco-1.12.4_1
libPocoUtil.so.94 poco-1.12.4_1
libPocoRedis.so.94 poco-1.12.4_1
libPocoEncodings.so.94 poco-1.12.4_1
libPocoNetSSL.so.94 poco-1.12.4_1
libPocoCrypto.so.94 poco-1.12.4_1
libPocoJSON.so.123 poco-1.15.3_1
libPocoMongoDB.so.123 poco-1.15.3_1
libPocoZip.so.123 poco-1.15.3_1
libPocoData.so.123 poco-1.15.3_1
libPocoNet.so.123 poco-1.15.3_1
libPocoDataSQLite.so.123 poco-1.15.3_1
libPocoFoundation.so.123 poco-1.15.3_1
libPocoXML.so.123 poco-1.15.3_1
libPocoUtil.so.123 poco-1.15.3_1
libPocoRedis.so.123 poco-1.15.3_1
libPocoEncodings.so.123 poco-1.15.3_1
libPocoNetSSL.so.123 poco-1.15.3_1
libPocoCrypto.so.123 poco-1.15.3_1
libPtex.so ptex-2.3.2_1
libopenblas.so.0 openblas-0.2.19_1
librtaudio.so.6 rtaudio-5.1.0_1
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/mumble/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'mumble'
pkgname=mumble
version=1.5.857
revision=2
revision=3
build_style=cmake
make_cmd=make
configure_args="-Doverlay-xcompile=OFF -DCMAKE_CXX_STANDARD=17
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/poco/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Template file for 'poco'
pkgname=poco
version=1.12.4
revision=2
version=1.15.3
revision=1
build_style=cmake
configure_args="-DPOCO_UNBUNDLED=ON"
makedepends="openssl-devel zlib-devel pcre2-devel expat-devel sqlite-devel"
makedepends="openssl-devel zlib-devel pcre2-devel expat-devel sqlite-devel libutf8proc-devel"
short_desc="C++ class libraries for building network-based applications"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSL-1.0"
homepage="https://pocoproject.org"
distfiles="https://pocoproject.org/releases/${pkgname}-${version}/${pkgname}-${version}-all.tar.gz"
checksum=4c3584daa5b0e973f268654dbeb1171ec7621e358b2b64363cd1abd558a68777
checksum=9f32de4558b01e2910d50c4e2c2ac7026a0496f1553df3a24b80fa5475df8984
conflicts="archiver"

post_install() {
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/remwharead/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'remwharead'
pkgname=remwharead
version=0.10.0
revision=11
revision=12
build_style=cmake
hostmakedepends="poco-devel asciidoc pkg-config"
makedepends="poco-devel boost-devel-minimal libboost_locale"
Expand Down