aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libkate
Commit message (Collapse)AuthorAgeFilesLines
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionBaptiste Daroussin2015-09-161-1/+1
| | | | | | | | | | | All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop Notes: svn path=/head/; revision=397077
* Enforce unicode version of wxGTKBaptiste Daroussin2015-09-131-0/+1
| | | | Notes: svn path=/head/; revision=396852
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-02-011-2/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=378270
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* - Convert ports of multimedia/ to new USES=pythonMarcus von Appen2014-10-211-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371331
* - 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 Notes: svn path=/head/; revision=367855
* 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 Notes: svn path=/head/; revision=364450
* Add libtool:oldver to USESBarbara Guida2014-05-121-2/+2
| | | | Notes: svn path=/head/; revision=353803
* - Support stagingEmanuel Haupt2014-02-092-20/+20
| | | | | | | | | | - Define DOCS - Use gmake USES macro instead of USE_GMAKE - Update LICENSE - Use new LIB_DEPENDS syntax Notes: svn path=/head/; revision=343494
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* - Convert to OptionsNGBarbara Guida2012-12-271-50/+27
| | | | | | | | | | | - Improve handling of different options combinations - Trim Makefile header - Update my email address Approved by: flo, rene (mentors) Notes: svn path=/head/; revision=309556
* 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) Notes: svn path=/head/; revision=301539
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-2/+2
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
| | | | Notes: svn path=/head/; revision=297915
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build FreeBSD 10Martin Wilke2011-10-281-0/+1
| | | | Notes: svn path=/head/; revision=284554
* - Update to 0.4.1Dennis Herrmann2011-09-134-56/+93
| | | | | | | | PR: ports/160347 Submitted by: Barbara <barbara.xxx1975@libero.it> (maintainer) Notes: svn path=/head/; revision=281733
* - Update to 0.3.8.Stephen Montgomery-Smith2011-07-035-48/+48
| | | | | | | | | PR: ports/158563 Submitted by: Barbara <barbara.xxx1975@libero.it> Approved by: gabor (mentor) Notes: svn path=/head/; revision=277014
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276986
* Over to new volunteer.Mark Linimon2011-07-011-1/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=276815
* - Bump PORTREVISION to force rebuild after python update.Martin Wilke2011-03-051-1/+1
| | | | Notes: svn path=/head/; revision=270340
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+2
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* - Update to 0.3.7Martin Matuska2010-04-143-113/+22
| | | | | | | | | | | - Make HTML docs optional PR: ports/145236 Submitted by: myself Approved by: maintainer (timeout) Notes: svn path=/head/; revision=252669
* - fix build for png-1.4.1Dirk Meyer2010-04-031-0/+36
| | | | Notes: svn path=/head/; revision=252097
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-2/+2
| | | | Notes: svn path=/head/; revision=237283
* - This port does not need gnomelibsPav Lucistnik2009-03-301-1/+2
| | | | | | | | | PR: ports/132076 Reported by: Marcin Cieslak <saper@SYSTEM.PL> Approved by: maintainer timeout (anders; 1 month) Notes: svn path=/head/; revision=231333
* Remove unnecessary patch.Anders Nordby2008-10-181-11/+0
| | | | Notes: svn path=/head/; revision=221740
* Add libkate, codec for karaoke and text encapsulation for Ogg.Anders Nordby2008-10-186-0/+203
Notes: svn path=/head/; revision=221738