task-base: make it possible for a distro to set it's alsa-state provider
[openembedded.git] / recipes / schroedinger / schroedinger.inc
blob386fc73f6a16da52b87765df5dbef7389102fde5
1 HOMEPAGE = "http://schrodinger.sourceforge.net/"
2 LICENSE = "MPL GPL LGPL MIT"
3 DEPENDS = "liboil orc-native orc"
5 INC_PR = "r1"
7 SRC_URI = "http://www.diracvideo.org/download/schroedinger/${P}.tar.gz;name=schroedingertargz"
8 SRC_URI += "file://configure.ac.patch"
10 EXTRA_OECONF += "STAGING_DIR=${STAGING_DIR_NATIVE}"
12 inherit autotools
14 do_configure_append () {
15         # Fix stupid libtool... handling. 
16         # rpath handling can't be disabled and the Makefile's can't be regenerated..
17         # (GNU sed required)
18         sed -i s/^hardcode_libdir_flag_spec/#hardcode_libdir_flag_spec/ ${S}/*-libtool