[oe-commits] Koen Kooi : get-iplayer: add 2.64

git version control git at git.openembedded.org
Thu Jan 28 14:01:00 UTC 2010


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

Author: Koen Kooi <k-kooi at ti.com>
Date:   Wed Jan 20 12:05:19 2010 +0100

get-iplayer: add 2.64

---

 conf/checksums.ini               |    4 ++++
 recipes/rtmp/get-iplayer_2.64.bb |   13 +++++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 2a1c71a..efa0448 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -8770,6 +8770,10 @@ sha256=8e7dfa34f3919226550dc6507a23753f9fda55e78b15b264291ecf5940d837e9
 md5=90d4dba51dd75f8f1f12378e0f910d76
 sha256=7cd1b2266f5ae85a6d338c1c36ebe34e7c641ceb6a362e4526435c82d1e6fc5d
 
+[http://linuxcentre.net/get_iplayer/get_iplayer-2.64/get_iplayer]
+md5=77949602460e30ea1aec0ee6684b90e2
+sha256=63a4e394f38ae530c37e05e95806f358c6802d3159b868848a9604efdabc5ca0
+
 [ftp://ftp.gnu.org/gnu/gettext/gettext-0.14.1.tar.gz]
 md5=78f4b862510beb2e5d43223dd610e77d
 sha256=41f20c469c7759acb34cfa7e0b3cac9096d59a58ad800e471f07424a8e7adbb7
diff --git a/recipes/rtmp/get-iplayer_2.64.bb b/recipes/rtmp/get-iplayer_2.64.bb
new file mode 100644
index 0000000..63fcb85
--- /dev/null
+++ b/recipes/rtmp/get-iplayer_2.64.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "This tool allows you to search, index and record/stream BBC iPlayer and more"
+LICENSE = "GPLv3"
+
+RDEPENDS_${PN} = "flvstreamer libhtml-parser-perl libwww-perl perl-modules"
+PACKAGE_ARCH_${PN} = "all"
+
+SRC_URI = "http://linuxcentre.net/get_iplayer/get_iplayer-2.64/get_iplayer"
+
+do_install() {
+	install -d ${D}${bindir}
+	install -m 0755 ${WORKDIR}/get_iplayer ${D}${bindir}
+}
+





More information about the Openembedded-commits mailing list