- Remove USE_GROFF
- Remove gettext MODULE
- Remove LIB_DEPENDS line (included with qt4 MODULE)
- Fix WANTLIB
- SUBST_CMD
- Major lib bump (removed some functions)
- New pkg/README
help from and ok steven@
- use ${SUBST_CMD} instead of perl -pi
- remove auto*/aclocal*.am patches and only patch configure/Makefile.in.
- use @sample to install a config file instead of @cwd, and default
to sndio output
- remove auto* dependency, unbreaks it with new metaauto
found in environment instead of failing silently. Bump metaauto to 1.0.
from Tobias Ulmer, ports failing with that diff (automake, cups, freetds,
tremor-tools) fixed by sthen@ and myself, 'go ahead' espie@
check for autoconf existence during configure. Propagate
AUTOCONF_VERSION to CONFIGURE/MAKE_ENV to make sure the needed version
is found.
'go ahead' espie@
always go thru an indirection, so that a multi-packages port can turn them
on/off piecewise (required for libiconv cleanup of sope).
style nits: makefiles with lots of ?= += do *REQUIRE* spaces.
also indent tests, and do the :L dance to have cleaner stuff.
hs-glib (and probably other stuff that uses the Cabal library).
Bump both -main and -doc (yes, really, -doc, too).
I hereby nominate myself for the HSMAUS (Homer Simpson Memorial
Award of Unlimited Stupidity).
inspect, edit and validate Ogg files. The oggz-chop tool can also be
used to serve time ranges of Ogg media over HTTP by any web server that
supports CGI.
liboggz is a C library for reading and writing Ogg files and streams.
It offers various features over the reference libogg, including
support for seeking, validation and timestamp interpretation. Ogg is
an interleaving data container developed by Monty at Xiph.org,
originally to support the Ogg Vorbis audio format but now used for
many free codecs including Dirac, FLAC, Speex and Theora.
ok pea@