Date: Sat, 14 Mar 2015 20:21:55 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381293 - head/multimedia/vlc Message-ID: <201503142021.t2EKLtqJ066958@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nox Date: Sat Mar 14 20:21:54 2015 New Revision: 381293 URL: https://svnweb.freebsd.org/changeset/ports/381293 QAT: https://qat.redports.org/buildarchive/r381293/ Log: - Add missing dependencies on yasm and minizip. - Bump PORTREVISION. Modified: head/multimedia/vlc/Makefile Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Sat Mar 14 19:39:49 2015 (r381292) +++ head/multimedia/vlc/Makefile Sat Mar 14 20:21:54 2015 (r381293) @@ -3,6 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.2.0 +PORTREVISION= 1 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ @@ -18,8 +19,10 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/se libdvbpsi.so:${PORTSDIR}/multimedia/libdvbpsi \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libfreetype.so:${PORTSDIR}/print/freetype2 \ - libidn.so:${PORTSDIR}/dns/libidn -BUILD_DEPENDS= ffmpeg>=2.0:${PORTSDIR}/multimedia/ffmpeg + libidn.so:${PORTSDIR}/dns/libidn \ + libminizip.so:${PORTSDIR}/archivers/minizip +BUILD_DEPENDS= ffmpeg>=2.0:${PORTSDIR}/multimedia/ffmpeg \ + yasm:${PORTSDIR}/devel/yasm RUN_DEPENDS= ffmpeg>=2.0:${PORTSDIR}/multimedia/ffmpeg USES= compiler:c11 desktop-file-utils gmake iconv libtool pathfix \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503142021.t2EKLtqJ066958>