From bb98778b70b05df2e9a749b874e455c83b4f2009 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 1 Aug 2010 10:28:06 +0200 Subject: libtorrent: moved to latest versions moved to latest versions of libtorrent and rtorrent also cleaned up the recipes a bit Signed-off-by: Frans Meulenbroeks --- recipes/libtorrent/libtorrent_0.12.4.bb | 20 -------------------- recipes/libtorrent/libtorrent_0.12.6.bb | 16 ++++++++++++++++ recipes/libtorrent/rtorrent_0.8.4.bb | 16 ---------------- recipes/libtorrent/rtorrent_0.8.6.bb | 15 +++++++++++++++ 4 files changed, 31 insertions(+), 36 deletions(-) delete mode 100644 recipes/libtorrent/libtorrent_0.12.4.bb create mode 100644 recipes/libtorrent/libtorrent_0.12.6.bb delete mode 100644 recipes/libtorrent/rtorrent_0.8.4.bb create mode 100644 recipes/libtorrent/rtorrent_0.8.6.bb diff --git a/recipes/libtorrent/libtorrent_0.12.4.bb b/recipes/libtorrent/libtorrent_0.12.4.bb deleted file mode 100644 index b29f60b491..0000000000 --- a/recipes/libtorrent/libtorrent_0.12.4.bb +++ /dev/null @@ -1,20 +0,0 @@ -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 -} - - -SRC_URI[md5sum] = "7e4b4c29a69c86c38e3e60ec11fc2255" -SRC_URI[sha256sum] = "a48c307fdcc77a28ee3a2ba0b68501a42e3709bf693c52df4831b87c71c8c359" diff --git a/recipes/libtorrent/libtorrent_0.12.6.bb b/recipes/libtorrent/libtorrent_0.12.6.bb new file mode 100644 index 0000000000..6c32655ab2 --- /dev/null +++ b/recipes/libtorrent/libtorrent_0.12.6.bb @@ -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" +PR = "r0" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--enable-aligned" + +SRC_URI[md5sum] = "037499ed708aaf72988cee60e5a8d96b" +SRC_URI[sha256sum] = "7b02f33164966a05261e83bad76eef537198fefe76eaf57dfd64bb27c7d77129" + diff --git a/recipes/libtorrent/rtorrent_0.8.4.bb b/recipes/libtorrent/rtorrent_0.8.4.bb deleted file mode 100644 index 8684b0ddc1..0000000000 --- a/recipes/libtorrent/rtorrent_0.8.4.bb +++ /dev/null @@ -1,16 +0,0 @@ -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" - -PR = "r0" - -inherit autotools - - -SRC_URI[md5sum] = "dc0f37d933b0b6c713ad617e09441f3b" -SRC_URI[sha256sum] = "257722380b39e84e700e9f2d2f6600ba724723f1ed59327bfce47a57d293eeee" diff --git a/recipes/libtorrent/rtorrent_0.8.6.bb b/recipes/libtorrent/rtorrent_0.8.6.bb new file mode 100644 index 0000000000..38b32e4bb0 --- /dev/null +++ b/recipes/libtorrent/rtorrent_0.8.6.bb @@ -0,0 +1,15 @@ +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" + +PR = "r0" + +inherit autotools + +SRC_URI[md5sum] = "b804c45c01c40312926bcea6b55bb084" +SRC_URI[sha256sum] = "8c96c68e1524162abd1fc4b612d0c3d924fccc25159c0b3f208e69281f0b32db" -- cgit 1.2.3-korg