mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 12:08:53 +02:00
Merge pull request #548 from fbrosson/libtorrent-rasterbar
libtorrent-rasterbar: bump to version 1.0.9.
This commit is contained in:
@@ -11,21 +11,20 @@ The main goals of libtorrent are:
|
|||||||
* to be memory efficient
|
* to be memory efficient
|
||||||
* to be very easy to use"
|
* to be very easy to use"
|
||||||
HOMEPAGE="http://www.libtorrent.org/"
|
HOMEPAGE="http://www.libtorrent.org/"
|
||||||
COPYRIGHT="2003-2015 Arvid Norberg"
|
COPYRIGHT="2003-2016 Arvid Norberg"
|
||||||
LICENSE="BSD (2-clause)"
|
LICENSE="BSD (2-clause)"
|
||||||
TORRENT_VERSION=`echo $portVersion | sed 's/\./_/g'`
|
|
||||||
SOURCE_URI="https://github.com/arvidn/libtorrent/releases/download/libtorrent-$TORRENT_VERSION/libtorrent-rasterbar-$portVersion.tar.gz"
|
|
||||||
SOURCE_DIR="libtorrent-rasterbar-$portVersion"
|
|
||||||
CHECKSUM_SHA256="477ee10cd4a91b0a13e2ee419096555d0c75584ef1b84abc44b3b643f9a08d3e"
|
|
||||||
PATCHES="libtorrent_rasterbar-$portVersion.patchset"
|
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
|
SOURCE_URI="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${portVersion//./_}/libtorrent-rasterbar-$portVersion.tar.gz"
|
||||||
|
CHECKSUM_SHA256="11a93125ed49f796fca83da925ab7dc29e91d88b915f078caaddaaf559d63db6"
|
||||||
|
SOURCE_DIR="libtorrent-rasterbar-$portVersion"
|
||||||
|
PATCHES="libtorrent_rasterbar-$portVersion.patchset"
|
||||||
|
|
||||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||||
SECONDARY_ARCHITECTURES="x86 !x86_gcc2"
|
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
libtorrent_rasterbar${secondaryArchSuffix} = $portVersion
|
libtorrent_rasterbar${secondaryArchSuffix} = $portVersion
|
||||||
lib:libtorrent_rasterbar$secondaryArchSuffix = 8.0.8 compat >= 8
|
lib:libtorrent_rasterbar$secondaryArchSuffix = 8 compat >= 8
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
@@ -38,7 +37,7 @@ REQUIRES="
|
|||||||
|
|
||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
libtorrent_rasterbar${secondaryArchSuffix}_devel = $portVersion
|
libtorrent_rasterbar${secondaryArchSuffix}_devel = $portVersion
|
||||||
devel:libtorrent_rasterbar$secondaryArchSuffix = 8.0.8 compat >= 8
|
devel:libtorrent_rasterbar$secondaryArchSuffix = 8 compat >= 8
|
||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
libtorrent_rasterbar$secondaryArchSuffix == $portVersion base
|
libtorrent_rasterbar$secondaryArchSuffix == $portVersion base
|
||||||
@@ -8,7 +8,7 @@ diff --git a/include/libtorrent/config.hpp b/include/libtorrent/config.hpp
|
|||||||
index 1f17426..c8f36f3 100644
|
index 1f17426..c8f36f3 100644
|
||||||
--- a/include/libtorrent/config.hpp
|
--- a/include/libtorrent/config.hpp
|
||||||
+++ b/include/libtorrent/config.hpp
|
+++ b/include/libtorrent/config.hpp
|
||||||
@@ -245,14 +245,15 @@ POSSIBILITY OF SUCH DAMAGE.
|
@@ -250,14 +250,15 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||||
#define TORRENT_USE_IFCONF 1
|
#define TORRENT_USE_IFCONF 1
|
||||||
#define TORRENT_HAS_SALEN 0
|
#define TORRENT_HAS_SALEN 0
|
||||||
|
|
||||||
Reference in New Issue
Block a user