codecs from now on, this is not that much a bloat since all depending
ports tend to use (in the long run) all the same codecs
o prepare to remove mplayer-codecs port since it is no longer
necessary
Approved by: MAINTAINERs (from both mplayer-codecs/win32-codecs)
Remove all non-codec related information.
Also, add audio as a secondary category since the codecs cover
video as well as audio only types.
PR: 25035
Reviewed by: sobomax
Approved by: maintainer
to revertion of shared library build/installation on the lame port
PORTVERSION=3.70, PORTREVISION=2.
I am reverting this for I won't be around to discuss this for the
time being. :)
2) Have this port use the port's system shared version of the lame
library instead of building its own static version. Add both some
detection code and necessary hooks to avifile's configure system
(defensive programming) using some patches
3) Add a simple stale port's tree defensive check. After the library
dependency phase, if one gets a lame library but no shared library
... bogus. The avifile depending on the new version of lame port
was added after the aforementioned. Warn the user about it. A
side effect (of LIB_DEPENDS) is that the new lame dependency is
always built even if there is an old version of lame installed.
4) PORTREVISION bump
Approved by: maintainer
2) Update codec distribution to version 001222
3) Add codec wmvds32.ax
4) Install avifile library (both shared and static) version .0
(distfile's numbering)
5) Have the binaries use the shared library
6) Add a libtool hack fix kindly provided by Maxim Sobolev
<sobomax@FreeBSD.org>
7) Add an adhoc fix to insure build of avifile utilities despite
possible misbehavior of the configure script
9) Update pkg-descr with more informative message
10) Update pkg-comment with more precise message
11) Update pkg-message with information about possible build
problems. This port requires qt with thread support.
PR: ports/23941
Submitted by: maintainer,
Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
While I am here, do some clean up:
1) Added RESTRICTED tag, for codec LEGAL status is unsure
2) Added ${PKGMESSAGE} regarding kernel USE_LDT
3) Upheld the "only under ${WRKDIR}" rule
Approved by: maintainer <holger@eit.uni-kl.de>
PR: 21663