View | Details | Raw Unified | Return to bug 168346
Collapse All | Expand All

(-)Makefile (-4 / +6 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	qmmp
8
PORTNAME=	qmmp
9
PORTVERSION=	0.5.4
9
PORTVERSION=	0.5.5
10
CATEGORIES=	multimedia
10
CATEGORIES=	multimedia
11
MASTER_SITES=	http://qmmp.ylsoftware.com/files/ \
11
MASTER_SITES=	http://qmmp.ylsoftware.com/files/ \
12
		${MASTER_SITE_GOOGLE_CODE}
12
		${MASTER_SITE_GOOGLE_CODE}
Lines 27-34 Link Here
27
		APIDOC	"Doxygen generated class reference document" off \
27
		APIDOC	"Doxygen generated class reference document" off \
28
		PULSE	"Support the PulseAudio output" on \
28
		PULSE	"Support the PulseAudio output" on \
29
		ALSA	"Support the ALSA output" off \
29
		ALSA	"Support the ALSA output" off \
30
		OSS	"Support the OSS output" on \
30
		OSS	"Support the OSS output" off \
31
		OSS4	"Support the OSS4 output" off \
31
		OSS4	"Support the OSS4 output" on \
32
		JACK	"Support the JACK output" on \
32
		JACK	"Support the JACK output" on \
33
		NULLOUT	"Support a null output" on \
33
		NULLOUT	"Support a null output" on \
34
		FLAC	"Support to playback FLAC files" on \
34
		FLAC	"Support to playback FLAC files" on \
Lines 148-159 Link Here
148
148
149
.ifndef(WITHOUT_FFMPEG)
149
.ifndef(WITHOUT_FFMPEG)
150
PLIST_SUB+=	FFMPEG=""
150
PLIST_SUB+=	FFMPEG=""
151
PLUGIN_OPTIONS_CMAKE+=	-DUSE_FFMPEG:BOOL=TRUE
152
. if exists(${LOCALBASE}/include/libavcodec/vda.h)
151
. if exists(${LOCALBASE}/include/libavcodec/vda.h)
153
LIB_DEPENDS+=	avcodec.1:${PORTSDIR}/multimedia/ffmpeg-devel
152
LIB_DEPENDS+=	avcodec.1:${PORTSDIR}/multimedia/ffmpeg-devel
154
. else
153
. else
155
LIB_DEPENDS+=	avcodec.1:${PORTSDIR}/multimedia/ffmpeg
154
LIB_DEPENDS+=	avcodec.1:${PORTSDIR}/multimedia/ffmpeg
156
. endif
155
. endif
156
PLUGIN_OPTIONS_CMAKE+=	-DUSE_FFMPEG:BOOL=TRUE
157
.else
157
.else
158
PLIST_SUB+=	FFMPEG="@comment "
158
PLIST_SUB+=	FFMPEG="@comment "
159
PLUGIN_OPTIONS_CMAKE+=	-DUSE_FFMPEG:BOOL=FALSE
159
PLUGIN_OPTIONS_CMAKE+=	-DUSE_FFMPEG:BOOL=FALSE
Lines 452-457 Link Here
452
LIB_DEPENDS+=	tag.1:${PORTSDIR}/audio/taglib
452
LIB_DEPENDS+=	tag.1:${PORTSDIR}/audio/taglib
453
.endif
453
.endif
454
454
455
PLIST_SUB+=	SHLIB_VER=${PORTVERSION:C/-.*//}
456
455
PORTDOCS=	README README.RUS AUTHORS
457
PORTDOCS=	README README.RUS AUTHORS
456
SUB_FILES=	qmmp
458
SUB_FILES=	qmmp
457
INSTALLS_ICONS=	yes
459
INSTALLS_ICONS=	yes
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (qmmp-0.5.4.tar.bz2) = 6f95d1bb97cb1ef91b9d664f4d5ce013c6cc93f3aefb24cd64cf2500a525be0f
1
SHA256 (qmmp-0.5.5.tar.bz2) = 525d7528c58c885e45149f698125dfff6bedca0e9af979b2490e3f0b902943a6
2
SIZE (qmmp-0.5.4.tar.bz2) = 708421
2
SIZE (qmmp-0.5.5.tar.bz2) = 709008
(-)pkg-plist (-2 / +2 lines)
Lines 43-52 Link Here
43
include/qmmpui/templateeditor.h
43
include/qmmpui/templateeditor.h
44
lib/libqmmp.so
44
lib/libqmmp.so
45
lib/libqmmp.so.0
45
lib/libqmmp.so.0
46
lib/libqmmp.so.0.5.4
46
lib/libqmmp.so.%%SHLIB_VER%%
47
lib/libqmmpui.so
47
lib/libqmmpui.so
48
lib/libqmmpui.so.0
48
lib/libqmmpui.so.0
49
lib/libqmmpui.so.0.5.4
49
lib/libqmmpui.so.%%SHLIB_VER%%
50
lib/qmmp/CommandLineOptions/libincdecvolumeoption.so
50
lib/qmmp/CommandLineOptions/libincdecvolumeoption.so
51
lib/qmmp/CommandLineOptions/libseekoption.so
51
lib/qmmp/CommandLineOptions/libseekoption.so
52
lib/qmmp/CommandLineOptions/libstatusoption.so
52
lib/qmmp/CommandLineOptions/libstatusoption.so

Return to bug 168346