Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2012 10:45:12 GMT
From:      RyoTa SimaMoto <liangtai.s4@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/168346: [update] multimedia/qmmp to v0.5.5
Message-ID:  <201205261045.q4QAjCU6050415@red.freebsd.org>
Resent-Message-ID: <201205261050.q4QAo5NI083420@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205261045.q4QAjCU6050415>