aboutsummaryrefslogtreecommitdiff
path: root/audio/vamp-plugin-sdk
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Chase libsndfile 1.0.30 update.Thomas Zander2020-10-011-0/+1
| | | | | | | | | Details: - Missing symbol sf_version_string, not auto-resolved by pkg + rebuild. - Bump PORTREVISION for consumers. Notes: svn path=/head/; revision=550824
* audio/vamp-plugin-sdk: Update 2.7.1 -> 2.9.0Yuri Victorovich2020-04-174-9/+8
| | | | | | | | | PR: 244513 Submitted by: David Schlachter <fbsd-bugzilla@schlachter.ca> Approved by: uddka@student.kit.edu (maintainer timeout; 45 days) Notes: svn path=/head/; revision=531888
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* This port needs to use new GCC from ports on GCC-based architectures,Mark Linimon2018-12-111-1/+1
| | | | | | | | | | | so add USES=compiler:c++11-lang. PR: 233866 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=487241
* - Update to 2.7.1Jose Alonso Cardenas Marquez2018-11-143-6/+7
| | | | | | | Approved by: maintainer timeout (10 days) Notes: svn path=/head/; revision=484943
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-212-7/+2
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-3/+3
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Update to 2.6Martin Wilke2015-12-224-8/+18
| | | | | | | | | | | | - Pass maintainership to submitter PR: 203106 Submitted: byuddka@student.kit.edu Approved by: mat (mentor) Differential Revision: D4659 Notes: svn path=/head/; revision=404228
* audio/vamp-plugin-sdk: Add DragonFly supportJohn Marino2015-03-261-4/+9
| | | | | | | | Bring in fix from dports (port is not maintained) I confirmed it still builds on FreeBSD. Notes: svn path=/head/; revision=382301
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-181-1/+1
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371234
* - Fix LICENSEDmitry Marakasov2014-10-033-5/+29
| | | | | | | | | | | | - Drop .la files - Strip stuff PR: 193557 Submitted by: amdmi3@amdmi3.ru Approved by: maintainer timeout Notes: svn path=/head/; revision=369900
* - Stage supportMartin Wilke2014-01-301-1/+0
| | | | Notes: svn path=/head/; revision=341853
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* 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
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-3/+1
| | | | | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix Notes: svn path=/head/; revision=325727
* Fix minor nit: use the canconical FreeBSD.org form for email addresses.Eitan Adler2013-03-171-6/+2
| | | | | | | | | | | | This was causing me issues when attempting to gather certain statistics. While here trim header Approved by: miwi, adrian, tj No objection from: db, bjk, cperciva, scheidell, osa Notes: svn path=/head/; revision=314460
* Vamp is an audio processing plugin system for plugins that extract descriptiveMartin Wilke2012-02-075-0/+86
information from audio data typically referred to as audio analysis plugins or audio feature extraction plugins. WWW: http://www.vamp-plugins.org/ PR: ports/164640 Submitted by: mathias.picker@gmx.de Notes: svn path=/head/; revision=290568