Port details |
- libaravis Camera control and image acquisition library
- 0.8.34 devel
=2 0.8.20_3Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2017-04-17 09:46:17
- Last Update: 2025-02-20 23:27:24
- Commit Hash: ec32609
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21+
- WWW:
- https://github.com/AravisProject/aravis/
- Description:
- Aravis is a glib/gobject based library for video acquisition using
Genicam cameras.
It currently implements the gigabit ethernet and USB3 (Since Aravis
0.5.x) protocols used by industrial cameras. It also provides a
basic ethernet camera simulator and a simple video viewer.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libaravis>0:devel/libaravis
- To install the port:
- cd /usr/ports/devel/libaravis/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libaravis
- pkg install libaravis
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libaravis
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1739899972
SHA256 (AravisProject-aravis-0.8.34_GH0.tar.gz) = 34e7a3b503af74f6b8ab2fd2f25edb9efc53d1cda48514c32f13de722c1ba479
SIZE (AravisProject-aravis-0.8.34_GH0.tar.gz) = 988443
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gi-docgen : textproc/py-gi-docgen
- intltool-extract : textproc/intltool
- g-ir-scanner : devel/gobject-introspection
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libxml2.so : textproc/libxml2
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Libraries
-
- multimedia/aravis
Configuration Options:
- ===> The following configuration options are available for libaravis-0.8.34:
DOCS=on: Build and/or install documentation
FAST_HEARTBEAT=off: build with extremely fast heartbeat
NLS=on: Native Language Support
USB=on: build with USB support
===> Use 'make config' to modify these settings
- Options name:
- devel_libaravis
- USES:
- gnome libtool meson pkgconfig gettext
- pkg-message:
- For install:
- Aravis require broadcast to find devices.
Dont forget run:
# route add 255.255.255.255 -iface lan0
or add in rc.conf
static_routes="bcast:lan0"
route_bcast="255.255.255.255 -iface lan0"
where lan0 - network interface name.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.34 20 Feb 2025 23:27:24
    |
Robert Clausecker (fuz)  Author: Älven |
devel/libaravis: update 0.8.33 => 0.8.34
Changelog: https://github.com/AravisProject/aravis/releases
PR: 284886 |
0.8.33 16 Feb 2025 18:49:15
    |
Zsolt Udvari (uzsolt)  Author: Älven |
devel/libaravis: Update to 0.8.33
Remove GIR option.
Pet portlint, portfmt, portclippy.
Maintainer drops maintainership.
PR: 284738
Approved by: Ivan Rozhuk <rozhuk.im@gmail.com> (ex-maintainer) |
0.8.20_3 12 Jan 2024 22:40:48
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8.20_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.8.20_2 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.8.20_2 10 Apr 2022 19:11:41
    |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
0.8.20_1 26 Mar 2022 08:27:27
    |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
0.8.20 17 Feb 2022 09:31:41
    |
Fernando Apesteguía (fernape)  Author: Ivan Rozhuk |
devel/libaravis: multimedia/aravis: update to 0.8.20
ChangeLog: https://github.com/AravisProject/aravis/pull/620
PR: 261103
Reported by: rozhuk.im@gmail.com (maintainer)
Reviewed by: diizzy@ |
0.5.12 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.5.12 08 Nov 2019 11:39:00
  |
tobik  |
devel: Add missing USES={gl,gnome,php,sdl} |
0.5.12 13 Aug 2019 16:01:59
  |
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
0.5.12 12 May 2018 09:40:22
  |
pi  |
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) |
0.5.11 06 Mar 2018 09:30:47
  |
yuri  |
devel/libaravis: Update to 0.5.11
Port changes:
* Changed to DISTVERSION
* Added LICENSE_FILE
* Converted LIB_DEPENDS=libxml2.so:textproc/libxml2 to USE_GNOME=libxml2
* Changed dependency devel/gobject-introspection from LIB to BUILD
* Moved patchig from pre-configure to files/
* Added INSTALL_TARGET=install-strip
* Removed GH_TAGNAME / added DISTVERSIONPREFIX
PR: 226367
Submitted by: rozhuk.im@gmail.com (maintainer)
Approved by: tcberner (mentor, implicit) |
0.5.9 24 Dec 2017 15:05:39
  |
tijl  |
Remove unused AUTOMAKE_ARGS. |
0.5.9 28 May 2017 23:16:55
  |
sunpoet  |
Fix options helper
- Fix OPTIONS_DEFAULT: remove NLS which is added by framework
- Remove .include <bsd.port.options.mk>
Approved by: portmgr (blanket) |
0.5.9 22 May 2017 17:18:50
  |
sunpoet  |
Fix GH_TAGNAME
Approved by: portmgr (blanket) |
0.5.9 21 May 2017 15:41:39
  |
joneum  |
- Update to 0.5.9
- gige/usb3vision: device detection fixes
- stream: allow to handle circular buffer from callback
- build: OSX documentation fix
- viewer: latency improvements
- viewer: show protocol in camera list view
- gigevision: faster connection to devices
- gigevision: PENDING ACK support
- gige/usb3vision: use vendor aliases for default device id
PR: 219410
Reported by: Ivan Rozhuk (Maintainer) <rozhuk.im@gmail.com>
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10835 |
0.5.8 17 Apr 2017 09:46:05
  |
pi  |
New port: devel/libaravis: glib/gobject based library for video acquisition
using Genicam cameras
Aravis is a glib/gobject based library for video acquisition using
Genicam cameras.
It currently implements the gigabit ethernet and USB3 (Since Aravis
0.5.x) protocols used by industrial cameras. It also provides a
basic ethernet camera simulator and a simple video viewer.
WWW: https://github.com/AravisProject/aravis
PR: 215907
Submitted by: rozhuk.im@gmail.com |