aboutsummaryrefslogtreecommitdiff
path: root/multimedia/py-kaa-metadata
Commit message (Collapse)AuthorAgeFilesLines
* - add patch to fix build when graphics/py-exiv2 is installedRuslan Makhmatkhanov2012-06-264-10/+24
| | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=300007
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=289563
* - Update libdvdread and libdvdnav to 4.2.0 and bump dependent ports' revisionsGanael LAPLANCHE2012-01-171-1/+1
| | | | | | | | | | | - 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] Notes: svn path=/head/; revision=289371
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276986
* Bump PORTREVISION for libdvdread dependantsMax Brazhnikov2010-09-141-1/+1
| | | | Notes: svn path=/head/; revision=261170
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 0.7.7Li-Wen Hsu2010-02-182-5/+4
| | | | | | | | | | PR: ports/144053 Submitted by: "J.R. Oldroyd" <fbsd AT opal.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=250028
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 0.7.6Martin Wilke2009-05-303-153/+155
| | | | | | | | PR: 135043 Submitted by: "J.R. Oldroyd" <fbsd@opal.com> (maintainer) Notes: svn path=/head/; revision=234853
* - Chase libdvdread updatePav Lucistnik2009-02-101-1/+2
| | | | | | | | Missed by: rnoland Reported by: pointyhat Notes: svn path=/head/; revision=227993
* The Kaa Media Repository is a set of python modules related toBeech Rintoul2009-01-314-0/+239
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> Notes: svn path=/head/; revision=227257