pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/xine-arts Initial import of xine-arts, version 1...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dec758956cbe
branches: trunk
changeset: 466748:dec758956cbe
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Thu Jan 22 16:06:18 2004 +0000
description:
Initial import of xine-arts, 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 aRts audio output plugin for xine-lib.
diffstat:
audio/xine-arts/DESCR | 7 +++++++
audio/xine-arts/Makefile | 19 +++++++++++++++++++
audio/xine-arts/PLIST | 5 +++++
3 files changed, 31 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r 772724a967d1 -r dec758956cbe audio/xine-arts/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xine-arts/DESCR Thu Jan 22 16:06:18 2004 +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 aRts audio output plugin for xine-lib.
diff -r 772724a967d1 -r dec758956cbe audio/xine-arts/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xine-arts/Makefile Thu Jan 22 16:06:18 2004 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/22 16:06:18 jmmv Exp $
+#
+
+.include "../../graphics/xine-lib/Makefile.common"
+
+PKGNAME:= ${PKGNAME:S/lib/arts/}
+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_arts.la ${PREFIX}/lib/xine/plugins/1.0.0/
+
+.include "../../audio/arts/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 772724a967d1 -r dec758956cbe audio/xine-arts/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xine-arts/PLIST Thu Jan 22 16:06:18 2004 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/22 16:06:18 jmmv Exp $
+lib/xine/plugins/1.0.0/xineplug_ao_out_arts.a
+lib/xine/plugins/1.0.0/xineplug_ao_out_arts.la
+lib/xine/plugins/1.0.0/xineplug_ao_out_arts.so
+@comment in xine-lib: @dirrm lib/xine/plugins/1.0.0
Home |
Main Index |
Thread Index |
Old Index