--- packages-orig.lkc 2009-06-24 08:43:28.000000000 -0300 +++ packages.lkc 2009-06-24 08:52:05.000000000 -0300 @@ -1556,6 +1556,13 @@ help This library contains functions for PNG graphics. +config PKG_LIBOGG + depends CAP_HAS_MMU + select PKG_GLIB2 + bool "libogg" + help + This is the library OGG from Xiph.Org Foundation. + config PKG_LIBOIL depends CAP_HAS_MMU select PKG_GLIB2 @@ -1572,6 +1579,14 @@ to the termcap database, so that programs can output character-based displays in a terminal-independent manner. +config PKG_LIBTHEORA + depends CAP_HAS_MMU + select PKG_LIBOGG + select PKG_LIBVORBIS + bool "libtheora" + help + This is the Theora encoder/decoder from Xiph.Org Foundation. + config PKG_LIBTIFF depends CAP_HAS_MMU bool "libtiff" @@ -1594,6 +1609,13 @@ help This package provides a way for applications to access USB devices. +config PKG_LIBVORBIS + depends CAP_HAS_MMU + select PKG_LIBOGG + bool "libvorbis" + help + This is the library Vorbis from Xiph.Org Foundation. + config PKG_LIBXML2 depends CAP_HAS_MMU bool "libxml2"