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

(-)/kirby/shared/ports/transcode/Makefile (-3 / +11 lines)
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
(-)/kirby/shared/ports/transcode/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (transcode-1.1.4.tar.bz2) = 6ba277fde95c26d217a88bbe5e6dd994
1
MD5 (transcode-1.1.5.tar.bz2) = 41ac6b1c0fe30f3aab286e771fc31b9e
2
SHA256 (transcode-1.1.4.tar.bz2) = 7f61fec49ccbf6c5ebe86505c779a659711352733252b241287ce7bf15710e3e
2
SHA256 (transcode-1.1.5.tar.bz2) = 7e01665079eef81625c4761cc5c08a3b53b97de90fb0728d64f5a86a3bc59009
3
SIZE (transcode-1.1.4.tar.bz2) = 2116804
3
SIZE (transcode-1.1.5.tar.bz2) = 2123207

Return to bug 140218