6336b4da44
0.99 23 October 2004 * The plugins have been included in the core distribution * The plugins can now be disabled from the preferences * The paned position and column widths were not saved anymore: fixed * The Local plugin now depends on TagLib (instead of libid3tag and libvorbis) * The Xiph plugin has been fixed, it now lists all the streams (but depends on libxml2) * STREAMTUNER_LOCAL_ROOT has been deprecated: the music folder can now be set from the preferences * The session is now always saved upon exit * Tab labels now have their own popup menu, containing tab-specific actions * The german translations have been updated (submitted by Martin Stromberger) * Minor fixes and cleanups
21 lines
640 B
Makefile
21 lines
640 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2004/10/25 09:05:27 xtraeme Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
STREAMTUNER_BUILDLINK3_MK:= ${STREAMTUNER_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= streamtuner
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nstreamtuner}
|
|
BUILDLINK_PACKAGES+= streamtuner
|
|
|
|
.if !empty(STREAMTUNER_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.streamtuner+= streamtuner>=0.99
|
|
BUILDLINK_PKGSRCDIR.streamtuner?= ../../audio/streamtuner
|
|
.endif # STREAMTUNER_BUILDLINK3_MK
|
|
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|