./graphics/libkipi, KDE Image Plugin Interface

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.6nb4, Package name: libkipi-0.1.6nb4, Maintainer: pkgsrc-users

Kipi (KDE Image Plugin Interface) is an effort to develop a common plugin
structure for Digikam, KimDaBa, Showimg and Gwenview. Its aim is to
share image plugins among graphic applications.


Required to run:
[graphics/hicolor-icon-theme] [x11/qt3-libs] [x11/kdelibs3]

Required to build:
[pkgtools/x11-links] [devel/gmake] [devel/libtool-base] [x11/renderproto] [x11/xproto] [x11/fixesproto] [x11/inputproto] [x11/xextproto] [x11/randrproto] [x11/qt3-tools]

Master sites: (Expand)

SHA1: 273d4592dbb366e3a009b82808816b07bea1bfe9
RMD160: 433215f09a803fe15e664ac531cebe52dc29c479
Filesize: 543.926 KB

Version history: (Expand)


CVS history: (Expand)


   2010-01-18 10:59:46 by Thomas Klausner | Files touched by this commit (938)
Log message:
Second try at jpeg-8 recursive PKGREVISION bump.
   2010-01-17 13:02:58 by Thomas Klausner | Files touched by this commit (724) | Package updated
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
   2009-11-25 22:16:17 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Actually links against libXt nowadays. Bump revision.
   2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | Package updated
Log message:
bump revision because of graphics/jpeg update
   2009-06-15 00:58:11 by Joerg Sonnenberger | Files touched by this commit (129)
Log message:
Remove @dirrm related logic.
   2009-06-14 22:05:44 by Joerg Sonnenberger | Files touched by this commit (38)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
   2009-06-14 19:59:32 by Joerg Sonnenberger | Files touched by this commit (263)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
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.