pkgsrc-wip/gmediaserver/Makefile
OBATA Akio 012d25fa35 Update gmediaserver to 0.13.0
2007-11-10: GMediaServer 0.13.0 released.
  This project is looking for a new maintainer!
    Unfortunately I have found it more and more difficult to find time and
    motivation to continue working on this project. If anyone is interesting
    taking over development and support for GMediaServer on Savannah, please
    let me know!
  Link libmagic with zlib optionally.
  Link libupnp with pthread optionally - fix for FreeBSD (bug reported by
  Olaf).
  Fix bug in parsing of sort criterias (reported by Canola maintainer
  Gustavo Sverzut Barbieri).
  Change license to GPLv3.
  Minor manual updates.
  Added some supported devices.
  Added Playstation 3 support (patch from FUKAUMI Naoki, thanks!).
  Added preliminary DLNA support.
  Enable large file support in GMediaServer, fixing some weird problems.
  GMediaServer will now work with libupnp 1.6.1.
2007-11-12 10:52:33 +00:00

35 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.8 2007/11/12 10:52:33 obache Exp $
DISTNAME= gmediaserver-0.13.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
PKG_DESTDIR_SUPPORT= user-destdir
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}
RCD_SCRIPTS= gmediaserver
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD" && ${OS_VERSION:R} <= 4
LIBS+= -lz
.endif
.include "../../audio/id3lib/buildlink3.mk"
.include "../../audio/taglib/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../net/libupnp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"