aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-01-28 23:11:08 +1345
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-01-28 23:11:08 +1345
commita554b2571b2106a91e72eee18691b821a5a774e1 (patch)
treec66df4441086492392daef7de7a6e9da41a24067
parentfa48d216f1e3fd973ebab5606f245f844d0311c8 (diff)
downloadopenembedded-a554b2571b2106a91e72eee18691b821a5a774e1.tar.gz
libtorrent: updated to libtorrent 0.12.4 and rtorrent 0.8.4
-rw-r--r--conf/checksums.ini8
-rw-r--r--packages/libtorrent/libtorrent_0.12.4.bb17
-rw-r--r--packages/libtorrent/rtorrent_0.8.4.bb13
3 files changed, 38 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index ea4913332a..6bc8da3c43 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -13058,6 +13058,10 @@ sha256=3287c9be61f9ec8ddab99f9b679bbf58610d024bce980307f88151a552ecd1e3
md5=db7c7a2236c2f6af5e02cf3e9384eb67
sha256=6044618e37c2925615a08517e8b69ef84147ef5287a222fc451968b36a0a9be7
+[http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.4.tar.gz]
+md5=7e4b4c29a69c86c38e3e60ec11fc2255
+sha256=a48c307fdcc77a28ee3a2ba0b68501a42e3709bf693c52df4831b87c71c8c359
+
[http://downloads.sourceforge.net/giflib/libungif-4.1.3.tar.bz2]
md5=8c198831cc0495596c78134b8849e9ad
sha256=59e835a57e6df03e4d2253b2357253f3d13da9473ff465563a3b9833a744fc36
@@ -18722,6 +18726,10 @@ sha256=597cefac4535d7f3b752253e5997b3c851c261b26b966a39beb032dcf1d5baa7
md5=d1b43acf08e371a56915293bbcf584c6
sha256=554456550ca6e792297d6d39367120af5b2bd6181d514a43faf4e2f565721908
+[http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.4.tar.gz]
+md5=dc0f37d933b0b6c713ad617e09441f3b
+sha256=257722380b39e84e700e9f2d2f6600ba724723f1ed59327bfce47a57d293eeee
+
[ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.5.tar.gz]
md5=3fbb02294a8ca33d4684055adba5ed6f
sha256=19590e972b80333e26a6514c34d976c2037138361481a16f27b75e5d33f33a58
diff --git a/packages/libtorrent/libtorrent_0.12.4.bb b/packages/libtorrent/libtorrent_0.12.4.bb
new file mode 100644
index 0000000000..9673e5bdcb
--- /dev/null
+++ b/packages/libtorrent/libtorrent_0.12.4.bb
@@ -0,0 +1,17 @@
+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"
+PR = "r0"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--enable-aligned"
+
+do_stage() {
+ autotools_stage_all
+}
+
diff --git a/packages/libtorrent/rtorrent_0.8.4.bb b/packages/libtorrent/rtorrent_0.8.4.bb
new file mode 100644
index 0000000000..3390511ef9
--- /dev/null
+++ b/packages/libtorrent/rtorrent_0.8.4.bb
@@ -0,0 +1,13 @@
+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"
+
+PR = "r0"
+
+inherit autotools
+