libtorrent-rasterbar: 1.2.10 -> 1.2.11

This commit is contained in:
Danny Rawlins 2020-12-29 22:41:14 +11:00
parent 529c1a5bdb
commit 2b0f24ae11
3 changed files with 15 additions and 13 deletions

View File

@ -260,7 +260,7 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
drwxr-xr-x root/root usr/lib/python3.9/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/
-rwxr-xr-x root/root usr/lib/python3.9/site-packages/libtorrent.cpython-39-x86_64-linux-gnu.so
-rw-r--r-- root/root usr/lib/python3.9/site-packages/python_libtorrent-1.2.10-py3.9.egg-info
-rw-r--r-- root/root usr/lib/python3.9/site-packages/python_libtorrent-1.2.11-py3.9.egg-info
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/cmake/
drwxr-xr-x root/root usr/share/cmake/Modules/

View File

@ -1,6 +1,7 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+UQITmTH0Np1EVzpKkgkvBQY4a52eKRYSVK/dFycVfIdy1tGifav9Y0Y3IzfC2fUrx9vrBx2aObiL2gUFiI6gs=
SHA256 (Pkgfile) = ff824ed63e299f34413afd7f67688a08d1893bc21a2c681ddbbf2c0c596fa04b
SHA256 (.footprint) = 4028ecef92caf39bb36ead13a5c5b7ebaf950d7488cc50b3676175990bdaf4ef
SHA256 (libtorrent-rasterbar-1.2.10.tar.gz) = d0dd30bdc3926587c4241f4068d8e39628a6c1f9f6cf53195f0e9bc90017befb
RWSagIOpLGJF3/Jggosy2tOPNCkAzuFp2yLsEujHE2vpISMT08pyx2kGKlbPZAveztvriACcYelePW6UMOZZeLOPIOQWSAOSxAM=
SHA256 (Pkgfile) = be051d04101db853f9f43cceb9497b8eae57e3f5fbdabc30226e8d146d52a921
SHA256 (.footprint) = ce1e7af9c9f34678d4788e18b151573e49c6775dc6f05d704dbe5cc95d91e84d
SHA256 (libtorrent-rasterbar-1.2.11.tar.gz) = cb6a9cc3c9a9e485174394baa82744cef8415d23a357f5721dcc9ee7622c4efb
SHA256 (libtorrent-rasterbar-cxx14-fix.patch) = e94a7545534d8f54ae27f1db0db9d551c803d6412f14d5be1f0f0544a0405dff
SHA256 (really-disable-debug-flags.patch) = 241bbc919a45a9de2e132d8fd68015d2dcef1238c645b5fedb6a662ea029df2c

View File

@ -4,10 +4,11 @@
# Depends on: boost
name=libtorrent-rasterbar
version=1.2.10
release=2
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$version/$name-$version.tar.gz
libtorrent-rasterbar-cxx14-fix.patch)
version=1.2.11
release=1
source=(https://github.com/arvidn/libtorrent/releases/download/v$version/$name-$version.tar.gz
libtorrent-rasterbar-cxx14-fix.patch
really-disable-debug-flags.patch)
build() {
cd $name-$version
@ -15,15 +16,15 @@ build() {
# https://github.com/arvidn/libtorrent/issues/5024
patch -p1 -i $SRC/libtorrent-rasterbar-cxx14-fix.patch
export PYTHON='/usr/bin/python3'
mkdir $SRC/bin
ln -s /usr/bin/python3 $SRC/bin/python
export PATH="$SRC/bin:$PATH"
patch -p1 -i $SRC/really-disable-debug-flags.patch
autoreconf -fi
PYTHON='/usr/bin/python3' \
./configure \
--prefix=/usr \
--enable-python-binding \
--with-libiconv \
--enable-python-binding \
--with-boost-python=boost_python3
make