From 2d80d2159be13000119592a9f54e98ed0d9906fd Mon Sep 17 00:00:00 2001 From: jmmv Date: Sat, 21 Dec 2002 10:53:52 +0000 Subject: Initial import of avi-xmms, version 1.2.2. avi-xmms is a plugin for XMMS to play files supported by the avifile library. Recognized formats are AVI (including DivX) and ASF. It is able to resize movies with aspected ratio, fullscreen and lots of other useful features, like seekbar in fullscreen mode. Provided in PR pkg/19470 by Juan RP with some cosmetic changes by me. Approved by wiz. --- graphics/avi-xmms/DESCR | 4 ++++ graphics/avi-xmms/Makefile | 25 +++++++++++++++++++++++++ graphics/avi-xmms/PLIST | 4 ++++ graphics/avi-xmms/distinfo | 4 ++++ 4 files changed, 37 insertions(+) create mode 100644 graphics/avi-xmms/DESCR create mode 100644 graphics/avi-xmms/Makefile create mode 100644 graphics/avi-xmms/PLIST create mode 100644 graphics/avi-xmms/distinfo (limited to 'graphics') diff --git a/graphics/avi-xmms/DESCR b/graphics/avi-xmms/DESCR new file mode 100644 index 00000000000..42c6f53cbe4 --- /dev/null +++ b/graphics/avi-xmms/DESCR @@ -0,0 +1,4 @@ +avi-xmms is a plugin for XMMS to play files supported by the avifile library. +Recognized formats are AVI (including DivX) and ASF. It is able to resize +movies with aspected ratio, fullscreen and lots of other useful features, +like seekbar in fullscreen mode. diff --git a/graphics/avi-xmms/Makefile b/graphics/avi-xmms/Makefile new file mode 100644 index 00000000000..d743617065a --- /dev/null +++ b/graphics/avi-xmms/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/21 10:53:52 jmmv Exp $ +# + +DISTNAME= avi-xmms-1.2.2 +CATEGORIES= graphics +MASTER_SITES= http://www.xmms.org/files/plugins/avi-xmms/ \ + ftp://ftp.sunet.se/pub/multimedia/xmms/plugins/avi-xmms/ \ + ftp://ftp.fu-berlin.de/unix/sound/xmms/plugins/avi-xmms/ + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://www.xmms.org/ +COMMENT= Avifile and SDL based video plugin for XMMS + +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_GMAKE= YES + +USE_LIBTOOL= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +.include "../../audio/xmms/buildlink2.mk" +.include "../../devel/SDL/buildlink2.mk" +.include "../../graphics/avifile/buildlink2.mk" +.include "../../x11/gtk/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/avi-xmms/PLIST b/graphics/avi-xmms/PLIST new file mode 100644 index 00000000000..9ce43bfab90 --- /dev/null +++ b/graphics/avi-xmms/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/21 10:53:52 jmmv Exp $ +lib/xmms/Input/libavixmms.a +lib/xmms/Input/libavixmms.la +lib/xmms/Input/libavixmms.so diff --git a/graphics/avi-xmms/distinfo b/graphics/avi-xmms/distinfo new file mode 100644 index 00000000000..c5e326ed873 --- /dev/null +++ b/graphics/avi-xmms/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/12/21 10:53:52 jmmv Exp $ + +SHA1 (avi-xmms-1.2.2.tar.gz) = 5a8cd9b0768a3f0a234efbdb9097c03d86c56ea2 +Size (avi-xmms-1.2.2.tar.gz) = 148416 bytes -- cgit v1.2.3