NetBSD pkgsrc (package source) is a package management system for
Unix-like operating systems
aKode is a simple audio decoding framework that provides a uniform interface
to decode the most common audio formats. It also has a direct playback option
for a number of audio outputs.
This package provides the ffmpeg plugin for aKode which allows decoding many
audio formats using ffmpeg library.
# $NetBSD: Makefile,v 1.3 2009/12/15 21:30:52 joerg Exp $
#
PKGNAME= akode-plugins-ffmpeg-${AKODE_VERSION}
PKGREVISION= 1
MAINTAINER= hasso@NetBSD.org
COMMENT= FFMPEG decoder plugin for akode framework
LICENSE= gnu-lgpl-v2
.include "../../audio/akode/Makefile.common"
DISTINFO_FILE= ${.CURDIR}/../../audio/akode/distinfo
PATCHDIR= ${.CURDIR}/../../audio/akode/patches
PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --with-ffmpeg
do-install:
cd ${WRKSRC}/akode/plugins/ffmpeg_decoder && ${SETENV} ${MAKE_ENV} \
${MAKE} prefix=${DESTDIR}${PREFIX} install
.include "../../multimedia/ffmpeg/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
.include "../../audio/akode/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 18:04:42 hasso Exp $
lib/libakode_ffmpeg_decoder.la