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.
This commit is contained in:
parent
3b05b1365a
commit
2d80d2159b
4 changed files with 37 additions and 0 deletions
4
graphics/avi-xmms/DESCR
Normal file
4
graphics/avi-xmms/DESCR
Normal file
|
@ -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.
|
25
graphics/avi-xmms/Makefile
Normal file
25
graphics/avi-xmms/Makefile
Normal file
|
@ -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"
|
4
graphics/avi-xmms/PLIST
Normal file
4
graphics/avi-xmms/PLIST
Normal file
|
@ -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
|
4
graphics/avi-xmms/distinfo
Normal file
4
graphics/avi-xmms/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue