diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-01-22 16:07:23 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-01-22 16:07:23 +0000 |
commit | adb57f47af521040dc3499855363c954c9e406c0 (patch) | |
tree | 148ed8c1bc1b95052c96830dae392d15ef13ce8f /audio | |
parent | 0a4a409540302642271b0a0d25e78a09dd203dfe (diff) | |
download | pkgsrc-adb57f47af521040dc3499855363c954c9e406c0.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')
-rw-r--r-- | audio/xine-esound/DESCR | 7 | ||||
-rw-r--r-- | audio/xine-esound/Makefile | 19 | ||||
-rw-r--r-- | audio/xine-esound/PLIST | 5 |
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 |