pkgsrc/audio/xine-arts/Makefile
drochner 4cdb9ea17d update to xine-lib-1-rc4
changes:
This release improves playback of some streams, reduces flickering
of OSD and brings a whole bunch of updated libraries.
It does also fix a vulnerability in xine's RTSP streaming code.
See XSA-2004-3 for more information!

XXX powerpc asm stuff needs to be checked
XXX didn't test the "arts" stuff
2004-05-12 16:37:06 +00:00

19 lines
484 B
Makefile

# $NetBSD: Makefile,v 1.9 2004/05/12 16:37:06 drochner Exp $
#
.include "../../multimedia/xine-lib/Makefile.common"
PKGNAME:= ${PKGNAME:S/lib/arts/}
CATEGORIES= audio
DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib
BUILD_DIRS= ${WRKSRC}/src/audio_out
do-install:
cd ${WRKSRC}/src/audio_out && \
${LIBTOOL} --mode=install ${INSTALL_DATA} \
xineplug_ao_out_arts.la ${PREFIX}/lib/xine/plugins/1.0.0
.include "../../audio/arts/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"