From 57a07b183c66284b5d21c92f70023267ac18ca4d Mon Sep 17 00:00:00 2001 From: Beech Rintoul 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 --- .../patch-base-src-extensions-inotify-fallback-inotify.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 multimedia/py-kaa-base/files/patch-base-src-extensions-inotify-fallback-inotify.h (limited to 'multimedia/py-kaa-base/files/patch-base-src-extensions-inotify-fallback-inotify.h') diff --git a/multimedia/py-kaa-base/files/patch-base-src-extensions-inotify-fallback-inotify.h b/multimedia/py-kaa-base/files/patch-base-src-extensions-inotify-fallback-inotify.h new file mode 100644 index 000000000000..c13166da4726 --- /dev/null +++ b/multimedia/py-kaa-base/files/patch-base-src-extensions-inotify-fallback-inotify.h @@ -0,0 +1,13 @@ +--- src/extensions/inotify/fallback-inotify.h.orig Sat Mar 10 11:49:38 2007 ++++ src/extensions/inotify/fallback-inotify.h Sat Mar 10 17:02:21 2007 +@@ -7,7 +7,9 @@ + #ifndef _LINUX_INOTIFY_H + #define _LINUX_INOTIFY_H + +-#include ++#include ++typedef int __s32; ++typedef unsigned int __u32; + + /* + * struct inotify_event - structure read from the inotify device for each event -- cgit v1.2.3