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 |