The NetBSD Project

CVS log for pkgsrc/graphics/djview4/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / graphics / djview4

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.20 / (download) - annotate - [select for diffs], Sat Mar 3 00:13:11 2012 UTC (2 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Recursive bump for pcre-8.30* (shlib major change)

Revision 1.19 / (download) - annotate - [select for diffs], Wed Feb 29 21:22:16 2012 UTC (2 months, 3 weeks ago) by shattered
Branch: MAIN
Changes since 1.18: +8 -2 lines
Diff to previous 1.18 (colored)

Replace hardcoded /usr/local patch with ${LOCALBASE}.

Avoids crash in dirname (pool=0xbfbfcc6c, fname=0x0) at nsdejavu.c:531

Revision 1.18 / (download) - annotate - [select for diffs], Mon Feb 6 12:40:20 2012 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

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.17 / (download) - annotate - [select for diffs], Thu Jan 26 14:17:38 2012 UTC (3 months, 4 weeks ago) by joerg
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Reset maintainer, domain doesn't exist

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jan 13 10:55:11 2012 UTC (4 months, 1 week ago) by obache
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Nov 1 06:01:29 2011 UTC (6 months, 3 weeks ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Recursive bump for graphics/freetype2 buildlink addition.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 27 10:36:50 2011 UTC (6 months, 4 weeks ago) by ryoon
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

Update to 4.8

Changelog:
NEW IN VERSION 4.6
--------------------
- Show total page number in page combo and page info box.
- Decode percent encoding in annotation and outline hyperlinks.
- Properly handle non-ascii filenames in export and save dialogs.
- Subtle changes to PgUp/PgDn/Home/End/Space/Backspace view changes.
- Fixed suffix management in export/save/print dialogs.

NEW IN VERSION 4.7
--------------------
- Fix for crash on quick PgUp PgDn sequences.
- Fix scrollbars in continuous mode.
- Fix plugin for some webkit based browsers.

NEW IN VERSION 4.8
--------------------
- Added option to invert luminance.
- Added shortcut ctrl+g to go to the page combo.
- Fixed export issues under win32.
- Mouse wheel can be configured to control the zoom.
- Animated page movements.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Apr 22 13:43:43 2011 UTC (13 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Feb 26 07:30:09 2011 UTC (14 months, 4 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Bump PKGREVISION due to update of graphics/djvulibre-lib.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jan 13 13:37:59 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:35 2010 UTC (17 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (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.9 / (download) - annotate - [select for diffs], Mon Nov 15 22:57:12 2010 UTC (18 months, 1 week ago) by abs
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome

Revision 1.8 / (download) - annotate - [select for diffs], Tue Sep 14 11:01:56 2010 UTC (20 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

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.7 / (download) - annotate - [select for diffs], Sun Aug 15 07:09:27 2010 UTC (21 months, 1 week ago) by obache
Branch: MAIN
Changes since 1.6: +3 -5 lines
Diff to previous 1.6 (colored)

Update djview4 to 4.5.
Based on PR#43712 from Ryo ONODERA.

NEW IN VERSION 4.3
------------------
- Undo/Redo
- New translations (german,czech)
- Fixed double free bug in plugin mode.


NEW IN VERSION 4.4
--------------------
- Full session management under X11.
- Added advanced feature check box.
- Added advanced command to copy urls, outline, etc.
- New translation (russian)
- History in the find dialog.
- Option to display hidden text in status bar.
- Option to display the first page alone in side-by-side mode.
- Option to display side-by-side in right-to-left mode.
- Drag'n drop files into the viewer.
- Support for Lizardtech's plugin option -showposition.


NEW IN VERSION 4.5
--------------------
- Fixed priority of annotation options.
- Fixed plugin for recent versions of gcc.
- Added showposition in advanced option copyUrl.
- New advanced mode to display hidden text.
- Lens display annotations and hidden text.
- Nsdejavu can use the XEmbed protocol when available.
- Plugin is scriptable from JavaScript.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jun 13 22:44:29 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

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.5 / (download) - annotate - [select for diffs], Mon Jan 18 09:58:57 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Second try at jpeg-8 recursive PKGREVISION bump.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Aug 26 19:57:38 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

bump revision because of graphics/jpeg update

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jun 20 01:09:21 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (colored)

Add DESTDIR support.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 9 15:36:43 2008 UTC (3 years, 11 months ago) by obache
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Need pkg-config to build.
Noticed by Hasso Tepper in PR 38917.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Nov 22 21:02:00 2007 UTC (4 years, 6 months ago) by drochner
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

import djview4-4.2.2, a djvu file viewer, from Paulo Matias per pkgsrc-wip

Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 22 21:02:00 2007 UTC (4 years, 6 months ago) by drochner
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>