aboutsummaryrefslogtreecommitdiff
path: root/graphics/libgphoto2
Commit message (Collapse)AuthorAgeFilesLines
* graphics/*gphoto2;misc/mc: take maintainership.Alexey Dokuchaev2021-05-221-1/+1
|
* */*: Fix ENOTIME: return my ports to the poolBen Woods2021-05-221-1/+1
| | | | | Reset maintainership of my ports to ports@FreeBSD.org so others can step in to help where I haven't been able to find the time.
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics/libgphoto2: fix build on GCC architecturesPiotr Kubaj2021-02-031-2/+3
| | | | | | | | | | | | | Use C11 compiler: checking for libltdl flags... set explicitly: -I/usr/local/include -L/usr/local/lib -lltdl Switch to C99: docupen/calibration.c:31:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode 31 | for (unsigned int i = 0; i < sizeof(struct lut); i++) { | ^~~ Notes: svn path=/head/; revision=563891
* graphics/[lib]gphoto2: update to 2.5.26Dima Panov2021-01-253-15/+13
| | | | | | | | | | | | | | | | LibCurl and LibXml2 now are mandatory to build driver for Lumix cameras Changelog: http://www.gphoto.org/news/ No ABI change, no need to bump consumers PR: 252959, 252960 Submitted by: fluffy Approved by: maintainer (woodsb02) MFH: 2021Q1 Notes: svn path=/head/; revision=562561
* - update libgd to 2.3.0Dirk Meyer2020-05-041-0/+1
| | | | | | | | | - new option RAQM - resurrect deprecated gdlib-config - bump dependend ports Notes: svn path=/head/; revision=533989
* graphics/libgphoto2 and graphics/gphoto2: Update to 2.5.23Ben Woods2019-12-223-51/+5
| | | | | | | | | | | graphics/py-gphoto2: Update to 2.0.0 Changes this release: http://www.gphoto.org/news/ https://github.com/jim-easterbrook/python-gphoto2/blob/v2.0.0/CHANGELOG.txt Notes: svn path=/head/; revision=520641
* graphics/libgphoto2: Update to 2.5.22, graphics/gphoto2: Update to 2.5.20Kai Knoblich2019-05-273-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bump PORTREVISION of ports depending on them. Also while I'm here: * Add "gnome" to USES if the XML option is enabled to avoid warnings about using USE_GNOME alone. * Pet portlint Notable changes since 2.5.16 (graphics/libgphoto2) [1]: * Added new USB Ids for various camera types * Updated translations * Report file changes via GP_EVENT_FILE_CHANGED (hooked up for Canon EOS currently) Changes since 2.5.15 (graphics/gphoto2) [2]: * Maximum number in file ranges bumped from 16384 to 65536 * Add shell commands to match commandline: summary, storage-info, trigger-capture * Fixed a fd leak * Updated translations * Handle GP_EVENT_FILE_CHANGED event https://github.com/gphoto/libgphoto2/blob/libgphoto2-2_5_22-release/NEWS https://github.com/gphoto/gphoto2/blob/gphoto2-2_5_20-release/NEWS PR: 235817 [1], 235818 [2] Submitted by: Darren Mulligan <fixer@bsdmail.com> Approved by: woodsb02 (maintainer timeout) Notes: svn path=/head/; revision=502780
* graphics/libgphoto2: Convert custom REINPLACE_CMD to USES=pathfixBen Woods2018-02-041-3/+6
| | | | | | | There is no functional difference with this change. Notes: svn path=/head/; revision=460935
* graphics/libgphoto2: Update to 2.5.16Ben Woods2018-01-143-10/+7
| | | | | | | | | | | | | graphics/gphoto2: Update to 2.5.15 graphics/py-gphoto2: Update to 1.8.2 Also bump PORTREVISION of ports depending on these. PR: 224611 Submitted by: bsam (graphics/libgphoto2) Notes: svn path=/head/; revision=458949
* graphics/gphoto2: Update to 2.5.14Ben Woods2017-08-142-4/+4
| | | | | | | | | | | graphics/libgphoto2: Update to 2.5.14 graphics/py-gphoto2: Update to 1.7.0 - Bump dependent ports - Take maintainership of graphics/gtkam Notes: svn path=/head/; revision=447935
* graphics/libgphoto2: Update to 2.5.13Ben Woods2017-06-012-4/+4
| | | | | | | | | | | | graphics/py-gphoto2: Update to 1.6.0 - Bump dependent ports Changes this release: https://github.com/gphoto/libgphoto2/releases/tag/libgphoto2-2_5_13-release Notes: svn path=/head/; revision=442300
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-091-2/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=430947
* graphics/libgphoto2: Update to 2.5.12Ben Woods2017-01-082-4/+4
| | | | | | | | Changes this release: http://www.gphoto.org/news/ Notes: svn path=/head/; revision=430856
* Assume "pkg-config libusb*" works after 9.x EOLJan Beich2017-01-051-7/+0
| | | | | | | | FreeBSD appears to use different pkg-config name for 0.1.x API but it doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS. Notes: svn path=/head/; revision=430669
* graphics/gphoto2 and graphics/libgphoto2: Update to 2.5.11Ben Woods2016-12-192-4/+4
| | | | | | | | | | Changes this release: http://www.gphoto.org/news/ Approved by: adamw (mentor, implicit) Notes: svn path=/head/; revision=428931
* - Update jpeg-turbo to 1.5.1Antoine Brodin2016-10-122-0/+32
| | | | | | | | - Add LICENSE - Use the framework for tests Notes: svn path=/head/; revision=423879
* - update libgd to 2.2.2Dirk Meyer2016-07-201-0/+1
| | | | | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 Notes: svn path=/head/; revision=418829
* Update the maintainer email address for the ports IBen Woods2016-05-091-1/+1
| | | | | | | | | | maintain to woodsb02@FreeBSD.org Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6278 Notes: svn path=/head/; revision=414892
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 2.5.10Dmitry Marakasov2016-03-254-26/+15
| | | | | | | | | | - Pass maintainership to submitter PR: 208284 Submitted by: woodsb02@gmail.com Notes: svn path=/head/; revision=411847
* - Update to 2.5.9Martin Wilke2015-12-222-6/+5
| | | | | | | | | | PR: 205210 205209 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4618 Notes: svn path=/head/; revision=404216
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <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 Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* - Remove uneeded commentGuido Falsi2015-07-291-1/+0
| | | | | | | | | - Revert gratutious post-install change Reported by: danfe Notes: svn path=/head/; revision=393145
* Update to 2.5.8Guido Falsi2015-07-284-10/+23
| | | | | | | | PR: 201845 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=393097
* Convert to USES=jpegAntoine Brodin2015-06-221-1/+1
| | | | Notes: svn path=/head/; revision=390310
* Upgrade to 2.5.7.Vanilla I. Shu2015-01-233-26/+26
| | | | Notes: svn path=/head/; revision=377717
* - Drop @dirrm* from plistDmitry Marakasov2014-11-012-11/+1
| | | | | | | - Add LICENSE_FILE Notes: svn path=/head/; revision=371988
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.Tijl Coosemans2014-09-171-1/+2
| | | | | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=368356
* Update to version 2.5.5.1.Vanilla I. Shu2014-09-053-79/+7
| | | | | | | | PR: ports/193326 Submitted by: Ports Fury. Notes: svn path=/head/; revision=367352
* - Update to 2.5.4Martin Wilke2014-05-203-14/+4
| | | | | | | | PR: 187970 Submitted by: Ports Fury Notes: svn path=/head/; revision=354591
* USE_BZIP2 -> USES=tar:bzip2Koop Mast2014-05-032-78/+6
| | | | | | | USE_AUTOTOOLS=libtool + USE_GNOME=ltverhack -> USES=libtool:keepla Notes: svn path=/head/; revision=352867
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Remove the quota from previous commit.Martin Wilke2014-02-071-1/+1
| | | | Notes: svn path=/head/; revision=343239
* - Update to 2.5.3.1Martin Wilke2014-02-072-7/+4
| | | | | | | | PR: 185940 Submitted by: Ports Fury Notes: svn path=/head/; revision=343229
* graphics/libgphoto2: Reduce inclusions, qualify OSVERSIONJohn Marino2014-02-051-3/+2
| | | | Notes: svn path=/head/; revision=342859
* - Update to 2.5.3Martin Wilke2014-01-177-177/+158
| | | | | | | | PR: ports/181073 Submitted by: Ports Fury Notes: svn path=/head/; revision=340071
* - Fix pkg-plist on FreeBSD 10 and let FreeBSD 8 and 9 use the libusb 1.0Tijl Coosemans2013-10-264-56/+29
| | | | | | | | | | | | API too. - Remove patching of libgphoto2_port.pc.in. It has no effect. - Don't define _XOPEN_SOURCE and _POSIX_C_SOURCE to old values. It hides C99 symbols like snprintf that the port uses. PR: ports/183308 Notes: svn path=/head/; revision=331670
* - Support stagingDmitry Marakasov2013-10-222-5/+4
| | | | | | | - Use new LIB_DEPENDS syntax Notes: svn path=/head/; revision=331225
* 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
* Unbreak after base rev 253637Koop Mast2013-07-252-14/+9
| | | | | | | | | | While here remove unused patch PR: ports/180825 Submitted by: rpaulo@ Notes: svn path=/head/; revision=323662
* - Unbreak the build of fusefs-gphotofs (add missing pkgconfig)Alexey Dokuchaev2013-07-101-0/+2
| | | | | | | - Define LICENSE for fusefs-gphotofs and libgphoto2 while here Notes: svn path=/head/; revision=322596
* Cleanup the port a bit:Alexey Dokuchaev2013-07-101-17/+28
| | | | | | | | | | | | - Make COMMENT reflect the reality better - Drop shlib ABI versions from LIB_DEPENDS - Utilize USES of gmake and pkgconfig - Collapse two CONFIGURE_ENV lines into one - Drop MAKE_JOBS_SAFE: it will be default in a few days - Wrap very long lines in post-patch for better readability Notes: svn path=/head/; revision=322593
* - Drop all my portsPav Lucistnik2013-07-091-1/+1
| | | | Notes: svn path=/head/; revision=322581
* Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}Baptiste Daroussin2013-04-291-5/+7
| | | | | | | | | While here: - trim headers - convert to new options framework Notes: svn path=/head/; revision=316850
* In preparation of removing devel/libusb (expires 2013-04-30), remove itRene Ladan2013-04-291-13/+2
| | | | | | | | | | | | | | | | | | from these ports. Other changes: - convert Makefile header - convert to optionsNG - remove indefinite article from comment - drop support for FreeBSD < 8.0 - pet portlint (leave library ABI versions in LIB_DEPENDS) - net-mgmt/spectools: change option name from GTK to GTK2 to use default description from bsd.options.desc.mk Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316831
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Revert previous boneheaded change - libgphoto2 is dependency forPawel Pekala2013-03-281-3/+3
| | | | | | | | | | couple of KDE4 ports. Instead of depending on HAL make sure not to link to it. Reported by: danfe Notes: svn path=/head/; revision=315503
* Port links to sysutils/hal when availablePawel Pekala2013-03-271-2/+3
| | | | | | | | | PR: ports/175964 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=315420