mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
rtorrent: bump to version 0.9.6
- Bump to version 0.9.6 - Add a hash file. - Change the website URL to the new official one. - Tweak the 0001-cross_compile.patch for the new version. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
1376203719
commit
0162131675
@ -1,22 +1,48 @@
|
|||||||
Fix cross compilation, based on OpenWRT patch.
|
From d62f7474289970d5be3fd658dd6ace4489408bdf Mon Sep 17 00:00:00 2001
|
||||||
|
From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
|
||||||
|
Date: Mon, 5 Oct 2015 00:52:26 +0100
|
||||||
|
Subject: [PATCH] Fix cross compilation, based on OpenWRT patch.
|
||||||
|
|
||||||
|
[Vincent: tweak the patch for version 0.9.6]
|
||||||
|
|
||||||
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||||||
|
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
|
||||||
|
---
|
||||||
|
configure.ac | 1 -
|
||||||
|
scripts/checks.m4 | 2 +-
|
||||||
|
scripts/common.m4 | 4 ++--
|
||||||
|
3 files changed, 3 insertions(+), 4 deletions(-)
|
||||||
|
|
||||||
diff -Nura rtorrent-0.9.2/configure.ac rtorrent-0.9.2-cross/configure.ac
|
diff --git a/configure.ac b/configure.ac
|
||||||
--- rtorrent-0.9.2/configure.ac 2012-04-20 03:55:30.000000000 -0300
|
index ba5bbf2..0821d4e 100644
|
||||||
+++ rtorrent-0.9.2-cross/configure.ac 2012-05-09 11:06:49.436474039 -0300
|
--- a/configure.ac
|
||||||
@@ -4,7 +4,6 @@
|
+++ b/configure.ac
|
||||||
|
@@ -4,7 +4,6 @@ AC_DEFINE(API_VERSION, 9, api version)
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
AM_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADERS(config.h)
|
||||||
-AM_PATH_CPPUNIT(1.9.6)
|
-AM_PATH_CPPUNIT(1.9.6)
|
||||||
|
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
diff -Nura rtorrent-0.9.2/scripts/common.m4 rtorrent-0.9.2-cross/scripts/common.m4
|
diff --git a/scripts/checks.m4 b/scripts/checks.m4
|
||||||
--- rtorrent-0.9.2/scripts/common.m4 2012-03-13 09:10:49.000000000 -0300
|
index 598f39b..0e5abe0 100644
|
||||||
+++ rtorrent-0.9.2-cross/scripts/common.m4 2012-05-09 11:05:56.620102678 -0300
|
--- a/scripts/checks.m4
|
||||||
@@ -223,7 +223,7 @@
|
+++ b/scripts/checks.m4
|
||||||
|
@@ -96,7 +96,7 @@ AC_DEFUN([TORRENT_CHECK_KQUEUE], [
|
||||||
|
AC_DEFUN([TORRENT_CHECK_KQUEUE_SOCKET_ONLY], [
|
||||||
|
AC_MSG_CHECKING(whether kqueue supports pipes and ptys)
|
||||||
|
|
||||||
|
- AC_RUN_IFELSE([AC_LANG_SOURCE([
|
||||||
|
+ AC_LINK_IFELSE([AC_LANG_SOURCE([
|
||||||
|
#include <fcntl.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
diff --git a/scripts/common.m4 b/scripts/common.m4
|
||||||
|
index 5127624..cc68269 100644
|
||||||
|
--- a/scripts/common.m4
|
||||||
|
+++ b/scripts/common.m4
|
||||||
|
@@ -223,7 +223,7 @@ dnl Need to fix this so that it uses the stuff defined by the system.
|
||||||
AC_DEFUN([TORRENT_CHECK_EXECINFO], [
|
AC_DEFUN([TORRENT_CHECK_EXECINFO], [
|
||||||
AC_MSG_CHECKING(for execinfo.h)
|
AC_MSG_CHECKING(for execinfo.h)
|
||||||
|
|
||||||
@ -25,3 +51,15 @@ diff -Nura rtorrent-0.9.2/scripts/common.m4 rtorrent-0.9.2-cross/scripts/common.
|
|||||||
#include <execinfo.h>
|
#include <execinfo.h>
|
||||||
int main() { backtrace((void**)0, 0); backtrace_symbols((char**)0, 0); return 0;}
|
int main() { backtrace((void**)0, 0); backtrace_symbols((char**)0, 0); return 0;}
|
||||||
])],
|
])],
|
||||||
|
@@ -238,7 +238,7 @@ AC_DEFUN([TORRENT_CHECK_EXECINFO], [
|
||||||
|
AC_DEFUN([TORRENT_CHECK_ALIGNED], [
|
||||||
|
AC_MSG_CHECKING(the byte alignment)
|
||||||
|
|
||||||
|
- AC_RUN_IFELSE([AC_LANG_SOURCE([
|
||||||
|
+ AC_LINK_IFELSE([AC_LANG_SOURCE([
|
||||||
|
#include <inttypes.h>
|
||||||
|
int main() {
|
||||||
|
char buf@<:@8@:>@ = { 0, 0, 0, 0, 1, 0, 0, 0 };
|
||||||
|
--
|
||||||
|
1.7.1
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ config BR2_PACKAGE_RTORRENT
|
|||||||
help
|
help
|
||||||
BitTorrent Client using libtorrent
|
BitTorrent Client using libtorrent
|
||||||
|
|
||||||
http://libtorrent.rakshasa.no/
|
http://rtorrent.net/downloads/
|
||||||
|
|
||||||
comment "rtorrent needs a toolchain w/ C++, threads, wchar"
|
comment "rtorrent needs a toolchain w/ C++, threads, wchar"
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
|
2
package/rtorrent/rtorrent.hash
Normal file
2
package/rtorrent/rtorrent.hash
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Locally calculated
|
||||||
|
sha256 1e69c24f1f26f8f07d58d673480dc392bfc4317818c1115265b08a7813ff5b0e rtorrent-0.9.6.tar.gz
|
@ -4,8 +4,8 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
RTORRENT_VERSION = 0.9.3
|
RTORRENT_VERSION = 0.9.6
|
||||||
RTORRENT_SITE = http://libtorrent.rakshasa.no/downloads
|
RTORRENT_SITE = http://rtorrent.net/downloads
|
||||||
RTORRENT_DEPENDENCIES = host-pkgconf libcurl libsigc libtorrent ncurses
|
RTORRENT_DEPENDENCIES = host-pkgconf libcurl libsigc libtorrent ncurses
|
||||||
RTORRENT_AUTORECONF = YES
|
RTORRENT_AUTORECONF = YES
|
||||||
RTORRENT_LICENSE = GPLv2
|
RTORRENT_LICENSE = GPLv2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user