Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= qmmp-plugin-pack |
8 |
PORTNAME= qmmp-plugin-pack |
9 |
PORTVERSION= 0.6.0 |
9 |
PORTVERSION= 0.6.2 |
10 |
CATEGORIES= multimedia |
10 |
CATEGORIES= multimedia |
11 |
MASTER_SITES= http://qmmp.ylsoftware.com/files/plugins/ \ |
11 |
MASTER_SITES= http://qmmp.ylsoftware.com/files/plugins/ \ |
12 |
http://qmmp.googlecode.com/files/ |
12 |
http://qmmp.googlecode.com/files/ |
Lines 23-35
Link Here
|
23 |
USE_CMAKE= yes |
23 |
USE_CMAKE= yes |
24 |
USE_QT4= corelib gui qmake_build rcc_build moc_build linguist_build |
24 |
USE_QT4= corelib gui qmake_build rcc_build moc_build linguist_build |
25 |
USE_LDCONFIG= yes |
25 |
USE_LDCONFIG= yes |
|
|
26 |
USE_PKGCONFIG= build |
26 |
|
27 |
|
27 |
OPTIONS_MULTI= PLUGINS |
28 |
OPTIONS_DEFINE= FFAP MPG123 QSUI |
28 |
OPTIONS_MULTI_PLUGINS= FFAP MPG123 QSUI |
|
|
29 |
OPTIONS_DEFAULT= FFAP MPG123 QSUI |
29 |
OPTIONS_DEFAULT= FFAP MPG123 QSUI |
30 |
FFAP_DESC= Support APE sound file |
30 |
FFAP_DESC= Support APE sound file |
31 |
MPG123_DESC= Support libmpg123 (MPEG v1/2 layer1/2/3) |
31 |
MPG123_DESC= Support libmpg123 (MPEG v1/2 layer1/2/3) |
32 |
QSUI_DESC= Simple UI based on standard widgets set |
32 |
QSUI_DESC= Simple UI based on standard widgets set |
|
|
33 |
OPTIONS_DEFINE_i386= FFAPASM |
34 |
OPTIONS_DEFAULT_i386= FFAPASM |
35 |
OPTIONS_DEFINE_x86_64= FFAPASM |
36 |
OPTIONS_DEFAULT_x86_64= FFAPASM |
37 |
FFAPASM_DESC= Optimize FFap decoder using devel/yasm |
33 |
|
38 |
|
34 |
.include <bsd.port.options.mk> |
39 |
.include <bsd.port.options.mk> |
35 |
|
40 |
|
Lines 55-62
Link Here
|
55 |
|
60 |
|
56 |
.if ${PORT_OPTIONS:MFFAP} |
61 |
.if ${PORT_OPTIONS:MFFAP} |
57 |
PLIST_SUB+= FFAP="" |
62 |
PLIST_SUB+= FFAP="" |
58 |
. if ${ARCH} == i386 || ${ARCH} == x86_64 |
63 |
. if (${ARCH} == i386 || ${ARCH} == x86_64) && ${PORT_OPTIONS:MFFAPASM} |
59 |
BUILD_DEPENDS+= yasm:${PORTSDIR}/devel/yasm |
64 |
BUILD_DEPENDS+= yasm:${PORTSDIR}/devel/yasm |
|
|
65 |
PLUGIN_OPTIONS_CMAKE+= -DUSE_ASM:BOOL=TRUE |
66 |
. else |
67 |
PLUGIN_OPTIONS_CMAKE+= -DUSE_ASM:BOOL=FALSE |
60 |
. endif |
68 |
. endif |
61 |
LIB_DEPENDS+= tag:${PORTSDIR}/audio/taglib |
69 |
LIB_DEPENDS+= tag:${PORTSDIR}/audio/taglib |
62 |
PLUGIN_OPTIONS_CMAKE+= -DUSE_FFAP:BOOL=TRUE |
70 |
PLUGIN_OPTIONS_CMAKE+= -DUSE_FFAP:BOOL=TRUE |