diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-01-26 12:08:12 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-01-26 12:08:12 +0000 |
commit | 7df14df6b54cbab5da52daeb4122401b6f5989f5 (patch) | |
tree | 1582c85a8b6930b228b9dda563c03a64a249583b /multimedia/mplayer | |
parent | 97801837f9506c5f38f4d6afb2a75d1b912b62f5 (diff) | |
download | pkgsrc-7df14df6b54cbab5da52daeb4122401b6f5989f5.tar.gz |
Move mplayer to the multimedia category (coming from graphics).
This is version 1.0rc3nb1.
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/DESCR | 14 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile | 20 | ||||
-rw-r--r-- | multimedia/mplayer/PLIST | 2 | ||||
-rw-r--r-- | multimedia/mplayer/distinfo | 8 |
4 files changed, 44 insertions, 0 deletions
diff --git a/multimedia/mplayer/DESCR b/multimedia/mplayer/DESCR new file mode 100644 index 00000000000..3a81d317e26 --- /dev/null +++ b/multimedia/mplayer/DESCR @@ -0,0 +1,14 @@ +MPlayer is a movie player for LINUX (runs on many other Unices, +and non-x86 CPUs). It plays most MPEG, VOB, AVI, VIVO, ASF/WMV, +QT/MOV, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ files, supported +by many native, XAnim, and Win32 DLL codecs. You can watch VideoCD, +SVCD, DVD, 3ivx, and even DivX movies too. The another big feature +of mplayer is the wide range of supported output drivers. It works +with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, DirectFB, but +you can use GGI and SDL (and this way all their drivers) and some +lowlevel card-specific drivers (for Matrox, 3Dfx, and Radeon) too! +Most of them support software or hardware scaling, so you can +enjoy movies in fullscreen. It also sports nice big antialiased +shaded subtitles (10 supported types) with european/ISO 8859-1, +2 (hungarian, english, czech, etc), cyrillic, korean fonts, and +OSD. diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile new file mode 100644 index 00000000000..8d403b8bf85 --- /dev/null +++ b/multimedia/mplayer/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/26 12:08:12 jmmv Exp $ + +PKGNAME= mplayer-${MPLAYER_PKG_VERSION} +PKGREVISION= 1 +COMMENT= Software-only MPEG-1/2/4 video decoder + +.include "../../multimedia/mplayer-share/Makefile.common" + +USE_BUILDLINK2= # defined +CONFIGURE_ARGS+= --disable-mencoder +CONFIGURE_ARGS+= --confdir=${PREFIX}/share/mplayer + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/mplayer ${PREFIX}/bin + +.include "../../multimedia/mplayer-share/Makefile.depends" + +.include "../../mk/bsd.pkg.mk" + +.include "../../multimedia/mplayer-share/Makefile.cflags" diff --git a/multimedia/mplayer/PLIST b/multimedia/mplayer/PLIST new file mode 100644 index 00000000000..b95a1b84944 --- /dev/null +++ b/multimedia/mplayer/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/26 12:08:12 jmmv Exp $ +bin/mplayer diff --git a/multimedia/mplayer/distinfo b/multimedia/mplayer/distinfo new file mode 100644 index 00000000000..30d5098dc30 --- /dev/null +++ b/multimedia/mplayer/distinfo @@ -0,0 +1,8 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/01/26 12:08:12 jmmv Exp $ + +SHA1 (mplayer-1.0rc3/MPlayer-1.0pre3.tar.bz2) = d3341f05518f6b331396c431f81b736b89402432 +Size (mplayer-1.0rc3/MPlayer-1.0pre3.tar.bz2) = 4714725 bytes +SHA1 (patch-aa) = 51722c503120b0771102a0ca48c9817271666b81 +SHA1 (patch-ab) = a0f80f7d44b41509d215bb9cf6c1266c836efd1b +SHA1 (patch-ad) = 95c8741263b822e20eea3da00ca64923ed91c53b +SHA1 (patch-ae) = 61fec8b2ace8bd507df57102ff72c98cd6b194d7 |