freebsd-ports/graphics/kdegraphics4/Makefile
Martin Wilke 129bf63f84 The KDE FreeBSD team is proud to announce the release of KDE 4.1.1
for FreeBSD. The official KDE 4.1.1 release notes can be found at
http://www.kde.org/announcements/changelogs/changelog4_1to4_1_1.php.

KDE Community ships sirst translation and service release of the 4.1
dree desktop, containing numerous bugfixes, Performance Improvements
and Translation Updates.

Pretty much all applications have received the developers' attention,
resulting in a long list of bugfixes and improvements. The most significant
changes are:

    * Significant performance, interaction and rendering correctness
      improvements in KHTML and Konqueror, KDE's web browser
    * User interaction, rendering and stability fixes in Plasma,
      the KDE4 desktop shell
    * PDF backend fixes in the document viewer Okular
    * Fixes in Gwenview, the image viewer's thumbnailing, more
      robust retrieval and display of images with broken metadata
    * Stability and interaction fixes in KMail

New Ports:
- graphics/kcoloredit
	* KColorEdit is a palette files editor. It can be used
	  for editing color palettes and for color choosing and
	  naming.

- graphics/kgraphviewer
	* KGraphViewer is a GraphViz DOT graph viewer for KDE. The
	  GraphViz programs are free-software layout engines for graphs.
	  KGraphViewer displays the graphs in a modern, user-friendly GUI
	  with all the power of a well integrated KDE application.

- graphics/kiconedit
	* KIconEdit is designed to help create icons for KDE using the standard
	  icon palette.

- graphics/skanlite
	* Skanlite is a simple image scanning application that does nothing
	  more than scan and save images. Skanlite can open a save dialog for
	  every image scanned or save the images immediately in a specified
	  directory with auto-generated names and format. The user can also
	  choose to show the scanned image before saving.
2008-09-03 13:06:24 +00:00

52 lines
1.5 KiB
Makefile

# New ports collection Makefile for: kdegraphics
# Date created: 2008-01-31
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= kdegraphics
PORTVERSION= ${KDE4_VERSION}
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Graphics utilities for the KDE4 integrated X11 desktop
BUILD_DEPENDS= kpsewhich:${PORTSDIR}/print/teTeX-base
LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl \
fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
freetype:${PORTSDIR}/print/freetype2 \
fribidi:${PORTSDIR}/converters/fribidi \
lcms:${PORTSDIR}/graphics/lcms \
paper:${PORTSDIR}/print/libpaper \
poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \
exiv2.3:${PORTSDIR}/graphics/exiv2 \
chm.0:${PORTSDIR}/misc/chmlib \
sane.1:${PORTSDIR}/graphics/sane-backends \
gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
djvulibre:${PORTSDIR}/graphics/djvulibre-nox11 \
qimageblitz.4:${PORTSDIR}/x11/qimageblitz \
spectre.1:${PORTSDIR}/print/libspectre \
qca.2:${PORTSDIR}/devel/qca \
epub.0:${PORTSDIR}/textproc/ebook-tools
LATEST_LINK= ${PORTNAME}4
USE_GL= glut
USE_GHOSTSCRIPT= yes
USE_KDE4= kdelibs workspace kdeprefix kdehier automoc4
KDE4_BUILDENV= yes
USE_BZIP2= yes
USE_QT_VER= 4
QT_COMPONENTS= opengl gui moc rcc uic svg iconengines pixeltool
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
${FIND} ${WRKSRC}/.. -type f -name CMakeLists.txt | ${XARGS} \
${REINPLACE_CMD} -e 's|pkgconfig|../libdata/pkgconfig|'
.include <bsd.port.mk>