From owner-svn-ports-all@freebsd.org Sun May 12 01:51:20 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F6391588732; Sun, 12 May 2019 01:51:20 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D23383546; Sun, 12 May 2019 01:51:20 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DC78823DD4; Sun, 12 May 2019 01:51:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4C1pJsk044141; Sun, 12 May 2019 01:51:19 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4C1pJd9044140; Sun, 12 May 2019 01:51:19 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905120151.x4C1pJd9044140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 12 May 2019 01:51:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501356 - head/deskutils/spice-gtk X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/deskutils/spice-gtk X-SVN-Commit-Revision: 501356 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0D23383546 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2019 01:51:20 -0000 Author: swills Date: Sun May 12 01:51:19 2019 New Revision: 501356 URL: https://svnweb.freebsd.org/changeset/ports/501356 Log: deskutils/spice-gtk: fix configure options While here, reformat a bit, add missing USE_GSTREAMER1 PR: 237592 Submitted by: Jack (maintainer, modified slightly) Modified: head/deskutils/spice-gtk/Makefile (contents, props changed) Modified: head/deskutils/spice-gtk/Makefile ============================================================================== --- head/deskutils/spice-gtk/Makefile Sun May 12 01:42:53 2019 (r501355) +++ head/deskutils/spice-gtk/Makefile Sun May 12 01:51:19 2019 (r501356) @@ -3,7 +3,7 @@ PORTNAME= spice-gtk PORTVERSION= 0.36 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= deskutils gnome MASTER_SITES= http://www.spice-space.org/download/gtk/ @@ -19,21 +19,24 @@ LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ libjson-glib-1.0.so:devel/json-glib \ libopus.so:audio/opus \ libva-x11.so:multimedia/libva -BUILD_DEPENDS= spice-protocol>=0.12.15:devel/spice-protocol \ - ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:devel/py-pyparsing@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:devel/py-pyparsing@${PY_FLAVOR} \ + spice-protocol>=0.12.15:devel/spice-protocol RUN_DEPENDS= spice-protocol>=0.12.15:devel/spice-protocol -USES= autoreconf cpe gettext-tools gmake gnome jpeg libtool pkgconfig tar:bzip2 \ - python ssl localbase:ldflags -USE_XORG= x11 pixman +USES= autoreconf cpe gettext-tools gmake gnome jpeg libtool \ + localbase:ldflags pkgconfig python ssl tar:bzip2 +USE_XORG= pixman x11 USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 intltool introspection:build +USE_GSTREAMER1= yes CPE_VENDOR= redhat SPICE_SSL_CFLAGS= -I${OPENSSLINC} -SPICE_SSL_LIBS= -L${OPENSSLLIB} -lcrypto -lssl -CONFIGURE_ENV+= SSL_CFLAGS="${SPICE_SSL_CFLAGS}" SSL_LIBS="${SPICE_SSL_LIBS}" \ - OPENSSL_CFLAGS="${SPICE_SSL_CFLAGS}" OPENSSL_LIBS="${SPICE_SSL_LIBS}" +SPICE_SSL_LIBS= -L${OPENSSLLIB} -lcrypto -lssl +CONFIGURE_ENV+= OPENSSL_CFLAGS="${SPICE_SSL_CFLAGS}" \ + OPENSSL_LIBS="${SPICE_SSL_LIBS}" \ + SSL_CFLAGS="${SPICE_SSL_CFLAGS}" \ + SSL_LIBS="${SPICE_SSL_LIBS}" GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -43,31 +46,40 @@ MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" INSTALL_TARGET= install-strip -OPTIONS_DEFINE= LZ4 NLS DOCS SASL -OPTIONS_DEFAULT= GSTREAMER LZ4 PULSEAUDIO SASL +OPTIONS_DEFINE= BUILTIN-MJPEG DOCS INTROSPECTION LZ4 NLS PIE POLKIT \ + PULSEAUDIO SASL +OPTIONS_DEFAULT= BUILTIN-MJPEG INTROSPECTION LZ4 PIE POLKIT PULSEAUDIO \ + SASL +OPTIONS_SUB= yes -OPTIONS_GROUP= AUDIO -OPTIONS_GROUP_AUDIO= GSTREAMER PULSEAUDIO - -OPTIONS_SUB= yes - -LZ4_CONFIGURE_ENABLE= lz4 +LZ4_CONFIGURE_ON= --enable-lz4=yes +LZ4_CONFIGURE_OFF= --enable-lz4=no LZ4_LIB_DEPENDS+= liblz4.so:archivers/liblz4 -NLS_USES= gettext +NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -NOAUDIO_DESC= Disable audio backend +BUILTIN-MJPEG_CONFIGURE_ENABLE= builtin-mjpeg +BUILTIN-MJPEG_DESC= Enable the builtin mjpeg video decoder -GSTREAMER_CONFIGURE_ENABLE= gstaudio -GSTREAMER_USE= GSTREAMER1=yes -GSTREAMER_CONFIGURE_ON= --enable-gstvideo=yes -GSTREAMER_CONFIGURE_OFF= --enable-gstvideo=no +INTROSPECTION_CONFIGURE_ON= --enable-introspection=yes +INTROSPECTION_CONFIGURE_OFF= --enable-introspection=no +INTROSPECTION_DESC= Enable introspection for this build +PIE_CONFIGURE_ON= --enable-pie=yes +PIE_CONFIGURE_OFF= --enable-pie=no +PIE_DESC= Enable position-independent-executable support (for usb acl helper) + +POLKIT_CONFIGURE_ON= --enable-polkit=yes +POLKIT_CONFIGURE_OFF= --enable-polkit=no +POLKIT_DESC= Enable PolicyKit support (for usb acl helper) + +PULSEAUDIO_CONFIGURE_ON= --enable-pulse=yes +PULSEAUDIO_CONFIGURE_OFF= --enable-pulse=no PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio -PULSEAUDIO_CONFIGURE_ENABLE= pulse -SASL_CONFIGURE_WITH= sasl=yes -SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 +SASL_CONFIGURE_ON= --with-sasl=yes +SASL_CONFIGURE_OFF= --with-sasl=no +SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 .include