svn commit: r469720 - in head/devel/libaravis: . files
Kurt Jaeger
pi at FreeBSD.org
Sat May 12 09:40:23 UTC 2018
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 at 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 at 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
More information about the svn-ports-all
mailing list