pkgsrc/multimedia/totem-pl-parser/Makefile
drochner 1fc2f08fb7 update to 2.26.1
changes:
- Fix playback of radio streams when the URL has a trailing slash
- Fix detection of ISOs as VCDs or DVDs
- Fix parsing of some podcasts with huge amounts of CDATA in the XML
2009-04-07 10:00:57 +00:00

28 lines
764 B
Makefile

# $NetBSD: Makefile,v 1.11 2009/04/07 10:00:57 drochner Exp $
#
DISTNAME= totem-pl-parser-2.26.1
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/totem-pl-parser/2.26/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= totem playlist parser
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config intltool gmake msgfmt
CONFLICTS+= totem<2.22.0
PKGCONFIG_OVERRIDE+= totem-plparser-mini.pc.in
PKGCONFIG_OVERRIDE+= totem-plparser.pc.in
.include "../../devel/glib2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mail/evolution-data-server/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"