summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/lame/lame_3.99.3.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-11-29 11:44:56 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-30 15:03:40 +0000
commitfad2e3d41a0f381810717395f3be2643ac9ec9e1 (patch)
tree99992886be8707fc677c45e6e8f289aa24f332d7 /meta/recipes-multimedia/lame/lame_3.99.3.bb
parent356645a0891624a037c004e35569dc8bea4db334 (diff)
downloadopenembedded-core-contrib-fad2e3d41a0f381810717395f3be2643ac9ec9e1.tar.gz
lame: Update to 3.99.3
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia/lame/lame_3.99.3.bb')
-rw-r--r--meta/recipes-multimedia/lame/lame_3.99.3.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/lame/lame_3.99.3.bb b/meta/recipes-multimedia/lame/lame_3.99.3.bb
new file mode 100644
index 0000000000..3c42cc7403
--- /dev/null
+++ b/meta/recipes-multimedia/lame/lame_3.99.3.bb
@@ -0,0 +1,31 @@
+DESCRIPTION = "LAME is an educational tool to be used for learning about MP3 encoding."
+HOMEPAGE = "http://sourceforge.net/projects/lame/files/lame/"
+BUGTRACKER = "http://sourceforge.net/tracker/?group_id=290&atid=100290"
+SECTION = "console/utils"
+LICENSE = "LGPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9 \
+ file://include/lame.h;beginline=1;endline=20;md5=a2258182c593c398d15a48262130a92b
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/lame/lame-${PV}.tar.gz \
+ file://no-gtk1.patch"
+
+SRC_URI[md5sum] = "5ad31e33e70455eb3a7b79a5dd934fce"
+SRC_URI[sha256sum] = "d4ea3c8d00d2cc09338425a25dbfeb4d587942cb3c83a677c09aeb1e850c74cf"
+
+inherit autotools
+
+PACKAGES += "libmp3lame libmp3lame-dev"
+FILES_${PN} = "${bindir}/lame"
+FILES_libmp3lame = "${libdir}/libmp3lame.so.*"
+FILES_libmp3lame-dev = "${includedir} ${libdir}/*"
+FILES_${PN}-dev = ""
+
+do_configure() {
+ # no autoreconf please
+ aclocal
+ autoconf
+ libtoolize --force
+ gnu-configize --force
+ oe_runconf
+}