Created attachment 171747 [details] Switch version 1.0.10 to 1.1.0 on multimedia/qmmp-qt5 qmmp version 1.1.0 has been released along with API change, a lot of new features and improvements. For more detailed information, see the ChangeLog file or https://sourceforge.net/p/qmmp-dev/code/HEAD/tree/branches/qmmp-1.1/ChangeLog Two new options added: TWOPANELDIALOG double-sided file dialog, and QTMULTIMEDIA sound output. Options disappeared: SRCONV samplerate converter that is moved to multimedia/qmmp-plugin-pack-qt5. JACK sound output can not be used until someone introduces SoX resampler library to FreeBSD and becomes its maintainer (my request is bug 206279).
Created attachment 171778 [details] Switch version 1.0.10 to 1.1.0 on multimedia/qmmp-qt5 using OPTIONS_EXCLUDE (In reply to Olivier Duchateau from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210523#c1) Revised with help of OPTIONS_EXCLUDE.
A commit references this bug: Author: olivierd Date: Sat Jun 25 19:46:53 UTC 2016 New revision: 417483 URL: https://svnweb.freebsd.org/changeset/ports/417483 Log: - Update to 1.1.0 - Remove SRCONV option - Add 3 new options: TWOPANEDIALOG, QTMULTIMEDIA and SOXR PR: 210524 Submitted by: SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer) Changes: head/multimedia/qmmp-qt5/Makefile head/multimedia/qmmp-qt5/distinfo head/multimedia/qmmp-qt5/pkg-descr head/multimedia/qmmp-qt5/pkg-plist
Committed with SOXR support (revision r417476). For JACK option, I think it's better to use OPT_IMPLIES [1], because it depends also of audio/libsoxr [1] https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-options.html#options-implies
Created attachment 171810 [details] Let pkg-descr revert Add Jack audio output plugin and SoX resampler plugin to the functions list of pkg-descr again.
(In reply to SimaMoto,RyōTa from comment #4) Committed, in revision r417613 [1]. [1] https://svnweb.freebsd.org/ports?view=revision&revision=417613