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

(-)Makefile (-2 / +3 lines)
Lines 56-62 Link Here
56
		${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \
56
		${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \
57
		xdpyinfo:${PORTSDIR}/x11/xdpyinfo
57
		xdpyinfo:${PORTSDIR}/x11/xdpyinfo
58
58
59
USES=		gmake iconv pkgconfig
59
USES=		gmake iconv:wchar_t pkgconfig
60
USE_AUTOTOOLS=	autoconf libtool automake libltdl
60
USE_AUTOTOOLS=	autoconf libtool automake libltdl
61
GNU_CONFIGURE=	yes
61
GNU_CONFIGURE=	yes
62
USE_XORG=	xt xmu xtst
62
USE_XORG=	xt xmu xtst
Lines 125-131 Link Here
125
VAAPI_LIB_DEPENDS=	libva.so:${PORTSDIR}/multimedia/libva
125
VAAPI_LIB_DEPENDS=	libva.so:${PORTSDIR}/multimedia/libva
126
VAAPI_CONFIGURE_ENABLE=	vaapi
126
VAAPI_CONFIGURE_ENABLE=	vaapi
127
127
128
VDPAU_BUILD_DEPENDS=	${LOCALBASE}/include/vdpau/vdpau.h:${PORTSDIR}/multimedia/libvdpau
128
VDPAU_LIB_DEPENDS=	libvdpau.so:${PORTSDIR}/multimedia/libvdpau
129
VDPAU_CONFIGURE_ENABLE=	vdpau
129
VDPAU_CONFIGURE_ENABLE=	vdpau
130
130
131
VORBIS_LIB_DEPENDS=	libvorbisenc.so:${PORTSDIR}/audio/libvorbis
131
VORBIS_LIB_DEPENDS=	libvorbisenc.so:${PORTSDIR}/audio/libvorbis
Lines 193-198 Link Here
193
	cd ${WRKSRC}/lib/cpluff && ${SH} ./autogen.sh
193
	cd ${WRKSRC}/lib/cpluff && ${SH} ./autogen.sh
194
	${REINPLACE_CMD} '/lib\/cpluff/d' ${WRKSRC}/bootstrap.mk
194
	${REINPLACE_CMD} '/lib\/cpluff/d' ${WRKSRC}/bootstrap.mk
195
	cd ${WRKSRC} && ${SH} ./bootstrap
195
	cd ${WRKSRC} && ${SH} ./bootstrap
196
	${REINPLACE_CMD} "s;'' iconv;iconv;" ${WRKSRC}/configure
196
197
197
post-install:
198
post-install:
198
	${INSTALL_MAN} ${WRKSRC}/docs/manpages/xbmc.bin.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
199
	${INSTALL_MAN} ${WRKSRC}/docs/manpages/xbmc.bin.1 ${STAGEDIR}${MAN1PREFIX}/man/man1

Return to bug 186271