Date: Fri, 8 Feb 2013 22:12:17 +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: r311953 - head/multimedia/libxine Message-ID: <201302082212.r18MCHhw062590@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nox Date: Fri Feb 8 22:12:17 2013 New Revision: 311953 URL: http://svnweb.freebsd.org/changeset/ports/311953 Log: - Add missing deps. - Bump PORTVERSION. PR: ports/175968 Submitted by: pawel Modified: head/multimedia/libxine/Makefile Modified: head/multimedia/libxine/Makefile ============================================================================== --- head/multimedia/libxine/Makefile Fri Feb 8 21:30:21 2013 (r311952) +++ head/multimedia/libxine/Makefile Fri Feb 8 22:12:17 2013 (r311953) @@ -3,7 +3,7 @@ PORTNAME= xine PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib/${PORTVERSION} PKGNAMEPREFIX= lib @@ -13,6 +13,7 @@ MAINTAINER= nox@FreeBSD.org COMMENT= Libraries for xine multimedia player LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \ + a52:${PORTSDIR}/audio/liba52 \ vorbis:${PORTSDIR}/audio/libvorbis \ speex:${PORTSDIR}/audio/speex \ mng:${PORTSDIR}/graphics/libmng \ @@ -42,7 +43,7 @@ GNU_CONFIGURE= yes WANT_GNOME= yes USE_GNOME= gnomehack USE_GMAKE= yes -USE_XORG= x11 xv xinerama +USE_XORG= sm x11 xv xinerama USE_GL= gl glu USE_PERL5_BUILD=yes USE_SDL= sdl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302082212.r18MCHhw062590>