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

(-)Makefile (-11 / +15 lines)
Lines 2-13 Link Here
2
# Date created:		Fri Jan 30 01:13:20 JST 2009
2
# Date created:		Fri Jan 30 01:13:20 JST 2009
3
# Whom:      SimaMoto,RyoTa <liangtai.s4@gmail.com>
3
# Whom:      SimaMoto,RyoTa <liangtai.s4@gmail.com>
4
#
4
#
5
# $FreeBSD: ports/multimedia/qmmp/Makefile,v 1.4 2012/01/18 17:36:27 arved Exp $
5
# $FreeBSD$
6
#
6
#
7
7
8
PORTNAME=	qmmp
8
PORTNAME=	qmmp
9
PORTVERSION=	0.5.2
9
PORTVERSION=	0.5.3
10
PORTREVISION=	1
11
CATEGORIES=	multimedia
10
CATEGORIES=	multimedia
12
MASTER_SITES=	http://qmmp.ylsoftware.com/files/ \
11
MASTER_SITES=	http://qmmp.ylsoftware.com/files/ \
13
		${MASTER_SITE_GOOGLE_CODE}
12
		${MASTER_SITE_GOOGLE_CODE}
Lines 31-37 Link Here
31
		OSS	"Support the OSS output" on \
30
		OSS	"Support the OSS output" on \
32
		OSS4	"Support the OSS4 output" off \
31
		OSS4	"Support the OSS4 output" off \
33
		JACK	"Support the JACK output" on \
32
		JACK	"Support the JACK output" on \
34
		NULLOUT "Support a null output" on \
33
		NULLOUT	"Support a null output" on \
35
		FLAC	"Support to playback FLAC files" on \
34
		FLAC	"Support to playback FLAC files" on \
36
		MUSEPACK	"Support to playback MPC files" on \
35
		MUSEPACK	"Support to playback MPC files" on \
37
		FFMPEG	"Support to playback FFMPEG files" on \
36
		FFMPEG	"Support to playback FFMPEG files" on \
Lines 40-52 Link Here
40
		GME	"Support video game music files" on \
39
		GME	"Support video game music files" on \
41
		MAD	"Support to playback MAD files" on \
40
		MAD	"Support to playback MAD files" on \
42
		VORBIS	"Support to playback Vorbis/OGG files" on \
41
		VORBIS	"Support to playback Vorbis/OGG files" on \
43
		SNDFILE "Support to playback Sndfile files" on \
42
		SNDFILE	"Support to playback Sndfile files" on \
44
		WAVPACK "Support to playback WAVPack files" on \
43
		WAVPACK	"Support to playback WAVPack files" on \
45
		CUE	"Support to CUE sheets" on \
44
		CUE	"Support to CUE sheets" on \
46
		CDIO	"Support to playback compact discs" on \
45
		CDIO	"Support to playback compact discs" on \
47
		FAAD	"Support to playback through FAAD decoder" on \
46
		FAAD	"Support to playback through FAAD decoder" on \
48
		LADSPA	"Support the LADSPA effect" on \
47
		LADSPA	"Support the LADSPA effect" on \
49
		CROSSFADE "Support cross-fade effect" on \
48
		CROSSFADE	"Support cross-fade effect" on \
50
		BS2B	"Support the Bauer stereophonic2binaural effect" on \
49
		BS2B	"Support the Bauer stereophonic2binaural effect" on \
51
		STEREO	"Support stereo effect" on \
50
		STEREO	"Support stereo effect" on \
52
		SRCONV 	"Support the sample rate converter" on \
51
		SRCONV 	"Support the sample rate converter" on \
Lines 65-71 Link Here
65
		FILEOPS	"Support file operation" on \
64
		FILEOPS	"Support file operation" on \
66
		COVER	"Support to show cover images" on \
65
		COVER	"Support to show cover images" on \
67
		KDENOTIFY	"Support to popup notifier for KDE" on \
66
		KDENOTIFY	"Support to popup notifier for KDE" on \
