2008-05-24 17:34:08 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2008/05/24 15:34:14 tnn2 Exp $
|
The Kaa Media Repository is a set of python modules related to media.
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.
2007-04-29 18:10:42 +02:00
|
|
|
#
|
|
|
|
|
2008-02-18 03:59:37 +01:00
|
|
|
DISTNAME= kaa-base-0.3.0
|
2008-05-24 17:34:08 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
The Kaa Media Repository is a set of python modules related to media.
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.
2007-04-29 18:10:42 +02:00
|
|
|
CATEGORIES= multimedia
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freevo/}
|
|
|
|
|
|
|
|
MAINTAINER= dhowland@users.sourceforge.net
|
|
|
|
HOMEPAGE= http://freevo.sourceforge.net/cgi-bin/freevo-2.0/Kaa
|
|
|
|
COMMENT= Base module for the Kaa multimedia framework
|
|
|
|
|
2008-03-08 20:00:00 +01:00
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
|
The Kaa Media Repository is a set of python modules related to media.
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.
2007-04-29 18:10:42 +02:00
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
|
2008-03-08 20:00:00 +01:00
|
|
|
PYTHON_VERSIONS_ACCEPTED= 25 24
|
|
|
|
|
The Kaa Media Repository is a set of python modules related to media.
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.
2007-04-29 18:10:42 +02:00
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|