* Most of the code has been rewritten in a pure GObject-oriented fashion * As a side-effect of the above, some bugs have been fixed * The interface has been revamped and is now (almost fully) HIG-compliant * Native theme support has been deprecated in favor of GTK+ theming (see streamtuner-theme-convert(1) for details) * The API minor version has been bumped (added ST_HANDLER_EVENT_THREAD_BEGIN and ST_HANDLER_EVENT_THREAD_END)
28 lines
916 B
Makefile
28 lines
916 B
Makefile
# $NetBSD: buildlink2.mk,v 1.5 2003/07/23 11:21:52 jmmv Exp $
|
|
#
|
|
# This Makefile fragment is included by packages that use streamtuner.
|
|
#
|
|
# This file was created automatically using createbuildlink 2.4.
|
|
#
|
|
|
|
.if !defined(STREAMTUNER_BUILDLINK2_MK)
|
|
STREAMTUNER_BUILDLINK2_MK= # defined
|
|
|
|
BUILDLINK_PACKAGES+= streamtuner
|
|
BUILDLINK_DEPENDS.streamtuner?= streamtuner>=0.9.1nb2
|
|
BUILDLINK_PKGSRCDIR.streamtuner?= ../../audio/streamtuner
|
|
|
|
EVAL_PREFIX+= BUILDLINK_PREFIX.streamtuner=streamtuner
|
|
BUILDLINK_PREFIX.streamtuner_DEFAULT= ${LOCALBASE}
|
|
BUILDLINK_FILES.streamtuner+= include/streamtuner/*.h
|
|
BUILDLINK_FILES.streamtuner+= lib/pkgconfig/streamtuner.pc
|
|
BUILDLINK_FILES.streamtuner+= lib/streamtuner/plugins/shoutcast.*
|
|
|
|
.include "../../www/curl/buildlink2.mk"
|
|
.include "../../x11/gtk2/buildlink2.mk"
|
|
|
|
BUILDLINK_TARGETS+= streamtuner-buildlink
|
|
|
|
streamtuner-buildlink: _BUILDLINK_USE
|
|
|
|
.endif # STREAMTUNER_BUILDLINK2_MK
|