Commit graph

20 commits

Author SHA1 Message Date
joerg
91cc763634 #undef getc in case it is still a macro from stdio.h. 2012-12-19 12:51:26 +00:00
drochner
9ee7b6f789 update to 3.5.25
changes:
-cleanup
-bugfixes
2012-12-17 13:54:23 +00:00
asau
08f35c7155 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
hans
77c2a75101 Include sys/types.h for size_t. 2012-03-21 20:03:31 +00:00
ryoon
b86bed2fcf Update to 3.5.24
Changelog:
NEW IN VERSION 3.5.24
---------------------
- Set ddjvuapi_version to 20.
- Added ddjvuapi support for changing the white point.
2011-10-27 10:32:56 +00:00
ryoon
171943c2d7 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.
2011-02-26 07:27:04 +00:00
dsainty
1f40f3a084 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
2010-12-23 11:44:24 +00:00
drochner
ce003ebc7f update to 3.5.22, from Ryo ONODERA per PR pkg/43711
changes: Various bug fixes

(tested the lib part with evince)
2010-08-09 11:05:54 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
3a3c07bc30 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
joerg
2d1ba244e9 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.
2009-03-20 19:23:50 +00:00
drochner
7ad230f24c Fix an undefined symbol problem which rendered this pkg unusable
after the last update.
(due to use of a locking primitive which is only available on 486+
while gcc defaults to -march=i386)
This might also fix PR pkg/40630 by Kamel Derouiche.
bump PKGREVISION
2009-02-20 10:52:56 +00:00
adam
b3e183c14a 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.
2009-01-06 18:03:23 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
wiz
cfe034822e 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.
2007-07-19 22:49:20 +00:00
wiz
710c421fe7 Not needed any longer after 3.5.18 update. 2007-02-05 23:42:21 +00:00
wiz
a5722899ca 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.
2007-02-05 23:41:49 +00:00
rillig
57811b648f Fixed "test ==". 2006-10-14 01:14:15 +00:00
drochner
9af9462eef import djvulibre-lib-3.5.17, which is the library part of the "djvulibre"
distribution, which is a (de)compression library for the "djvu" file
format, which is useful for scanned documents
2006-08-30 17:03:28 +00:00