68
		HAL "Support removable disc detection using HAL" on \
67
		HAL	"Support removable disc detection using HAL" on \
69
		UDISKS	"Support removable disc detection using UDisks" on \
68
		UDISKS	"Support removable disc detection using UDisks" on \
70
		QMMP_DIALOG	"An original dialog" on
69
		QMMP_DIALOG	"An original dialog" on
71
70
Lines 148-153 Link Here
148
.endif
147
.endif
149
148
150
.ifndef(WITHOUT_FFMPEG)
149
.ifndef(WITHOUT_FFMPEG)
150
. if exists(${LOCALBASE}/include/libavcodec/vda.h)
151
IGNORE=	You have already ffmpeg-devel installed.  To use it, please\
152
	edit this Makefile manually by appending '-devel' behind the line \
153
	LIB_DEPENDS+=	avcodec.1:$${PORTSDIR}/multimedia/ffmpeg
154
. endif
151
PLIST_SUB+=	FFMPEG=""
155
PLIST_SUB+=	FFMPEG=""
152
LIB_DEPENDS+=	avcodec.1:${PORTSDIR}/multimedia/ffmpeg
156
LIB_DEPENDS+=	avcodec.1:${PORTSDIR}/multimedia/ffmpeg
153
PLUGIN_OPTIONS_CMAKE+=	-DUSE_FFMPEG:BOOL=TRUE
157
PLUGIN_OPTIONS_CMAKE+=	-DUSE_FFMPEG:BOOL=TRUE
Lines 238-244 Link Here
238
242
239
.ifndef(WITHOUT_WILDMIDI)
243
.ifndef(WITHOUT_WILDMIDI)
240
PLIST_SUB+=	WILDMIDI=""
244
PLIST_SUB+=	WILDMIDI=""
241
LIB_DEPENDS+=	WildMidi.1:${PORTSDIR}/audio/wildmidi
245
LIB_DEPENDS+=	WildMidi.2:${PORTSDIR}/audio/wildmidi
242
PLUGIN_OPTIONS_CMAKE+=	-DUSE_MIDI:BOOL=TRUE
246
PLUGIN_OPTIONS_CMAKE+=	-DUSE_MIDI:BOOL=TRUE
243
.else
247
.else
244
PLIST_SUB+=	WILDMIDI="@comment "
248
PLIST_SUB+=	WILDMIDI="@comment "
Lines 488-496 Link Here
488
	cd ${WRKSRC}/doc/html/search && \
492
	cd ${WRKSRC}/doc/html/search && \
489
		${INSTALL_MAN} *.html *.png *.css *.js ${DOCSDIR}/html/search ; \
493
		${INSTALL_MAN} *.html *.png *.css *.js ${DOCSDIR}/html/search ; \
490
	${RM} -f ${WRKDIR}/PLIST.doc ; \
494
	${RM} -f ${WRKDIR}/PLIST.doc ; \
491
	${FIND} ${DOCSDIR}/html -type f | ${SED} 's|${LOCALBASE}/||' \
495
	${FIND} ${DOCSDIR}/html -type f | ${SED} 's|${PREFIX}/||' \
492
		>> ${WRKDIR}/PLIST.doc ; \
496
		>> ${WRKDIR}/PLIST.doc ; \
493
	${FIND} ${DOCSDIR}/html -type d | ${SED} 's|${LOCALBASE}/|@dirrm |' \
497
	${FIND} ${DOCSDIR}/html -type d | ${SED} 's|${PREFIX}/|@dirrm |' \
494
		| ${SORT} -r >> ${WRKDIR}/PLIST.doc ; \
498
		| ${SORT} -r >> ${WRKDIR}/PLIST.doc ; \
495
	cd ${WRKDIR} ; ${SED} -i -e '/PLIST.doc/ r PLIST.doc' ${TMPPLIST}
499
	cd ${WRKDIR} ; ${SED} -i -e '/PLIST.doc/ r PLIST.doc' ${TMPPLIST}
