libtorrent-rasterbar: update to 1.2.18.
This commit is contained in:
parent
c56bedd531
commit
9ad208c95d
|
@ -2109,7 +2109,7 @@ libldns.so.3 libldns-1.7.1_4
|
|||
libopenjpeg.so.5 libopenjpeg-1.5.2_1
|
||||
liboping.so.0 liboping-1.8.0_1
|
||||
libloudmouth-1.so.0 loudmouth-1.5.3_12
|
||||
libtorrent-rasterbar.so.10 libtorrent-rasterbar-1.2.17_2
|
||||
libtorrent-rasterbar.so.10 libtorrent-rasterbar-1.2.18_1
|
||||
libcapstone.so.4 capstone-4.0_1
|
||||
libhavege.so.2 libhaveged-1.9.11_1
|
||||
libnih.so.1 libnih-1.0.3_1
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'libtorrent-rasterbar'
|
||||
# Breaks ABI/API without changing soname, revbump all dependants
|
||||
pkgname=libtorrent-rasterbar
|
||||
version=1.2.17
|
||||
revision=4
|
||||
version=1.2.18
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="DCMAKE_CXX_STANDARD=14 -Dbuild_examples=ON -Dbuild_tools=ON
|
||||
-Dpython-bindings=ON"
|
||||
-Dpython-bindings=ON -Dbuild_tests=ON"
|
||||
hostmakedepends="pkg-config intltool libtool python3-devel"
|
||||
makedepends="openssl-devel boost-devel geoip-devel python3-devel"
|
||||
short_desc="C++ bittorrent library by Rasterbar Software"
|
||||
|
@ -13,13 +13,11 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://libtorrent.org/"
|
||||
distfiles="https://github.com/arvidn/libtorrent/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=5d536dbed9fe3a15d51ea1e93b94b62d806fc89b86504bba05f4c53d5245d14b
|
||||
checksum=fef2b6817de4e6d960e019c27f21daf27bc2468a81d9e028a19d45d61456fa72
|
||||
|
||||
CXXFLAGS="-std=c++14"
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args+=" -Dbuild_tests=ON"
|
||||
fi
|
||||
# TODO: The test_resume failed in CI for i686 but passed with xbps-uunshare
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
site='https://github.com/arvidn/libtorrent/releases'
|
||||
pattern='libtorrent-rasterbar-\K[\d\.]+(?=\.tar\.gz")'
|
||||
# https://github.com/arvidn/libtorrent/issues/6667
|
||||
ignore="2.*"
|
||||
|
|
Loading…
Reference in New Issue