[oe-commits] org.oe.dev libtorrent_0.12.0.bb, rtorrent_0.8.0.bb : a small working bittorrent client

xora commit openembedded-commits at lists.openembedded.org
Mon Feb 4 17:29:04 UTC 2008


libtorrent_0.12.0.bb, rtorrent_0.8.0.bb : a small working bittorrent client
ideal for embedded systems. Has advanced features such as PEX and DHT

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 7a8c7842dfe3f66d78bbcc7b5db97559d02147cd
ViewMTN: http://monotone.openembedded.org/revision/info/7a8c7842dfe3f66d78bbcc7b5db97559d02147cd
Files:
1
packages/libtorrent
packages/libtorrent/files
packages/libtorrent/files/autoconf-cross-fix.patch
packages/libtorrent/libtorrent_0.12.0.bb
packages/libtorrent/rtorrent_0.8.0.bb
Diffs:

#
# mt diff -rfe3ce31a0e6060324326d5a27cdba01788c95b7b -r7a8c7842dfe3f66d78bbcc7b5db97559d02147cd
#
# 
# 
# add_dir "packages/libtorrent"
# 
# add_dir "packages/libtorrent/files"
# 
# add_file "packages/libtorrent/files/autoconf-cross-fix.patch"
#  content [71474d3433b952bb7d62cc2dc6be8d62b670d507]
# 
# add_file "packages/libtorrent/libtorrent_0.12.0.bb"
#  content [77ab2a4c1eefc4d9e9ceecf5597a817bb8aecef4]
# 
# add_file "packages/libtorrent/rtorrent_0.8.0.bb"
#  content [d7406dc7196fbb5fd457e04f94352d5daf090ea8]
# 
============================================================
--- packages/libtorrent/files/autoconf-cross-fix.patch	71474d3433b952bb7d62cc2dc6be8d62b670d507
+++ packages/libtorrent/files/autoconf-cross-fix.patch	71474d3433b952bb7d62cc2dc6be8d62b670d507
@@ -0,0 +1,14 @@
+Index: rtorrent-0.8.0/scripts/common.m4
+===================================================================
+--- rtorrent-0.8.0.orig/scripts/common.m4	2008-01-13 15:02:03.000000000 +0000
++++ rtorrent-0.8.0/scripts/common.m4	2008-02-04 13:12:01.000000000 +0000
+@@ -192,6 +192,9 @@
+       AC_DEFINE(USE_EXECINFO, 1, Use execinfo.h)
+     ], [
+       AC_MSG_RESULT(no)
++    ], [
++      AC_MSG_RESULT(yes)
++      AC_DEFINE(USE_EXECINFO, 1, Use execinfo.h)
+   ])
+ ])
+ 
============================================================
--- packages/libtorrent/libtorrent_0.12.0.bb	77ab2a4c1eefc4d9e9ceecf5597a817bb8aecef4
+++ packages/libtorrent/libtorrent_0.12.0.bb	77ab2a4c1eefc4d9e9ceecf5597a817bb8aecef4
@@ -0,0 +1,16 @@
+DESCRIPTION = "library implementing the bittorrent protocol"
+HOMEPAGE = "http://libtorrent.rakshasa.no"
+SECTION = "libs/network"
+LICENSE = "GPL"
+DEPENDS = "libsigc++-2.0 openssl"
+
+SRC_URI = "http://libtorrent.rakshasa.no/downloads/libtorrent-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--enable-aligned"
+
+do_stage() {
+	autotools_stage_all
+}
+
============================================================
--- packages/libtorrent/rtorrent_0.8.0.bb	d7406dc7196fbb5fd457e04f94352d5daf090ea8
+++ packages/libtorrent/rtorrent_0.8.0.bb	d7406dc7196fbb5fd457e04f94352d5daf090ea8
@@ -0,0 +1,11 @@
+DESCRIPTION = "Console bittorrent client using libtorrent"
+HOMEPAGE = "http://libtorrent.rakshasa.no"
+SECTION = "libs/network"
+LICENSE = "GPL"
+DEPENDS = "libtorrent curl ncurses gnutls libgpg-error"
+
+SRC_URI = "http://libtorrent.rakshasa.no/downloads/rtorrent-${PV}.tar.gz \
+           file://autoconf-cross-fix.patch;patch=1"
+
+inherit autotools
+






More information about the Openembedded-commits mailing list