From owner-svn-ports-head@freebsd.org Sat Jun 25 19:35:26 2016 Return-Path: Delivered-To: svn-ports-head@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 1D08BB80E20; Sat, 25 Jun 2016 19:35:26 +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 E93461D29; Sat, 25 Jun 2016 19:35:25 +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 u5PJZPsM084401; Sat, 25 Jun 2016 19:35:25 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5PJZOLC084396; Sat, 25 Jun 2016 19:35:24 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201606251935.u5PJZOLC084396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sat, 25 Jun 2016 19:35:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417481 - head/multimedia/qmmp-plugin-pack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2016 19:35:26 -0000 Author: olivierd Date: Sat Jun 25 19:35:24 2016 New Revision: 417481 URL: https://svnweb.freebsd.org/changeset/ports/417481 Log: - Update to 0.10.0 - Add new option, SRCONV PR: 210525 Submitted by: SimaMoto,RyoTa (maintainer) Modified: head/multimedia/qmmp-plugin-pack/Makefile head/multimedia/qmmp-plugin-pack/distinfo head/multimedia/qmmp-plugin-pack/pkg-descr head/multimedia/qmmp-plugin-pack/pkg-plist Modified: head/multimedia/qmmp-plugin-pack/Makefile ============================================================================== --- head/multimedia/qmmp-plugin-pack/Makefile Sat Jun 25 19:31:25 2016 (r417480) +++ head/multimedia/qmmp-plugin-pack/Makefile Sat Jun 25 19:35:24 2016 (r417481) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qmmp-plugin-pack -PORTVERSION= 0.9.5 +PORTVERSION= 0.10.0 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/plugins/ \ SF/qmmp-dev/${PORTNAME}/ @@ -15,7 +15,7 @@ CONFLICTS= ${PORTNAME}-qt5-1.* PORTSCOUT= limit:^0.* LIB_DEPENDS= libqmmpui.so:multimedia/qmmp -BUILD_DEPENDS= qmmp>=0.9.0:multimedia/qmmp +BUILD_DEPENDS= qmmp>=0.10.0:multimedia/qmmp USES= cmake:outsource localbase pkgconfig tar:bzip2 USE_QT4= corelib gui linguisttools_build moc_build qmake_build rcc_build @@ -24,8 +24,7 @@ USE_LDCONFIG= yes OPTIONS_SUB= yes OPTIONS_MULTI= PLUGINS -OPTIONS_MULTI_PLUGINS= FFAP MPG123 XMP - +OPTIONS_MULTI_PLUGINS= FFAP MPG123 SRCONV XMP OPTIONS_DEFAULT= FFAP MPG123 XMP FFAP_DESC= Support APE sound file @@ -47,6 +46,11 @@ MPG123_USE= QT4=uic_build MPG123_CMAKE_ON= -DUSE_MPG123:BOOL=TRUE MPG123_CMAKE_OFF= -DUSE_MPG123:BOOL=FALSE +SRCONV_DESC= Support the sample rate converter +SRCONV_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate +SRCONV_CMAKE_ON= -DUSE_SRC:BOOL=TRUE +SRCONV_CMAKE_OFF= -DUSE_SRC:BOOL=FALSE + XMP_DESC= Support various module formats using libxmp XMP_LIB_DEPENDS= libxmp.so:audio/libxmp XMP_CMAKE_ON= -DUSE_XMP:BOOL=TRUE Modified: head/multimedia/qmmp-plugin-pack/distinfo ============================================================================== --- head/multimedia/qmmp-plugin-pack/distinfo Sat Jun 25 19:31:25 2016 (r417480) +++ head/multimedia/qmmp-plugin-pack/distinfo Sat Jun 25 19:35:24 2016 (r417481) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464703275 -SHA256 (qmmp-plugin-pack-0.9.5.tar.bz2) = 3bf2451545833871c01b75b79215ff52c5583876a7c8122005c55fc9053a61bb -SIZE (qmmp-plugin-pack-0.9.5.tar.bz2) = 78097 +TIMESTAMP = 1466521091 +SHA256 (qmmp-plugin-pack-0.10.0.tar.bz2) = 7e7cfcad6f9b900ccee9d8f9b68e7fd3a9f1da154dec8bbb2f1e38a8787fbe0f +SIZE (qmmp-plugin-pack-0.10.0.tar.bz2) = 83131 Modified: head/multimedia/qmmp-plugin-pack/pkg-descr ============================================================================== --- head/multimedia/qmmp-plugin-pack/pkg-descr Sat Jun 25 19:31:25 2016 (r417480) +++ head/multimedia/qmmp-plugin-pack/pkg-descr Sat Jun 25 19:35:24 2016 (r417481) @@ -4,6 +4,7 @@ Additional plug-ins for Qt MultiMedia Pl libmpg123 library - FFap: provides enhanced Monkey's Audio (APE) support (24-bit samples and embedded cue support) -- XMP: Decodes module audio and renders sound +- xmp: Decodes module audio and renders sound +- Sample Rate Converter: Changes frequency of sample rate. WWW: http://qmmp.ylsoftware.com/ Modified: head/multimedia/qmmp-plugin-pack/pkg-plist ============================================================================== --- head/multimedia/qmmp-plugin-pack/pkg-plist Sat Jun 25 19:31:25 2016 (r417480) +++ head/multimedia/qmmp-plugin-pack/pkg-plist Sat Jun 25 19:35:24 2016 (r417481) @@ -1,3 +1,4 @@ +%%SRCONV%%lib/qmmp/Effect/libsrconverter.so %%FFAP%%lib/qmmp/Input/libffap.so %%MPG123%%lib/qmmp/Input/libmpg123.so %%XMP%%lib/qmmp/Input/libxmp.so