Port details |
- libdc1394 1394-based DC Control Library
- 2.2.7 multimedia =4 2.2.7Version of this port present on the latest quarterly branch.
- Maintainer: multimedia@FreeBSD.org
- Port Added: 2009-04-23 11:31:11
- Last Update: 2024-09-23 07:13:50
- Commit Hash: 080679f
- People watching this port, also watch:: kf5-kquickcharts, xcb-util-image, qtkeychain-qt5, libssh, libXdamage
- License: LGPL21+
- WWW:
- https://damien.douxchamps.net/ieee1394/libdc1394/
- Description:
- libdc1394 is a library that provides a complete high level
application programming interface (API) for developers who wish to
control IEEE 1394 based cameras that conform to the 1394-based Digital
Camera Specifications (also known as the IIDC or DCAM Specifications).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libdc1394>0:multimedia/libdc1394
- To install the port:
- cd /usr/ports/multimedia/libdc1394/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/libdc1394
- pkg install libdc1394
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libdc1394
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1727067401
SHA256 (libdc1394-2.2.7.tar.gz) = 537ceb78dd3cef271a183f4a176191d1cecf85f025520e6bd3758b0e19e6609f
SIZE (libdc1394-2.2.7.tar.gz) = 609036
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- graphics/gnash
- graphics/opencv
- misc/visp
- x11-toolkits/pangolin
Configuration Options:
- No options to configure
- Options name:
- multimedia_libdc1394
- USES:
- libtool pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.7 23 Sep 2024 07:13:50 |
Jason E. Hale (jhale) |
multimedia/libdc1394: Update to 2.2.7 |
2.2.6_1 28 Jan 2024 18:33:16 |
Muhammad Moinur Rahman (bofh) |
multimedia/libdc1394: Moved man to share/man
Approved by: portmgr (blanket) |
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) |
2.2.6 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 ) |
2.2.6 20 Jul 2022 14:22:30 |
Tobias C. Berner (tcberner) |
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.2.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.6 19 Oct 2019 09:39:07 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Pet portlint
- Update WWW
Approved by: portmgr blanket |
2.2.6 16 May 2019 18:20:01 |
tcberner |
multimedia/libdc1394: update to 2.2.6
- remove patch, there is no indication why it was needed. |
2.2.5 23 Dec 2016 14:13:17 |
riggs |
Update to upstream version 2.2.5 |
2.2.4 05 Nov 2016 20:19:05 |
bapt |
Update to 2.2.4 |
2.2.3_1 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
2.2.3_1 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
2.2.3 31 May 2015 19:16:29 |
bapt |
Update to 2.2.3 |
2.2.2 01 Feb 2015 20:24:28 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
2.2.2 07 May 2014 22:38:15 |
bapt |
Update to 2.2.2
Convert to USES=libtool
Strip binaries |
2.2.1 23 Sep 2013 21:04:56 |
bapt |
Update to 2.2.1
Support stage
Do not remove directory that we do not install (stage allows not to pollute
anymore |
2.2.0 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
2.2.0 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
2.2.0 10 Apr 2012 00:29:21 |
bapt |
- update to 2.2.0 |
2.1.4 21 Nov 2011 10:41:13 |
bapt |
- update to 2.1.4
Feature safe: yes |
2.1.3 29 Mar 2011 14:49:48 |
bapt |
- update to 2.1.3
- add license |
2.1.2 05 Apr 2010 23:10:46 |
sylvio |
- Update to 2.1.2
- Pass maintainer to multimedia@ (approved by kwm@ - team of multimedia@)
PR: ports/145313
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Approved by: itetcu (mentor, implicit) |
2.1.1 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
2.1.1 05 Aug 2009 12:17:51 |
miwi |
- Update to 2.1.1
PR: 137448
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
2.1.0 23 Apr 2009 11:30:57 |
amdmi3 |
libdc1394 is a library that provides a complete high level
application programming interface (API) for developers who wish to
control IEEE 1394 based cameras that conform to the 1394-based Digital
Camera Specifications (also known as the IIDC or DCAM Specifications).
WWW: http://damien.douxchamps.net/ieee1394/libdc1394/
PR: 133929
Submitted by: Gea-Suan Lin <gslin at gslin dot org> |