pkgsrc/audio/kdemultimedia3/Makefile
skrll 687d6d1cb4 Update to KDE 3.0.2
Also, allow the arts SSE detection code to run on modern NetBSD systems.

Changes are:
arts
	Again Build fixes.
	Realtime priority configuration fix

kdelibs
	dcop: Make it possible to disable the Qt bridge.
	make sure tooltip effects can be configured.
	kbuildsycoca: avoid crash on unreadable directories.
	kdockwidget: fixing reading of configuration.
	kedittoolbar: fix leak.
	khtml: many fixes.
	kded: signal handling fixes.
	kio-http slave: fixes related to form posts and cache handling.
	kjs: added max recursion limit.
	kjs: leak and compatibility fixes.

kdebase
	kicker: &-escaping fix
	audiocd: fix cddb computation
	thumbnail previewer: calculate the number of bytes to read instead
	    of hardcoding it.
2002-07-17 07:54:03 +00:00

32 lines
895 B
Makefile

# $NetBSD: Makefile,v 1.2 2002/07/17 07:54:04 skrll Exp $
DISTNAME= kdemultimedia-3.0.2
CATEGORIES= audio
COMMENT= Audio tools for the KDE integrated X11 desktop
.include "../../x11/kde3/Makefile.kde3"
DEPENDS+= xanim>=2.80.0:../../graphics/xanim
USE_BUILDLINK_ONLY= YES
#USE_CONFIG_WRAPPER= yes # $GTK_CONFIG
#CONFIGURE_ENV+= ac_cv_path_kde_artsplug_compiles="${ARTSC_CONFIG}"
USE_PTHREAD= native pth-syscall
.include "../../mk/bsd.prefs.mk"
.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "none"
CONFIGURE_ARGS+= --disable-threading
.endif
.if ${OPSYS} == "NetBSD"
LIBS= -Wl,--export-dynamic
.endif
.include "../../mk/pthread.buildlink.mk"
.include "../../audio/arts/buildlink.mk"
.include "../../x11/kde3/buildlink.mk"
.include "../../x11/kdebase3/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"