aboutsummaryrefslogtreecommitdiff
path: root/audio/slv2
Commit message (Collapse)AuthorAgeFilesLines
* - Add staging supportPawel Pekala2014-04-081-5/+4
| | | | | | | - Convert to USES=tar:bzip2 Notes: svn path=/head/; revision=350594
* - Fix the usage of 'python' to get rid of the implicit lang/pythonMarcus von Appen2013-11-241-5/+5
| | | | | | | | dependency - Change LIB_DEPENDS to the new format Notes: svn path=/head/; revision=334718
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also setBryan Drewery2013-05-041-2/+0
| | | | | | | | | | | | | | | MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER} without any extra logic. - Cleanup ports working around the empty MAKE_JOBS_NUMBER - This also fixes several ports that were expecting MAKE_JOBS_NUMBER to always have a number Reviewed by: bapt Spotted by: John Marino <draco@marino.st> With hat: portmgr Notes: svn path=/head/; revision=317320
* Convert USE_PKGCONFIG -> USES=pkgconf for audio categoryBaptiste Daroussin2013-04-221-6/+2
| | | | Notes: svn path=/head/; revision=316287
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* For the ports that are maintained by ports@ that have pkgconfig as theirDoug Barton2012-07-221-2/+2
| | | | | | | | | only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids needlessly pulling that file in. Notes: svn path=/head/; revision=301357
* - Update to 0.6.6Dennis Herrmann2011-08-316-49/+39
| | | | | | | | PR: ports/160081 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=280906
* reset maintainerBaptiste Daroussin2011-06-121-1/+1
| | | | | | | Submitted by: maintainer (by mail) Notes: svn path=/head/; revision=275443
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Add forgotten USE_LDCONFIGDmitry Marakasov2008-11-261-0/+1
| | | | Notes: svn path=/head/; revision=223426
* SLV2 is a library to make the use of LV2 plugins as simple asDmitry Marakasov2008-11-267-0/+101
possible for applications. WWW: http://drobilla.net/software/slv2/ PR: 129158 Submitted by: xaimus <xaimus at gmail dot com> Notes: svn path=/head/; revision=223425