mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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/130523 Submitted by: J.R. Oldroyd <fbsd at opal.com>
This commit is contained in:
parent
e36a0d7049
commit
9ff7355fe5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227252
@ -212,6 +212,7 @@
|
||||
SUBDIR += pwcbsd
|
||||
SUBDIR += py-gstreamer
|
||||
SUBDIR += py-kaa-base
|
||||
SUBDIR += py-kaa-imlib2
|
||||
SUBDIR += py-pybmp
|
||||
SUBDIR += qdvdauthor
|
||||
SUBDIR += qt4-phonon
|
||||
|
25
multimedia/py-kaa-imlib2/Makefile
Normal file
25
multimedia/py-kaa-imlib2/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: py-kaa-imlib2
|
||||
# Date created: 2009 January 10
|
||||
# Whom: J.R. Oldroyd <fbsd@opal.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kaa-imlib2
|
||||
PORTVERSION= 0.2.3
|
||||
CATEGORIES= multimedia python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= freevo
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= fbsd@opal.com
|
||||
COMMENT= Kaa Media Repository - imlib2 wrapper for python
|
||||
|
||||
LIB_DEPENDS= Imlib2.5:${PORTSDIR}/graphics/imlib2
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/kaa/__init__.py:${PORTSDIR}/multimedia/py-kaa-base
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/py-kaa-imlib2/distinfo
Normal file
3
multimedia/py-kaa-imlib2/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (kaa-imlib2-0.2.3.tar.gz) = 64828ede785ab0dd2d3c1f2f36c99342
|
||||
SHA256 (kaa-imlib2-0.2.3.tar.gz) = 44eec202450edadfdac91a44be191b7fbba6225e90a6595443c422d1928f39c6
|
||||
SIZE (kaa-imlib2-0.2.3.tar.gz) = 30671
|
22
multimedia/py-kaa-imlib2/pkg-descr
Normal file
22
multimedia/py-kaa-imlib2/pkg-descr
Normal file
@ -0,0 +1,22 @@
|
||||
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
|
14
multimedia/py-kaa-imlib2/pkg-plist
Normal file
14
multimedia/py-kaa-imlib2/pkg-plist
Normal file
@ -0,0 +1,14 @@
|
||||
%%PYTHON_SITELIBDIR%%/kaa/imlib2/image.py
|
||||
%%PYTHON_SITELIBDIR%%/kaa/imlib2/font.py
|
||||
%%PYTHON_SITELIBDIR%%/kaa/imlib2/version.py
|
||||
%%PYTHON_SITELIBDIR%%/kaa/imlib2/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/kaa/imlib2/_Imlib2module.so
|
||||
%%PYTHON_SITELIBDIR%%/kaa/imlib2/image.pyc
|
||||
%%PYTHON_SITELIBDIR%%/kaa/imlib2/font.pyc
|
||||
%%PYTHON_SITELIBDIR%%/kaa/imlib2/version.pyc
|
||||
%%PYTHON_SITELIBDIR%%/kaa/imlib2/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/kaa/imlib2/image.pyo
|
||||
%%PYTHON_SITELIBDIR%%/kaa/imlib2/font.pyo
|
||||
%%PYTHON_SITELIBDIR%%/kaa/imlib2/version.pyo
|
||||
%%PYTHON_SITELIBDIR%%/kaa/imlib2/__init__.pyo
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/kaa/imlib2
|
Loading…
Reference in New Issue
Block a user