libattr: remove libattr because it is clashing with udev/attr and is not used by...
[openembedded.git] / recipes / libtheora / libtheora.inc
blobd288e7af062136263d9ecbdca7f704c017a67b8b
1 SECTION = "libs"
2 DESCRIPTION = "theora  is a high-quality video codec \
3 that is free of intellectual property restrictions"
4 LICENSE = "BSD"
6 DEPENDS = "pkgconfig libogg"
8 INC_PR = "r3"
10 SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2" 
12 inherit autotools
14 EXTRA_OECONF = "--disable-examples"
16 LEAD_SONAME = "libtheora.so.0"