aboutsummaryrefslogtreecommitdiff
path: root/audio/clementine-player
Commit message (Collapse)AuthorAgeFilesLines
* Update clementine-player to Upstream Release 1.3.1:Sean Bruno2016-05-1110-691/+739
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/clementine-player/Clementine/releases Requires the sqlite port to have FTS3_TOKENIZER enabled. Add a note to UPDATING about this. Fixes so many bugs, that its hard to keep up. Add PulseAudio support. Add Microsoft SkyDrive Support. Add Amazon Cloud Drive Support. Require the use of security/cryptopp for lastFM. Update to gstreamer1. Sort options and Makefile a bit. Fix typo in MTP_DEVICE. Upstream has fixed CD playback on FreeBSD. Differential Revision: https://reviews.freebsd.org/D6200 Notes: svn path=/head/; revision=415032
* Update libcdio: 0.92 -> 0.93Tilman Keskinoz2016-04-291-1/+1
| | | | | | | | | Udpate libcdio-paranoia: 10.2+0.90+1 -> 10.2+0.93+1 Bump PORTREVISIONs of dependents because of shared library version bump. Notes: svn path=/head/; revision=414276
* - Update audio/chromaprint to 1.3.1Jason E. Hale2016-04-151-1/+1
| | | | | | | | | | - Chase shlib bump PR: 208819 Submitted by: Ben Woods <woodsb02@gmail.com> Notes: svn path=/head/; revision=413370
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-13/+13
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* qt4-moc: Add more Boost include guards to moc's definition list.Raphael Kubo da Costa2016-03-242-29/+0
| | | | | | | | | | | | | | | | | In preparation for updating Boost to 1.60, add include guards from more Boost headers to the list of macros that moc automatically defines when processing files. As explained in r408911, Qt4's moc cannot parse some constructs used by a few Boost headers, so we define their include guards to make moc skip them. This is a cleaner approach that allows us to largely revert r408472, r408473, r408474, r408475, r408502, r408773 and r408419, which added several patches to many ports to work around this moc bug. PR: 199601 PR: 208322 Notes: svn path=/head/; revision=411765
* - Fix build with boost 1.60Dmitry Marakasov2016-02-083-5/+35
| | | | | | | | | | | - Fix LICENSE - Pet portlint PR: 199601 Approved by: portmgr blanket Notes: svn path=/head/; revision=408472
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-85/+44
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* 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
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-291-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=373636
* Cleanup plistBaptiste Daroussin2014-10-201-10/+0
| | | | Notes: svn path=/head/; revision=371234
* - Update to 2.6.0Sunpoet Po-Chuan Hsieh2014-10-041-1/+1
| | | | | | | | | | | | | | | | - Update MASTER_SITES - Add my LOCAL to MASTER_SITES - Use USE_CSTD - Use MAKE_CMD - Reformat pkg-descr - Update WWW - Take maintainership - Bump PORTREVISION for devel/protobuf shlib change Changes: https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt Notes: svn path=/head/; revision=369969
* - Chase libplist shlib bump.Alberto Villa2014-09-281-1/+1
| | | | Notes: svn path=/head/; revision=369504
* 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
* Update CMake to 3.0.1.Raphael Kubo da Costa2014-09-021-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 3.0 series is an incremental improvement over the previous 2.8 series despite the major version number change. A list of important changes is available at http://www.cmake.org/cmake/help/v3.0/release/3.0.0.html On the porting side * The minimum FreeBSD release we have to support in the ports tree is now recent enough that ports/168671 can finally be committed: instead of building and using CMake's own copies of bzip2, curl, expat, libarchive, liblzma and zlib, we use the versions in ports and/or the base system. * CMake's documentation system has been changed and vastly improved at the cost of now depending on Sphinx. We still generate only man pages, but can start generating the HTML documentation in the future if desired. * devel/cmake-gui now uses Qt5 instead of Qt4 and does not needlessly build the ncurses UI that is installed by devel/cmake itself. * CMake commit 3816cd2 fixes a longstanding issue in the detection of the Python interpreter and its libraries, but requires us to revert a workaround for that in Mk/Uses/python.mk itself, effectively reverting the patch introduced by ports/168159. * Similarly, a few ports had to be fixed manually due to CMake being stricter when parsing some files or the ports detecting Python the wrong way. Fortunately, they all had been fixed upstream so I just grabbed the appropriate commits and pointed to them in the patches. science/gnudatalanguage had to have its PORTREVISION bumped because switching to USES=cmake:outsource removed a few files from the plist that were not supposed to have been installed in the first place. PR: 168671 PR: 192644 Notes: svn path=/head/; revision=366996
* 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
* Chase library dependencies after libcdio <-> libcdio-paranoia splitTilman Keskinoz2014-08-091-1/+1
| | | | | | | PR: 192271 Notes: svn path=/head/; revision=364423
* USES=execinfoBaptiste Daroussin2014-08-041-4/+3
| | | | Notes: svn path=/head/; revision=364066
* Update pkg-plist to not package share/clementine if port option VISUALIZATIONSSean Bruno2014-08-031-1/+1
| | | | | | | | | is not set. Reported by: peter Notes: svn path=/head/; revision=363925
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-231-1/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=362629
* audio/rhythmbox: drop :keeplaTijl Coosemans2014-07-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip multimedia/libaacs: - USES=libtool pathfix - Add INSTALL_TARGET=install-strip - Avoid USE_AUTOTOOLS - Remove plist target, superseded by makeplist multimedia/libbluray: - USES=libtool pathfix - Add INSTALL_TARGET=install-strip - Avoid USE_AUTOTOOLS - Remove plist target, superseded by makeplist - Use OPTIONS_SUB - Replace patch with post-patch command Bump dependent ports Notes: svn path=/head/; revision=362200
* Update clementine-player to 1.2.3Sean Bruno2014-05-266-79/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move distfile location to GitHub - Remove three uneeded patches accepted upstream - Add one new patch for <functional> support - Add new dependency on libechonest From Changelog: Version 1.2.3: Bugfixes: * Fix compilation with GCC 4.9. * (Linux) Fix poor search performance with sqlite 3.8. * (Ubuntu) Fix dependency issues on Ubuntu 14.04. * (Windows) Upgrade to OpenSSL 1.0.1g to fix CVE-2014-0160. Version 1.2.2: Major features: * (Android Remote) Add kittens support. Bugfixes: * Rename SkyDrive to OneDrive. * Don't include the user's IP address in the log (from the network remote settings dialog). * (Debian) Fix a bug with HTTPS logins to all cloud storage providers. * (Mac OS X) Fix a bug in the workaround for a weird font issue on 10.9. * (Mac OS X) Fix rendering of source icons on retina displays. * (Android Remote) Don't advertise songs that aren't available. * (Android Remote) Fix playing songs with special characters in filenames. Reviewed by: mat@ Notes: svn path=/head/; revision=355424
* Update clementine to deal with clan 3.4 deprecating the register keywordSean Bruno2014-03-192-1/+14
| | | | | | | Add patch to clear an error about an amibigous == Notes: svn path=/head/; revision=348623
* Chase the move of libmtp from audio to multimedia.Gerald Pfeifer2014-03-091-1/+1
| | | | | | | | PR: 175266 Reported by: makc, cperciva Notes: svn path=/head/; revision=347686
* Update pkg-plist to handle the case where Visualisation is disabled.Sean Bruno2014-01-192-574/+577
| | | | | | | | PR: ports/185597 Submitted by: mandree@ Notes: svn path=/head/; revision=340347
* Update distinfo to please portlint: remove MD5, add SIZE.Matthias Andree2014-01-141-1/+1
| | | | Notes: svn path=/head/; revision=339649
* NO_STAGE doesn't seem to make any difference in build failures reportedSean Bruno2014-01-111-1/+0
| | | | | | | | | by users of this port. seems to pass make stage/orphans etc. PR: ports/185597 Notes: svn path=/head/; revision=339442
* Put back NO_STAGE that was removed in svn r338393.Sean Bruno2014-01-111-1/+2
| | | | | | | PR: ports/185597 Notes: svn path=/head/; revision=339434
* Add QT imageformats to resolve issues with rendering album coversSean Bruno2014-01-051-2/+4
| | | | | | | PR: ports/175987 Notes: svn path=/head/; revision=338731
* - Changed mainteiner from vg to sbrunoVeniamin Gvozdikov2014-01-031-1/+1
| | | | | | | Submitted by: myself Notes: svn path=/head/; revision=338566
* Trying to be smart, always punishes one in the end.Sean Bruno2014-01-011-1/+2
| | | | | | | | | | | | SPOTIFY support isn't something that can be compiled out of clementine. You must *either* compile the binary blob in to the application *or* enable the downloader via QCA. You cannot disable them. I suspect, from the changes I've made, someone already figured this out originally. :-) Notes: svn path=/head/; revision=338399
* Add DropBox & BOX remote file storage support and enable on bySean Bruno2014-01-011-27/+22
| | | | | | | | | | | | | | | | | | | | | default Remove NO_STAGE Remove MAKE_JOBS_UNSAFE Remove BUILTINTAGLIB, this is only relevant for distributions that have a taglib package < 1.8 Remove SPOTIFY support. Requires vendor binary library that does not currently support FreeBSD. The QCA code is a tool to fetch this library if enabled. Remove -DIMOBILEDEVICE as its not a Cmake build options for this port Reviewed by: vg Notes: svn path=/head/; revision=338393
* 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
* Use compiler:c++11-lib to get this port to compile on stable/9Sean Bruno2013-12-072-1/+4
| | | | | | | | | Add a couple of dirrmtry missing from the last run Submitted by: Jimmy Olgeni <olgeni@olgeni.com> Notes: svn path=/head/; revision=335837
* Update to Clementine 1.2.1Sean Bruno2013-12-042-4/+3
| | | | | | | | | | | | | | Version 1.2.1: Bugfixes: * Fix library download in the network remote. * Fix removing songs from playlist in the network remote. * Fix login failures with box.com. * (Mac OS X) Add a workaround for a weird font issue on 10.9. * (Linux) Fix a typo that would prevent the Spotify downloader button from ever being shown Notes: svn path=/head/; revision=335623
* Pointyhat to me.Sean Bruno2013-12-031-4/+4
| | | | | | | | | | | | | | | | SPOTIFY support references the built in clementine library support module for the service that requires qca2 support. SPOTIFY_BLOB references some magical external library (from the vendor), that can be used in its place. There isn't a clearly obvious way to disable SPOTIFY support alltogether and the original, pre svn r335260 version of the SPOTIFY logic is correct Reported by: Jimmy Olgeni <olgeni@olgeni.com> Notes: svn path=/head/; revision=335589
* Typo fix: s/DEBUS/DBUS/gSean Bruno2013-12-031-3/+3
| | | | | | | | | Recomment out maintainer line comment at top of file Submitted by: makc@ Notes: svn path=/head/; revision=335571
* after review from makc@Sean Bruno2013-12-022-14/+6
| | | | | | | | | | | | | | | | Bump PORTREVISION becuase ... - Remove WITH_DEBUG - Enable DBUS for all configurations - Remove DBUS as a configuration option - Remove GOOGLE_DRIVE as a default option, google sparsehash will not build currently. - Remove share/applications from plist PR: ports/182107 Notes: svn path=/head/; revision=335448
* Update audio/clementine-player to 1.2.0Sean Bruno2013-11-3013-139/+702
| | | | | | | | | This now works on 11-current PR: ports/178687 Notes: svn path=/head/; revision=335260
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with a) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331267
* Certain automated tools fail when @FreeBSD.org is not capitalized appropriatly.Eitan Adler2013-09-261-1/+1
| | | | | | | Fix ports which don't follow convention. Notes: svn path=/head/; revision=328410
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-081-1/+1
| | | | | | | Obtained from: portmgr (bapt) Notes: svn path=/head/; revision=326709
* - Removed support IMOBILEDEVICE because developers does not support itVeniamin Gvozdikov2013-08-251-13/+4
| | | | | | | | | | | details: http://code.google.com/p/clementine-player/source/detail?r=3d434f1c8818 PR: ports/178687 Submitted by: Justin <freebsd.users@gmail.com> Approved by: eadler (mentor) Notes: svn path=/head/; revision=325333
* - Added conflict with Qt3Veniamin Gvozdikov2013-08-102-0/+13
| | | | | | | | | | | - Fixed build with new glibc PR: ports/175429 Submitted by: Heino Tiedemann <rotkap@gmx.de> Approved by: eadler (mentor) Notes: svn path=/head/; revision=324538
* - Add patch which allows to build audio/acoustid-fingerprinter andMax Brazhnikov2013-07-101-0/+1
| | | | | | | | | | | | audio/chromaprint with different ffmpeg ports (based on patch from multimedia/kdemultimedia4-ffmpegthumbs) - Switch dependency to multimedia/ffmpeg1 - Bump PORTREVISION due to dependency change in audio/chromaprint Approved by: no reply from jhale@ Notes: svn path=/head/; revision=322705
* - Log:Veniamin Gvozdikov2013-06-251-2/+2
| | | | | | | | | | * Changed my email * Changed positions name and surname Approved by: eadler (mentor) Notes: svn path=/head/; revision=321753
* Update to version 1.1.1Pawel Pekala2013-06-012-4/+3
| | | | | | | | PR: ports/179103 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer) Notes: svn path=/head/; revision=319559
* - Chase libmtp shlib bumpMartin Wilke2013-03-261-1/+1
| | | | Notes: svn path=/head/; revision=315312
* - 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
* 1: Upgrade protobuf to 2.5.0.Vanilla I. Shu2013-03-181-1/+1
| | | | | | | | 2: bump revision. 3: document UPDATING. Notes: svn path=/head/; revision=314580