Commit graph

5 commits

Author SHA1 Message Date
wiz
6e2c35c083 pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
2007-02-22 19:01:13 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
mrg
3bc21bb3e8 - (re)enable installing the a52dec and extract_a52 tools and their man pages.
- bump pkg version
2004-08-23 04:03:34 +00:00
wiz
c4707ec0e4 Update to 0.7.3, provided by veego.
Changes since 0.7.1b:
Performance enhancements, from 40% to 80% depending on streams.

Fixed a few embarassing bugs in liba52: one memory corruption issue
and a few minor portability problems.

Several new output modules, and fixes in the existing .wav file output.

Minor bugfixes, performance and portability enhancements.

Also added wav format output, and reduced the demux buffer size which
makes it easier to use a52dec as a pipe.
2002-06-16 18:08:05 +00:00
veego
e05cf61709 liba52 is a free library for decoding ATSC A/52 streams. It is
released under the terms of the GPL license.
The A/52 standard is used in a variety of applications, including
digital television and DVD. It is also known as AC-three.
2001-12-10 19:49:46 +00:00