Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
COMMENT should not be longer than 70 characters.
COMMENT should not begin with 'A'.
COMMENT should not begin with 'An'.
COMMENT should not begin with 'a'.
COMMENT should not end with a period.
COMMENT should start with a capital letter.
pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
This switches from the bundled ffmpeg library to the pkgsrc one,
although this is strongly discouraged -- the build process of the
bundled one os so f'ed up that I couldn't get it to build with
pkgsrc libtool with readonable effort.
The update is needed for some push/pull change in gstreamer which
is needed for the totem youtube plugin.
# the upstream developers only want to support building against
# the included ffmpeg version, since the ffmpeg API/ABI is unstable
# and there are no releases
changes:
-Updated FFmpeg snapshot with many more formats
-Vastly improved playback
-Ported the muxer support from GStreamer 0.8
-Expose more encoder settings as element properties
-Post-processing elements ported
-QoS support for slow cpus
-Parallel installability with 0.8.x series
-Threadsafe design and API
-bugfixes
to all internal recursive make processes. As such, rename it to
"PKGSRC_MAKE_ENV".
XXX Note, some of the usage of this variable in package Makefiles seems
XXX incorrect. They probably want "MAKE_ENV", which is the environment
XXX passed to the make process when running "make" within ${WRKSRC}.