aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libkate
Commit message (Collapse)AuthorAgeFilesLines
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-02-021-2/+0
| | | | Approved by: portmgr blanket
* Bump portrevision after png updateBaptiste Daroussin2014-12-261-1/+1
|
* - Convert ports of multimedia/ to new USES=pythonMarcus von Appen2014-10-221-1/+1
| | | | Approved by: portmgr (implicit)
* - Drop .la files for multimedia/libkate, no dependees require themDmitry Marakasov2014-09-102-6/+7
| | | | | | | - Add LICENSE_FILE - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* Convert the Python framework bits to USES=python.Marcus von Appen2014-08-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Please use USES=python instead of USE_PYTHON. USE_PYTHON=yes becomes USES=python USE_PYTHON=2.7+ becomes USES=python:2.7+ USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build ... A new PYTHON_FEATURES variable was added, which enables certain features for a port and replaces some knobs at the same time; PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK PYTHON_FEATURES=noegginfo replaces PYDISTUTILS_NOEGGINFO PYTHON_FEATURES=concurrent replaces PYTHON_CONCURRENT_INSTALL PYTHON_FEATURES=pythonprefix replaces USE_PYTHON_PREFIX Some knobs have been deprecated and are to be removed in the near future: PYTHON_MASTER_SITES - use MASTER_SITE_PYTHON instead PYTHON_PKGNAMESUFFIX - use PYTHON_PKGNAMEPREFIX instead PYDISTUTILS_INSTALLNOSINGLE - deprecated without replacement Some knobs have been removed completely: PYTHON_MASTER_SITE_SUBDIR PYTHON_DISTNAME PYTHON_WRKSRC Several variables specific to the Python framework are no longer passed to the build environment to avoid polluting dependency builds. PYTHON_VERSION is not passed to .MAKEFLAGS anymore PYTHON_DEFAULT_VERSION, PYTHON_DEFAULT_PORTVERSION and PYTHONBASE are not passed to the make environment anymore The conversion required a couple of ports to be updated to fit the changes and new requirements. Those included "bsd.python.mk" directly or contained checks in places, for which the USES framework would fail to provide correct values. Python modules directly using the upstream Python package (such as py-tkinter or py-sqlite3) were updated to avoid using the now unnecessary and remmoved knobs from "bsd.python.mk". Phabric: D399 exp-run: 167368 192357 PR: 167368 192357 Reviewed by: antoine, wg Exp-run award: antoine With hat: python@ Approved by: portmgr
* Add libtool:oldver to USESBarbara Guida2014-05-121-2/+2
|
* - Support stagingEmanuel Haupt2014-02-092-20/+20
| | | | | | | - Define DOCS - Use gmake USES macro instead of USE_GMAKE - Update LICENSE - Use new LIB_DEPENDS syntax
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | multimedia)
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
|
* - Convert to OptionsNGBarbara Guida2012-12-281-50/+27
| | | | | | | | - Improve handling of different options combinations - Trim Makefile header - Update my email address Approved by: flo, rene (mentors)
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat)
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-201-2/+2
| | | | directly or indirectly (via libvorbis, libtheora).
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
|
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
|
* - Fix build FreeBSD 10Martin Wilke2011-10-291-0/+1
|
* - Update to 0.4.1Dennis Herrmann2011-09-144-56/+93
| | | | | PR: ports/160347 Submitted by: Barbara <barbara.xxx1975@libero.it> (maintainer)
* - Update to 0.3.8.Stephen Montgomery-Smith2011-07-045-48/+48
| | | | | | PR: ports/158563 Submitted by: Barbara <barbara.xxx1975@libero.it> Approved by: gabor (mentor)
* - remove MD5Olli Hauer2011-07-031-1/+0
|
* Over to new volunteer.Mark Linimon2011-07-021-1/+1
| | | | Approved by: maintainer
* - Bump PORTREVISION to force rebuild after python update.Martin Wilke2011-03-051-1/+1
|
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-071-1/+2
| | | | (via libvorbis, libtheora).
* - Update to 0.3.7Martin Matuska2010-04-143-113/+22
| | | | | | | | - Make HTML docs optional PR: ports/145236 Submitted by: myself Approved by: maintainer (timeout)
* - fix build for png-1.4.1Dirk Meyer2010-04-031-0/+36
|
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-071-2/+2
|
* - This port does not need gnomelibsPav Lucistnik2009-03-311-1/+2
| | | | | | PR: ports/132076 Reported by: Marcin Cieslak <saper@SYSTEM.PL> Approved by: maintainer timeout (anders; 1 month)
* Remove unnecessary patch.Anders Nordby2008-10-191-11/+0
|
* Add libkate, codec for karaoke and text encapsulation for Ogg.Anders Nordby2008-10-196-0/+203