Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2015 02:40:50 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403440 - head/deskutils/spice-gtk
Message-ID:  <201512100240.tBA2eoQW022110@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Thu Dec 10 02:40:50 2015
New Revision: 403440
URL: https://svnweb.freebsd.org/changeset/ports/403440

Log:
  deskutils/spice-gtk: update to 0.30
  
  PR:		204849 (based on)
  Submitted by:	olevole@olevole.ru

Modified:
  head/deskutils/spice-gtk/Makefile
  head/deskutils/spice-gtk/distinfo
  head/deskutils/spice-gtk/pkg-plist

Modified: head/deskutils/spice-gtk/Makefile
==============================================================================
--- head/deskutils/spice-gtk/Makefile	Thu Dec 10 02:21:04 2015	(r403439)
+++ head/deskutils/spice-gtk/Makefile	Thu Dec 10 02:40:50 2015	(r403440)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	spice-gtk
-PORTVERSION=	0.26
-PORTREVISION=	1
+PORTVERSION=	0.30
 CATEGORIES?=	deskutils gnome
 MASTER_SITES=	http://www.spice-space.org/download/gtk/
 
@@ -17,11 +16,14 @@ USE_GNOME=	gnomeprefix gtk20 gtk30 intlt
 USES=		cpe gmake jpeg libtool pkgconfig tar:bzip2 pathfix
 CPE_VENDOR=	redhat
 
+BUILD_DEPENDS=	spice-protocol>=0.12.10:${PORTSDIR}/devel/spice-protocol \
+		${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:${PORTSDIR}/devel/py-pyparsing
+
 .if defined(SPICE_SLAVE)
 CATEGORIES+=	python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gtk2>=0:${PORTSDIR}/x11-toolkits/py-gtk2
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gtk2>=0:${PORTSDIR}/x11-toolkits/py-gtk2
+BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}gtk2>=0:${PORTSDIR}/x11-toolkits/py-gtk2
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}gtk2>=0:${PORTSDIR}/x11-toolkits/py-gtk2
 CONFIGURE_ARGS+=	--with-python
 PLIST_FILES+=	%%PYTHON_SITELIBDIR%%/SpiceClientGtk.a \
 		%%PYTHON_SITELIBDIR%%/SpiceClientGtk.so
@@ -53,7 +55,7 @@ OPTIONS_SINGLE_AUDIO=	GSTREAMER PULSEAUD
 NOAUDIO_DESC=		Disable audio backend
 
 GSTREAMER_CONFIGURE_ON=	--with-audio=gstreamer
-GSTREAMER_USE=	gstreamer=yes
+GSTREAMER_USE=	GSTREAMER1=yes
 PULSEAUDIO_CONFIGURE_ON=	--with-audio=pulse
 PULSEAUDIO_LIB_DEPENDS=		libpulse.so:${PORTSDIR}/audio/pulseaudio
 PULSEAUDIO_CONFIGURE_ENABLE=	pulse

Modified: head/deskutils/spice-gtk/distinfo
==============================================================================
--- head/deskutils/spice-gtk/distinfo	Thu Dec 10 02:21:04 2015	(r403439)
+++ head/deskutils/spice-gtk/distinfo	Thu Dec 10 02:40:50 2015	(r403440)
@@ -1,2 +1,2 @@
-SHA256 (spice-gtk-0.26.tar.bz2) = d61cabeb4ae03afb5bb921139491d1088ca0cdf77c7e70b8039fe62c2246e3f9
-SIZE (spice-gtk-0.26.tar.bz2) = 1278731
+SHA256 (spice-gtk-0.30.tar.bz2) = e23323fa399efba17b3c18475ef10a29815851be5e7dbedd246b28ee8eb1379c
+SIZE (spice-gtk-0.30.tar.bz2) = 1228727

Modified: head/deskutils/spice-gtk/pkg-plist
==============================================================================
--- head/deskutils/spice-gtk/pkg-plist	Thu Dec 10 02:21:04 2015	(r403439)
+++ head/deskutils/spice-gtk/pkg-plist	Thu Dec 10 02:40:50 2015	(r403440)
@@ -6,6 +6,7 @@ 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
@@ -49,15 +50,12 @@ libdata/pkgconfig/spice-client-glib-2.0.
 lib/libspice-controller.so.0.0.0
 lib/libspice-controller.so.0
 lib/libspice-controller.so
-lib/libspice-controller.a
 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
-lib/libspice-client-gtk-3.0.a
 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/libspice-client-glib-2.0.a
 lib/girepository-1.0/SpiceClientGtk-3.0.typelib
 lib/girepository-1.0/SpiceClientGLib-2.0.typelib
 include/spice-controller/spice-controller.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512100240.tBA2eoQW022110>