summaryrefslogtreecommitdiff
path: root/graphics/evas
AgeCommit message (Collapse)AuthorFilesLines
2022-11-09Reset MAINTAINERjoerg1-2/+2
2021-10-26graphics: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07graphics: Remove SHA1 hashes for distfilesnia1-2/+1
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot2-3/+4
2020-05-07evas: remove empty patch, add updated patchwiz2-1/+2
2020-05-01Update to evas 1.7.10 including plugins:joerg7-2745/+29
* Correctly detect if a loader support asynchronous preloading. * Fix memory leak in evas textgrid * Evas: Fix evas_common_convert_yuv_42* functions to actually return the converted data. * Evas textblock: Fixed issue when parsing formats with quotes. * Evas textblock: Make the ellipsis format the same as the surrounding. * evas/wayland_egl: Skip makecurrent if re->win is NULL. * Evas textblock: Added proper size adjustments for "high" shaped texts. * Evas bidi: Fixed a bug causing BiDi not to work in some cases. * Evas textblock: fixed an issue with markup_get and markup_to_utf8 behaving differently (markup_get was misbehaving). * evas/wayland_egl: Do not create a new surface if we already have one. * Fixed the textblock format to be drawn according to the glyph's horizontal advance width. * Evas textblock: Fixed order of tags inserted with markup_app/prepend. * Evas textblock: Fixed wrapping of lines ending with whites.
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin2-4/+4
2019-11-02graphics: align variable assignmentsrillig1-4/+4
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-07-05evas: Use https for enlightenment.orgnia1-2/+2
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz2-4/+4
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin2-4/+4
2016-02-25Use OPSYSVARS.jperkin1-5/+3
2016-02-14Fix build on SunOS.jperkin6-8/+62
2016-01-24Attempt to bring sanity to how ABI and MACHINE_ARCH are set.jperkin1-2/+2
Previously there were at least 5 different ways MACHINE_ARCH could be set, some statically and some at run time, and in many cases these settings differed, leading to issues at pkg_add time where there was conflict between the setting encoded into the package and that used by pkg_install. Instead, move to a single source of truth where the correct value based on the host and the chosen (or default) ABI is determined in the bootstrap script. The value can still be overridden in mk.conf if necessary, e.g. for cross-compiling. ABI is now set by default and if unset a default is calculated based on MACHINE_ARCH. This fixes some OS, e.g. Linux, where the wrong default was previously chosen. As a result of the refactoring there is no need for LOWER_ARCH, with references to it replaced by MACHINE_ARCH. SPARC_TARGET_ARCH is also removed.
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-05Fix PLIST on Darwin.jperkin2-1/+9
2015-03-17GC used by marker for evas-svg.joerg1-2/+1
2015-02-19Fix up bad assembler to pass with LLVM's IAS.joerg4-1/+94
2014-05-25Fixes build with giflib-5.1.obache2-4/+87
2014-03-22build fix following the freetype2 updatespz3-3/+20
2014-02-20Disable PLIST.cserve on Linux.jperkin1-2/+2
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron2-3/+5
2014-01-06cserve is installed iff the system has shm_open, so adapt.joerg1-2/+10
2013-08-30Fix giflib fallout.joerg2-1/+42
2013-06-16Updating enlightenment libraries to 1.7.7, add missing enlightenment 0.17.3sno8-41/+2708
libraries and enlightenment 0.17.3 itself. Upstream changes of Eina (to get an impression): Eina 1.7.7 Changes since Eina 1.7.6: ------------------------- No changes, just updating to keep in sync with last release. Changes since Eina 1.7.5: ------------------------- Improvements: * Honor tile size in Eina_Tiler. Fixes: * Prevent denial of service on Eina_Hash function. * Fix map leak in Eina_File infrastructure. * Fix portability issue on 64bits system for Eina_CList. * Fix magic failure in eina_value_array_count when array has not been allocated Changes since Eina 1.7.4: ------------------------- No changes, just updating to keep in sync with last release. Changes since Eina 1.7.3: ------------------------- Fixes: * Fix EINA_INLIST_FOREACH_SAFE macro * Add XML output to doc * Add installation rule for doc * Fix build for Windows platforms. Changes since Eina 1.7.2: ------------------------- * Fix Solaris build. * Don't leak fd after exec. Changes since Eina 1.7.1: ------------------------- No changes, just updating to keep in sync with last release.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron2-4/+4
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz2-4/+4
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-1/+2
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-27Ensure that MODULE_ARCH is syncronised between pkgsrc and configure script.jperkin4-14/+24
Fixes package on Solaris.
2012-01-12Fix build on SunOS.hans3-2/+14
2011-12-26Remove '-gnu' from MODULE_ARCH in configure so it matches the PLIST on linux.sbd3-6/+24
2011-12-13graphics/evas: Improve conftest (Fixes DragonFly)marino3-1/+27
S_IRUSR and S_IWUSR are defined in <sys/stat.h> on DragonFly, but the conftest for the Cache Server wasn't pulling that header in. After patching the conftest, the package builds normally. There was no need to patch the source itself, so it was a bad test.
2011-12-05Update evas to 1.1.0. Includes auto-alignment for text, ICO support, PSDjoerg7-91/+50
loading, external processors for PDF etc and many bug fixes and performance improvements.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-10-13Fix build on SunOS.hans2-1/+14
2011-05-09Closes PR pkg/41217.cheusov3-3/+15
Fix PLIST issue on Linux and other OSes, tested on NetBSD-5.1 and Linux. Oked by wiz@
2011-01-31Fix build with png-1.5.wiz3-2/+62
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz2-4/+4
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz2-2/+4
2010-01-09Add a PRINT_PLIST_AWK fragment matching the PLIST_SUBST and update thejoerg2-4/+6
common base value. Reflect that change in the PLIST files.
2009-12-17Update evas to the latest E17 snapshot.joerg3-9/+9
Various bugfixes and improvements, no detailed changelog. Remove 16bit X11 engine.
2009-09-11Update to evas-0.9.9.062 from the 2009/07/29 snapshot. No detailedjoerg5-16/+13
changes.
2009-08-26bump revision because of graphics/jpeg updatesno2-2/+4
2009-07-14Update to June snapshot of E17. No detailed changes.joerg2-8/+8
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-3/+3
2009-06-14Remove @dirrm entries from PLISTsjoerg1-8/+1
2009-06-10Make evas build with eet-1.2.0 by explicitly linking against libeet.minskim1-1/+2
2009-06-10Correct a module directory name on NetBSD/i386.minskim1-2/+2
2009-06-07Update evas to the most recent e17 snapshot.joerg4-11/+13
No detailed changes known.