View | Details | Raw Unified | Return to bug 210525 | Differences between
and this patch

Collapse All | Expand All

(-)multimedia/qmmp-plugin-pack/Makefile (-4 / +8 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	qmmp-plugin-pack
3
PORTNAME=	qmmp-plugin-pack
4
PORTVERSION=	0.9.5
4
PORTVERSION=	0.10.0
5
CATEGORIES=	multimedia
5
CATEGORIES=	multimedia
6
MASTER_SITES=	http://qmmp.ylsoftware.com/files/plugins/ \
6
MASTER_SITES=	http://qmmp.ylsoftware.com/files/plugins/ \
7
	SF/qmmp-dev/${PORTNAME}/
7
	SF/qmmp-dev/${PORTNAME}/
Lines 15-21 Link Here
15
PORTSCOUT=	limit:^0.*
15
PORTSCOUT=	limit:^0.*
16
16
17
LIB_DEPENDS=	libqmmpui.so:multimedia/qmmp
17
LIB_DEPENDS=	libqmmpui.so:multimedia/qmmp
18
BUILD_DEPENDS=	qmmp>=0.9.0:multimedia/qmmp
18
BUILD_DEPENDS=	qmmp>=0.10.0:multimedia/qmmp
19
19
20
USES=		cmake:outsource localbase pkgconfig tar:bzip2
20
USES=		cmake:outsource localbase pkgconfig tar:bzip2
21
USE_QT4=	corelib gui linguisttools_build moc_build qmake_build rcc_build
21
USE_QT4=	corelib gui linguisttools_build moc_build qmake_build rcc_build
Lines 24-31 Link Here
24
OPTIONS_SUB=	yes
24
OPTIONS_SUB=	yes
25
25
26
OPTIONS_MULTI=	PLUGINS
26
OPTIONS_MULTI=	PLUGINS
27
OPTIONS_MULTI_PLUGINS=	FFAP MPG123 XMP
27
OPTIONS_MULTI_PLUGINS=	FFAP MPG123 SRCONV XMP
28
29
OPTIONS_DEFAULT=	FFAP MPG123 XMP
28
OPTIONS_DEFAULT=	FFAP MPG123 XMP
30
29
31
FFAP_DESC=		Support APE sound file
30
FFAP_DESC=		Support APE sound file
Lines 47-52 Link Here
47
MPG123_CMAKE_ON=	-DUSE_MPG123:BOOL=TRUE
46
MPG123_CMAKE_ON=	-DUSE_MPG123:BOOL=TRUE
48
MPG123_CMAKE_OFF=	-DUSE_MPG123:BOOL=FALSE
47
MPG123_CMAKE_OFF=	-DUSE_MPG123:BOOL=FALSE
49
48
49
SRCONV_DESC=	Support the sample rate converter
50
SRCONV_LIB_DEPENDS=	libsamplerate.so:audio/libsamplerate
51
SRCONV_CMAKE_ON=	-DUSE_SRC:BOOL=TRUE
52
SRCONV_CMAKE_OFF=	-DUSE_SRC:BOOL=FALSE
53
50
XMP_DESC=		Support various module formats using libxmp
54
XMP_DESC=		Support various module formats using libxmp
51
XMP_LIB_DEPENDS=	libxmp.so:audio/libxmp
55
XMP_LIB_DEPENDS=	libxmp.so:audio/libxmp
52
XMP_CMAKE_ON=	-DUSE_XMP:BOOL=TRUE
56
XMP_CMAKE_ON=	-DUSE_XMP:BOOL=TRUE
(-)multimedia/qmmp-plugin-pack/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1464703275
1
TIMESTAMP = 1466521091
2
SHA256 (qmmp-plugin-pack-0.9.5.tar.bz2) = 3bf2451545833871c01b75b79215ff52c5583876a7c8122005c55fc9053a61bb
2
SHA256 (qmmp-plugin-pack-0.10.0.tar.bz2) = 7e7cfcad6f9b900ccee9d8f9b68e7fd3a9f1da154dec8bbb2f1e38a8787fbe0f
3
SIZE (qmmp-plugin-pack-0.9.5.tar.bz2) = 78097
3
SIZE (qmmp-plugin-pack-0.10.0.tar.bz2) = 83131
(-)multimedia/qmmp-plugin-pack/pkg-descr (-1 / +2 lines)
Lines 4-9 Link Here
4
		libmpg123 library
4
		libmpg123 library
5
- FFap:		provides enhanced Monkey's Audio (APE) support
5
- FFap:		provides enhanced Monkey's Audio (APE) support
6
		(24-bit samples and embedded cue support)
6
		(24-bit samples and embedded cue support)
7
- XMP:		Decodes module audio and renders sound
7
- xmp:		Decodes module audio and renders sound
8
- Sample Rate Converter:	Changes frequency of sample rate.
8
9
9
WWW: http://qmmp.ylsoftware.com/
10
WWW: http://qmmp.ylsoftware.com/
(-)multimedia/qmmp-plugin-pack/pkg-plist (+1 lines)
Lines 1-3 Link Here
1
%%SRCONV%%lib/qmmp/Effect/libsrconverter.so
1
%%FFAP%%lib/qmmp/Input/libffap.so
2
%%FFAP%%lib/qmmp/Input/libffap.so
2
%%MPG123%%lib/qmmp/Input/libmpg123.so
3
%%MPG123%%lib/qmmp/Input/libmpg123.so
3
%%XMP%%lib/qmmp/Input/libxmp.so
4
%%XMP%%lib/qmmp/Input/libxmp.so

Return to bug 210525