summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/xine-esound/DESCR7
-rw-r--r--audio/xine-esound/Makefile19
-rw-r--r--audio/xine-esound/PLIST5
3 files changed, 31 insertions, 0 deletions
diff --git a/audio/xine-esound/DESCR b/audio/xine-esound/DESCR
new file mode 100644
index 00000000000..b2f7631020b
--- /dev/null
+++ b/audio/xine-esound/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 esound audio output plugin for xine-lib.
diff --git a/audio/xine-esound/Makefile b/audio/xine-esound/Makefile
new file mode 100644
index 00000000000..f1f95d17fa2
--- /dev/null
+++ b/audio/xine-esound/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/22 16:07:23 jmmv Exp $
+#
+
+.include "../../graphics/xine-lib/Makefile.common"
+
+PKGNAME:= ${PKGNAME:S/lib/esound/}
+CATEGORIES= audio
+
+DEPENDS+= xine-lib>=1rc0anb3:../../graphics/xine-lib
+
+BUILD_DIRS= ${WRKSRC}/src/audio_out
+
+do-install:
+ cd ${WRKSRC}/src/audio_out && \
+ ${LIBTOOL} --mode=install ${INSTALL_DATA} \
+ xineplug_ao_out_esd.la ${PREFIX}/lib/xine/plugins/1.0.0/
+
+.include "../../audio/esound/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/xine-esound/PLIST b/audio/xine-esound/PLIST
new file mode 100644
index 00000000000..c94ded3efc4
--- /dev/null
+++ b/audio/xine-esound/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/22 16:07:23 jmmv Exp $
+lib/xine/plugins/1.0.0/xineplug_ao_out_esd.a
+lib/xine/plugins/1.0.0/xineplug_ao_out_esd.la
+lib/xine/plugins/1.0.0/xineplug_ao_out_esd.so
+@comment in xine-lib: @dirrm lib/xine/plugins/1.0.0