./audio/mpg321, Free replacement for mpg123

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


Branch: pkgsrc-2018Q1, Version: 0.3.2nb1, Package name: mpg321-0.3.2nb1, Maintainer: rxg

mpg321 is a Free replacement for mpg123, a very popular command-line mp3
player. mpg123 is used for frontends, as an mp3 player and as an mp3 to
wave file decoder (primarily for use with CD-recording software.) In all
of these capacities, mpg321 can be used as a drop-in replacement for
mpg123.

mpg321 is a project conceived and written by Joe Drew <hoserhead@woot.net>.
It uses code from the MAD distribution by Rob Leslie; XMMS; and plaympeg
from the SMPEG distribution. mpg321 is licensed under the GNU General
Public License version 2, as documented in the 'COPYING' file.


Required to run:
[audio/libao] [audio/libmad] [audio/libao-oss] [audio/libid3tag]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: bf1c22542c86af69267828e45f217fdeb49e5d43
RMD160: 04ea36c893bbe6fb0054a7fcd71294927cf70ac9
Filesize: 147.597 KB

Version history: (Expand)


CVS history: (Expand)


   2018-06-19 14:05:22 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #5772 - requested by leot
audio/mpg321: bugfix

Revisions pulled up:
- audio/mpg321/Makefile                                         1.20
- audio/mpg321/distinfo                                         1.9
- audio/mpg321/patches/patch-mpg321.c                           1.2

---
   Module Name:	pkgsrc
   Committed By:	leot
   Date:		Sat Jun 16 14:43:21 UTC 2018

   Modified Files:
   	pkgsrc/audio/mpg321: Makefile distinfo
   	pkgsrc/audio/mpg321/patches: patch-mpg321.c

   Log message:
   mpg321: Do not unlock unititialized main_lock

   Bump PKGREVISION

   Problem spotted by <maya>, fixes PR pkg/53369 by <sevan>.