aboutsummaryrefslogtreecommitdiff
path: root/graphics/entangle
Commit message (Collapse)AuthorAgeFilesLines
* * Split off the python bindings from the main libpeas port.Koop Mast2015-06-121-3/+4
| | | | | | | | | | | * This allows use to supply both python bindings. Update libpeas using ports for this change. * Assign maintainership to gnome@ Obtained from: GNOME devel repo Notes: svn path=/head/; revision=389277
* Make itstool only a BUILD_DEPENDS, and bump PORTREVISION for RUN_DEPENDSAdam Weinberger2015-03-271-1/+2
| | | | | | | | | | change. Approved by: maintainer (Ben Woods) Noticed by: danfe Notes: svn path=/head/; revision=382420
* Update graphics/entangle to 0.7.0, and assign maintainership toAdam Weinberger2015-03-263-48/+61
| | | | | | | | | | submitter (Ben Woods). PR: 198917 Submitted by: Ben Woods Notes: svn path=/head/; revision=382355
* - Update Entangle to version 0.6.1Alexey Dokuchaev2015-03-034-17/+18
| | | | | | | - Provide a hint on how to access camera under normal user Notes: svn path=/head/; revision=380398
* Chase graphics/libraw shlib bumpMax Brazhnikov2015-02-211-1/+1
| | | | Notes: svn path=/head/; revision=379522
* bump PORTREVISION due libphoto2 shared library version changed.Vanilla I. Shu2015-01-231-0/+1
| | | | | | | Submitted by: tijl@ Notes: svn path=/head/; revision=377733
* - Update to version 0.6.0Alexey Dokuchaev2014-11-084-110/+167
| | | | | | | | | - Define GLIB_SCHEMAS to prevent crash on startup - Fix camera auto-detection after generic USB devd(8) events were changed from "fake" attach to notify Notes: svn path=/head/; revision=372329
* Cleanup plistBaptiste Daroussin2014-10-201-20/+0
| | | | Notes: svn path=/head/; revision=371283
* Release maintainership. There is new version available, 0.5.4, but it doesAlexey Dokuchaev2014-04-081-1/+2
| | | | | | | | | | | | | not work, exiting with "Trace/BPT trap" error on startup and dumping core. Our devd(8) support patch was submitted upstream in July 2013 and generally welcomed by the author, but he has a slight preference for GIO's GSocket + GUnixSocketAddress APIs, and I never had time to rewrite the patch. After showering my camera with waters of Gulf of Thailand, it is unlikely that I will need to use this port any time soon, so let it go for the moment. Notes: svn path=/head/; revision=350585
* - Update libraw to 0.15.4.Raphael Kubo da Costa2014-01-261-0/+1
| | | | | | | | | | | | | | | | | | This update is needed for further KDE updates. - Use the new OPTIONS syntax. - Use the new LIB_DEPENDS syntax. - Stop redefining do-install; the port has its own `make install' that does the same thing provided we use USES=pathfix and tune Makefile.in. - Support staging. Bump PORTREVISION in ports that depend on libraw. PR: ports/185118 Submitted by: rakuco@ Approved by: maintainer timeout (35 days) Notes: svn path=/head/; revision=341289
* Add introspection to USE_GNOME. It was already pulled in indirectly, but thisKoop Mast2014-01-211-1/+1
| | | | | | | | | will prevent introspection from making a /root/.cache dir. Approved by: maintainer Notes: svn path=/head/; revision=340581
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [fgijk]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331272
* Fix pkg-plist and convert to support staging.Alexey Dokuchaev2013-10-212-6/+1
| | | | Notes: svn path=/head/; revision=331108
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Update to version 0.5.3.Alexey Dokuchaev2013-09-164-10/+8
| | | | Notes: svn path=/head/; revision=327364
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326122
* - Update to version 0.5.2 "Graviton" (mostly bugfix release)Alexey Dokuchaev2013-08-193-10/+17
| | | | | | | - Convert USE_GMAKE, modernize LIB_DEPENDS, kill EOL tab while here Notes: svn path=/head/; revision=324968
* - Pass me that pointy hat: ${OPT}_USES is actually supported, among othersAlexey Dokuchaev2013-07-041-6/+3
| | | | | | | - While here, add a comment about --disable-silent-rules ./configure option Notes: svn path=/head/; revision=322278
* Port Entangle, an application which uses GTK+3 and libgphoto2 to provide aAlexey Dokuchaev2013-07-045-0/+403
graphical interface for tethered photography with digital cameras. Provide FreeBSD native camera autodetection via devd(8); special thanks to marcus@ for reviewing relevant parts of the code. The patch was submitted upstream and welcomed by the author, although he prefers that we use GIO's GSocket + GUnixSocketAddress APIs instead of direct POSIX socket API calls. WWW: http://entangle-photo.org/ Notes: svn path=/head/; revision=322274