summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/lame/lame_3.99.1.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:15:05 +0000
commit58f7d5e29264003f62813fc3f9d09a565a68dcb1 (patch)
tree196ef403fcb0b9f0260ba60e14815c96e2fc97c8 /meta/recipes-multimedia/lame/lame_3.99.1.bb
parent7c5d4ded24dfdcedba23372e71db144f9e1e80f4 (diff)
downloadpoky-58f7d5e29264003f62813fc3f9d09a565a68dcb1.tar.gz
lame: Update to 3.99.3
(From OE-Core rev: fad2e3d41a0f381810717395f3be2643ac9ec9e1) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/lame/lame_3.99.1.bb')
-rw-r--r--meta/recipes-multimedia/lame/lame_3.99.1.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-multimedia/lame/lame_3.99.1.bb b/meta/recipes-multimedia/lame/lame_3.99.1.bb
deleted file mode 100644
index 31766fd92a..0000000000
--- a/meta/recipes-multimedia/lame/lame_3.99.1.bb
+++ /dev/null
@@ -1,31 +0,0 @@
1DESCRIPTION = "LAME is an educational tool to be used for learning about MP3 encoding."
2HOMEPAGE = "http://sourceforge.net/projects/lame/files/lame/"
3BUGTRACKER = "http://sourceforge.net/tracker/?group_id=290&atid=100290"
4SECTION = "console/utils"
5LICENSE = "LGPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9 \
7 file://include/lame.h;beginline=1;endline=20;md5=a2258182c593c398d15a48262130a92b
8PR = "r0"
9
10SRC_URI = "${SOURCEFORGE_MIRROR}/lame/lame-${PV}.tar.gz \
11 file://no-gtk1.patch"
12
13SRC_URI[md5sum] = "2576a7368b5c90a87adc9de6b9f0628c"
14SRC_URI[sha256sum] = "1eedcbe238f81cdef822f367f104a8ff918062727b61f0c62b24e9f79d941cf0"
15
16inherit autotools
17
18PACKAGES += "libmp3lame libmp3lame-dev"
19FILES_${PN} = "${bindir}/lame"
20FILES_libmp3lame = "${libdir}/libmp3lame.so.*"
21FILES_libmp3lame-dev = "${includedir} ${libdir}/*"
22FILES_${PN}-dev = ""
23
24do_configure() {
25 # no autoreconf please
26 aclocal
27 autoconf
28 libtoolize --force
29 gnu-configize --force
30 oe_runconf
31}