
CVS log for pkgsrc/print/poppler-glib/Makefile
Up to [NetBSD + pkgsrc-wip] / pkgsrc / print / poppler-glib
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Mar 3 00:11:53 2012 UTC (2 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2
lines
Recursive bump for pcre-8.30* (shlib major change)
Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Feb 6 12:41:23 2012 UTC (3 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2
lines
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Nov 1 06:02:26 2011 UTC (6 months, 3 weeks ago) by sbd
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -1
lines
Recursive bump for graphics/freetype2 buildlink addition.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Jul 11 18:43:03 2011 UTC (10 months, 1 week ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +6 -4
lines
include ".../poppler/bl3" before PKG_BUILD_OPTIONS.poppler is checked
for -- this doesn't make a difference in my box (current, modular xorg)
but Matthias Scheler reported problems on his and that this change helps
Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Jul 11 10:05:22 2011 UTC (10 months, 1 week ago) by drochner
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +5 -2
lines
update to 0.16.7
changes: bugfixes
pkgsrc change: set --enable-cms in frontend components if it was
set in the base pkg -- the layout of some classes depends on this
definition, and inconsistencies can lead to crashes
(see poppler bug #35381)
Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Apr 22 13:42:23 2011 UTC (13 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -1
lines
recursive bump from gettext-lib shlib bump.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Jan 31 16:58:42 2011 UTC (15 months, 3 weeks ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -2
lines
sync w/ base pkg update
Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Jan 13 13:36:21 2011 UTC (16 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2
lines
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Jan 11 12:17:15 2011 UTC (16 months, 1 week ago) by drochner
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2
lines
add patch from upstream which fixes a colorspace problem in the
glib/cairo frontend (ie pdf generation), bump PKGREV
Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Dec 23 11:44:55 2010 UTC (17 months ago) by dsainty
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2
lines
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.34: download - view: text, markup, annotated - select for diffs
Mon Nov 15 22:58:23 2010 UTC (18 months, 1 week ago) by abs
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -1
lines
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Nov 2 15:45:12 2010 UTC (18 months, 3 weeks ago) by drochner
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -2
lines
update to 0.14.4
changes:
-bugfixes (in particular for security issues which were patched in pkgsrc)
-fixed memory leaks
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Oct 3 03:39:44 2010 UTC (19 months, 3 weeks ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2
lines
Allow patch versions of poppler.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Oct 2 22:46:49 2010 UTC (19 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2
lines
Makefile.common is not a good place to set PKGREVISION -- distribute
it over the corresponding Makefiles instead.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Sep 14 11:00:44 2010 UTC (20 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -1
lines
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.
Per discussion on pkgsrc-changes.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Aug 29 09:41:31 2010 UTC (20 months, 3 weeks ago) by obache
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -5
lines
No need gtkdoc-rebase workaround anymore.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Aug 18 16:32:44 2010 UTC (21 months ago) by reed
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2
lines
poppler-glib (and poppler-cairo) pkgconfig configurations require
same poppler version. So make the BUILDLINK_API_DEPENDS.poppler
an exact match.
(Noticed pkgconfig error when building evince with a poppler
and poppler-glib with different versions.)
Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Jul 14 17:04:23 2010 UTC (22 months, 1 week ago) by drochner
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2
lines
update to 0.14.1
this is a new major branch, many fixes and improvements
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Jun 13 22:45:17 2010 UTC (23 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1
lines
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Feb 23 20:13:40 2010 UTC (2 years, 2 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -2
lines
reset PKGREVISION for base pkg update
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jan 18 09:59:23 2010 UTC (2 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1
lines
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Sep 9 19:57:06 2009 UTC (2 years, 8 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -2
lines
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.22: download - view: text, markup, annotated - select for diffs
Wed Aug 26 19:56:45 2009 UTC (2 years, 8 months ago) by sno
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1
lines
bump revision because of graphics/jpeg update
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Jun 27 12:47:54 2009 UTC (2 years, 10 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +5 -1
lines
Need workaround for Upstream Bug#562310.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Apr 17 16:08:54 2009 UTC (3 years, 1 month ago) by drochner
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -3
lines
reset PKGREVISION for base pkg update
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Apr 6 09:31:45 2009 UTC (3 years, 1 month ago) by drochner
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -1
lines
bump PKGREVISION for font conversion patch added to the base pkg
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Feb 12 20:55:07 2009 UTC (3 years, 3 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1
lines
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.17: download - view: text, markup, annotated - select for diffs
Thu Nov 20 14:28:22 2008 UTC (3 years, 6 months ago) by dillo
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1
lines
Move MAINTAINER from Makefile.common into individual Makefiles.
Okayed by reed.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Oct 24 23:28:53 2008 UTC (3 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -4
lines
Update to 0.10.0:
Release 0.10.0
core:
* Fix crashes on PDF using Stitching or Axial Shading painting
* Fix rendering of PDF with Type1 fonts that have more than
one encoding definition per line
* Do not try to save documents that have Encryption as we
do not support that and the user ended with a broken file
* Fix crash on files with OptionalContentGroup but no Name
Qt4:
* Fix the area of the links to be correctly reported on rotated documents
misc:
* Mingw+Msys should work
Release 0.9.3 (0.10 RC 2)
core:
* Fix rendering regression on some embedded fonts
* Fix rendering regression of some special fonts
* Fix crash on documents with bogus jpeg data
Qt4:
* The printing flag defaults to true on PSConverter
* Documentation improvement
utils:
* Fix regression that made HmtlOutputDev ignore jpeg images
misc:
* Improve compilation on mingw
Release 0.9.2 (0.10 RC 1)
core:
* Fix conversion to PS some files (bug #17645)
* Small Form fixes
* Small JS fixes
* Improve memory usage of the cairo renderer
utils:
* Fix mismatched free/delete in pdftohtml
* Fix memory leak in pdftohtml
* Fix crash in pdftohtml
glib:
* Fix a crash in forms demo
misc:
* Compile with -pedantic
Release 0.9.1 (0.10 Beta 2)
Core:
* Fix crash on some AESv2 encrypted files (bugs #13972, #16092, #17523)
* Improve parsing of broken files (bug #17568)
glib frontend:
* Minor improvements to the demo application
utils:
* pdftohtml: Generate the outline file in the same place
of the other generated files (bug #17504)
Release 0.9.0 (0.10 Beta 1)
Core:
* Initial JavaScript support
* Annotation improvements
* Improvements in the Arthur based renderer
* Improvements in the Cairo based renderer
* Added a JPEG2000 decoder based on OpenJPEG
* Small fixes in ActualText implementation
* Fix jpeg rendering when not using the libjpeg based decoder
* Movie fixes
* Do not get out of memory on documents that specify huge fonts
* Emulate Adobe Reader behaviour on documents with duplicate keys in Dictionaries
* Forms improvements
Qt4 frontend:
* Annotation improvements
* Forms improvements
* Add the possibility of extracting embedded fonts
* Initial Movie support
* Documentation improvements
* Small improvements in the PS exporter
glib frontend:
* Annotation improvements
* Attachment fixes
utils:
* updated man pages
* Added -listenc to pdfinfo and pdftotext
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Nov 28 20:51:33 2007 UTC (4 years, 5 months ago) by drochner
Branches: MAIN
CVS tags: 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
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1
lines
disable build of utils explicitely (we use BUILD_DIRS already, but anyway)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Nov 3 16:10:40 2007 UTC (4 years, 6 months ago) by drochner
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -2
lines
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.13: download - view: text, markup, annotated - select for diffs
Thu Aug 9 18:42:51 2007 UTC (4 years, 9 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -3
lines
Add DESTDIR support.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Feb 22 19:27:05 2007 UTC (5 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Jan 28 00:14:46 2007 UTC (5 years, 3 months ago) by dillo
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1
lines
Include jpeg buildlink3.mk -- configure and libpopler-glib explicitly use it.
Okayed by maintainer.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Nov 13 21:00:39 2006 UTC (5 years, 6 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -3
lines
migrate devhelp docs to share/gtk-doc/html, bump PKGREVISION
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed May 31 18:13:54 2006 UTC (5 years, 11 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3
lines
update to 0.5.3
changes:
-improved Qt bindings
-Cairo backend now supports masked images
-make glib bindings more language binding friendly
-Search now works with ligatures
-glib bindings now has an entry point to render to a cairo_t
-GCC 4.1 and MSVC compilation fixes
-bugfixes and cleanup
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Apr 17 13:46:46 2006 UTC (6 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Apr 8 00:36:37 2006 UTC (6 years, 1 month ago) by reed
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
Use tab instead of spaces. No change to package.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Apr 6 06:22:36 2006 UTC (6 years, 1 month ago) by reed
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
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.5: download - view: text, markup, annotated - select for diffs
Sat Apr 1 17:23:14 2006 UTC (6 years, 1 month ago) by reed
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Don't @dirrm the doc directory since poppler packages uses it.
Bump PKGREVISION.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Mar 31 20:37:37 2006 UTC (6 years, 1 month ago) by jmmv
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -2
lines
Create the include/poppler directory from the base poppler package so that
poppler-qt can install its headers properly. Found by tron@.
This also helps in removing this shared directory (used in poppler-qt and
poppler-glib) from a single place.
Bump PKGREVISION of the three packages to 1.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Mar 30 21:30:25 2006 UTC (6 years, 1 month ago) by jmmv
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +13 -7
lines
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.2: download - view: text, markup, annotated - select for diffs
Thu Mar 9 01:15:58 2006 UTC (6 years, 2 months ago) by reed
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1
lines
Make this conflict to poppler<0.4.5nb1
(since poppler did provide same "glib" files).
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Mar 9 01:13:16 2006 UTC (6 years, 2 months ago) by reed
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
Import of poppler-glib package.
This provides the "glib" (and GTK2's gdk-pixbuf)
components from the poppler suite.
The poppler package updates will be committed next.
This means that X11 (and GTK) is not needed for the normal poppler.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Mar 9 01:13:16 2006 UTC (6 years, 2 months ago) by reed
Branches: MAIN
Initial revision
NetBSD-CVSweb <admin[at]NetBSD[dot]se>