496
.endif
500
.endif
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (qmmp-0.5.2.tar.bz2) = 6391dec020d2a381d7f4b7890fae6c49eadf88b3c9aef571fe3c5e96140822ec
1
SHA256 (qmmp-0.5.3.tar.bz2) = 6f0842d1dce9a259584b79a9f1368547e23292cd291cbccd105dd10d8bea5d6d
2
SIZE (qmmp-0.5.2.tar.bz2) = 704517
2
SIZE (qmmp-0.5.3.tar.bz2) = 707714
(-)pkg-descr (-7 / +7 lines)
Lines 2-22 Link Here
2
Supported formats:
2
Supported formats:
3
	MPEG1 layer 2/3, Ogg Vorbis, Native FLAC, Ogg FLAC, Musepack, WavePack,
3
	MPEG1 layer 2/3, Ogg Vorbis, Native FLAC, Ogg FLAC, Musepack, WavePack,
4
	tracker modules (mod, s3m, it, xm, etc.), ADTS AAC, CD Audio, MIDI,
4
	tracker modules (mod, s3m, it, xm, etc.), ADTS AAC, CD Audio, MIDI,
5
	WMA-Monkey's Audio (and other formats provided by FFmpeg library),
5
	WMA-Monkey's Audio (and other formats provided by FFmpeg library), PCM
6
	PCM Wave (and other formats provided by libsndfile library), and
6
	Wave (and other formats provided by libsndfile library), and Chiptune
7
	chiptune formats (AY, GBS, GYM, HES, KSS, NSF, NSFE, SAP, SPC, VGM, VGZ, VTX)
7
	formats (AY, GBS, GYM, HES, KSS, NSF, NSFE, SAP, SPC, VGM, VGZ, VTX)
8
DSP effects:
8
DSP effects:
9
	Bauer Stereophonic-to-Binaural effect, sample rate conversion,
9
	Bauer Stereophonic-to-Binaural effect, sample rate conversion,
10
    LADSPA effects, extra stereo effect, and crossfade effect
10
	LADSPA effects, extra stereo effect, and crossfade effect
11
Visual effects:
11
Visual effects:
12
	Spectrum Analyzer, and projectM audio visulaliser
12
	Spectrum Analyzer, and projectM audio visulaliser
13
Output system support:
13
Output system support:
14
	PulseAudio, OSS, OSS4, jack, and ALSA
14
	PulseAudio, OSS, OSS4, jack, and ALSA
15
Other features:
15
Other features:
16
	10-band equalizer, Last.fm/Libre.fm scrobbler, MMS support, global hotkey,
16
	10-band equalizer, Last.fm/Libre.fm scrobbler, global hotkey, MPRIS,
17
	streaming (MP3, Vorbis, AAC, AAC+ via IceCast/ShoutCast), CDDB support,
17
	streaming (MP3, Vorbis, AAC, AAC+ via IceCast/ShoutCast), CDDB support,
18
	removable device detection (via HAL or UDisks), MPRIS, cover art support,
18
	removable device detection (via HAL or UDisks), cover art support,
19
	multiple playlists, ReplayGain support, CUE sheet support,
19
	multiple playlists, ReplayGain support, CUE sheet support, MMS support,
20
	embedded CUE support (for FLAC and WavPack), MPRIS (1.0 and 2.0),
20
	embedded CUE support (for FLAC and WavPack), MPRIS (1.0 and 2.0),
21
	automatic charset detection for cue files and ShoutCast metadata,
21
	automatic charset detection for cue files and ShoutCast metadata,
22
	video playback via Mplayer, lyrics (using lyrics.wikia.com), and
22
	video playback via Mplayer, lyrics (using lyrics.wikia.com), and
(-)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.2
46
lib/libqmmp.so.0.5.3
47
lib/libqmmpui.so
47
lib/libqmmpui.so
48
lib/libqmmpui.so.0
48
lib/libqmmpui.so.0
49
lib/libqmmpui.so.0.5.2
49
lib/libqmmpui.so.0.5.3
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 164832