summaryrefslogtreecommitdiff
path: root/devel/pango
AgeCommit message (Collapse)AuthorFilesLines
2013-02-24Fix xft handling, from schmonz.wiz2-5/+4
2013-02-24On OS X 10.6.8, configure finds the native xft and builds againstschmonz1-1/+2
it; judging by the PLIST, that's unintended. Tell configure to stop.
2013-02-16Recursive bump for png-1.6.wiz2-3/+4
2013-01-06Update to 1.32.5:wiz3-24/+6
Overview of changes between 1.32.4 and 1.32.5 ============================================= - 689843 - Drop last ues of G_CONST_RETURN - 689864 - build failure - 689882 - pango-font.h:381: error: comma at end of enumerator list - 686512 - pango_cairo_font_get_scaled_font failed under wine - 690081 - pangofc-fontmap: Remove bad use of the comma operator - 679299 - Allow incrementally parsing pango markup
2012-12-19Drop use of deprecated G_CONST_RETURN (from upstream).obache3-2/+20
fixes build failure of depending packages using G_DISABLE_DEPRECATED. Bump PKGREVISION.
2012-12-14update to 1.32.4drochner2-7/+8
changes: - Require harfbuzz 0.9.9 - Automatically relayout PangoLayout if PangoContext has changed - Update bidi tables to Unicode 6.2.0 +bugfixes
2012-11-23update to 1.32.3drochner2-7/+7
changes: - make gobject-introspection PANGO_GLYPH happy - provide a phony define for LANGUAGE - adjust to harfbuzz 0.97 api since harfbuss is used only internally, and its shlibname didn't change, I'm refraining from a recursive revbump
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-09remove conflicting Xft2 bl3 inclusiondrochner2-4/+2
2012-10-08Revbump after updating graphics/pangoadam2-3/+4
2012-10-08Overview of changes between 1.32.0 and 1.32.1adam6-100/+47
============================================= - Fixup grapheme clusters - 684959 - crash after "Add pango_shape_full()" Overview of changes between 1.31.2 and 1.32.0 ============================================= - Add a --without-xfg configure option - Add pango_shape_full() Overview of changes between 1.31.1 and 1.31.2 ============================================= - More work on towards thread-safety - Build fixes on OS X Overview of changes between 1.31.0 and 1.31.1 ============================================= - The module cache file can now be located in libdir - Initial work towards making pango thread-safe - Update to Unicode 6.1. - 682421 - Fix vertical text, gravity, etc, with HarfBuzz - 678721 - Don't need to get item properties... - 678997 - Colors aqua, silver and indigo missing... - 653347 - rise units documented incorrectly - 682952 - remove old glib check - Deprecate pango-ot.h. - Deprecate pango_fc_font_kern_glyphs - Deprecate pango_lookup_aliases Overview of changes between 1.30.1 and 1.31.0 ============================================= - Port to harfbuzz 0.9.x, use external harfbuzz - Remove Arabic, Syriac, Hangul Hebrew, Khmer, Tibetan and Thai shapers (replaced by harfbuzz) - Remove Indic module (replaced by harfbuzz) - Remove Atsui support (superseded by CoreText) - Remove PangoX - 679654 - Crash for PangoContext.list_families - 680965 - missing language strings for ... - 681423 - introspection: assorted fixes...
2012-10-07With latest glib2, this needs cairo-gobject.wiz1-2/+3
I don't understand the causality, but follow the build failure. Bump PKGREVISION.
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron2-4/+4
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam2-3/+4
2012-07-29Update to 1.30.1:wiz2-6/+6
Overview of changes between 1.30.0 and 1.30.1 ============================================= - Update Arabic joining classes to 6.1.0 - Build fixes - Annotation fixes - 667960 - add --system option to querymodules - 675400 - respect XDG_CONFIG_HOME for rc files - 673497 - Fix corefont fallback
2012-05-15Fix g-ir-scanner issues on Mac OS Xadam3-5/+24
2012-04-30update to 1.30.0drochner3-28/+29
changes: -bugfixes -documentation fixes
2012-03-05Use correct CoreText header on Mac OS X.adam2-1/+17
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-10switch on introspection support, bump PKGREVdrochner2-3/+13
2012-02-06Revbump forwiz2-3/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-03Disable Carbon on Mac OS X, becasue it has been obsoleted.adam3-14/+6
2012-02-02Fix package list for Mac OS X.tron2-3/+9
2012-02-01update to 1.29.4drochner3-11/+10
changes unknown; while the odd minor version number suggests that this is a development version, this seems considered stable
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2011-04-11update to 1.28.4drochner7-249/+7
changes: bugfixes
2011-03-05Add openSUSE's fix for the DoS vulnerability remoted in CVE-2011-0064.tron5-3/+183
2011-01-27-add patch from https://bugzilla.gnome.org/show_bug.cgi?id=639882 to fixdrochner4-3/+64
possible heap corruption when parsing a corrupt font (CVE-2011-0020) -being here, add a patch from upstream to fix a scaling inconsistency bump PKGREV
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-3/+4
2010-10-16Update to 1.28.3:wiz3-9/+8
Overview of changes between 1.28.2 and 1.28.3 ============================================= - Bugs fixed: Bug 630857 - introspection: Use --include-uninstalled Overview of changes between 1.28.1 and 1.28.2 ============================================= - Reduce DLL hijack risk and simplify code in basic-win32 module - Improve performance on Windows especially for non-Latin scripts - Bugs fixed: Bug 628497 - Crash in pango_layout_line_get_extents at pango-layout.c Bug 626966 - SIGFPE _hb_sanitize_array Bug 629632 - configure bug Bug 625807 - approximate character width is 0 on pangoft2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-4/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-08-30Allow man pages to build properly. rev++jakllsch1-1/+4
2010-08-05Fix typo in comment.wiz1-2/+2
2010-08-05Add libthai option (disabled by default).obache3-7/+14
2010-08-01No need workaround for gtkdoc-rebase anymore.obache1-5/+1
2010-06-16update to 1.28.1drochner2-7/+6
changes: -pango-view now accepts --margin -bugfixes
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-3/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-05-31update to 1.28.0drochner5-53/+9
this switches to the gnome-2.30 branch
2010-03-27Add a patch to fix CVE-2010-0421, DoS security fix.taca3-3/+28
Bump PKGREVISION.
2010-02-21Change very questionable C++ code slightly to avoid high CPU usage undertron3-41/+15
Mac OS X. (see https://bugzilla.gnome.org/show_bug.cgi?id=593240 for more details). Tested with XChat and Wireshark under Mac OS 10.6.2 and NetBSD/amd64 5.0_STABLE.
2009-12-15update to 1.26.2drochner11-949/+6
changes: fix non-standard / illegal code which broke build on some platforms (was patched in pkgsrc)
2009-11-25Add patches on behalf of Jens Rehsack:tron11-7/+890
Pango was using invalid c++ code and Sun Studio avoids that to compile. Applied patches are taken from the bug-fixes committed upstream -HEAD taken from harrbuuz-ng repository for pango. Bump package revision because of these patches.
2009-11-23Add a somewhat odd workaround to stop Mac OS X's toolchain (at leasttron4-16/+49
Xcode 3.2.1) from breaking "pango" under Mac OS X. Bump package revision because the package would previously build but not work. [No, I have no idea why adding a random fprintf() in that loop avoids the problem. But it is the only trick I have found so far.]
2009-11-22Adding some patches to get it a bit further compiled with Sun Studiosno5-1/+104
(see https://bugzilla.gnome.org/show_bug.cgi?id=602408). Without commiting so far I couldn't check progress over the week - sorry for the extra noise.
2009-11-20update to 1.26.1drochner2-7/+6
changes: minor bugfixes
2009-10-22Switch compiler optimisation off under Mac OS X to stop GTK+ applicationstron2-1/+16
from entering a busy loop on startup. Bump package revision as the package previously built fine but didn't work.
2009-10-21update to 1.26.0drochner4-24/+11
This switches to the gnome-2.28 release branch.
2009-10-11avoid gzip dependencytnn2-1/+17