pkgsrc/audio/libgpod/Makefile
shattered d897cf3906 Update to libgpod 0.8.0. Notable changes:
- map city names (present in the iPod Preferences file) to timezone
  shift to be able to interpret accurately timestamps from iPod Classic
  and similar models.

- support more iPod models, including Shuffle 4G
2011-11-21 19:39:13 +00:00

30 lines
881 B
Makefile

# $NetBSD: Makefile,v 1.18 2011/11/21 19:39:13 shattered Exp $
DISTNAME= libgpod-0.8.0
#KGREVISION= 4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkpod/}
MAINTAINER= srp@tworoads.net
HOMEPAGE= http://www.gtkpod.org/wiki/Libgpod
COMMENT= Library for accessing iPod onboard databases, playlists, etc
LICENSE= gnu-lgpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
PKGCONFIG_OVERRIDE= libgpod-1.0.pc.in
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= yes
.include "../../databases/sqlite3/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.15.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../textproc/libplist/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"