diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-12-18 23:24:47 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-12-18 23:24:47 +0000 |
commit | 5a5a1882fb4aa780c5c245f325ff26676350be88 (patch) | |
tree | af2de509d47a9d367cf0d7cf1a9622535572a90f /audio/xine-pulse | |
parent | cc39dbb52dcebecc697afb9d0ca4bb9e1c8b5517 (diff) | |
download | pkgsrc-5a5a1882fb4aa780c5c245f325ff26676350be88.tar.gz |
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.
Diffstat (limited to 'audio/xine-pulse')
-rw-r--r-- | audio/xine-pulse/DESCR | 7 | ||||
-rw-r--r-- | audio/xine-pulse/Makefile | 28 | ||||
-rw-r--r-- | audio/xine-pulse/PLIST | 2 |
3 files changed, 37 insertions, 0 deletions
diff --git a/audio/xine-pulse/DESCR b/audio/xine-pulse/DESCR new file mode 100644 index 00000000000..48968cfb6a6 --- /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 00000000000..b4ef6468519 --- /dev/null +++ b/audio/xine-pulse/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/12/18 23:24:47 jmcneill 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 00000000000..5c240770934 --- /dev/null +++ b/audio/xine-pulse/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/18 23:24:47 jmcneill Exp $ +lib/xine/plugins/1.24/xineplug_ao_out_pulseaudio.la |