aboutsummaryrefslogtreecommitdiff
path: root/audio/liblastfm
Commit message (Collapse)AuthorAgeFilesLines
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-5/+8
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* - Update audio/liblastfm to 1.0.9-5-g4433165 [1]Jason E. Hale2018-04-174-45/+63
| | | | | | | | | | | | | | | - Add audio/liblastfm-qt5 slave port which provides a Qt 5 interface [1] - Explicitly mark UrlBuilder::mobilize() as deprecated - Allow Qt4 and Qt5 versions to be installed concurrently - Make sure liblastfm creates the directories it uses instead of relying on client apps to do so PR: 226530 [1] Submitted by: Greg V <greg@unrelenting.technology> [1] Notes: svn path=/head/; revision=467663
* Fix 301 redirects in the UrlBuilder classJason E. Hale2018-04-055-5/+171
| | | | | | | | | | | | | | - http scheme redirects to https - Mobile website (m.last.fm) redirects to www.last.fm - Localized hosts redirect e.g. www.lastfm.de to www.last.fm/de - New localePath() function has been added to handle the localized base path since the library was localizing using the host before. This is not an official fix, but upstream is pretty dead. Move USES upward Convert CMAKE_ARGS to CMAKE_ON Notes: svn path=/head/; revision=466574
* - Fix LICENSEJason E. Hale2017-01-063-11/+55
| | | | | | | | | | - Pare down dependencies to the options that require them - Add TEST_TARGET to actually run the tests - Support symbol visibility with clang - Silence a few warnings Notes: svn path=/head/; revision=430702
* http://github.com redirects to https://github.com, spare everyone a redirect.Mathieu Arnold2016-12-021-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427548
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Update to 1.0.9Jason E. Hale2015-05-093-11/+10
| | | | | | | Rename TESTS option to the more standard TEST Notes: svn path=/head/; revision=385883
* Update ports in the a* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-3/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385514
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-0/+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
* - Trim @dirrm[try] from pkg-plistJason E. Hale2014-09-221-1/+0
| | | | Notes: svn path=/head/; revision=368884
* - Update to 1.0.8Jason E. Hale2014-09-023-8/+11
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=366986
* math/fftw3:Tijl Coosemans2014-08-311-0/+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 new OPTIONS featuresDmitry Marakasov2014-03-071-25/+9
| | | | | | | | - After switch to cmake, it should be MAKE_JOBS_SAFE - Remove unneeded lines Notes: svn path=/head/; revision=347419
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340670
* Stage supportAntoine Brodin2014-01-161-1/+0
| | | | Notes: svn path=/head/; revision=339969
* Maintainer is no longer in a position to maintain this portAntoine Brodin2014-01-101-1/+1
| | | | Notes: svn path=/head/; revision=339379
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-3/+3
| | | | | | | | | 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 USE_PKGCONFIG -> USES=pkgconf for audio categoryBaptiste Daroussin2013-04-221-2/+1
| | | | Notes: svn path=/head/; revision=316287
* - 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
* - Re-enable color output during the building phaseNicola Vitale2013-03-071-2/+0
| | | | | | | Suggested by: makc Notes: svn path=/head/; revision=313589
* - Update to 1.0.6 [1]Nicola Vitale2013-03-067-133/+81
| | | | | | | | | | | | | | | | | | - Trim header [1] - Switch to the active, and officially supported by the Lasf.fm staff, fork on GitHub as master download site - Update COMMENT - Add LICENSE (GPLv3) - Add options FINGERPRINT (default ON), TESTS (default OFF) [1] - Update WWW URL and description in pkg-descr - Remove files/* [1] PR: ports/175779 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> [1] Approved by: Matt Tosto <datahead4@gmail.com> (mantainer timeout > 1 month) Notes: svn path=/head/; revision=313548
* - Fix loop in a way that likely terminates before the array overflows [1]Dima Panov2012-06-122-1/+15
| | | | | | | | | | - Allow to be built with clang Obtained from: pkgsrc [1] Approved by: maintainer (implicit) Notes: svn path=/head/; revision=299100
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* fix the build by adjusting LIB_DEPENDS after changes toBrendan Fabeny2012-03-061-1/+2
| | | | | | | | | audio/libsamplerate Reported by: pav Notes: svn path=/head/; revision=292804
* - update fftw3* to 3.3 [1], and adjust dependent portsBrendan Fabeny2011-10-171-2/+2
| | | | | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen Notes: svn path=/head/; revision=283695
* - A better fix for Ruby 1.9 compilationSteve Wills2011-07-282-5/+36
| | | | Notes: svn path=/head/; revision=278441
* - Update to 0.3.3Steve Wills2011-04-054-22/+30
| | | | | | | - Fix build with Ruby 1.9 Notes: svn path=/head/; revision=272228
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Fix build with custom prefix/localbasePhilip M. Gollucci2010-12-101-1/+1
| | | | | | | | | PR: ports/150605 Submitted by: Tim Bishop <tim@bishnet.net> Approved by: datahead4@gmail.com (maintainer) Notes: svn path=/head/; revision=266028
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Fix build with ruby>= 1.9Martin Wilke2009-11-021-2/+6
| | | | | | | | | PR: 139438 Submitted by: Mel <mel@rachie.is-a-geek.net> Approved by: maintainer Notes: svn path=/head/; revision=243670
* - Update to 0.3.0Dima Panov2009-09-055-39/+45
| | | | | | | | | PR: 138490 Approved by: maintainer (implicit) Approved by: miwi (mentor) Notes: svn path=/head/; revision=240921
* Bump PORTREVISION for previous change.Ion-Mihai Tetcu2009-06-151-0/+1
| | | | Notes: svn path=/head/; revision=235892
* - unbreak build by adding bash to BUILD_DEPENDS, and not trying to replace itIon-Mihai Tetcu2009-06-152-7/+3
| | | | | | | | | | | by sh - serach for bash and ruby in LOCALBASE Submitted by: maintainer Prompted by: QATty Notes: svn path=/head/; revision=235891
* - Provide actual date the port was createdDmitry Marakasov2009-06-101-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=235542
* liblastfm is a collection of libraries to help you integrate Last.fm servicesDmitry Marakasov2009-06-105-0/+90
into your rich desktop software. It depends on Qt 4.4. WWW: http://github.com/mxcl/liblastfm/tree/master PR: 135347 Submitted by: Matt Tosto <datahead4@gmail.com> Notes: svn path=/head/; revision=235518