pkgsrc-wip/gmediaserver/Makefile
OBATA Akio 742abf9088 Update gmediaserver to 0.12.0.
2006-09-01: GMediaServer 0.12.0 released.
  Fix compilation problems by including more headers in various places
  (from Jan Ceuleers, Sebastian Marek, Mohan Yellaji, and
  Alejandro Imass).
  Support libupnp 1.3.x properly by using headers in correct directory
  (from Jan Ceuleers).
  Added initial support for file types other than audio. Add support
  for JPEG images (patch from Jan Ceuleers).
  Use and depend on libmagic for file type identification.
  Add --file-types help to --help message.
  Fix libuuid detection (reported by Wayne Stallwood).
  Enable searching by adding 'searchable' attribute to containers (reported
  by Remi).
  Minor documentation improvements.
  Fix bug: GMediaServer would segfault when more than one directory was
  specified on the command line and one (or more) of them could not be
  scanned.
  Fix bugs: GMediaServer would segfault on any search.
  Output non-printable strings escaped properly.
2007-05-28 13:25:06 +00:00

25 lines
898 B
Makefile

# $NetBSD: Makefile,v 1.5 2007/05/28 13:25:06 obache Exp $
DISTNAME= gmediaserver-0.12.0
CATEGORIES= multimedia net
MASTER_SITES= http://download.savannah.gnu.org/releases/gmediaserver/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gmediaserver/
COMMENT= UPnP compatible media server for the GNU system
USE_TOOLS+= perl pkg-config gmake makeinfo msgfmt
GNU_CONFIGURE= yes
INFO_FILES= yes
USE_PKGLOCALEDIR= yes
CONFIGURE_ARGS+= --with-id3lib=${BUILDLINK_PREFIX.id3lib:Q}
CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv:Q}
CONFIGURE_ARGS+= --with-libupnp=${BUILDLINK_PREFIX.libupnp:Q}
.include "../../audio/id3lib/buildlink3.mk"
.include "../../audio/taglib/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../wip/libupnp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"