|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= transcode |
8 |
PORTNAME= transcode |
| 9 |
PORTVERSION= 1.1.4 |
9 |
PORTVERSION= 1.1.5 |
| 10 |
CATEGORIES= multimedia |
10 |
CATEGORIES= multimedia |
| 11 |
MASTER_SITES= ${MASTER_SITE_BERLIOS} \ |
11 |
MASTER_SITES= ${MASTER_SITE_BERLIOS} \ |
| 12 |
http://fromani.exit1.org/ |
12 |
http://fromani.exit1.org/ |
|
Lines 40-45
Link Here
|
| 40 |
|
40 |
|
| 41 |
OPTIONS= OPTIMIZED_CFLAGS "Build with optimizations" off \ |
41 |
OPTIONS= OPTIMIZED_CFLAGS "Build with optimizations" off \ |
| 42 |
X11 "Build with X11 support" off \ |
42 |
X11 "Build with X11 support" off \ |
|
|
43 |
MPEG2 "Enable libmpeg2 support" off \ |
| 43 |
BKTR "Enable bktr support" off \ |
44 |
BKTR "Enable bktr support" off \ |
| 44 |
POSTPROC "Enable libpostproc support" off \ |
45 |
POSTPROC "Enable libpostproc support" off \ |
| 45 |
FREETYPE "Enable FreeType2 support" off \ |
46 |
FREETYPE "Enable FreeType2 support" off \ |
|
Lines 75-80
Link Here
|
| 75 |
CONFIGURE_ARGS+= --without-x |
76 |
CONFIGURE_ARGS+= --without-x |
| 76 |
.endif |
77 |
.endif |
| 77 |
|
78 |
|
|
|
79 |
.if defined(WITH_MPEG2) |
| 80 |
LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 |
| 81 |
CONFIGURE_ARGS+= --with-libmpeg2-prefix=${LOCALBASE} --enable-libmpeg2 |
| 82 |
.else |
| 83 |
CONFIGURE_ARGS+= --disable-libmpeg2 |
| 84 |
.endif |
| 85 |
|
| 78 |
.if defined(WITH_BKTR) |
86 |
.if defined(WITH_BKTR) |
| 79 |
CONFIGURE_ARGS+= --enable-bktr |
87 |
CONFIGURE_ARGS+= --enable-bktr |
| 80 |
.endif |
88 |
.endif |
|
Lines 158-165
Link Here
|
| 158 |
|
166 |
|
| 159 |
.if defined(WITH_LZO) |
167 |
.if defined(WITH_LZO) |
| 160 |
LIB_DEPENDS+= lzo2.2:${PORTSDIR}/archivers/lzo2 |
168 |
LIB_DEPENDS+= lzo2.2:${PORTSDIR}/archivers/lzo2 |
| 161 |
CONFIGURE_ARGS+= --enable-lzo --with-lzo-prefix=${LOCALBASE} \ |
169 |
CONFIGURE_ARGS+= --with-lzo-prefix=${LOCALBASE} --with-lzo-includes=${LOCALBASE} \ |
| 162 |
--with-lzo-includes=${LOCALBASE} |
170 |
--enable-lzo |
| 163 |
.else |
171 |
.else |
| 164 |
CONFIGURE_ARGS+= --disable-lzo |
172 |
CONFIGURE_ARGS+= --disable-lzo |
| 165 |
.endif |
173 |
.endif |