[oe-commits] Frans Meulenbroeks : libtorrent: updated to libtorrent 0.12. 4 and rtorrent 0.8.4

GIT User account git at amethyst.openembedded.net
Wed Jan 28 22:13:14 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a554b2571b2106a91e72eee18691b821a5a774e1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a554b2571b2106a91e72eee18691b821a5a774e1

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Wed Jan 28 23:38:08 2009 +1345

libtorrent: updated to libtorrent 0.12.4 and rtorrent 0.8.4

---

 conf/checksums.ini                       |    8 ++++++++
 packages/libtorrent/libtorrent_0.12.4.bb |   17 +++++++++++++++++
 packages/libtorrent/rtorrent_0.8.4.bb    |   13 +++++++++++++
 3 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index ea49133..6bc8da3 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 0000000..9673e5b
--- /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 0000000..3390511
--- /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
+





More information about the Openembedded-commits mailing list