From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 26 10:50:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAB341065675 for ; Sat, 26 May 2012 10:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BC8438FC0C for ; Sat, 26 May 2012 10:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4QAo52t083421 for ; Sat, 26 May 2012 10:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4QAo5NI083420; Sat, 26 May 2012 10:50:05 GMT (envelope-from gnats) Resent-Date: Sat, 26 May 2012 10:50:05 GMT Resent-Message-Id: <201205261050.q4QAo5NI083420@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, RyoTa SimaMoto Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F5DE106566B for ; Sat, 26 May 2012 10:45:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 112618FC18 for ; Sat, 26 May 2012 10:45:13 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q4QAjCn2050425 for ; Sat, 26 May 2012 10:45:12 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q4QAjCU6050415; Sat, 26 May 2012 10:45:12 GMT (envelope-from nobody) Message-Id: <201205261045.q4QAjCU6050415@red.freebsd.org> Date: Sat, 26 May 2012 10:45:12 GMT From: RyoTa SimaMoto To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/168346: [update] multimedia/qmmp to v0.5.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 May 2012 10:50:06 -0000 >Number: 168346 >Category: ports >Synopsis: [update] multimedia/qmmp to v0.5.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 26 10:50:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: RyoTa SimaMoto >Release: 9.0-STABLE >Organization: >Environment: FreeBSD takiba.fakenet 9.0-STABLE FreeBSD 9.0-STABLE #11 r235800: Fri May 25 02:09:21 JST 2012 liangtai@takiba.fakenet:/usr/obj/usr/src/sys/VAIO i386 >Description: Version 0.5.5 is released. * OSS4 plug-in now supports FreeBSD, and is enabled by default * several bug fixes; updated translations (Russian, Japanese) >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/qmmp/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 1 Mar 2012 21:27:36 -0000 1.7 +++ Makefile 26 May 2012 10:38:15 -0000 @@ -6,7 +6,7 @@ # PORTNAME= qmmp -PORTVERSION= 0.5.4 +PORTVERSION= 0.5.5 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/ \ ${MASTER_SITE_GOOGLE_CODE} @@ -27,8 +27,8 @@ APIDOC "Doxygen generated class reference document" off \ PULSE "Support the PulseAudio output" on \ ALSA "Support the ALSA output" off \ - OSS "Support the OSS output" on \ - OSS4 "Support the OSS4 output" off \ + OSS "Support the OSS output" off \ + OSS4 "Support the OSS4 output" on \ JACK "Support the JACK output" on \ NULLOUT "Support a null output" on \ FLAC "Support to playback FLAC files" on \ @@ -148,12 +148,12 @@ .ifndef(WITHOUT_FFMPEG) PLIST_SUB+= FFMPEG="" -PLUGIN_OPTIONS_CMAKE+= -DUSE_FFMPEG:BOOL=TRUE . if exists(${LOCALBASE}/include/libavcodec/vda.h) LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg-devel . else LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg . endif +PLUGIN_OPTIONS_CMAKE+= -DUSE_FFMPEG:BOOL=TRUE .else PLIST_SUB+= FFMPEG="@comment " PLUGIN_OPTIONS_CMAKE+= -DUSE_FFMPEG:BOOL=FALSE @@ -452,6 +452,8 @@ LIB_DEPENDS+= tag.1:${PORTSDIR}/audio/taglib .endif +PLIST_SUB+= SHLIB_VER=${PORTVERSION:C/-.*//} + PORTDOCS= README README.RUS AUTHORS SUB_FILES= qmmp INSTALLS_ICONS= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/multimedia/qmmp/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 1 Mar 2012 21:27:36 -0000 1.3 +++ distinfo 26 May 2012 10:38:15 -0000 @@ -1,2 +1,2 @@ -SHA256 (qmmp-0.5.4.tar.bz2) = 6f95d1bb97cb1ef91b9d664f4d5ce013c6cc93f3aefb24cd64cf2500a525be0f -SIZE (qmmp-0.5.4.tar.bz2) = 708421 +SHA256 (qmmp-0.5.5.tar.bz2) = 525d7528c58c885e45149f698125dfff6bedca0e9af979b2490e3f0b902943a6 +SIZE (qmmp-0.5.5.tar.bz2) = 709008 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/multimedia/qmmp/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 1 Mar 2012 21:27:36 -0000 1.3 +++ pkg-plist 26 May 2012 10:38:15 -0000 @@ -43,10 +43,10 @@ include/qmmpui/templateeditor.h lib/libqmmp.so lib/libqmmp.so.0 -lib/libqmmp.so.0.5.4 +lib/libqmmp.so.%%SHLIB_VER%% lib/libqmmpui.so lib/libqmmpui.so.0 -lib/libqmmpui.so.0.5.4 +lib/libqmmpui.so.%%SHLIB_VER%% lib/qmmp/CommandLineOptions/libincdecvolumeoption.so lib/qmmp/CommandLineOptions/libseekoption.so lib/qmmp/CommandLineOptions/libstatusoption.so >Release-Note: >Audit-Trail: >Unformatted: