./multimedia/mplayer-share, Documentation used by mplayer and gmplayer

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5nb13, Package name: mplayer-share-1.5nb13, Maintainer: pkgsrc-users

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.


Required to run:
[fonts/mplayer-fonts]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2024-04-12 21:32:57 by Taylor R Campbell | Files touched by this commit (7)
Log message:
multimedia/mplayer: Handle machdep.altivec on NetBSD/powerpc too.

Bump revision because this built without the change on
NetBSD/powerpc, but didn't respect machdep.altivec at runtime.

Essentially the same patch as applied to ffmpeg2 through ffmpeg7, of
which mplayer has its own copy.
   2024-02-17 23:49:23 by Thomas Klausner | Files touched by this commit (4)
Log message:
mplayer and friends: consolidate cross-build logic in Makefile.common
   2024-01-30 15:22:43 by Ryo ONODERA | Files touched by this commit (672)
Log message:
*: Recursive revbump from audio/pulseaudio-17.0
   2024-01-27 03:11:04 by Taylor R Campbell | Files touched by this commit (4)
Log message:
multimedia/mplayer: Fix cross-build.

This removes our local patch to pass CFLAGS to compile the the
build-time tool codec-cfg.  These CFLAGS don't work for cross-builds,
but all we really need is to make libavutil/avutil.h.  So instead of
patching the makefile, just pass BUILDLINK_CPPFLAGS through into the
HOST_CC invocation that compiles it, in native builds.

And in cross builds, sleazily pass the include path under the
localbase in the destdir, so that we don't have to pull in ffmpeg5 as
a tool dependency -- libavutil/*.h seems to work here, and may
actually be correct because it pulls in libavutil/avconfig.h and
codec-cfg might want that to describe the target system rather than
the build system.
   2024-01-22 14:17:08 by Ryo ONODERA | Files touched by this commit (119)
Log message:
*: Recursive revbump from multimedia/libvpx
   2023-11-23 18:24:36 by Izumi Tsutsui | Files touched by this commit (1)
Log message:
mplayer-share: appease pkglint a bit.
   2023-11-23 18:21:51 by Izumi Tsutsui | Files touched by this commit (4)
Log message:
mplayer*: fix "Cannot write-enable text" errors on netbsd-10.

Bump PKGREVISIONs to rebuild i386 binaries.
   2023-11-22 17:18:20 by Izumi Tsutsui | Files touched by this commit (2)
Log message:
mplayer*: fix asm constrains errors on gcc10 (NetBSD/i386 10.0)