pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/xine-pulse Import xine-pulse version 1.1.15.
details: https://anonhg.NetBSD.org/pkgsrc/rev/08ef3e5a6b2a
branches: trunk
changeset: 551680:08ef3e5a6b2a
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Thu Dec 18 23:24:47 2008 +0000
description:
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:
audio/xine-pulse/DESCR | 7 +++++++
audio/xine-pulse/Makefile | 28 ++++++++++++++++++++++++++++
audio/xine-pulse/PLIST | 2 ++
3 files changed, 37 insertions(+), 0 deletions(-)
diffs (49 lines):
diff -r e6f98f40939f -r 08ef3e5a6b2a audio/xine-pulse/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xine-pulse/DESCR Thu Dec 18 23:24:47 2008 +0000
@@ -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 -r e6f98f40939f -r 08ef3e5a6b2a audio/xine-pulse/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xine-pulse/Makefile Thu Dec 18 23:24:47 2008 +0000
@@ -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 -r e6f98f40939f -r 08ef3e5a6b2a audio/xine-pulse/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xine-pulse/PLIST Thu Dec 18 23:24:47 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index