diff options
author | Matthias Hentges <oe@hentges.net> | 2004-10-11 15:05:02 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-10-11 15:05:02 +0000 |
commit | da9e38236f66050e87d8bd2c8f05f2326282aa58 (patch) | |
tree | b9bfd64e913f7d98403f7105f43a7ba6bf5f8469 /beepmp | |
parent | eaf972b286b334de7e24cf399de92627f89f3175 (diff) |
More section fixes
BKrev: 416aa11e6aH4cgLtXbfv7aBu9HJHoQ
Diffstat (limited to 'beepmp')
-rw-r--r-- | beepmp/beepmp_0.9.7rc2.oe | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/beepmp/beepmp_0.9.7rc2.oe b/beepmp/beepmp_0.9.7rc2.oe index e69de29bb2..2c7bf21c26 100644 --- a/beepmp/beepmp_0.9.7rc2.oe +++ b/beepmp/beepmp_0.9.7rc2.oe @@ -0,0 +1,26 @@ +# beepmp OE build file +# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +DESCRIPTION="A GTK2 based media player that looks alot like XMMS" +SECTION = "x11/multimedia" +HOMEPAGE="http://beepmp.sourceforge.net" +LICENSE="GPL" + +SRC_URI="${${SOURCEFORGE_MIRROR}/beepmp/bmp-${PV}.tar.gz \ + file://bugfix.patch;patch=1" + +inherit autotools pkgconfig + +DEPENDS="gtk+ libglade libogg libvorbis" +S="${WORKDIR}/bmp-0.9.7" + +FILES_${PN} += " ${libdir}/bmp/Output/*.so ${libdir}/bmp/Input/*.so \ + ${libdir}/bmp/Visualization/*.so ${datadir}/bmp" + +EXTRA_OECONF="--disable-esd --disable-alsa --enable-simd" + +do_configure() { + rm -rf m4/libtool.m4 + autotools_do_configure +} |