---
name: maplay
version: 1.2
origin: audio/maplay
comment: MPEG audio player/decoder decoding layer I and II MPEG audio streams
arch: freebsd:9:x86:64
www: UNKNOWN
maintainer: sylvio@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [GPLv2]
flatsize: 94353
desc: |
  The audio part of the MPEG standard specifies three layers, whereat each
  layer specifies its own file format. All three layers are using similar
  audio coding techniques, but they vary in efficiency and complexity.
  Layer I needs the fewest calculation time for en-/decoding a stream, layer III
  the most. But a layer I MPEG audio stream is bigger than a layer III stream
  at the same quality. This program is able to decode and play only layer I
  and II streams, layer III is not supported (yet?!?).

  The maplay decodes layer I and layer II MPEG audio streams and plays them
  using a CD-quality audio device or sends the to stdout normally as 16 bit
  signed PCM values, interleaved for stereo streams.

  This player supports all modes, which are single channel, stereo,
  joint stereo and dual channel, and all bitrates except free mode.
  The missing free mode support should not be a problem for now,
  because I haven't seen such a stream yet.

  LICENSE: GPL2 or later
categories: [audio]
files:
  /usr/local/bin/maplay: 70b0f73b4bfcac515b173996c289627ebccb63891391b99618e48ca3d590bb75
  /usr/local/share/doc/maplay/README: 57775827f5e4f2d37f32d3f96da5724e2bc2e94046175f321e5146806b37126e
  /usr/local/share/licenses/maplay-1.2/GPLv2: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643
  /usr/local/share/licenses/maplay-1.2/LICENSE: 7e1394d03c5f275a402fe721ff1d1349449ea8602b52af954c76463afcdb6ef7
  /usr/local/share/licenses/maplay-1.2/catalog.mk: 75b30c89a5de4f0541e58b4e77fdf4ad0d1036eb69b0598506396f13a25a5fe0
directories:
  /usr/local/share/licenses/maplay-1.2/: n
  /usr/local/share/licenses/: y
  /usr/local/share/doc/maplay/: n
scripts:
  post-install: |
    cd /usr/local
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
    cd /usr/local
  post-deinstall: |
    cd /usr/local
    cd /usr/local
