Commit graph

25138 commits

Author SHA1 Message Date
Yuri Victorovich
df904fa6a5 graphics/gmic: Update 2.7.5 -> 2.8.0
Reported by:	portscout
2019-12-06 06:42:30 +00:00
Tobias Kortkamp
92775ea414 graphics/urho3d: Add missing USES=xorg 2019-12-05 15:33:00 +00:00
Dmitry Marakasov
6e5a88c11a - Update to 2.20 2019-12-05 14:46:51 +00:00
Piotr Kubaj
e5ababfaee graphics/mesa-dri: remove ppc64 elfv2 workaround
After https://svnweb.freebsd.org/base?view=revision&revision=355397, base clang can compile mesa on ppc64, so there's no need for this workaround anymore.

No PORTREVISION bump because elfv2 still isn't the default.

Approved by:	zeising (maintainer), mentors (implicit approval)
Differential Revision:	https://reviews.freebsd.org/D22686
2019-12-05 10:28:10 +00:00
Tobias Kortkamp
d406c5bae2 graphics/netpbm: Update to 10.88.01
Changes:	https://github.com/t6/netpbm/blob/v10.88.01/doc/HISTORY
2019-12-05 07:17:24 +00:00
Niclas Zeising
2b130f2a16 graphics/drm-fbsd11.2-kmod: Update snapshot
Update graphics/drm-fbsd11.2-kmod to the latest snapshot.  This is a security
update, containing fixes for local privilege escalation and denial of
service bugs, as part of the Intel 2019.2 IPU

MFH:		2019Q4 (implicit, security, drm-drivers blanket)
Security:	ecb7fdec-0b82-11ea-874d-0c9d925bbbc0
2019-12-04 20:27:34 +00:00
Dmitry Marakasov
ad505f7312 - Update to 7.18
PR:		242205
Submitted by:	sikmir@gmail.com (maintainer)
2019-12-04 15:02:45 +00:00
Dmitry Marakasov
0c1f0ff3f0 - Update to 4.27.0
PR:		242397
Submitted by:	takefu@airport.fm (maintainer)
2019-12-04 15:02:28 +00:00
Yuri Victorovich
f41d7e290a graphics/photoflare: Update 1.5.9 -> 1.6.1
Reported by:	portscout
2019-12-04 04:39:36 +00:00
Romain Tartière
773e684f1f New port: graphics/urho3d
Urho3D is a free lightweight, cross-platform 2D and 3D game engine implemented
in C++ and released under the MIT license. Greatly inspired by OGRE and
Horde3D.

