Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 May 2018 09:40:22 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469720 - in head/devel/libaravis: . files
Message-ID:  <201805120940.w4C9eMWf048052@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat May 12 09:40:21 2018
New Revision: 469720
URL: https://svnweb.freebsd.org/changeset/ports/469720

Log:
  devel/libaravis: update 0.5.11 -> 0.5.12
  
  - gigevision: disable GVSP extended id mode
  - genicam: fix for signedness of register nodes
  - genicam: add support for optional ROUND parameter (Aleksandr)
  - add man page (Chiara)
  
  PR:		228190
  Submitted by:	rozhuk.im@gmail.com (maintainer)

Modified:
  head/devel/libaravis/Makefile
  head/devel/libaravis/distinfo
  head/devel/libaravis/files/patch-Makefile.am
  head/devel/libaravis/pkg-plist

Modified: head/devel/libaravis/Makefile
==============================================================================
--- head/devel/libaravis/Makefile	Sat May 12 09:34:03 2018	(r469719)
+++ head/devel/libaravis/Makefile	Sat May 12 09:40:21 2018	(r469720)
@@ -3,7 +3,7 @@
 
 PORTNAME=		libaravis
 DISTVERSIONPREFIX=	ARAVIS_
-DISTVERSION=		0_5_11
+DISTVERSION=		0_5_12
 CATEGORIES=		devel
 
 MAINTAINER=		rozhuk.im@gmail.com
@@ -17,11 +17,11 @@ BUILD_DEPENDS=		g-ir-compiler:devel/gobject-introspect
 CONFLICTS_INSTALL=	${PORTNAME}*
 
 USES=			pkgconfig autoreconf libtool gmake
-GNU_CONFIGURE=		yes
 USE_GITHUB=		yes
 GH_ACCOUNT=		AravisProject
 GH_PROJECT=		aravis
 USE_GNOME=		glib20 intltool libxml2
+GNU_CONFIGURE=		yes
 USE_LDCONFIG=		yes
 INSTALL_TARGET=		install-strip
 

Modified: head/devel/libaravis/distinfo
==============================================================================
--- head/devel/libaravis/distinfo	Sat May 12 09:34:03 2018	(r469719)
+++ head/devel/libaravis/distinfo	Sat May 12 09:40:21 2018	(r469720)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520326526
-SHA256 (AravisProject-aravis-ARAVIS_0_5_11_GH0.tar.gz) = 051b307e58ee7564cc6be99cbc773f2f7af17be95ac601f441bcded6f316a820
-SIZE (AravisProject-aravis-ARAVIS_0_5_11_GH0.tar.gz) = 2978653
+TIMESTAMP = 1526105762
+SHA256 (AravisProject-aravis-ARAVIS_0_5_12_GH0.tar.gz) = 61467edecb96f7d315770f8d874860e42b2981200edb8bba879f46ec9a83e0b2
+SIZE (AravisProject-aravis-ARAVIS_0_5_12_GH0.tar.gz) = 2986578

Modified: head/devel/libaravis/files/patch-Makefile.am
==============================================================================
--- head/devel/libaravis/files/patch-Makefile.am	Sat May 12 09:34:03 2018	(r469719)
+++ head/devel/libaravis/files/patch-Makefile.am	Sat May 12 09:40:21 2018	(r469720)
@@ -1,5 +1,14 @@
 --- Makefile.am.orig	2018-01-29 16:03:28 UTC
 +++ Makefile.am
+@@ -6,7 +6,7 @@
+ 
+ DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc --enable-gst-plugin --enable-gst-0.10-plugin --enable-viewer --enable-cpp-test --enable-appstream-util
+ 
+-SUBDIRS = src man
++SUBDIRS = src 
+ 
+ if ARAVIS_BUILD_VIEWER
+ SUBDIRS += viewer
 @@ -20,7 +20,7 @@ if ARAVIS_BUILD_GST_0_10_PLUGIN
  SUBDIRS += gst-0.10
  endif

Modified: head/devel/libaravis/pkg-plist
==============================================================================
--- head/devel/libaravis/pkg-plist	Sat May 12 09:34:03 2018	(r469719)
+++ head/devel/libaravis/pkg-plist	Sat May 12 09:40:21 2018	(r469720)
@@ -78,12 +78,12 @@ lib/libaravis-0.6.so.0
 lib/libaravis-0.6.so.0.0.0
 libdata/pkgconfig/aravis-0.6.pc
 share/aravis-0.6/arv-fake-camera.xml
-share/gir-1.0/Aravis-0.6.gir
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/COPYING
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
 %%PORTDOCS%%%%DOCSDIR%%/NEWS
 %%PORTDOCS%%%%DOCSDIR%%/README.md
+share/gir-1.0/Aravis-0.6.gir
 %%NLS%%share/locale/bs/LC_MESSAGES/aravis-0.6.mo
 %%NLS%%share/locale/ca/LC_MESSAGES/aravis-0.6.mo
 %%NLS%%share/locale/cs/LC_MESSAGES/aravis-0.6.mo



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