Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
Use /usr/bin/libtool instead of libtool-base from pkgsrc, ugly workaround
|
|
|
|
OSError: [Errno 2] No such file or directory: '[...]/work/.home/.cache/g-ir-scanner/058d13a6d877030b8adb448928d5630d364836c5'
with 8 jobs on try 1; try 2 without changes succeeded.
This probably applies to the whole plugin framework and should go in
Makefile.common, but let's be conservative about it.
|
|
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.
|
|
|
|
|
|
|
|
are called p5-*.
I hope that's all of them.
|
|
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
|
|
|
|
|
|
|
It turns out there were a lot of these.
|
|
|
|
|
|
|
|
changes:
-new GstAudioDecoder and GstAudioEncoder base classes
-new GstAudioInfo audio format description API (which matches the new API
in 0.11)
-add support for compressed audio payloading and passhthrough
(think S/PDIF, mp3 over bluetooth)
-new tag convenience API to get info about creative commons licenses
-new GstTagMux base class
-new video API to force key units via events
-new video overlay composition API for subtitles
-decodebin/playbin2 now plug parsers by default
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
changes:
-handle API changes in unstable glib2 (not relevant to pkgsrc yet)
-minor fixes
|
|
changes: many fixes and improvements -- see the ChangeLog
|
|
|
|
|
|
changes:
-New encodebin element
-video: add 8-bit paletted RGB, YUV9, YVU9 and IYU1 video formats
-misc fixes and improvements
|
|
changes: many fixes and improvements - see the Changelog
|
|
|
|
|
|
|
|
changes:
-Use Orc for SIMD and other optimisations, and remove liboil dependency
-fixes, minor feature extensions
|
|
changes:
* video: add support for color-matrix and chroma-site fields in video caps
and selected elements
* video: Add support for 8-bit and 16-bit grayscale formats
* typefinding: add AAC profile, level, channels and rate to ADTS caps
* tags: add basic xmp metadata support
* gio, gnomevfs: invert ranks of gio and gnomevfs elements: gio is
prefered now, gnomevfs has been deprecated
* riff: add mapping for On2 VP62 and VP7 and add some more MPEG4 fourccs
* playsink: Don't fail if there are subtitles and audio but no video
* oggdemux: map old FLAC mapping correctly
* alsa: handle disappearing of sound device whilst in use more gracefully
* playbin: Only unref the volume element on dispose and when a new
audio sink is set
* build: build plugin, example and libs directories in parallel
if make -jN is used
* uridecodebin/playbin2: we can handle avi in download mode too
* rtsp: handle closed POST socket in tunneling, ignore unparsable ranges,
allow for more ipv6 addresses
* audiopayload: add property to control packet duration
|
|
changes:
-videorate: Improve upstream negotiation
-ffmpegcolorspace: add conversions from all ARGB formats to AYUV and back
-vorbisdec: also support ivorbis tremor decoder
-misc fixes
|
|
changes:
-many fixes to playbin2
-libgsttag: add utility functions for ISO-639 language codes and tags
-theora: port to 'new' theora 1.0 API
-more fixes and improvements
|
|
changes:
Add per-stream volume controls
Theora 1.0 and Y444 and Y42B format support
Improve audio capture timing
GObject introspection support
Improve audio output startup
RTSP improvements
Use pango-cairo instead of pangoft2
Allow cdda://(device#)?track URI scheme in cddabasesrc
Support interlaced content in videoscale and ffmpegcolorspacee
Many other bug fixes and improvements
|
|
changes:
Recognise Kate subpicture subtitles
Support progressive download in playbin2
GIO improvements
Add buffer-list support in appsink
Add gaussian-noise mode to audiotestsrc
bump cdparanoia req to 0.10.2 and improve caching
Improve audio source base class
Add frame-by-frame stepping and examples
Extend stream-probing in decodebin2
Many RTSP improvements
support for PGS subpictures
adder improvements
Add Y444, v210, v216 formats
implement preset interface in vorbisenc, theoraenc, oggmux
Improve libvisual visualisation timestamp tracking
playbin2 enhancements: custom audiosink, subpictures, cdda
Improvements in textrender
Support raw YUV 4:2:2 and SIREN in RIFF
Add 4:2:2 and 4:4:4 support to theoradec
Many other bug-fixes and improvements
|
|
|
|
changes:
New navigation API to support DVD playback
playbin2 improvements
RTSP extensions to allow extra headers and options
Replace audioresampler with speexresample based code
Support interlacing flags in the gstvideo library
Support new RIFF formats
Improve typefinding
Support more frame formats in videoscale
Many other bug-fixes and improvements
|
|
code (CVE-2009-0586), bump PKGREVISION
|
|
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
|
changes:
Require gettext 0.17
Replace audioresample with speexresample from -bad
Support new formats in RIFF: uncompressed RGB, WMA lossless, VP6
Move libgstapp and elements from -bad
Support color-key setting and probing for Xv properties
Improve typefinding for various formats
Extend audio sinks for pull-mode operation
Support for more subtitle formats
More development on decode2bin and playbin2
RTP and SDP fixes
Many bug fixes and improvements
|
|
|
|
|
|
|
|
|
|
per reed@
|
|
changes:
Continue playbin2 development
Ogg improvements - CELT support, skeleton fixes
DVD subpicture support
Improved audio dithering random number generator
xvimagesink/ximagesink fixes
Vorbis encoding and decoding fixes
Recognise Kate subtitle streams
Many bug-fixes and enhancements
|
|
(we could build it in the base pkg because it doesn't cause additional
dependencies, but it is marked experimental, so better leave it
as optional addon)
|
|
changes:
RTP improvements
Support digest auth for RTSP
Additional documentation
Support DSCP QoS in multifdsink
Add NV12/NV21 video buffer layouts
Video scaling now bilinear by default
Support more than 8 channels in audio conversions
Channel mapping fixes for audioconvert
Improve tmplayer and sami subtitle support
Support 1x1 pixel buffers for videoscale
Typefinding improvements for MPEG2, musepack
Ogg/Dirac mapping updated in oggmux
Fixes in ogg demuxing
audiosink synchronisation and slaving fixes
Support muting of the audio in playbin by selecting -1 as the audio stream
Work done on playbin2 and uridecodebin
Improvements in the experimental GIO plugin
decodebin fixes
Handle GAP buffers in some places
Various other leak and bug-fixes
|
|
|
|
changes:
-Experimental GIO plugin
-Continued playbin2 development
-RTP fixes
-Various other bug-fixes and improvements
|