summaryrefslogtreecommitdiff
path: root/graphics/djvulibre-tools
AgeCommit message (Collapse)AuthorFilesLines
2015-09-24Update to 3.5.27ryoon2-25/+4
* Use Makefile.common for common stuff. Changelog: NEW IN VERSION 3.5.27 ------------------------ - simplified configuration scripts - deadlock fixes - miniexp under win32 uses tlsalloc instead of _thread vars (pb under xp) NEW IN VERSION 3.5.26 ------------------------ - Thread safe miniexp - Now using the standard autotools approach (thanks to Vincent Torri). - New windows installer (thanks to Konstantin Kravtsov). - Fixed Russian code page issues in windows. - General speedup thanks to lock-free smart pointers. - ddjvu can produce one file per page. - djvused can now set the default page orientation. - Bug fixes all around.
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-1/+2
2012-12-17sync w/ base pkgdrochner1-3/+3
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-02-06Revbump forwiz1-1/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-10-27Update to 3.5.24ryoon1-2/+2
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.
2011-02-26Update to 3.5.23.ryoon1-4/+5
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.
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
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
2010-08-09update to 3.5.22, from Ryo ONODERA per PR pkg/43711drochner1-4/+3
changes: Various bug fixes (tested the lib part with evince)
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-01-06Changes 3.5.21:adam1-8/+6
- Speed improvement on multicore platforms - Ddjvu now can produce pdf output. Changes 3.5.20: - Csepdjvu handle gsdjvu hyperlink comments. - Djvudigital therefore handles hyperlinks.
2008-06-12Add DESTDIR support.joerg1-1/+3
2007-07-19Update to 3.5.19:wiz1-3/+3
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.
2007-02-05Update to 3.5.8:wiz1-3/+3
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.
2006-09-14Fixed the path to the bash.rillig1-1/+4
2006-08-30add djvulibre-tools-3.5.17, the command line tools which come with thedrochner3-0/+84
"djvulibre" distribution