Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (24530f968a45d1f2a80592c394c36c97563bca89)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (24530f968a45d1f2a80592c394c36c97563bca89)
  • Date: Sat, 24 Dec 2022 14:33:36 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ftp-libs/rb-libtorrent/CONFIGURE | 8 +++++++-
ftp-libs/rb-libtorrent/DEPENDS | 11 ++++-------
ftp-libs/rb-libtorrent/DETAILS | 8 ++++----
ftp-libs/rb-libtorrent/HISTORY | 9 ++++++---
ftp/qbittorrent/DEPENDS | 2 +-
ftp/qbittorrent/DETAILS | 4 ++--
ftp/qbittorrent/HISTORY | 4 ++++
7 files changed, 28 insertions(+), 18 deletions(-)

New commits:
commit 24530f968a45d1f2a80592c394c36c97563bca89
Author: Xenanthropy <connerclere AT gmail.com>
Commit: Pavel Vinogradov <public AT sourcemage.org>

qbittorrent: => 4.5.0

commit 28391680693ebac2bccd05d870b1c05c76837af8
Author: Xenanthropy <connerclere AT gmail.com>
Commit: Pavel Vinogradov <public AT sourcemage.org>

rb-libtorrent: => 2.0.8, convert to cmake

diff --git a/ftp-libs/rb-libtorrent/CONFIGURE
b/ftp-libs/rb-libtorrent/CONFIGURE
index 7234692..a81e780 100755
--- a/ftp-libs/rb-libtorrent/CONFIGURE
+++ b/ftp-libs/rb-libtorrent/CONFIGURE
@@ -1,2 +1,8 @@
+. ${GRIMOIRE}/CMAKE_CONFIGURE &&
+
+# Old flag -> new flag
+RB_LIBTORRENT_OPTS="${RB_LIBTORRENT_OPTS/--enable-python-binding/-Dpython-bindings=ON}"
&&
+RB_LIBTORRENT_OPTS="${RB_LIBTORRENT_OPTS/--disable-python-binding/-Dpython-bindings=OFF}"
&&
+
config_query_option RB_LIBTORRENT_OPTS "Build python bindings?" n \
- "--enable-python-binding" "--disable-python-binding"
+ "-Dpython-bindings=ON" "-Dpython-bindings=OFF"
diff --git a/ftp-libs/rb-libtorrent/DEPENDS b/ftp-libs/rb-libtorrent/DEPENDS
index 050c910..cb3483c 100755
--- a/ftp-libs/rb-libtorrent/DEPENDS
+++ b/ftp-libs/rb-libtorrent/DEPENDS
@@ -1,7 +1,8 @@
-depends -sub CXX gcc &&
+. ${GRIMOIRE}/CMAKE_DEPENDS &&
+depends -sub CXX gcc &&
BOOST_LIBS="THREAD FILESYSTEM DATE_TIME RANDOM REGEX PROGRAM_OPTIONS" &&

-if list_find "$RB_LIBTORRENT_OPTS" "--enable-python-binding"; then
+if list_find "$RB_LIBTORRENT_OPTS" "-Dpython-bindings=ON"; then
list_add BOOST_LIBS "PYTHON"
fi &&

