Index: head/deskutils/spice-gtk/Makefile =================================================================== --- head/deskutils/spice-gtk/Makefile (revision 423207) +++ head/deskutils/spice-gtk/Makefile (revision 423208) @@ -1,67 +1,64 @@ # Created by: olevole@olevole.ru # $FreeBSD$ PORTNAME= spice-gtk -PORTVERSION= 0.30 -PORTREVISION= 1 +PORTVERSION= 0.32 CATEGORIES?= deskutils gnome MASTER_SITES= http://www.spice-space.org/download/gtk/ MAINTAINER= olevole@olevole.ru COMMENT?= Gtk client and libraries for SPICE remote desktop servers LICENSE= GPLv2 USE_XORG= pixman USE_GNOME= gnomeprefix gtk20 gtk30 intltool introspection:build -USES= cpe gmake jpeg libtool pkgconfig tar:bzip2 pathfix python +USES= cpe gmake jpeg libtool pkgconfig tar:bzip2 pathfix python ssl localbase CPE_VENDOR= redhat BUILD_DEPENDS= spice-protocol>=0.12.10:devel/spice-protocol \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:devel/py-pyparsing RUN_DEPENDS= spice-protocol>=0.12.10:devel/spice-protocol .if defined(SPICE_SLAVE) PORTREVISION= 1 CATEGORIES+= python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gtk2>=0:x11-toolkits/py-gtk2 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gtk2>=0:x11-toolkits/py-gtk2 CONFIGURE_ARGS+= --with-python PLIST_FILES+= %%PYTHON_SITELIBDIR%%/SpiceClientGtk.so .endif -CONFIGURE_ENV+= SSL_CFLAGS=-I${OPENSSLINC} \ - SSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" +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}" GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_OPENSSL= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS DOCS SASL OPTIONS_DEFAULT= GSTREAMER SASL OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls OPTIONS_SINGLE= AUDIO OPTIONS_SINGLE_AUDIO= GSTREAMER PULSEAUDIO NOAUDIO NOAUDIO_DESC= Disable audio backend GSTREAMER_CONFIGURE_ON= --with-audio=gstreamer GSTREAMER_USE= GSTREAMER1=yes PULSEAUDIO_CONFIGURE_ON= --with-audio=pulse PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CONFIGURE_ENABLE= pulse NOAUDIO_CONFIGURE_ON= --with-audio=no SASL_CONFIGURE_WITH= sasl=yes SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 .include Index: head/deskutils/spice-gtk/distinfo =================================================================== --- head/deskutils/spice-gtk/distinfo (revision 423207) +++ head/deskutils/spice-gtk/distinfo (revision 423208) @@ -1,2 +1,3 @@ -SHA256 (spice-gtk-0.30.tar.bz2) = e23323fa399efba17b3c18475ef10a29815851be5e7dbedd246b28ee8eb1379c -SIZE (spice-gtk-0.30.tar.bz2) = 1228727 +TIMESTAMP = 1472391330 +SHA256 (spice-gtk-0.32.tar.bz2) = 4c48f4099335e0cd100854162a44070d34ed73dfcad2115e80c075013b49ee02 +SIZE (spice-gtk-0.32.tar.bz2) = 1342742 Index: head/deskutils/spice-gtk/pkg-plist =================================================================== --- head/deskutils/spice-gtk/pkg-plist (revision 423207) +++ head/deskutils/spice-gtk/pkg-plist (revision 423208) @@ -1,92 +1,94 @@ share/vala/vapi/spice-protocol.vapi %%NLS%%share/locale/fr/LC_MESSAGES/spice-gtk.mo share/gir-1.0/SpiceClientGtk-3.0.gir share/gir-1.0/SpiceClientGLib-2.0.gir share/doc/spice-gtk/up.png share/doc/spice-gtk/up-insensitive.png share/doc/spice-gtk/style.css share/doc/spice-gtk/spice-gtk.devhelp2 -share/doc/spice-gtk/spice-gtk-spice-version.html share/doc/spice-gtk/spice-gtk-Utilities.html share/doc/spice-gtk/spice-gtk-SpiceURI.html share/doc/spice-gtk/right.png share/doc/spice-gtk/right-insensitive.png share/doc/spice-gtk/object-tree.html share/doc/spice-gtk/left.png share/doc/spice-gtk/left-insensitive.png -share/doc/spice-gtk/index.sgml share/doc/spice-gtk/index.html share/doc/spice-gtk/home.png share/doc/spice-gtk/ch03.html share/doc/spice-gtk/ch02.html share/doc/spice-gtk/ch01.html share/doc/spice-gtk/application-support.html share/doc/spice-gtk/api-reference.html share/doc/spice-gtk/api-index-full.html share/doc/spice-gtk/api-index-deprecated.html share/doc/spice-gtk/annotation-glossary.html share/doc/spice-gtk/SpiceWebdavChannel.html share/doc/spice-gtk/SpiceUsbredirChannel.html -share/doc/spice-gtk/SpiceUsbDeviceWidget.html share/doc/spice-gtk/SpiceUsbDeviceManager.html share/doc/spice-gtk/SpiceSmartcardManager.html share/doc/spice-gtk/SpiceSmartcardChannel.html share/doc/spice-gtk/SpiceSession.html share/doc/spice-gtk/SpiceRecordChannel.html share/doc/spice-gtk/SpicePortChannel.html share/doc/spice-gtk/SpicePlaybackChannel.html share/doc/spice-gtk/SpiceMainChannel.html share/doc/spice-gtk/SpiceInputsChannel.html -share/doc/spice-gtk/SpiceGtkSession.html share/doc/spice-gtk/SpiceDisplayChannel.html -share/doc/spice-gtk/SpiceDisplay.html share/doc/spice-gtk/SpiceCursorChannel.html share/doc/spice-gtk/SpiceChannel.html share/doc/spice-gtk/SpiceAudio.html +%%PORTDOCS%%%%DOCSDIR%%/SpiceFileTransferTask.html +%%PORTDOCS%%%%DOCSDIR%%/spice-gtk-SpiceDisplay.html +%%PORTDOCS%%%%DOCSDIR%%/spice-gtk-SpiceGtkSession.html +%%PORTDOCS%%%%DOCSDIR%%/spice-gtk-SpiceUsbDeviceWidget.html +%%PORTDOCS%%%%DOCSDIR%%/spice-gtk-Version-Information.html man/man1/spice-client.1.gz libdata/pkgconfig/spice-controller.pc libdata/pkgconfig/spice-client-gtk-3.0.pc libdata/pkgconfig/spice-client-glib-2.0.pc lib/libspice-controller.so.0.0.0 lib/libspice-controller.so.0 lib/libspice-controller.so -lib/libspice-client-gtk-3.0.so.4.0.0 -lib/libspice-client-gtk-3.0.so.4 +lib/libspice-client-gtk-3.0.so.5.0.0 +lib/libspice-client-gtk-3.0.so.5 lib/libspice-client-gtk-3.0.so lib/libspice-client-glib-2.0.so.8.5.0 lib/libspice-client-glib-2.0.so.8 lib/libspice-client-glib-2.0.so lib/girepository-1.0/SpiceClientGtk-3.0.typelib lib/girepository-1.0/SpiceClientGLib-2.0.typelib -include/spice-controller/spice-controller.h -include/spice-client-gtk-3.0/usb-device-widget.h -include/spice-client-gtk-3.0/spice-widget.h -include/spice-client-gtk-3.0/spice-widget-enums.h -include/spice-client-gtk-3.0/spice-gtk-session.h -include/spice-client-gtk-3.0/spice-grabsequence.h -include/spice-client-glib-2.0/usb-device-manager.h -include/spice-client-glib-2.0/spice-version.h -include/spice-client-glib-2.0/spice-util.h -include/spice-client-glib-2.0/spice-uri.h -include/spice-client-glib-2.0/spice-types.h -include/spice-client-glib-2.0/spice-session.h -include/spice-client-glib-2.0/spice-option.h -include/spice-client-glib-2.0/spice-glib-enums.h -include/spice-client-glib-2.0/spice-client.h -include/spice-client-glib-2.0/spice-channel.h -include/spice-client-glib-2.0/spice-channel-enums.h -include/spice-client-glib-2.0/spice-audio.h -include/spice-client-glib-2.0/smartcard-manager.h -include/spice-client-glib-2.0/channel-webdav.h -include/spice-client-glib-2.0/channel-usbredir.h -include/spice-client-glib-2.0/channel-smartcard.h -include/spice-client-glib-2.0/channel-record.h -include/spice-client-glib-2.0/channel-port.h -include/spice-client-glib-2.0/channel-playback.h -include/spice-client-glib-2.0/channel-main.h -include/spice-client-glib-2.0/channel-inputs.h -include/spice-client-glib-2.0/channel-display.h include/spice-client-glib-2.0/channel-cursor.h +include/spice-client-glib-2.0/channel-display.h +include/spice-client-glib-2.0/channel-inputs.h +include/spice-client-glib-2.0/channel-main.h +include/spice-client-glib-2.0/channel-playback.h +include/spice-client-glib-2.0/channel-port.h +include/spice-client-glib-2.0/channel-record.h +include/spice-client-glib-2.0/channel-smartcard.h +include/spice-client-glib-2.0/channel-usbredir.h +include/spice-client-glib-2.0/channel-webdav.h +include/spice-client-glib-2.0/smartcard-manager.h +include/spice-client-glib-2.0/spice-audio.h +include/spice-client-glib-2.0/spice-channel-enums.h +include/spice-client-glib-2.0/spice-channel.h +include/spice-client-glib-2.0/spice-client.h +include/spice-client-glib-2.0/spice-file-transfer-task.h +include/spice-client-glib-2.0/spice-glib-enums.h +include/spice-client-glib-2.0/spice-option.h +include/spice-client-glib-2.0/spice-session.h +include/spice-client-glib-2.0/spice-types.h +include/spice-client-glib-2.0/spice-uri.h +include/spice-client-glib-2.0/spice-util.h +include/spice-client-glib-2.0/spice-version.h +include/spice-client-glib-2.0/usb-device-manager.h +include/spice-client-gtk-3.0/spice-client-gtk.h +include/spice-client-gtk-3.0/spice-grabsequence.h +include/spice-client-gtk-3.0/spice-gtk-session.h +include/spice-client-gtk-3.0/spice-widget-enums.h +include/spice-client-gtk-3.0/spice-widget.h +include/spice-client-gtk-3.0/usb-device-widget.h +include/spice-controller/spice-controller.h bin/spicy-stats bin/spicy-screenshot bin/spicy