79b3cd54b9
3.4.5: - Avoid warnings when the volume doesn't have a mount - Fix media detection on loopback devices - Work-around hang-on-close() bugs in gvfs when parsing M3U playlists - Save everything we're told to in XSPF playlists 3.4.4: - Remove dependency on newer versions of glib - Fix overescaping of URIs in XSPF playlists - Add support for the itmss URI scheme - Require gmime 2.6 - Fix small memory leak in totem_pl_parser_can_parse_from_data() - Add read and write support for Totem XSPF extensions (starttime and playing attributes) - Send content-type along with playlist-started/-ended signals for PLS, M3U and XSPF playlist types
18 lines
630 B
Makefile
18 lines
630 B
Makefile
# $NetBSD: buildlink3.mk,v 1.33 2015/01/25 00:07:35 prlw1 Exp $
|
|
|
|
BUILDLINK_TREE+= totem-pl-parser
|
|
|
|
.if !defined(TOTEM_PL_PARSER_BUILDLINK3_MK)
|
|
TOTEM_PL_PARSER_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.totem-pl-parser+= totem-pl-parser>=2.22.1
|
|
BUILDLINK_ABI_DEPENDS.totem-pl-parser+= totem-pl-parser>=3.4.3nb7
|
|
BUILDLINK_PKGSRCDIR.totem-pl-parser?= ../../multimedia/totem-pl-parser
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mail/gmime/buildlink3.mk"
|
|
.include "../../net/libsoup24/buildlink3.mk"
|
|
.endif # TOTEM_PL_PARSER_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -totem-pl-parser
|