Up to [cvs.netbsd.org] / pkgsrc / graphics / djvulibre-tools
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13 / (download) - annotate - [select for diffs], Mon Feb 6 12:40:20 2012 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs], Thu Oct 27 10:34:08 2011 UTC (6 months, 4 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Update to 3.5.24 Changelog: NEW IN VERSION 3.5.24 --------------------- - Added option "-u" in djvused. - Added option "-o djvufile" in djvuxmlparser. - Added support for <CHARACTER> tag in djvuxmlparser. - Added print-xmp, set-xmp, remove-smp in djvused.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Feb 26 07:27:05 2011 UTC (14 months, 4 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.10: +5 -4
lines
Diff to previous 1.10 (colored)
Update to 3.5.23. NEW IN VERSION 3.5.23 ------------------------ - Djview3 has been deprecated by djview4 whose source comes in its own tarball. Use configure option --enable-djview to force the compilation of djview3. - Set ddjvuapi_version to 19. - Added ddjvu_document_create_by_filename_utf8 - Generate icons with rsvg rather than imagemagick. - djvused: correctly outputs escape characters. - djvumake: added options to generate foreground colors. - Various bug fixes.
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 Aug 9 11:05:55 2010 UTC (21 months, 2 weeks ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.8: +3 -4
lines
Diff to previous 1.8 (colored)
update to 3.5.22, from Ryo ONODERA per PR pkg/43711 changes: Various bug fixes (tested the lib part with evince)
Revision 1.8 / (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-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.7 / (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.6: +2 -1
lines
Diff to previous 1.6 (colored)
bump revision because of graphics/jpeg update
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 6 18:03:23 2009 UTC (3 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.5: +6 -8
lines
Diff to previous 1.5 (colored)
Changes 3.5.21: - Speed improvement on multicore platforms - Ddjvu now can produce pdf output. Changes 3.5.20: - Csepdjvu handle gsdjvu hyperlink comments. - Djvudigital therefore handles hyperlinks.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:31 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: 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.4: +3 -1
lines
Diff to previous 1.4 (colored)
Add DESTDIR support.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 19 22:49:20 2007 UTC (4 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Update to 3.5.19: NEW IN VERSION 3.5.19 --------------------- - License change. Starting with version 3.5.19, DjVuLibre is distributed under either version 2 of the GPL or (at your option) any later version. Previous version were released strictly under the GPL version 2.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Feb 5 23:41:50 2007 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Update to 3.5.8:
NEW IN VERSION 3.5.18
---------------------
- Renamed djview as djview3.
- Various enhancement of DDJVUAPI.
- Partial support for page titles instead of page numbers.
- Clarification of metadata information.
- Fixed djvumake mask separation feature.
- Complain when given a so-called "secure" djvu file.
- Fixed handling of urls with cgi arguments
- Fixed bug related to caching and ddjvuapi
- Reorganized ${datadir}/djvu
- Provide scripts in ${datadir}/djvu/*/desktop to register
the djvu mime types and the djview menu entries.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Sep 14 14:48:27 2006 UTC (5 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.1: +4 -1
lines
Diff to previous 1.1 (colored)
Fixed the path to the bash.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Aug 30 17:09:39 2006 UTC (5 years, 8 months ago) by drochner
Branch: TNF
CVS Tags: pkgstc_base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
add djvulibre-tools-3.5.17, the command line tools which come with the "djvulibre" distribution
Revision 1.1 / (download) - annotate - [select for diffs], Wed Aug 30 17:09:39 2006 UTC (5 years, 8 months ago) by drochner
Branch: MAIN
Initial revision