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 |