aboutsummaryrefslogtreecommitdiff
path: root/audio/fplib
Commit message (Collapse)AuthorAgeFilesLines
* - Remove bogus (in presence of USE_GITHUB) USES=tar*Dmitry Marakasov2016-12-271-3/+2
| | | | | | | | | - Fix license: actual license for code is GPLv3+, LGPL is for debian changes only Approved by: portmgr blanket Notes: svn path=/head/; revision=429625
* - Use GitHub repository directlySunpoet Po-Chuan Hsieh2016-12-182-3/+8
| | | | Notes: svn path=/head/; revision=428859
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=423014
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-1/+1
| | | | | | | | | | 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-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Add a patch to explicitly link against libfplib.so.Raphael Kubo da Costa2016-03-191-0/+15
| | | | | | | | | | | | | | What the port was doing was never right, but the upcoming CMake 3.5.0 makes the build failures happen more often. Using target_link_libraries() with a name like fplib will just pass -lfplib to the linker instead of declaring a dependency between the lastfm-fpclient and fplib_shared targets and parallel builds may break. PR: 208033 Notes: svn path=/head/; revision=411399
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2015-10-191-8/+2
| | | | | | | - Use USES=localbase Notes: svn path=/head/; revision=399748
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371234
* math/fftw3:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD Notes: svn path=/head/; revision=366788
* - Use USES=tar:xzSunpoet Po-Chuan Hsieh2014-03-141-2/+1
| | | | Notes: svn path=/head/; revision=348262
* - Cleanup MakefileSunpoet Po-Chuan Hsieh2014-02-061-1/+0
| | | | Notes: svn path=/head/; revision=343108
* Chase libmad changesBaptiste Daroussin2014-02-051-0/+1
| | | | Notes: svn path=/head/; revision=342735
* - Update to 20121001Sunpoet Po-Chuan Hsieh2013-10-232-16/+13
| | | | | | | | | | | - Add LICENSE - Convert to new LIB_DEPENDS format - Support STAGEDIR Changes: https://github.com/lastfm/Fingerprinter/commits/master Notes: svn path=/head/; revision=331401
* 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
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Mark jobs unsafeBaptiste Daroussin2013-07-101-0/+1
| | | | | | | | Convert to USES=gmake where appropriate Trim headers Notes: svn path=/head/; revision=322689
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Update to 20120911Sunpoet Po-Chuan Hsieh2012-09-303-21/+20
| | | | | | | | | - Cleanup Makefile header Changes: https://github.com/lastfm/Fingerprinter/commits/master/ Notes: svn path=/head/; revision=305073
* fix the build by adjusting LIB_DEPENDS after changes toBrendan Fabeny2012-03-061-0/+2
| | | | | | | | | audio/libsamplerate Reported by: pav Notes: svn path=/head/; revision=292837
* - Add fplib 20100712Sunpoet Po-Chuan Hsieh2011-11-123-0/+59
The last.fm fingerprint library The fingerprinting process works in two steps: 1. Get PCM data and pass it to *fplib* which will return byte string to be submitted to the last.fm HTTP fingerprint service. This will return a number (fingerprintID). 2. Query the last.fm API with the fingerprintID and obtain the metadata in xml format. The lastfmfpclient directory contains an example of application that uses fplib and queries both services. WWW: https://github.com/lastfm/Fingerprinter Feature safe: yes Notes: svn path=/head/; revision=285654