From owner-svn-ports-all@freebsd.org Sun Jun 26 20:32:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3879B82DE9; Sun, 26 Jun 2016 20:32:45 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9690A2B6E; Sun, 26 Jun 2016 20:32:45 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5QKWi7a053956; Sun, 26 Jun 2016 20:32:44 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5QKWia8053953; Sun, 26 Jun 2016 20:32:44 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201606262032.u5QKWia8053953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 26 Jun 2016 20:32:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417616 - in head/multimedia: qmmp qmmp-qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2016 20:32:46 -0000 Author: olivierd Date: Sun Jun 26 20:32:44 2016 New Revision: 417616 URL: https://svnweb.freebsd.org/changeset/ports/417616 Log: - Adjust dependencies, switch to *_IMPLIES (for JACK option) - Enhance description Submitted by: SimaMoto,RyoTa (maintainer) Modified: head/multimedia/qmmp-qt5/Makefile head/multimedia/qmmp/Makefile head/multimedia/qmmp/pkg-descr Modified: head/multimedia/qmmp-qt5/Makefile ============================================================================== --- head/multimedia/qmmp-qt5/Makefile Sun Jun 26 20:31:46 2016 (r417615) +++ head/multimedia/qmmp-qt5/Makefile Sun Jun 26 20:32:44 2016 (r417616) @@ -80,9 +80,9 @@ DIR_ASSOC_CMAKE_ON= -DUSE_DIR_ASSOC:BOOL DIR_ASSOC_CMAKE_OFF= -DUSE_DIR_ASSOC:BOOL=FALSE DIR_ASSOC_USES= desktop-file-utils -JACK_LIB_DEPENDS= libjack.so:audio/jack \ - libsoxr.so:audio/libsoxr +JACK_LIB_DEPENDS= libjack.so:audio/jack JACK_BUILD_DEPENDS= jackit>=0.121.2:audio/jack +JACK_IMPLIES= SOXR JACK_CMAKE_ON= -DUSE_JACK:BOOL=TRUE JACK_CMAKE_OFF= -DUSE_JACK:BOOL=FALSE Modified: head/multimedia/qmmp/Makefile ============================================================================== --- head/multimedia/qmmp/Makefile Sun Jun 26 20:31:46 2016 (r417615) +++ head/multimedia/qmmp/Makefile Sun Jun 26 20:32:44 2016 (r417616) @@ -80,9 +80,9 @@ DIR_ASSOC_CMAKE_ON= -DUSE_DIR_ASSOC:BOOL DIR_ASSOC_CMAKE_OFF= -DUSE_DIR_ASSOC:BOOL=FALSE DIR_ASSOC_USES= desktop-file-utils -JACK_LIB_DEPENDS= libjack.so:audio/jack \ - libsamplerate.so:audio/libsamplerate +JACK_LIB_DEPENDS= libjack.so:audio/jack JACK_BUILD_DEPENDS= jackit>=0.121.2:audio/jack +JACK_IMPLIES= SOXR JACK_CMAKE_ON= -DUSE_JACK:BOOL=TRUE JACK_CMAKE_OFF= -DUSE_JACK:BOOL=FALSE Modified: head/multimedia/qmmp/pkg-descr ============================================================================== --- head/multimedia/qmmp/pkg-descr Sun Jun 26 20:31:46 2016 (r417615) +++ head/multimedia/qmmp/pkg-descr Sun Jun 26 20:32:44 2016 (r417616) @@ -6,12 +6,12 @@ Supported formats: PCM Wave (and other formats via libsndfile), and Chiptune formats (AY, GBS, GYM, HES, KSS, NSF, NSFE, SAP, SPC, VGM, VGZ, VTX) DSP effects: - Effects of Bauer Stereophonic-to-Binaural, LADSPA, + Effects of Bauer Stereophonic-to-Binaural, SoX resampling, LADSPA, extra stereo, and crossfade Visual effects: Spectrum Analyzer, and projectM audio visulaliser Output system support: - PulseAudio, OSS, OSS4, ALSA, and Qt multimedia API + PulseAudio, OSS, OSS4, jack, ALSA, and Qt multimedia API Other features: multi-band equalizer, Last.fm/Libre.fm scrobbler, global hotkey, streaming (MP3, Vorbis, AAC, AAC+ via IceCast/ShoutCast) and browser,