Initial import of smpeg-xmms, version 0.3.5.
MPEG video plugin for XMMS, using SDL/smpeg as backend. Supports hardware acceleration in XFree 4.x (if available), fullscreen, resizeable window, VCD support, aspected ratio when resizing the window, etc. Provided in PR pkg/19390 by Juan RP.
This commit is contained in:
parent
e0ea35a3a4
commit
734f53d1f0
4 changed files with 39 additions and 0 deletions
3
graphics/smpeg-xmms/DESCR
Normal file
3
graphics/smpeg-xmms/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
MPEG video plugin for XMMS, using SDL/smpeg as backend. Supports hardware
|
||||
acceleration in XFree 4.x (if available), fullscreen, resizeable window,
|
||||
VCD support, aspected ratio when resizing the window, etc.
|
27
graphics/smpeg-xmms/Makefile
Normal file
27
graphics/smpeg-xmms/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/04/10 13:32:34 jmmv Exp $
|
||||
#
|
||||
|
||||
DISTNAME= smpeg-xmms-0.3.5
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.xmms.org/xmms/plugins/smpeg-xmms/
|
||||
|
||||
MAINTAINER= jrp@hispabsd.org
|
||||
HOMEPAGE= http://www.xmms.org/
|
||||
COMMENT= MPEG video plugin using SDL/smpeg as the backend
|
||||
|
||||
BUILDLINK_DEPENDS.smpeg= smpeg>=0.4.4
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_BUILDLINK2= YES
|
||||
USE_LIBTOOL= YES
|
||||
USE_GMAKE= YES
|
||||
|
||||
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
||||
|
||||
.include "../../devel/smpeg/buildlink2.mk"
|
||||
.include "../../devel/glib/buildlink2.mk"
|
||||
.include "../../x11/gtk/buildlink2.mk"
|
||||
.include "../../devel/SDL/buildlink2.mk"
|
||||
.include "../../audio/xmms/buildlink2.mk"
|
||||
.include "../../mk/pthread.buildlink2.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
graphics/smpeg-xmms/PLIST
Normal file
5
graphics/smpeg-xmms/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/10 13:32:34 jmmv Exp $
|
||||
lib/xmms/Input/libsmpeg_xmms.a
|
||||
lib/xmms/Input/libsmpeg_xmms.la
|
||||
lib/xmms/Input/libsmpeg_xmms.so
|
||||
@comment in xmms: @dirrm lib/xmms/Input
|
4
graphics/smpeg-xmms/distinfo
Normal file
4
graphics/smpeg-xmms/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/04/10 13:32:34 jmmv Exp $
|
||||
|
||||
SHA1 (smpeg-xmms-0.3.5.tar.gz) = e67a22cf99a9238be0652fe503b2fa37ae0c1379
|
||||
Size (smpeg-xmms-0.3.5.tar.gz) = 141182 bytes
|
Loading…
Reference in a new issue