diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-10 00:52:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-10 00:52:28 +0800 |
commit | 4e715c72d3e6a4f08f2bfb8fa1a1f93600fbca08 (patch) | |
tree | db3c1cc1231d3aef48831d470847f62ba1858521 /x11/qimageblitz | |
parent | d97d7e91b2c078b87375499ca4591297c54f5d50 (diff) | |
download | freebsd-ports-gnome-4e715c72d3e6a4f08f2bfb8fa1a1f93600fbca08.tar.gz freebsd-ports-gnome-4e715c72d3e6a4f08f2bfb8fa1a1f93600fbca08.tar.zst freebsd-ports-gnome-4e715c72d3e6a4f08f2bfb8fa1a1f93600fbca08.zip |
The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.
Some note:
* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist
* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.
For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.
Have fun!
Diffstat (limited to 'x11/qimageblitz')
-rw-r--r-- | x11/qimageblitz/Makefile | 31 | ||||
-rw-r--r-- | x11/qimageblitz/distinfo | 3 | ||||
-rw-r--r-- | x11/qimageblitz/pkg-descr | 6 | ||||
-rw-r--r-- | x11/qimageblitz/pkg-plist | 9 |
4 files changed, 49 insertions, 0 deletions
diff --git a/x11/qimageblitz/Makefile b/x11/qimageblitz/Makefile new file mode 100644 index 000000000000..f3b8ca59ee6f --- /dev/null +++ b/x11/qimageblitz/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: qimageblitz +# Date created: 2008-01-15 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= qimageblitz +PORTVERSION= 0.0.4 +CATEGORIES= x11 +MASTER_SITES= SF + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE 4 integrated X11 desktop + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +USE_QT_VER= 4 +QT_COMPONENTS= qmake moc uic gui rcc +USE_CMAKE= yes +CMAKE_DEBUG= yes +CMAKE_VERBOSE= yes + +post-patch: + ${MKDIR} ${WRKSRC} + ${REINPLACE_CMD} -e \ + 's,$${LIB_INSTALL_DIR}/pkgconfig,libdata/pkgconfig,' \ + ${WRKSRC}/blitz/CMakeLists.txt + +.include <bsd.port.mk> diff --git a/x11/qimageblitz/distinfo b/x11/qimageblitz/distinfo new file mode 100644 index 000000000000..88e6f528b32d --- /dev/null +++ b/x11/qimageblitz/distinfo @@ -0,0 +1,3 @@ +MD5 (qimageblitz-0.0.4.tar.bz2) = cb87c7f1c0455e8984ee4830f1e749cf +SHA256 (qimageblitz-0.0.4.tar.bz2) = e902298edbfedea123e59f27d03d23ca273716d555eb2af4eff3e513f170ca5e +SIZE (qimageblitz-0.0.4.tar.bz2) = 55720 diff --git a/x11/qimageblitz/pkg-descr b/x11/qimageblitz/pkg-descr new file mode 100644 index 000000000000..325175ef6d5f --- /dev/null +++ b/x11/qimageblitz/pkg-descr @@ -0,0 +1,6 @@ +Blitz is an interm image effect library that people can use until KDE4.1 is +released. KImageEffect, the old image effect class is being dropped for KDE4.0 +and the replacement, Quasar, won't be ready until KDE4.1. Blitz gives people +something to use in the meantime. + +WWW: http://sourceforge.net/projects/qimageblitz diff --git a/x11/qimageblitz/pkg-plist b/x11/qimageblitz/pkg-plist new file mode 100644 index 000000000000..961c66cccf36 --- /dev/null +++ b/x11/qimageblitz/pkg-plist @@ -0,0 +1,9 @@ +bin/blitztest +include/qimageblitz/blitzcpu.h +include/qimageblitz/qimageblitz.h +include/qimageblitz/qimageblitz_export.h +lib/libqimageblitz.so +lib/libqimageblitz.so.4 +lib/libqimageblitz.so.4.0.0 +libdata/pkgconfig/qimageblitz.pc +@dirrm include/qimageblitz |