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
20 changes: 10 additions & 10 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -1654,21 +1654,21 @@ libpython3.so python3-3.14.0_1
libpython3.14.so.1.0 python3-3.14.0_1
libbrscandec2.so.1 brother-brscan3-0.2.11_2
libxmlrpc_server_abyss.so.3 xmlrpc-c-1.51.06_2
libxmlrpc++.so.8 xmlrpc-c-1.51.06_2
libxmlrpc++.so.9 xmlrpc-c-1.60.05_1
libxmlrpc_server.so.3 xmlrpc-c-1.51.06_2
libxmlrpc_packetsocket.so.8 xmlrpc-c-1.51.06_2
libxmlrpc_packetsocket.so.9 xmlrpc-c-1.60.05_1
libxmlrpc.so.3 xmlrpc-c-1.51.06_2
libxmlrpc_util.so.4 xmlrpc-c-1.51.06_2
libxmlrpc_abyss.so.3 xmlrpc-c-1.51.06_2
libxmlrpc_server_abyss++.so.8 xmlrpc-c-1.51.06_2
libxmlrpc_cpp.so.8 xmlrpc-c-1.51.06_2
libxmlrpc_client++.so.8 xmlrpc-c-1.51.06_2
libxmlrpc_server++.so.8 xmlrpc-c-1.51.06_2
libxmlrpc_server_cgi++.so.8 xmlrpc-c-1.51.06_2
libxmlrpc_server_pstream++.so.8 xmlrpc-c-1.51.06_2
libxmlrpc_server_abyss++.so.9 xmlrpc-c-1.60.05_1
libxmlrpc_cpp.so.9 xmlrpc-c-1.60.05_1
libxmlrpc_client++.so.9 xmlrpc-c-1.60.05_1
libxmlrpc_server++.so.9 xmlrpc-c-1.60.05_1
libxmlrpc_server_cgi++.so.9 xmlrpc-c-1.60.05_1
libxmlrpc_server_pstream++.so.9 xmlrpc-c-1.60.05_1
libxmlrpc_client.so.3 xmlrpc-c-1.51.06_2
libxmlrpc_util++.so.8 xmlrpc-c-1.51.06_2
libxmlrpc_abyss++.so.8 xmlrpc-c-1.51.06_2
libxmlrpc_util++.so.9 xmlrpc-c-1.60.05_1
libxmlrpc_abyss++.so.9 xmlrpc-c-1.60.05_1
libtelepathy-farstream.so.3 telepathy-farstream-0.6.0_6
libnetpbm.so.11 libnetpbm-10.66.03_2
libid3.so id3lib-3.8.3_7
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/igt-gpu-tools/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'igt-gpu-tools'
pkgname=igt-gpu-tools
version=2.1
revision=1
revision=2
build_style=meson
configure_args="-Db_ndebug=false -Ddocs=disabled"
hostmakedepends="pkg-config flex peg python3-docutils"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/rtorrent/template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pkgname=rtorrent
reverts="0.16.0_1 0.16.9_1"
version=0.9.8
revision=5
revision=6
build_style=gnu-configure
configure_args="--with-xmlrpc-c"
hostmakedepends="automake libtool pkg-config"
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/xmlrpc-c/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'xmlrpc-c'
pkgname=xmlrpc-c
version=1.51.07
revision=2
version=1.60.05
revision=1
build_style=gnu-configure
configure_args="--enable-libxml2-backend --enable-cplusplus --disable-cgi-server
--disable-libwww-client --disable-wininet-client"
Expand All @@ -12,8 +12,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="http://xmlrpc-c.sourceforge.net/"
changelog="http://xmlrpc-c.sourceforge.net/change_super_stable.html"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tgz"
checksum=84d20ae33f927582f821d61c0b9194aefbf1d7924590a13fa9da5ae1698aded9
distfiles="${SOURCEFORGE_SITE}/xmlrpc-c/xmlrpc-c-${version}.tgz"
checksum=67d860062459ea2784c07b4d7913319d9539fa729f534378e8e41c8918f2adf6

pre_configure() {
export AR RANLIB
Expand Down