diff options
author | jmmv <jmmv@pkgsrc.org> | 2002-12-21 10:53:52 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2002-12-21 10:53:52 +0000 |
commit | 2d80d2159be13000119592a9f54e98ed0d9906fd (patch) | |
tree | 562c594c95644c949eb97e026a968a1673f08b65 /graphics | |
parent | 3b05b1365a9aecf2f77023cf1da61b05717b49eb (diff) | |
download | pkgsrc-2d80d2159be13000119592a9f54e98ed0d9906fd.tar.gz |
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.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/avi-xmms/DESCR | 4 | ||||
-rw-r--r-- | graphics/avi-xmms/Makefile | 25 | ||||
-rw-r--r-- | graphics/avi-xmms/PLIST | 4 | ||||
-rw-r--r-- | graphics/avi-xmms/distinfo | 4 |
4 files changed, 37 insertions, 0 deletions
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 |