summaryrefslogtreecommitdiff
path: root/audio/xine-esound
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-01-22 16:07:23 +0000
committerjmmv <jmmv@pkgsrc.org>2004-01-22 16:07:23 +0000
commitf840e7e41e325a1930de798f70444570f2fde710 (patch)
tree148ed8c1bc1b95052c96830dae392d15ef13ce8f /audio/xine-esound
parent126ac942db152c7a8e2a6d1dca0a1f4287ebc630 (diff)
downloadpkgsrc-f840e7e41e325a1930de798f70444570f2fde710.tar.gz
Initial import of xine-esound, version 1rc0a:
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.
Diffstat (limited to 'audio/xine-esound')
-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