Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
changes:
Moved rtpmanager to -good
Moved dirac elements from schroedinger to gst-plugins-bad (new schroedinger release
without the gstreamer elements will follow shortly)
amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb
to amrwbenc (the removed elements will re-appear in the next -ugly release;
no migration strategy provided in this case because of the 'special' status
of the amrwb plugin)
asfmux, rtpasfpay: add ASF muxer and windows media payloader
basevideo: add experimental video base class library/API
camerabin: lots of fixes and improvements
capssetter: new element for debugging purposes
directdraw: Implement GstNavigation interface
directshow: refactor and improve dshowsrcwrapper, dshowideosrc, dshowaudiosrc
frei0r: wrapper for frei0r video filter plugins
gme: add libgme plugin which supersedes the existing OpenSPC spc plugin
Implement SEEKING query in more demuxers and decoders (notably mpeg-ps/mpeg-ts,
mxf, musepack, rawparse)
kate: add kate subtitle encoder, decoder and overlay
mimic: lots of fixes for mimenc and mimdec; add "paused mode"
mpegpsdemux: added caps for AAC and fixed playback of a clip with LPCM
mpegtsdemux: added VC1, EAC3 and LPCM related to blueray/hdmv
qtmux: handle pixel-aspect-ratio; misc. other fixes and improvements
shapewipe: support ARGB/RGBA for video input/output; fix for still images
vdpau: add experimental vdpau plugin
|
|
changes:
Moved rtpmanager from -bad to -good
Implement SEEKING query in more demuxers and decoders (notably mkv, flv, flac)
avimux: adds support to WMA/WMV
cairo: Add cairo-based PDF/PS/SVG encoder element (cairorender)
dv1394src: fix element for live usage
effectv: new elements: rippletv, streaktv, radioactv, optv
flacdec: fix intermittent FLAC__STREAM_DECODER_ABORTED errors when seeking
flacenc: fix issue with broken duration / sample count into flac header in some cases
flvmux: lots of fixes and improvements
id3demux: fix parsing of unsync'ed ID3 v2.4 tags and frames
matroska: add kate subtitle support, add/improve WMA/WMV handling and read
bluray PGS subpicture streams
multipartdemux: support more mime types, do proper flow aggregation
pulsesrc: cleanups, report real latency, set the default slave method to skew
qtdemux: support for agsm, misc. tag reading fixes
rtp: new QDM2 and CELT depayloaders; fix SVQ3 depayloader and make it autopluggable
souphttpsrc: Only assume seekability if the server provides Content-Length
v4l2: add v4l2sink element, open device in NULL->READY, optional gudev support
v4l2src: fix 'hang' with some cameras caused by bad timestamping if no framerate
is available
videomixer: add RGB format support; fix I420 blending
|
|
|
|
|
|
correctly.
|
|
|
|
|
|
|
|
were not installed (at least on NetBSD), bump PKGREVISION
|
|
older Python pkgs anymore on Linux, as reported by David Sainty.
(due to a bogus hidden db4 dependency)
Add API_DEPENDS to force a suitable Python version.
|
|
|
|
|
|
should be setgid polkit not setgid wheel - make it so. Bump PKGREVISION
|
|
|
|
|
|
|
|
This can crash applications using "libspf2" (e.g. "milter-greylist")
in an e-mail gets delivered via SMTP over IPv6 depending on the
remote machine's IPv6 address.
|
|
changes:
Switch to API 0.6, remove support for 0.5
Add a Features dock displaying the features in the current viewport
Alternative way of drawing GPX tracks
Support for proxy authentification
Ability to create a junction between to crossing roads
Ability to create polygons of any number of sides
Ability to rotate roads/areas
Ability to create house numbers "Karlsruhe" style
Spatial indexing of features for faster display with large downloaded areas
Support for multiple image layers
Support for multi-selection of layers; allow to show/hide or readonly
several layers at once
Drag&drop re-ordering of layers
plugin-bassed background layers
Ability to choose Qt style
Discardable dialog/messageboxes
and other tweaks and little things...
tested by Jochen Kunz (and me)
|
|
|
|
on Linux one can't build some extensions against an old Python (with
spurious -ldb4 linkage) anymore
also sync the bl3 files of the non-default versions with python25
for consistency
|
|
|
|
|
|
|
|
|
|
|
|
Adds support for ocaml 3.11.1
|
|
|
|
(Changes that can break existing programs are marked with a "*" )
Language features:
- Addition of lazy patterns: "lazy <pat>" matches suspensions whose values,
after forcing, match the pattern <pat>.
- Introduction of private abbreviation types "type t = private <type-expr>",
for abstracting the actual manifest type in type abbreviations.
- Subtyping is now allowed between a private abbreviation and its definition,
and between a polymorphic method and its monomorphic instance.
Compilers:
- The file name for a compilation unit should correspond to a valid
identifier (Otherwise dynamic linking and other things can fail, and
a warning is emitted.)
* Revised -output-obj: the output name must now be provided; its
extension must be one of .o/.obj, .so/.dll, or .c for the
bytecode compiler. The compilers can now produce a shared library
(with all the needed -ccopts/-ccobjs options) directly.
- -dtypes renamed to -annot, records (in .annot files) which function calls
are tail calls.
- All compiler error messages now include a file name and location, for
better interaction with Emacs' compilation mode.
- Optimized compilation of "lazy e" when the argument "e" is
already evaluated.
- Optimized compilation of equality tests with a variant constant constructor.
- The -dllib options recorded in libraries are no longer ignored when
-use_runtime or -use_prims is used (unless -no_auto_link is
explicitly used).
- Check that at most one of -pack, -a, -shared, -c, -output-obj is
given on the command line.
- Optimized compilation of private types as regular manifest types
(e.g. abbreviation to float, float array or record types with only
float fields).
Native-code compiler:
- New port: Mac OS X / Intel in 64-bit mode (configure with -cc "gcc -m64").
- A new option "-shared" to produce a plugin that can be dynamically
loaded with the native version of Dynlink.
- A new option "-nodynlink" to enable optimizations valid only for code
that is never dynlinked (no-op except for AMD64).
- More aggressive unboxing of floats and boxed integers.
- Can select which assembler and asm options to use at configuration time.
Run-time system:
- New implementation of the page table describing the heap (two-level
array in 32 bits, sparse hashtable in 64 bits), fixes issues with address
space randomization on 64-bit OS (PR#4448).
- New "generational" API for registering global memory roots with the GC,
enables faster scanning of global roots.
(The functions are caml_*_generational_global_root in <caml/memory.h>.)
- New function "caml_raise_with_args" to raise an exception with several
arguments from C.
- Changes in implementation of dynamic linking of C code:
under Win32, use Alain Frisch's flexdll implementation of the dlopen
API; under MacOSX, use dlopen API instead of MacOSX bundle API.
- Programs may now choose a first-fit allocation policy instead of
the default next-fit. First-fit reduces fragmentation but is
slightly slower in some cases.
Standard library:
- Parsing library: new function "set_trace" to programmatically turn
on or off the printing of a trace during parsing.
- Printexc library: new functions "print_backtrace" and "get_backtrace"
to obtain a stack backtrace of the most recently raised exception.
New function "record_backtrace" to turn the exception backtrace mechanism
on or off from within a program.
- Scanf library: fine-tuning of meta format implementation;
fscanf behaviour revisited: only one input buffer is allocated for any
given input channel;
the %n conversion does not count a lookahead character as read.
Other libraries:
- Dynlink: on some platforms, the Dynlink library is now available in
native code. The boolean Dynlink.is_native allows the program to
know whether it has been compiled in bytecode or in native code.
- Bigarrays: added "unsafe_get" and "unsafe_set"
(non-bound-checking versions of "get" and "set").
- Bigarrays: removed limitation "array dimension < 2^31".
- Labltk: added support for TK 8.5.
- Num: added conversions between big_int and int32, nativeint, int64.
More efficient implementation of Num.quo_num and Num.mod_num.
- Threads: improved efficiency of mutex and condition variable operations;
improved interaction with Unix.fork (PR#4577).
- Unix: added getsockopt_error returning type Unix.error.
Added support for TCP_NODELAY and IPV6_ONLY socket options.
- Win32 Unix: "select" now supports all kinds of file descriptors.
Improved emulation of "lockf" (PR#4609).
Tools:
- ocamldebug now supported under Windows (MSVC and Mingw ports),
but without the replay feature. (Contributed by Dmitry Bely
and Sylvain Le Gall at OCamlCore with support from Lexifi.)
- ocamldoc: new option -no-module-constraint-filter to include functions
hidden by signature constraint in documentation.
- ocamlmklib and ocamldep.opt now available under Windows ports.
- ocamlmklib no longer supports the -implib option.
- ocamlnat: an experimental native toplevel (not built by default).
Camlp4:
* programs linked with camlp4lib.cma now also need dynlink.cma.
|
|
to be adressed but example programs i had installed before worked fine.
The errors i currently get are:
1 Could not load Mozilla. HTML rendering will be disabled.
2 err:seh:raise_exception Exception frame is not in stack limits =>
unable to dispatch exception.
Where 1) is annoying but 2) is more revealing.
|
|
to be adressed but example programs i had installed before worked fine.
The errors i currently get are:
1 Could not load Mozilla. HTML rendering will be disabled.
2 err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
Where 1) is annoying but 2) is more revealing.
|
|
Closes PR pkg/41964.
|
|
|
|
the exported libraries
(according to the CVS log, this was only to work around spurious db4
dependencies which are hopefully fixed by my last change to db4/bl3)
|
|
environment variable which makes (at least if GNU configure is
used the common way) that everything in the pkg gets linked against db4,
whether needed or not, which causes hidden dependencies and strange errors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|