Version: 0.3.2, Package name: mpg321-0.3.2 |
Maintained by: Christian Weisgerber |
Master sites: |
Description mpg321 is a clone of the popular mpg123 command-line mp3 player. It should function as a drop-in replacement for mpg123 in many cases. While some of the functionality of mpg123 is not yet implemented, mpg321 should function properly in most cases for most people, such as for frontends such as gqmpeg. mpg321 is based on the mad MPEG audio decoding library. It therefore is highly accurate, and also uses only fixed-point calculation, making it more efficient on machines without a floating-point unit. |
Filesize: 147.597 KB |
Version History (View Complete History) |
|
2021-01-31 13:18:26 by Christian Weisgerber | Files touched by this commit (8) |
Log message: audio/mpg321: fix for -fno-common While here, also fix compiler warnings and drop outdated text from DESCR. |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-12-05 13:19:01 by Christian Weisgerber | Files touched by this commit (28) |
Log message: again, bump users of audio/libmad after macro change in header file |
2018-12-04 13:44:57 by Christian Weisgerber | Files touched by this commit (28) |
Log message: bump users of audio/libmad after macro change in header file |
2016-03-16 15:19:39 by Christian Weisgerber | Files touched by this commit (46) |
Log message: remove SHARED_ONLY from ports that use only the gnu module |
2010-11-15 06:08:38 by Marc Espie | Files touched by this commit (10) |
Log message: missed libspecs |
2010-11-14 17:22:54 by Marc Espie | Files touched by this commit (427) |
Log message: convert to new style depends zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes |
2010-10-18 10:52:48 by Marc Espie | Files touched by this commit (115) |
Log message: USE_GROFF=Yes |
2010-09-05 18:04:29 by Stuart Henderson | Files touched by this commit (53) |
Log message: new-style REVISIONS/LIB_DEPENDS |
2010-06-03 10:07:02 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Fix after recent libao update ok naddy@ |
2008-10-30 08:46:59 by Christian Weisgerber | Files touched by this commit (3) |
Log message: * In the usage message, show the actually available libao devices. * Allow -o sun to override the default libao device. |
2007-07-21 09:33:22 by Christian Weisgerber | Files touched by this commit (2) |
Log message: initialize some variables so we won't call free() on random pointers |
2007-07-04 13:18:46 by Jasper Lievisse Adriaanse | Files touched by this commit (31) |
Log message: -NOT_FOR_ARCHS= ${NO_SHARED_ARCHS} +SHARED_ONLY= Yes ok ajacoutot@, simon@, mbalmer@ (for the postgresql bits) |
2007-04-05 09:38:13 by Marc Espie | Files touched by this commit (1270) |
Log message: base64 distinfo with SHA256 |
2006-08-01 06:13:29 by Marc Espie | Files touched by this commit (40) |
Log message: new-style specs |
2005-09-10 10:42:01 by Christian Weisgerber | Files touched by this commit (3) |
Log message: SHOUTcast Distributed Network Audio Server just disconnects if there is no user-agent identification. From: Frank Ruell <stoerte@dreamwarrior.net> |
2005-01-05 08:47:10 by Christian Weisgerber | Files touched by this commit (122) |
Log message: SIZE |
2004-11-21 10:51:48 by Marc Espie | Files touched by this commit (79) |
Log message: WANTLIB markers |
2004-08-09 09:58:46 by Marc Espie | Files touched by this commit (7) |
Log message: new plists |
2004-04-05 14:26:25 by Christian Weisgerber | Files touched by this commit (1) |
Log message: skip on static archs; from miod@ |
2004-01-06 15:20:55 by Christian Weisgerber | Files touched by this commit (1) |
Log message: don't leak file descriptor on error; from Debian |
2003-12-15 14:42:44 by Christian Weisgerber | Files touched by this commit (507) |
Log message: remove WWW lines |
2003-12-10 14:28:59 by Christian Weisgerber | Files touched by this commit (10) |
Log message: fix dependencies: audio/mad -> audio/libid3tag, audio/libmad, audio/madplayer |
2002-12-29 12:29:57 by Federico G. Schwindt | Files touched by this commit (19) |
Log message: byebye NEED_VERSION. |
2002-09-02 17:25:02 by Christian Weisgerber | Files touched by this commit (1) |
Log message: Fix format string bugs. From: Moritz Jodeit <moritz@jodeit.org> |
2002-08-27 14:00:31 by Christian Weisgerber | Files touched by this commit (1) |
Log message: Plug file descriptor leak. Noticed by deraadt@, fix from Joe Drew <drew@debian.org>. |