pkgsrc-wip/dmapd/Makefile
Thomas Klausner 8419faf8ec Import dmapd-0.0.50 as wip/dmapd.
The dmapd project provides a GObject-based, Open Source DMAP server
with the following features:

    Support for both DAAP and DPAP
    Support for realtime transcoding of media formats not natively
    supported by clients
    Support for many metadata formats, such as those associated
    with Ogg Vorbis and MP3 (e.g., ID3)
    Detection of video streams so that clients may play them as
    video
    Use of GStreamer to support a wide range of audio and video
    CODECs
    Caching of photograph thumbnails to avoid regenerating them
    each time the server restarts

Dmapd runs on Linux and other POSIX operating systems. It has been
used on OpenWrt Linux-based systems with as little as 32MB of memory
to serve music, video and photograph libraries containing thousands
of files.

TODO:
User/group handling.
Create var directories (/var/cache/dmapd/DAAP and /usr/pkg/var/lock/subsys/)
Add rc.d script.

Can't play files served by dmapd with iTunes 10 or 11 -- connections work
fine, but playing music just does nothing -- wiz 20121203.
2012-12-03 20:56:54 +00:00

39 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.1 2012/12/03 20:56:54 thomasklausner Exp $
#
DISTNAME= dmapd-0.0.50
CATEGORIES= net audio
MASTER_SITES= http://www.flyn.org/projects/dmapd/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.flyn.org/projects/dmapd/
COMMENT= DAAP (iTunes) and DPAP (iPhoto) shares server
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= dmapd.pc.in
BUILDLINK_TRANSFORM+= l:db-4.8:db4-4.8
CONF_FILES+= share/examples/dmapd/dmapd.conf ${PKG_SYSCONFDIR}/dmapd.conf
INSTALLATION_DIRS+= share/examples/dmapd
post-install:
${INSTALL_DATA} ${WRKSRC}/distro/dmapd.conf ${DESTDIR}${PREFIX}/share/examples/dmapd/
.include "../../databases/db4/buildlink3.mk"
.include "../../devel/check/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/libexif/buildlink3.mk"
.include "../../graphics/GraphicsMagick/buildlink3.mk"
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
.include "../../net/libdmapsharing3/buildlink3.mk"
#.include "../../*/vips/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"