@@ -10,8 +11,4 @@ depends -sub "${BOOST_LIBS}" boost &&
optional_depends SSL \
"" \
"" \
- "for SSL support" &&
-
-optional_depends geoip \
- "--with-libgeoip" "" \
- "enable linking against system libgeoip"
+ "for SSL support"
diff --git a/ftp-libs/rb-libtorrent/DETAILS b/ftp-libs/rb-libtorrent/DETAILS
index f56c24f..a4e4e8c 100755
--- a/ftp-libs/rb-libtorrent/DETAILS
+++ b/ftp-libs/rb-libtorrent/DETAILS
@@ -1,9 +1,9 @@
+. ${GRIMOIRE}/CMAKE_FUNCTIONS
SPELL=rb-libtorrent
- VERSION=1.1.0
- BRANCH=$(echo ${VERSION:0:3} | tr "." "_")
+ VERSION=2.0.8
SOURCE=libtorrent-rasterbar-$VERSION.tar.gz
-
SOURCE_URL[0]=https://github.com/arvidn/libtorrent/releases/download/libtorrent-${BRANCH}/$SOURCE
-
SOURCE_HASH=sha512:5770e3b243605aabe94951f0d3774a1a928b87690c0ba9f8a093ecf90852cf1c76d29a477ab0efc4a352802ca9b405d5c00a5dcdc8d03c6c1644aabe6ad020df
+
SOURCE_URL[0]=https://github.com/arvidn/libtorrent/releases/download/v${VERSION}/$SOURCE
+
SOURCE_HASH=sha512:697988feae149876745097bedfbfb4cceae00ffe1cd4ba2063dcb93a8eee9e99344f772b8364e3df1986a50105e386e56b75fe362707d58ba3272139d9beb98f
SOURCE_DIRECTORY="$BUILD_DIRECTORY/libtorrent-rasterbar-$VERSION"
WEB_SITE=http://www.libtorrent.org
LICENSE=BSD
diff --git a/ftp-libs/rb-libtorrent/HISTORY b/ftp-libs/rb-libtorrent/HISTORY
index 5761680..909baf6 100644
--- a/ftp-libs/rb-libtorrent/HISTORY
+++ b/ftp-libs/rb-libtorrent/HISTORY
@@ -1,3 +1,7 @@
+2022-12-24 Conner Clere <connerclere AT gmail.com>
+ * DETAILS, CONFIGURE, DEPENDS: version 2.0.8, convert
+ to cmake build system
+
2016-07-01 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.1.0, fixed SOURCE_URL[0] and branch computation
* DEPENDS: reorganized boost's subdependencies, added RANDOM there too
@@ -7,9 +11,8 @@
GitHub, new WEB_SITE

2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: openssl => SSL
-
- * SUB_DEPENDS, PRE_SUB_DEPENDS: openssl => SSL
+ * DEPENDS: openssl => SSL
+ * SUB_DEPENDS, PRE_SUB_DEPENDS: openssl => SSL

2012-06-25 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.16.1
diff --git a/ftp/qbittorrent/DEPENDS b/ftp/qbittorrent/DEPENDS
index a924172..fa166c5 100755
--- a/ftp/qbittorrent/DEPENDS
+++ b/ftp/qbittorrent/DEPENDS
@@ -1,5 +1,5 @@
depends -sub CXX gcc &&
-depends qt4 &&
+depends qtbase &&
depends rb-libtorrent &&
depends curl &&
optional_depends geoip "" "--disable-geoip-database" "for GeoIP location
support"
diff --git a/ftp/qbittorrent/DETAILS b/ftp/qbittorrent/DETAILS
index 27c60b6..7a12662 100755
--- a/ftp/qbittorrent/DETAILS
+++ b/ftp/qbittorrent/DETAILS
@@ -1,8 +1,8 @@
SPELL=qbittorrent
- VERSION=2.8.5
+ VERSION=4.5.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:086f614f296b4c46bc46848e434839108707552e35e48c863ed3bd90e6702d631836715cce520e1b2318f4be127154717805f14fc35deec63a7234f8cd2b5c9a
+
SOURCE_HASH=sha512:776528ba6d02210ce2d4b0e7855e9fb49d409ebf29bc2cfaade665dc33ca9d8c147cd6f5ae1cd9f7e7db01835803ecac8f9f4e39f5ab90975b93655b9234949b
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE="http://www.qbittorrent.org/";
LICENSE=GPL
diff --git a/ftp/qbittorrent/HISTORY b/ftp/qbittorrent/HISTORY
index e9c0c83..618ac45 100644
--- a/ftp/qbittorrent/HISTORY
+++ b/ftp/qbittorrent/HISTORY
@@ -1,3 +1,7 @@
+2022-12-24 Conner Clere <connerclere AT gmail.com>
+ * DETAILS: version 4.5.0
+ * DEPENDS: update qt dep to qt5
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (24530f968a45d1f2a80592c394c36c97563bca89), Pavel Vinogradov, 12/24/2022

Archive powered by MHonArc 2.6.24.

Top of Page