From: jmcneill Date: Thu, 18 Dec 2008 23:24:47 +0000 (+0000) Subject: Import xine-pulse version 1.1.15. X-Git-Url: https://gitweb.dragonflybsd.org/pkgsrc.git/commitdiff_plain/73d9d4f6464f9b52ccb3fb11a62c093fd1f9e007 Import xine-pulse version 1.1.15. Xine is a free multimedia player library for playing back CDs, DVDs, and VCDs. It also decodes multimedia files like AVI, MOV, WMV, and MP3 from local disk drives, and displays multimedia streamed over the Internet. It interprets many of the most common multimedia formats available -- and some of the most uncommon formats, too. This package provides the PulseAudio output plugin for xine-lib. --- diff --git a/audio/xine-pulse/DESCR b/audio/xine-pulse/DESCR new file mode 100644 index 000000000000..48968cfb6a6f --- /dev/null +++ b/audio/xine-pulse/DESCR @@ -0,0 +1,7 @@ +Xine is a free multimedia player library for playing back CDs, DVDs, +and VCDs. It also decodes multimedia files like AVI, MOV, WMV, and MP3 +from local disk drives, and displays multimedia streamed over the +Internet. It interprets many of the most common multimedia formats +available -- and some of the most uncommon formats, too. + +This package provides the PulseAudio output plugin for xine-lib. diff --git a/audio/xine-pulse/Makefile b/audio/xine-pulse/Makefile new file mode 100644 index 000000000000..b7454ede67cf --- /dev/null +++ b/audio/xine-pulse/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.25 2008/08/26 13:14:48 drochner Exp $ +# + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../multimedia/xine-lib/Makefile.common" + +PKGNAME= ${XINE_PKGNAME:S/lib/pulse/} +CATEGORIES= audio +COMMENT= The PulseAudio output plugin for xine-lib + +DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib + +BUILD_DIRS= ${WRKSRC}/src/audio_out +CONFIGURE_ARGS+= --without-x + +INSTALLATION_DIRS= lib/xine/plugins/${XINE_MOD_DIR_VER} + +do-install: + cd ${WRKSRC}/src/audio_out && \ + ${LIBTOOL} --mode=install ${INSTALL_DATA} \ + xineplug_ao_out_pulseaudio.la \ + ${DESTDIR}${PREFIX}/lib/xine/plugins/${XINE_MOD_DIR_VER} + +.include "../../audio/pulseaudio/buildlink3.mk" +.include "../../audio/libaudiofile/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/xine-pulse/PLIST b/audio/xine-pulse/PLIST new file mode 100644 index 000000000000..fde765086b69 --- /dev/null +++ b/audio/xine-pulse/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.11 2008/08/26 13:14:48 drochner Exp $ +lib/xine/plugins/1.24/xineplug_ao_out_pulseaudio.la