From 8bb9817915fbcd7ad37ff562ac57bae9bbfa9e14 Mon Sep 17 00:00:00 2001 From: beech Date: Sat, 31 Jan 2009 09:39:12 +0000 Subject: The Kaa Media Repository is a set of python modules related to media. Kaa modules are based on parts from Freevo and modules created for MeBox. Kaa exists to encourage code sharing between these projects, and to serve as an umbrella for several previously disparate media-related modules in order to make them available from one (unique) namespace. Kaa provides a base module that implements the common features needed for application development, such as mainloop management, timers, signals, callbacks, file descriptor monitors, etc. Kaa's other modules provide specific media-related functionality, such as retrieving metadata on arbitrary media files (kaa.metadata, previously called mmpython), Python wrappers for Imlib2, Xine, and Evas, and many other high level APIs for easily creating applications that deal with video and audio. Kaa is named after the python character in the Jungle Book by Rudyard Kipling. WWW: http://doc.freevo.org/2.0/Kaa PR: ports/130522 Submitted by: J.R. Oldroyd --- multimedia/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'multimedia/Makefile') diff --git a/multimedia/Makefile b/multimedia/Makefile index 3098d47c39a..ba368fe770f 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -211,6 +211,7 @@ SUBDIR += pvrxxx SUBDIR += pwcbsd SUBDIR += py-gstreamer + SUBDIR += py-kaa-base SUBDIR += py-pybmp SUBDIR += qdvdauthor SUBDIR += qt4-phonon -- cgit