WWW: https://urho3d.github.io/
2019-12-04 02:21:29 +00:00
Dmitry Marakasov
073ee71b93 - Fix build with QT5 enabled
PR:		232766
Submitted by:	bengta@sics.se
2019-12-03 20:24:44 +00:00
Alexey Dokuchaev
47bbd01271 - Allow to disable a lot of extra features via options
- Report correct (actual) program version in various places
- Simplify the grammar in the explanation about DIST_SUBDIR
- Wrap USES string a little earlier and put missing `gl' to
  USE_GL list as reported by stage Q/A
2019-12-03 11:27:14 +00:00
Alexey Dokuchaev
6be0c37958 - Belatedly update to version 3.1.7
- Install and show window icon
- Shorten COMMENT, install README file
- Reclaim maintainership while here
2019-12-03 08:49:35 +00:00
Danilo Egea Gondolfo
f3ee6ec9c9 - Update to 1.5.21 2019-12-02 21:13:40 +00:00
Danilo Egea Gondolfo
5a0f39d13e - Update to 2.6.2 2019-12-02 17:03:18 +00:00
Dmitry Sivachenko
3411fe1ff9 Update to versnio 0.51.
Submitted by:	Dave Cottlehuber
Differential Revision:	22561
2019-12-02 09:30:42 +00:00
Alexey Dokuchaev
b59df24252 - Update to version 2.1.5
- Actualize translations
2019-12-02 07:46:00 +00:00
Mark Linimon
f84d6185b8 Fix build on GCC-based systems:
The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.

Approved by:	portmgr (tier-2 blanket)
2019-12-02 05:34:49 +00:00
Vanilla I. Shu
2cfe91cadd Update to 0.8.1. 2019-12-02 04:03:04 +00:00
Tobias C. Berner
b60b4c63d5 graphics/kqtquickcharts: reinstate port
- repo-copied from r488806
- update based on submission by Trenton Schulz <trueos@norwegianrockcat.com>

PR:		242315
Reported by:	Trenton Schulz <trueos@norwegianrockcat.com>
2019-12-01 19:02:09 +00:00
Yuri Victorovich
6fbac003ce graphics/engauge-digitizer: Update 12 -> 12.1
Reported by:	portscout
2019-12-01 17:03:14 +00:00
Jan Beich
7ede92e688 graphics/qcomicbook: chase HTTP redirect as WWW expired
Reported by:	Repology, Wayback Machine
2019-11-30 14:09:28 +00:00
Jan Beich
b9c668dadc graphics/glew-wayland: unbreak on GCC architectures
In file included from src/glew.c:43:
include/GL/eglew.h:115: error: redefinition of typedef 'EGLint'
/usr/local/include/EGL/eglplatform.h:158: error: previous declaration of 'EGLint' was here

$ gcc42 -xc -c -
typedef int foo;
typedef int foo;
^D
<stdin>:2: error: redefinition of typedef 'foo'
<stdin>:1: error: previous declaration of 'foo' was here

PR:		242310
Reported by:	pkubaj
2019-11-30 09:06:22 +00:00
Yuri Victorovich
5ea83612fb New port: graphics/tweeny: Modern C++ tweening library 2019-11-30 04:42:23 +00:00
Piotr Kubaj
4b2b20a5a8 graphics/mesa-dri: fix build on powerpc64 elfv2
Base LLVM9 fails to build this port with clang crash (reported on https://bugs.llvm.org/show_bug.cgi?id=43862). The port builds when using LLVM8. Since we depend on LLVM8 anyway, use it also for compilation on elfv2.

Approved by:	zeising (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D22274
2019-11-29 21:37:03 +00:00
Dima Panov
0a70b012db On behalf of the KDE team proudly to announce Digikam 6.4.0 release!
NEW FEATURES:
General    : new RawImport plugin interface to delegate Raw decoding function to extra engine with ImageEditor.
General    : new DImg plugin interface to externalize image loaders from core implementation.
General    : new HEIC image loader compatible with media generated by Apple devices.
Import     : add new option to convert on the fly to HEIC lossless format while downloading.
ImageEditor: add new setting from setup dialog to select right Raw Import plugin.
ImageEditor: add new clone tool to fix artifacts on image.
ImageEditor: add new tool to import RAW image using UFRaw.
ImageEditor: add new tool to import RAW image using RawTherapee.
ImageEditor: add new tool to import RAW image using DarkTable.
BQM        : add new tool to convert to HEIC format.
2019-11-29 14:00:50 +00:00
Piotr Kubaj
4da44bf6ce graphics/pcl-pointclouds: fix build on powerpc64 with clang
lld on powerpc64 elfv2 can't link this port, add LLD_UNSAFE=yes:
ld: error: relocation refers to a discarded section: .text.__clang_call_terminate
>>> defined in common/CMakeFiles/pcl_common.dir/src/pcl_base.cpp.o
>>> section group signature: __clang_call_terminate
>>> prevailing definition is in common/CMakeFiles/pcl_common.dir/src/point_types.cpp.o
>>> referenced by pcl_base.cpp
>>>               common/CMakeFiles/pcl_common.dir/src/pcl_base.cpp.o:(pcl::PCLBase<pcl::PCLPointCloud2>::initCompute())

PR:		241944
Approved by:	mentors (implicit approval), yuri (maintainer timeout)
2019-11-29 13:23:21 +00:00
Kevin Bowling
d4203dedba graphics/dmtx-utils: update to 0.7.6
Approved by:	timur (mentor), hrs (maintainer timeout)
Sponsored by:	BBOX.io
Differential Revision:	https://reviews.freebsd.org/D22375
2019-11-29 02:53:24 +00:00
TAKATSU Tomonari
22a9545198 - Update to 1.4-8 2019-11-28 14:59:46 +00:00
TAKATSU Tomonari
ec1d47ef48 - Update to 1.4.7 2019-11-28 00:09:39 +00:00
Dmitry Marakasov
b2d91c3921 - Fix fetch by using GitHub properly (no change in distfile contents)
Reported by:	dvl
2019-11-27 19:37:10 +00:00
Piotr Kubaj
f791224f96 graphics/tesseract: post-patch command not needed
The sed substitution for %%LOCALBASE%% is no longer needed after a patch file was removed in r506495.

PR:		241654
Submitted by:	John Hein <jcfyecrayz@liamekaens.com>
Reviewed by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D22456
2019-11-27 19:34:35 +00:00
Tobias C. Berner
02a13f035a graphics/krita: update to 4.2.8.2 2019-11-27 18:48:32 +00:00
Jung-uk Kim
5a52a08234 Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663).  Now this patch completely removes remaining stuff from the
ports tree.

PR:			241953 (exp-run)
Reviewed by:		glewis
Approved by:		portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D22342
2019-11-26 21:46:12 +00:00
Jan Beich
489d3b701e graphics/yacreader: add new port
YACReader is a free cross-platform comic reader with support for
multiple comic files and image formats. YACReader comes with
YACReaderLibrary an application for browsing and managing your comic
collections with various smooth transition effects.

https://www.yacreader.com/
2019-11-26 16:36:06 +00:00
Brooks Davis
f2ab442843 Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.

When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively.  When declared in the environment they
become WITHOUT_<FOO>.
2019-11-25 23:25:52 +00:00
Alex Dupre
d47555e185 Update to a recent snapshot and unbreak.
PR:		241938
Submitted by:	ale
Approved by:	maintainer
2019-11-25 06:41:41 +00:00
Danilo Egea Gondolfo
e3dd926ef2 - Update to 2.6.1
- Deprecate sane-frontends (no new releases since 2005) in favor of p5-Image-Sane

PR:		242006
Submitted by:	cmt
2019-11-24 22:12:59 +00:00
Dirk Meyer
3f78523a14 - update MASTER_SITES, WWW 2019-11-24 19:39:25 +00:00
Danilo Egea Gondolfo
2b022808db - Update to 5
- Add LICENSE

PR:		242005
Submitted by:	cmt
2019-11-24 19:09:14 +00:00
Rene Ladan
eb762260bb grapics/cptutils: mark for removal on 2019-12-31 as it depends on textproc/xml2 2019-11-24 11:45:25 +00:00
Tobias C. Berner
81ab096d9a multimedia/mlt: update to 6.18.0 2019-11-24 09:49:57 +00:00
Antoine Brodin
816ed59051 Unbreak 2019-11-24 09:43:09 +00:00
Tobias Kortkamp
fc3316e501 graphics/minder: Update to 1.5.1
Changes:	https://github.com/phase1geo/Minder/releases/tag/1.5.1
2019-11-24 07:13:55 +00:00
Yuri Victorovich
4418282b3f graphics/opencv: Allow py3x flavors in the slave port graphics/py-opencv
While here, add USES=gnome
2019-11-24 02:21:51 +00:00
Tobias C. Berner
791152fff6 graphics/py-python-poppler-qt5: Update to 0.75.0
PR:		242182
Submitted by:	m.ne@gmx.net  (maintainer)
2019-11-23 21:29:43 +00:00
Alex Dupre
157c469ce3 Update to 0.7.5 release and drop useless ImageMagick dependency.
PR:		241803
Submitted by:	ale
Approved by:	maintainer timeout
2019-11-23 08:26:53 +00:00
Yuri Victorovich
f23584f03d graphics/drawpile: Update 2.1.13 -> 2.1.14
Reported by:	portscout
2019-11-23 05:44:40 +00:00
Dmitri Goutnik
4c4131eaa9 graphics/libheif: Disable building of Go example
Disable building of Go example code to avoid adding build dependency on go and
gmake.

PR:		242083
Submitted by:	Sebastian Steinmetz <freebsd@sebastiansteinmetz.ch> (maintainer)
Reported by:	gja822@narod.ru
2019-11-22 16:59:39 +00:00
Dmitry Marakasov
6d9a40687b - Update to 1.3.1 2019-11-21 12:43:02 +00:00