Date: Thu, 30 Jan 2014 16:39:34 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341860 - head/multimedia/xbmc Message-ID: <201401301639.s0UGdYWY028878@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Thu Jan 30 16:39:34 2014 New Revision: 341860 URL: http://svnweb.freebsd.org/changeset/ports/341860 QAT: https://qat.redports.org/buildarchive/r341860/ Log: - vdpau is a lib depends and not a build depends - iconv is used with wchar_t PR: ports/186271 Submitted by: Mickael Maillot <mickael.maillot@gmail.com> (maintainer) Modified: head/multimedia/xbmc/Makefile Modified: head/multimedia/xbmc/Makefile ============================================================================== --- head/multimedia/xbmc/Makefile Thu Jan 30 16:37:32 2014 (r341859) +++ head/multimedia/xbmc/Makefile Thu Jan 30 16:39:34 2014 (r341860) @@ -2,6 +2,7 @@ PORTNAME= xbmc DISTVERSION= 13.0.alpha11 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= mickael.maillot@gmail.com @@ -56,7 +57,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqli ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \ xdpyinfo:${PORTSDIR}/x11/xdpyinfo -USES= gmake iconv pkgconfig +USES= gmake iconv:wchar_t pkgconfig USE_AUTOTOOLS= autoconf libtool automake libltdl GNU_CONFIGURE= yes USE_XORG= xt xmu xtst @@ -125,7 +126,7 @@ SMB_CONFIGURE_ENABLE= samba VAAPI_LIB_DEPENDS= libva.so:${PORTSDIR}/multimedia/libva VAAPI_CONFIGURE_ENABLE= vaapi -VDPAU_BUILD_DEPENDS= ${LOCALBASE}/include/vdpau/vdpau.h:${PORTSDIR}/multimedia/libvdpau +VDPAU_LIB_DEPENDS= libvdpau.so:${PORTSDIR}/multimedia/libvdpau VDPAU_CONFIGURE_ENABLE= vdpau VORBIS_LIB_DEPENDS= libvorbisenc.so:${PORTSDIR}/audio/libvorbis @@ -193,6 +194,7 @@ run-autotools: cd ${WRKSRC}/lib/cpluff && ${SH} ./autogen.sh ${REINPLACE_CMD} '/lib\/cpluff/d' ${WRKSRC}/bootstrap.mk cd ${WRKSRC} && ${SH} ./bootstrap + ${REINPLACE_CMD} "s;'' iconv;iconv;" ${WRKSRC}/configure post-install: ${INSTALL_MAN} ${WRKSRC}/docs/manpages/xbmc.bin.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401301639.s0UGdYWY028878>