923a82c822
* Gtk+ 3.x fixes. Changes 0.25: * Optionally build with Gtk+ 3.x in addition to Gtk+ 2.x. Changes 0.24: * GTK code is now fine with GSEAL. Minor fixes in the PulseAudio backend, other fixes. Changes 0.23: * various minor fixes in the pulse and gstreamer backends as well in the Vala API. Support for the recently standardized Vorbis 6.1/7.1 multichannel modes.
47 lines
1.3 KiB
Makefile
47 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.13 2010/11/28 21:12:54 adam Exp $
|
|
|
|
DISTNAME= libcanberra-0.26
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://0pointer.de/lennart/projects/libcanberra/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://0pointer.de/lennart/projects/libcanberra/
|
|
COMMENT= Desktop event sound library
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config gmake
|
|
GCONF_SCHEMAS+= libcanberra.schemas
|
|
|
|
PKGCONFIG_OVERRIDE+= libcanberra-gtk.pc.in
|
|
PKGCONFIG_OVERRIDE+= libcanberra.pc.in
|
|
|
|
SUBST_CLASSES+= ltdlc
|
|
SUBST_SED.ltdlc= -e "s,ltdlc,ltdl,"
|
|
SUBST_FILES.ltdlc= configure
|
|
SUBST_MESSAGE.ltdlc= Fixing libtool convenience library name.
|
|
SUBST_STAGE.ltdlc= pre-configure
|
|
|
|
CONFIGURE_ENV+= ac_cv_lib_ltdl_lt_dladvise_init=yes
|
|
|
|
# Workaround for Upstream Bug#562310.
|
|
# for more detail, see also PR#41475.
|
|
TOOLS_NOOP+= gtkdoc-rebase
|
|
|
|
PLIST_VARS+= oss
|
|
|
|
#.include "../../devel/libltdl/convenience.mk"
|
|
.include "../../devel/libltdl/buildlink3.mk"
|
|
.include "../../devel/GConf/schemas.mk"
|
|
.include "../../mk/oss.buildlink3.mk"
|
|
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../audio/libvorbis/buildlink3.mk"
|
|
.include "../../mk/oss.buildlink3.mk"
|
|
.if ${OSS_TYPE} != "none"
|
|
PLIST.oss= yes
|
|
.endif
|
|
.include "../../mk/bsd.pkg.mk"
|