summaryrefslogtreecommitdiff
path: root/audio/xine-esound/Makefile
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/Makefile
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/Makefile')
-rw-r--r--audio/xine-esound/Makefile19
1 files changed, 19 insertions, 0 deletions
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"