Tony Cook (Imager author) wrote regarding the PR:
This is a conflict between the freetype 1.x and freetype 2.x headers,
and can be reproduced by installing freetype 1.3 port (print/freetype)
before attempting to build graphics/p5-Imager.
Imager can be built with both sets of headers, but the p5-Imager ports
Makefile incorrectly sets IM_INCPATH to point at the freetype 2.x
freetype.h directory, causing the conflict.
If you remove IM_INCPATH from the Makefile p5-Imager will build
correctly.
No revision-bump needed - it either installed fine or not at all before.
PR: 130420
Submitted by: Peter Vereshagin <peter@vereshagin.org>
- Change comment about why the port os marked ONLY_FOR_ARCHS to more useful ONLY_FOR_ARCHS_REASON
PR: 131179
Submitted by: myself
Approved by: Naram Qashat <cyberbotx at cyberbotx dot com> (maintainer)
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/130524
Submitted by: J.R. Oldroyd <fbsd at opal.com>
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>