aboutsummaryrefslogtreecommitdiff
path: root/audio/tomahawk
Commit message (Collapse)AuthorAgeFilesLines
* devel/boost-*: update to 1.64.0Jan Beich2017-05-021-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472 Notes: svn path=/head/; revision=439934
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-251-1/+1
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1 Notes: svn path=/head/; revision=430692
* audio/tomahawk: explicitly link z library (for gold linker)John Marino2016-12-181-0/+1
| | | | Notes: svn path=/head/; revision=428825
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-1/+1
| | | | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Notes: svn path=/head/; revision=426908
* Chase dependencies affected by the name change devel/google-sparsehash -> ↵Matthew Seaman2016-09-301-1/+1
| | | | | | | | | | | devel/sparsehash Which sould fix the INDEX Submitted by: cperciva Notes: svn path=/head/; revision=422976
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961 Notes: svn path=/head/; revision=420774
* - Update to version 0.7.0 [1]Pawel Pekala2016-07-281-1/+1
| | | | | | | | | | - Bump all affected ports, ABI change PR: 211417 [1] Submitted by: maintainer Notes: svn path=/head/; revision=419227
* Cleanup patches, a* categories.Mathieu Arnold2016-07-263-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
* audio/tomahawk remove wrongly used PLIST_SUB from pkg-plistKurt Jaeger2016-06-121-1/+1
| | | | | | | | PR: 210117 Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde) Notes: svn path=/head/; revision=416769
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-16/+16
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411990
* x11-toolkits/attica: Change the location where we install its headers.Raphael Kubo da Costa2016-03-091-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In preparation for the upcoming KDE Frameworks 5 and Plasma 5 ports, install attica's headers into include/attica/attica instead of include/attica. Users of attica reference the headers in the code with #include <attica/foo.h> which means the compiler is passed -I${LOCALBASE}/include for the headers to be found. The KDE Frameworks 5 version of attica installs the headers into include/KF5/attica, so depending on the other of the arguments the compiler can end up being passed -I${LOCALBASE}/include -I${LOCALBASE}/include/KF5 leading to the wrong attica headers being used instead. By changing the header location, we make sure one passes -I${LOCALBASE}/include/attica to use the attica 0.4.2 headers. The original idea and code came from Tobias Berner <tcberner@gmail.com>, with further improvements from myself. While here, add some comments explaining why some sed calls are made in the post-patch target. Last but not least, audio/tomahawk had to be patched for the attica headers to be properly found now that they are no longer in ${LOCALBASE}/include. The patch itself contains a larger explanation of what had to be done. All other ports depending on x11-toolkits/attica work fine without any changes. Submitted by: Tobias Berner <tcberner@gmail.com> (original version) Notes: svn path=/head/; revision=410702
* Correctly mark the port as unmaintained after r392689.Raphael Kubo da Costa2016-03-091-1/+1
| | | | Notes: svn path=/head/; revision=410701
* Add upstream patch to fix taglib version detectionJason E. Hale2016-01-031-0/+26
| | | | | | | | Reported by: pkg-fallout Obtained from: https://github.com/tomahawk-player/tomahawk/commit/ee4656383a92a78299aff6f8637f174fff328e98 Notes: svn path=/head/; revision=405159
* Another port, that requires a C++11 compilerTilman Keskinoz2015-07-221-2/+2
| | | | | | | | | Drop maintainership Reported by: pkg-fallout Notes: svn path=/head/; revision=392689
* Oops, Fix INDEX breakage, port was renamed recently.Tilman Keskinoz2015-07-191-1/+1
| | | | Notes: svn path=/head/; revision=392495
* Update to 0.8.4Tilman Keskinoz2015-07-199-130/+174
| | | | | | | Based on patch from: nivit Notes: svn path=/head/; revision=392490
* Update ports in the a* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-4/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385514
* - Update devel/qca to version 2.1.0Tijl Coosemans2015-01-121-2/+1
| | | | | | | | | | | | | - Plugins are no longer available separately so remove security/qca-* and replace them with options in devel/qca - Adjust all ports that depended on security/qca-* - This also fixes the build of the OpenSSL plugin when OpenSSL doesn't support SSLv2 Approved by: kde (rakuco) Notes: svn path=/head/; revision=376838
* Cleanup plistBaptiste Daroussin2014-10-201-33/+0
| | | | Notes: svn path=/head/; revision=371234
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Add patch to fix build with libc++Tilman Keskinoz2014-08-171-0/+13
| | | | Notes: svn path=/head/; revision=365190
* Grab maintainershipTilman Keskinoz2014-08-152-4/+5
| | | | | | | | Stage Fix build Notes: svn path=/head/; revision=364979
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-061-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360923
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-181-1/+1
| | | | Notes: svn path=/head/; revision=344898
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-1/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340670
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-11/+11
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* - Respect CMAKE_BUILD_TYPEMax Brazhnikov2013-12-042-4/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=335626
* 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 0.7.0Nicola Vitale2013-06-286-20/+354
| | | | | | | | | | | - Move textproc/clucene from BUILD_DEPENDS to LIB_DEPENDS - Remove GH_TAGNAME - Add PORTVERSION to PLIST_SUB - Remove files/patch-src__libtomahawk__Source.cpp - Add files/patch-src__libtomahawk__sip__PeerInfo.cpp Notes: svn path=/head/; revision=321989
* - Update to 0.6.1Nicola Vitale2013-05-026-14/+52
| | | | | | | | | | | - Installation of phonon-backends in now an option [1] - Add a patch for detecting CLucene library Build log: http://goo.gl/5ghAb Suggested by: makc (http://goo.gl/Un5CA ) [1] Notes: svn path=/head/; revision=317104
* 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
* - Fix dependency on net-im/libjreenNicola Vitale2013-03-071-1/+1
| | | | | | | Pointed out by: makc Notes: svn path=/head/; revision=313592
* - Re-enable color output during the building phaseNicola Vitale2013-03-071-2/+1
| | | | | | | Suggested by: makc Notes: svn path=/head/; revision=313589
* Tomahawk is a music player that fundamentally changes the way music isNicola Vitale2013-03-066-0/+130
consumed and shared. It decouples the name of the song from the source it was shared from - and fulfills the request using all of your available sources. This creates a universal translation layer across music repositories, streaming services and geographic territories. WWW: http://www.tomahawk-player.org/ Notes: svn path=/head/; revision=313554