Commit graph

3 commits

Author SHA1 Message Date
Alex Kozlov
d3e4fbe5f6 - Update maintainer email
PR:	ports/184189
Submitted by:	Vladimir Kondratiev <wulf@mail.mipt.ru> (maintainer)
2013-11-23 14:14:16 +00:00
Marcus von Appen
7c19894cc2 - Switch devel/sdl20 to use the autotools-based configuration, since the
cmake-based one is not maintained that well
- Fix library naming to ensure backwards compatibility on minor version
  changes
- Bump the PORTREVISION on ports depending on devel/sdl20, since its
  shared library name changed

PR:		ports/183975
Submitted by:	Jan Kokemüller <jan.kokemueller@gmail.com>
2013-11-17 12:33:49 +00:00
Marcus von Appen
dda3bc596b Version 2 of the smpeg library.
SMPEG is a free MPEG1 video player library with sound support.  Video playback
is based on the ubiquitous Berkeley MPEG player, mpeg_play v2.2.  Audio is
played through a slightly modified mpegsound library, part of Splay v0.8.2.
SMPEG supports MPEG audio (MP3), MPEG-1 video, and MPEG system streams.

plaympeg is simple video players provided to test the library.  The C library
interface is 'documented' in smpeg.h, and the C++ library interface is spread
out over the MPEG*.h files.

This is a work in progress.  Only 16 or 32 bit color depth is supported.
The player will dynamically conver to other color depths, but playback
will be much faster if your display is already set to 16 bit color depth.

WWW: http://icculus.org/smpeg/

PR:		ports/183360
Submitted by:	Vladimir Kondratiev <wulf@corp.infotel.ru>
2013-11-12 20:10:06 +00:00