cvs commit: ports/multimedia Makefile ports/multimedia/py-kaa-base Makefile distinfo pkg-descr pkg-plist ports/multimedia/py-kaa-base/files patch-base-src-extensions-inotify-fallback-inotify.h patch-base-src-extensions-shmmodule.c

Beech Rintoul beech at FreeBSD.org
Sat Jan 31 01:39:13 PST 2009


beech       2009-01-31 09:39:12 UTC

  FreeBSD ports repository

  Modified files:
    multimedia           Makefile 
  Added files:
    multimedia/py-kaa-base Makefile distinfo pkg-descr pkg-plist 
    multimedia/py-kaa-base/files 
                                 patch-base-src-extensions-inotify-fallback-inotify.h 
                                 patch-base-src-extensions-shmmodule.c 
  Log:
  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 <fbsd at opal.com>
  
  Revision  Changes    Path
  1.295     +1 -0      ports/multimedia/Makefile
  1.1       +26 -0     ports/multimedia/py-kaa-base/Makefile (new)
  1.1       +3 -0      ports/multimedia/py-kaa-base/distinfo (new)
  1.1       +13 -0     ports/multimedia/py-kaa-base/files/patch-base-src-extensions-inotify-fallback-inotify.h (new)
  1.1       +17 -0     ports/multimedia/py-kaa-base/files/patch-base-src-extensions-shmmodule.c (new)
  1.1       +22 -0     ports/multimedia/py-kaa-base/pkg-descr (new)
  1.1       +156 -0    ports/multimedia/py-kaa-base/pkg-plist (new)


More information about the cvs-all mailing list