summaryrefslogtreecommitdiff
path: root/audio/ncmpcpp/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio/ncmpcpp: Update to 0.10.1Daniel Engberg2024-11-161-1/+1
| | | | | | | Changelog: https://github.com/ncmpcpp/ncmpcpp/blob/0.10.1/CHANGELOG.md PR: 282307 Approved by: portmgr (maintainer timeout, 2+ weeks)
* audio/ncmpcpp: Update to 0.10Daniel Engberg2024-09-282-0/+83
| | | | | | | | | | | | | | | | * Backport upstream commit 72d990fe250da1e583677474b3462b9e9894130b * Change WWW to GitHub location * Remove glib(20) dependency * Remove GNU_CONFIGURE_MANPREFIX * Add LTO OPTIMIZED_CFLAGS options to confirm with packaging standards https://docs.freebsd.org/en/books/porters-handbook/book/#dads-cflags * Some minor rearragements with port Makefile References: https://github.com/ncmpcpp/ncmpcpp/commit/72d990fe250da1e583677474b3462b9e9894130b PR: 281505 Approved by: portmgr (maintainer timeout, 2+ weeks)
* audio/ncmpcpp: Update to 0.9.1Rainer Hurling2021-01-222-1/+13
| | | | | | | | | | | | Changelog: https://rybczak.net/ncmpcpp/ PR: 252847 Submitted by: yamagi@yamagi.org (maintainer) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D28276 Notes: svn path=/head/; revision=562292
* - Update to 0.8Jochen Neumeister2017-05-2810-95/+3
| | | | | | | | | | | | - Changelog: https://rybczak.net/ncmpcpp/ PR: 219534 Submitted by: yamagi@yamagi.org (maintainer) Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D10960 Notes: svn path=/head/; revision=441919
* Update to 0.7.7Jason E. Hale2016-12-092-47/+0
| | | | | | | | | | | Allow use of base ncurses PR: 214314 Submitted by: Oleg Gushchenkov <gor@clogic.com.ua> Approved by: <yamagi@yamagi.org> (maintainer) Notes: svn path=/head/; revision=428168
* Cleanup patches, a* categories.Mathieu Arnold2016-07-2612-15/+15
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Update to upstream version 0.7.0-b1Thomas Zander2015-11-1513-29/+109
| | | | | | | | PR: 204499 Submitted by: yamagi@yamagi.org (maintainer) Notes: svn path=/head/; revision=401713
* - Fix build on armv6Dmitry Marakasov2015-08-121-0/+11
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=394039
* Fix shuffle playbackThomas Zander2015-08-023-2/+50
| | | | | | | | | | | | | | (random number generator is not initialised properly) While on it: Pet portlint PR: 201645 Submitted by: yamagi@yamagi.org (maintainer) MFH: 2015Q3 Notes: svn path=/head/; revision=393424
* audio/ncmpcpp: Update to 0.6.2Johannes Jost Meixner2014-12-292-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | - Remove broken MASTER_SITES - Force a C++11 compiler and stdlib - Add dependency to devel/boost-libs - Force BOOST_LIB_SUFFIX to be empty (required for configure) - Enable UTF8 by default (most music collections nowadays have files with utf-8 encoded names and tags) - Enable TAGLIB by default (taglib is nice to have but adds a dependecy to the rather small audio/taglib) - Do not install ${DOCSDIR}/keys since it was removed - Install ${DOCSDIR}/ncmpcpp-completion.bash and ${DOCSDIR}/bindings - Update pkg-message - Remove files/patch-src__visualizer.h since it's not needed any more PR: 195070 Differential Revision: https://reviews.freebsd.org/D1325 Submitted by: yamagi@yamagi.org Approved by: maintainer timeout (4 weeks) Approved by: koobs (mentor) Notes: svn path=/head/; revision=375777
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-06-161-0/+11
| | | | | | | | | | - Fix build on 10.x - Switch to USES=libtool Approved by: portmgr blanket Notes: svn path=/head/; revision=358016
* - Update to 0.3.3Dennis Herrmann2009-04-041-38/+0
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=231577
* - Update to 0.3.2Dennis Herrmann2009-03-191-0/+38
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=230445
* - Update to 0.2.3Martin Wilke2008-09-221-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: * new screen - complex tag editor (with albums/directories view) * brand new song info screen (old one removed) * support for renaming files and directories * support for reading tags from filename * support for editing artist and album in media library * support for playlist renaming * support for following lyrics of now playing song * support for fetching artist's info from last.fm * fixed compilation for Mac OS X and *BSD * fixed compilation for older gcc versions * extended configuration (e.g. all colors can be user-defined) * 'repeat one song' mode works with random mode now * incremental seeking (old behaviour is still available through config) * a bunch of fixes and improvements PR: 127521 Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer) Notes: svn path=/head/; revision=220453
* - Update to 0.2.2Martin Wilke2008-09-071-0/+11
Changelog: * new screen - playlist editor * new playlist view - columns * playlist view switcher added (key 'p' by default) * find function modes added (wrapped/normal, switch is 'w' by default) * albums in media library sorted by year (and it's also displayed) * multiple items selection support and related functions added * playlists management support * new function - "go to dir containing selected song" (key 'G' by default) * moving items improved PR: 127174 Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer) Notes: svn path=/head/; revision=220161