new port: multimedia/py-kaa-imlib2 KAA media repository - imlib2 wrapper
Class Changed From-To: update->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Please add the following dependency to the Makefile. LIB_DEPENDS= Imlib2:${PORTSDIR}/graphics/imlib2 Thanks. -jr
On Fri, 16 Jan 2009 16:21:12 -0500, "J.R. Oldroyd" <fbsd@opal.com> wrote: > > Please add the following dependency to the Makefile. > > LIB_DEPENDS= Imlib2:${PORTSDIR}/graphics/imlib2 > > Thanks. > -jr Actually, this would be better specified as: USE_EFL= imlib2 Also, please change: MASTER_SITE_SUBDIR= kaa-imlib2 to: MASTER_SITE_SUBDIR= freevo
Responsible Changed From-To: freebsd-python->beech I'll take (part of an upgrade)
beech 2009-01-31 11:58:20 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/py-kaa-imlib2 Makefile distinfo pkg-descr pkg-plist 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/130523 Submitted by: J.R. Oldroyd <fbsd at opal.com> Revision Changes Path 1.296 +1 -0 ports/multimedia/Makefile 1.1 +25 -0 ports/multimedia/py-kaa-imlib2/Makefile (new) 1.1 +3 -0 ports/multimedia/py-kaa-imlib2/distinfo (new) 1.1 +22 -0 ports/multimedia/py-kaa-imlib2/pkg-descr (new) 1.1 +14 -0 ports/multimedia/py-kaa-imlib2/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks!