03d7fa9300
2.26.2: - Fix relative paths resolution for a number of playlist types - Implement support for non-unicode encodings in the XML parser - Fix parsing of iTunes podcasts for recent Apple changes - Fix incorrect parsing of non-metalink QuickTime files
28 lines
759 B
Makefile
28 lines
759 B
Makefile
# $NetBSD: Makefile,v 1.12 2009/05/19 15:32:37 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= totem-pl-parser-2.26.2
|
|
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"
|