The NetBSD Project

CVS log for pkgsrc/print/poppler/buildlink3.mk

[BACK] Up to [cvs.netbsd.org] / pkgsrc / print / poppler

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.26 / (download) - annotate - [select for diffs], Tue Nov 1 06:02:27 2011 UTC (6 months, 3 weeks ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Recursive bump for graphics/freetype2 buildlink addition.

Revision 1.25 / (download) - annotate - [select for diffs], Thu Oct 20 16:32:57 2011 UTC (7 months ago) by drochner
Branch: MAIN
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored)

build poppler's "cpp" wrapper as a seperate pkg, addresses
PR pkg/45498 by Francois Tigeot

Revision 1.24 / (download) - annotate - [select for diffs], Wed Mar 9 13:06:49 2011 UTC (14 months, 2 weeks ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

sync dependency versions

Revision 1.23 / (download) - annotate - [select for diffs], Mon Jan 31 16:55:28 2011 UTC (15 months, 3 weeks ago) by drochner
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

update to 0.16.2
This switches to a new major branch -- many improvements and fixes.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:55 2010 UTC (17 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done

Revision 1.21 / (download) - annotate - [select for diffs], Sun Aug 15 11:19:18 2010 UTC (21 months, 1 week ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

update to 0.14.2
changes:
-Improve rendering of some annotations
-bugfixes

pkgsrc nore: shlib name changed, revbumps needed

Revision 1.20 / (download) - annotate - [select for diffs], Wed Jul 14 17:04:22 2010 UTC (22 months, 1 week ago) by drochner
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

update to 0.14.1
this is a new major branch, many fixes and improvements

Revision 1.19 / (download) - annotate - [select for diffs], Mon Jan 18 09:59:23 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Second try at jpeg-8 recursive PKGREVISION bump.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Sep 9 19:57:05 2009 UTC (2 years, 8 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

update to 0.12.0
This is a major update, switches to the 0.12 release branch.
Most notable change is that the color management stuff which we had
as patches in pkgsrc is official now.
Otherwise - many fixes and enhancements.

(while this is a .0 release I've been tracking the 0.11.x snapshots
and release candidate for a while so I don't expect big problems)

Revision 1.17 / (download) - annotate - [select for diffs], Wed Aug 26 19:56:42 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

bump revision because of graphics/jpeg update

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jun 14 22:58:08 2009 UTC (2 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.15: +1 -5 lines
Diff to previous 1.15 (colored)

Remove @dirrm related logic.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Mar 20 19:25:15 2009 UTC (3 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.14: +6 -13 lines
Diff to previous 1.14 (colored)

Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Feb 12 20:55:07 2009 UTC (3 years, 3 months ago) by drochner
Branch: MAIN
Changes since 1.13: +7 -1 lines
Diff to previous 1.13 (colored)

update to 0.10.4
changes:
-fixed some crashes and a memory leak
-fixed pdfimages to work for jpeg
pkgsrc change: pulled in color management support from the development
branch (but tested by me for many weeks), as an option which is on
per default

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jan 13 10:18:56 2009 UTC (3 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.12: +5 -1 lines
Diff to previous 1.12 (colored)

Update to 0.10.3:

Release 0.10.3

	core:
	 * Fix a crash on documents with malformed outline. Bug #19024
	 * Fix leak on AnnotScreen destructor. Bug #19095
	 * Fix wrong PS generation when a large image is in Patterns. Bug #18908
	 * Remove BaseFile.h it was never used. Bug #19298
	 * Improve document saving
	 * Fix PS generation of PDF with malformed font Length2 definition
	 * Fix a leak while parsing annotations
	 * Fix rendering of some checkboxes

	Qt4:
	 * Fix positioning of Form rects on PDF with cropbox
	 * Fix positioning of Annotation rects on PDF with cropbox. Bug #18558.
	 * Small documentation improvements
	 * Make Document::fonts() work when called more than once. Bug #19405

	build system:
	 * CMake: look harder for openjpeg
	 * CMake: update the poppler core headers installation
	 * Autotools: do not install Function.cc as it's not a header

	Qt:
	 * Fix deserialization of links right coordinate

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jan 6 22:58:49 2009 UTC (3 years, 4 months ago) by reed
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

Set the BUILDLINK_ABI_DEPENDS.
The previous libraries had major of 3 and now they are 4.
I didn't bump those depending on this as this update happened
months ago.

I noticed this two ways:
new poppler didn't work with my already installed evince and
new poppler didn't work with my alreadyinstalled poppler-glib.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Nov 3 16:10:38 2007 UTC (4 years, 6 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

update to 0.6.1
This switches to the new 0.6 branch which is not source compatible
to 0.5.x.
Most notable changes:
-Merge xpdf 3.02 changes
-Support for Sound objects
-Support for Opening/Closing page actions
-Support for page duration
-Improve PS Tokenizer performance
-Beginning of Interactive Form support
-xpdfrc is no longer used for anything
-Fix security issue MOAB-06-01-2007
-Lots of bugs fixed

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jul 8 23:11:05 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jul 8 22:39:35 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Apr 12 10:27:32 2006 UTC (6 years, 1 month ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Apr 6 06:22:36 2006 UTC (6 years, 1 month ago) by reed
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Over 1200 files touched but no revisions bumped :)

RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).

Revision 1.6 / (download) - annotate - [select for diffs], Thu Mar 30 21:30:25 2006 UTC (6 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Update poppler, poppler-glib and poppler-qt to 0.5.1.

This is a development version but is needed to update evince to 0.5.2,
which is part of GNOME 2.14.0.

Release 0.5.1

	- Support for embedded files.
	- Handle 0-width lines correctly.
	- Avoid external file use when opening fonts.
	- Only use vector fonts returned from fontconfig (#5758).
	- Fix scaled 1x1 pixmaps use for drawing lines (#3387).
	- drawSoftMaskedImage support in cairo backend.
	- Misc bug fixes: #5922, #5946, #5749, #5952, #4030, #5420.

Release 0.5.0

	- Font matching code for non embedded fonts now use fontconfig
          instead of hard coded list of fonts.
	- Merge in Xpdf 3.01 changes.
	- Add command line tools from Xpdf.
	- Make install of Xpdf header files ./configure'able.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 9 01:19:16 2006 UTC (6 years, 2 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.4: +4 -3 lines
Diff to previous 1.4 (colored)

Remove the support for installing the "glib" wrapper files.
A new package, print/poppler-glib, now provides this.
And this means X11 (and GTK2) is no longer needed for libpoppler.

Bump PKGREVISION.

In buildlink3.mk file, remove the BUILDLINK_RECOMMENDED.poppler
and increase the BUILDLINK_DEPENDS.poppler to this latest version
so packages don't accidently attempt to depend on old poppler
and poppler-glib at same time.
Also include the fontconfig buildlink3.mk at joerg's request.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:38 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 11 16:14:14 2006 UTC (6 years, 4 months ago) by reed
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Add BUILDLINK_RECOMMENDED for security fix.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 16 12:24:06 2005 UTC (6 years, 7 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Update to 0.4.2:

Release 0.4.2

	- Fix a rotation bug.
	- Fix freetype pkg-config check
	- Default to built-in decompression.

Release 0.4.1

	- Fix and simplify glib rotation API.
	- Fix build issue with freetype flags.

Release 0.4.0

	- Real text selection.
	- API breakage in glib wrapper: dropping dest_x and dest_y
	  arguments from poppler_page_render_to_pixbuf().
	- Updates to glib printing API from Martin Kretzschmar to
	  support setting paper size and duplex from the application.
	- Much work on Qt4 bindings and Arthur output device.  Still
          work in progress, thouhg.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Jul 8 20:31:34 2005 UTC (6 years, 10 months ago) by reed
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Add poppler from pkgsrc-wip.

This is poppler, a PDF rendering library. It is a fork of the xpdf
3.0 PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.

Poppler provides PDF rendering functionality as a shared library,
to centralize the maintenence effort and to reduce duplicated
effort. And the poppler developers would like to move libpoppler
forward in a number of areas that doesn't fit within the goals of
xpdf.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 8 20:31:34 2005 UTC (6 years, 10 months ago) by reed
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>