From owner-svn-ports-head@freebsd.org Tue Dec 15 22:54:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 897BBA487CC; Tue, 15 Dec 2015 22:54:58 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49D0D136A; Tue, 15 Dec 2015 22:54:58 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBFMsvvY021518; Tue, 15 Dec 2015 22:54:57 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBFMsvrH021516; Tue, 15 Dec 2015 22:54:57 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201512152254.tBFMsvrH021516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 15 Dec 2015 22:54:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403821 - head/x11/xpra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2015 22:54:58 -0000 Author: jkim Date: Tue Dec 15 22:54:57 2015 New Revision: 403821 URL: https://svnweb.freebsd.org/changeset/ports/403821 Log: - Update to 0.15.9. - Add options to disable Avahi and CUPS. - Fix dependencies for sound support. - Remove pkg-message with out-dated information. PR: 205338 Deleted: head/x11/xpra/pkg-message Modified: head/x11/xpra/Makefile head/x11/xpra/distinfo Modified: head/x11/xpra/Makefile ============================================================================== --- head/x11/xpra/Makefile Tue Dec 15 22:12:04 2015 (r403820) +++ head/x11/xpra/Makefile Tue Dec 15 22:54:57 2015 (r403821) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xpra -PORTVERSION= 0.15.8 -PORTREVISION= 2 +PORTVERSION= 0.15.9 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ @@ -20,9 +19,7 @@ RUN_DEPENDS= py${PYTHON_SUFFIX}-lz4>=0.7 ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl \ ${PYTHON_SITELIBDIR}/OpenGL_accelerate/__init__.py:${PORTSDIR}/graphics/py-opengl-accelerate \ ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ - ${PYTHON_SITELIBDIR}/avahi/__init__.py:${PORTSDIR}/net/py-avahi \ ${PYTHON_SITELIBDIR}/netifaces.so:${PORTSDIR}/net/py-netifaces \ - ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-pycups \ ssh-askpass:${PORTSDIR}/security/openssh-askpass \ setxkbmap:${PORTSDIR}/x11/setxkbmap \ xauth:${PORTSDIR}/x11/xauth \ @@ -33,12 +30,13 @@ RUN_DEPENDS= py${PYTHON_SUFFIX}-lz4>=0.7 ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/gtkgl/__init__.py:${PORTSDIR}/x11-toolkits/py-gtkglext USES= desktop-file-utils pkgconfig python shared-mime-info tar:xz +USE_GSTREAMER= good python USE_PYTHON= distutils USE_XORG= x11 xcomposite xdamage xfixes xkbfile xrandr xtst PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHON_VER=${PYTHON_VER} -OPTIONS_DEFINE= AVCODEC OPENCL SWSCALE VPX WEBP X264 X265 -OPTIONS_DEFAULT= AVCODEC SWSCALE VPX WEBP X264 X265 +OPTIONS_DEFINE= AVAHI AVCODEC CUPS OPENCL SWSCALE VPX WEBP X264 X265 +OPTIONS_DEFAULT= AVAHI AVCODEC CUPS SWSCALE VPX WEBP X264 X265 OPTIONS_SUB= yes AVCODEC_DESC= Enable avcodec2 decoder @@ -49,7 +47,9 @@ WEBP_DESC= Enable WebP encoder X264_DESC= Enable X264 encoder X265_DESC= Enable X265 encoder +AVAHI_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/avahi/__init__.py:${PORTSDIR}/net/py-avahi AVCODEC_VARS= XPRA_OPTIONS+=dec_avcodec2 +CUPS_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-pycups OPENCL_LIB_DEPENDS= libOpenCL.so:${PORTSDIR}/devel/ocl-icd OPENCL_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyopencl/__init__.py:${PORTSDIR}/devel/py-pyopencl OPENCL_VARS= XPRA_OPTIONS+=csc_opencl Modified: head/x11/xpra/distinfo ============================================================================== --- head/x11/xpra/distinfo Tue Dec 15 22:12:04 2015 (r403820) +++ head/x11/xpra/distinfo Tue Dec 15 22:54:57 2015 (r403821) @@ -1,2 +1,2 @@ -SHA256 (xpra-0.15.8.tar.xz) = e6ca124c89cfa81c8ee69dd2d746cdb0b4d896af6b369e60abc50d2fd2d2a0d2 -SIZE (xpra-0.15.8.tar.xz) = 1198496 +SHA256 (xpra-0.15.9.tar.xz) = bdf51ae3d4114050ff23f7a88fc10af0eb55dd6f74412a6b2c10efeaf6499116 +SIZE (xpra-0.15.9.tar.xz) = 1199224