[oe-commits] David-John Willis : libmodplug: Add 0.8.7 and checksum.

git version control git at git.openembedded.org
Wed Jan 6 18:19:39 UTC 2010


Module: openembedded.git
Branch: shr/merge
Commit: 92a61b2a6a37fbd027ed81c6576513095d0edb07
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=92a61b2a6a37fbd027ed81c6576513095d0edb07

Author: David-John Willis <John.Willis at Distant-earth.com>
Date:   Mon Dec 21 21:57:38 2009 +0000

libmodplug: Add 0.8.7 and checksum.

---

 conf/checksums.ini                     |   12 ++++++++++++
 recipes/libmodplug/libmodplug_0.8.7.bb |   14 ++++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 2d2c74c..5341678 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -1638,6 +1638,10 @@ sha256=68b1d0acd1a6e17d91412635cd4f65ba58d293e62a01475a43f3712c49a46e7d
 md5=03e5e7ab8ac3acc59661c6e9c09089b7
 sha256=fcda8bca508490bea642c83fcf718565bf4ed4c50f2d7b34761da61fe2e6bc9d
 
+[http://downloads.vdm-design.de/aceofpenguins-launcher-0.3.tar.gz]
+md5=2fe7dcdbbdbf3b2821f627e02c406caa
+sha256=13013cd19cb165825f4ef5cc790b0e103705f68ece470fd12012db97e3e60839
+
 [http://downloads.vdm-design.de/aceofpenguins-launcher-0.4.tar.gz]
 md5=40f19a26cbfa35de8346efe582b5d984
 sha256=ea09581b3a31e3409968876461da3e384dcb0000abbb0060ae14e4fccb4994e1
@@ -15834,6 +15838,10 @@ sha256=c80da366576501be18a987c28609bd8ffa340ed20fc03249c70c43634f077052
 md5=091bd1168a524a4f36fc61f95209e7e4
 sha256=84890249b3ecf12ef040b9121b6238248fc8da0fee948661d70375049e5131ee
 
+[http://downloads.sourceforge.net/modplug-xmms/libmodplug-0.8.7.tar.gz]
+md5=d2d9ccd8da22412999caed076140f786
+sha256=3cfdebb60833a082e2f2b8faa3892bc9201d05c64051503e8007d8c98ae9e4c2
+
 [http://downloads.sourceforge.net/modplug-xmms/libmodplug-0.8.tar.gz]
 md5=cea399626e2a074e2a77c8cd98387a48
 sha256=ef2269cc4ba5c8574d38321349d76063c6b200857f0c9256ea97e608583e8857
@@ -21838,6 +21846,10 @@ sha256=468f25a70ef2dac90088caa6599c41ade6768e0cdc328dc3e82ab578903e69d4
 md5=5311ff9ddbca49ab751ad6f526c53e8f
 sha256=540a363188a51387e5296fdb3f7b885f9a0a116d106d578c14e738075e7edf42
 
+[http://projects.openmoko.org/frs/download.php/907/pisi-src-0.4.7.tar.gz]
+md5=8d47a6a2926c635cb4eb633e3ee063ce
+sha256=fd4d89c138ef2d1a6f9458cb85363581a205d1c1b69578fe7e0f856668a7fe9a
+
 [http://xorg.freedesktop.org/releases/individual/lib/pixman-0.10.0.tar.bz2]
 md5=fb23e17a8a0308e8fad6dc153753ba9a
 sha256=2b841f49b245948b8739e55f1b663687d5b33eb2767833574f9a1f0904a1d1e4
diff --git a/recipes/libmodplug/libmodplug_0.8.7.bb b/recipes/libmodplug/libmodplug_0.8.7.bb
new file mode 100644
index 0000000..ead04a7
--- /dev/null
+++ b/recipes/libmodplug/libmodplug_0.8.7.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Library for reading mod-like audio files."
+HOMEPAGE = "http://modplug-xmms.sf.net"
+SECTION = "libs"
+LICENSE = "GPL"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/modplug-xmms/libmodplug-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+# NOTE: autotools_stage_all does nothing here, we need to do it manually
+do_stage() {
+	install -m 0644 ${S}/src/modplug.h ${STAGING_INCDIR}
+	oe_libinstall -C src -so libmodplug ${STAGING_LIBDIR}
+}





More information about the Openembedded-commits mailing list