7a4d FreshPorts -- multimedia/py-kaa-metadata
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
py-kaa-metadata 0.7.7_5 multimedia on this many watch lists=1 search for ports that depend on this port
Kaa Media Repository - media file metadata parser
Maintained by: fbsd@opal.com search for ports maintained by this maintainer
Port Added: 31 Jan 2009 12:30:31
Also Listed In: python
License: not specified in port


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/api/kaa/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. multimedia/py-kaa-base
  2. graphics/py-exiv2
  3. lang/python27
Required To Run:
  1. multimedia/py-kaa-base
  2. graphics/py-exiv2
  3. lang/python27
Required Libraries:
  1. multimedia/libdvdread

This port is required by:

for Run

To install the port: cd /usr/ports/multimedia/py-kaa-metadata/ && make install clean
To add the package: pkg_add -r py27-kaa-metadata


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/freevo/kaa-metadata/0.7.7/
  3. http://freefr.dl.sourceforge.net/project/freevo/kaa-metadata/0.7.7/
  4. http://garr.dl.sourceforge.net/project/freevo/kaa-metadata/0.7.7/
  5. http://heanet.dl.sourceforge.net/project/freevo/kaa-metadata/0.7.7/
  6. http://hivelocity.dl.sourceforge.net/project/freevo/kaa-metadata/0.7.7/
  7. http://ignum.dl.sourceforge.net/project/freevo/kaa-metadata/0.7.7/
  8. http://internode.dl.sourceforge.net/project/freevo/kaa-metadata/0.7.7/
  9. http://iweb.dl.sourceforge.net/project/freevo/kaa-metadata/0.7.7/
  10. http://jaist.dl.sourceforge.net/project/freevo/kaa-metadata/0.7.7/
  11. http://nchc.dl.sourceforge.net/project/freevo/kaa-metadata/0.7.7/
  12. http://ncu.dl.sourceforge.net/project/freevo/kaa-metadata/0.7.7/
  13. http://netcologne.dl.sourceforge.net/project/freevo/kaa-metadata/0.7.7/
  14. http://osdn.dl.sourceforge.net/project/freevo/kaa-metadata/0.7.7/
  15. http://space.dl.sourceforge.net/project/freevo/kaa-metadata/0.7.7/
  16. http://sunet.dl.sourceforge.net/project/freevo/kaa-metadata/0.7.7/
  17. http://superb-dca3.dl.sourceforge.net/project/freevo/kaa-metadata/0.7.7/
  18. http://switch.dl.sourceforge.net/project/freevo/kaa-metadata/0.7.7/
  19. http://tenet.dl.sourceforge.net/project/freevo/kaa-metadata/0.7.7/
  20. http://ufpr.dl.sourceforge.net/project/freevo/kaa-metadata/0.7.7/
  21. http://waix.dl.sourceforge.net/project/freevo/kaa-metadata/0.7.7/

Number of commits found: 16

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
01 Feb 2013 15:04:01
Original commit files touched by this commit  0.7.7_5
ak search for other commits by this committer
- Fix all cases of 'No newline at end of file' in ports tree

Approved by: portmgr (bapt)
26 Jun 2012 12:45:06
Original commit files touched by this commit  0.7.7_5
rm search for other commits by this committer
- add patch to fix build when graphics/py-exiv2 is installed
- add dependency on py-exiv2 explicitly
- bump PORTREVISION because of dependency change

While here:
- use PYTHON_PKGNAMEPREFIX instead of PYTHON_SITELIBDIR
- strict python version to 2.x
- update pkg-descr:WWW
- correct pkg-plist

PR:             158987
Submitted by:   "J.R. Oldroyd" <fbsd at opal dot com> (maintainer)
01 Jun 2012 05:26:28
Original commit files touched by this commit  0.7.7_4
dinoex search for other commits by this committer
- update png to 1.5.10
21 Jan 2012 17:40:15
Original commit files touched by this commit  0.7.7_3
eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
17 Jan 2012 14:35:18
Original commit files touched by this commit  0.7.7_3
martymac search for other commits by this committer
- Update libdvdread and libdvdnav to 4.2.0 and bump dependent ports' revisions
- libdvdread: allow package building with libdvdcss if WITH_DVDCSS is set [1]
- libdvdread/libdvdnav: fix endianness handling [2]

Submitted by: olgeni [1], richo <richo@psych0tik.net> [2] (via mail to ports@)
PR: ports/162197 [1]
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.7.7_2
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
03 Jul 2011 13:38:45
Original commit files touched by this commit  0.7.7_2
ohauer search for other commits by this committer
- remove MD5
14 Sep 2010 18:58:52
Original commit files touched by this commit  0.7.7_2
makc search for other commits by this committer
Bump PORTREVISION for libdvdread dependants
28 Mar 2010 06:47:48
Original commit files touched by this commit  0.7.7_1
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
18 Feb 2010 09:28:39
Original commit files touched by this commit  0.7.7
lwhsu search for other commits by this committer
- Update to 0.7.7

PR:             ports/144053
Submitted by:   "J.R. Oldroyd" <fbsd AT opal.com> (maintainer)

Feature safe:   yes
05 Feb 2010 11:46:55
Original commit files touched by this commit  0.7.6_2
dinoex search for other commits by this committer
- update to jpeg-8
22 Aug 2009 00:28:34
Original commit files touched by this commit  0.7.6_1
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
31 Jul 2009 13:57:52
Original commit files touched by this commit  0.7.6_1
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
30 May 2009 18:52:18
Original commit files touched by this commit  0.7.6
miwi search for other commits by this committer
- Update to 0.7.6

PR:             135043
Submitted by:   "J.R. Oldroyd" <fbsd@opal.com> (maintainer)
10 Feb 2009 13:40:12
Original commit files touched by this commit  0.7.5_1
pav search for other commits by this committer
- Chase libdvdread update

Missed by:      rnoland
Reported by:    pointyhat
31 Jan 2009 12:30:07
Original commit files touched by this commit  0.7.5
beech search for other commits by this committer
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/130524
Submitted by:   J.R. Oldroyd <fbsd at opal.com>

Number of commits found: 16

284a
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24526
Broken 216
Deprecated 473
Ignore 635
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours10
new 7 days27
new fortnight57
new month213

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0