- Enable WebM encoding.
- Stop stripping the shared libraries which explains why I was
seeing no symbol table with the shared libraries.
- Build all of FFmpeg with -fomit-frame-pointer on i386 instead of
hacking the various Makefile's and having to add more files as
further updates are made. Use default CFLAGS (-O2) on i386 now too
instead of overriding with -O.
- Remove the UINT64_C hack.
- Update HOMEPAGE to use the ffmpeg.org domain.
- Various other cleaning up and fixes for the port.
From Brad, ok dcoppa@
Firefox for mobile (codenamed Fennec) is the name of the build of the
Mozilla Firefox web browser for devices such as mobile phones and
personal digital assistants (PDAs).
While it initially targets android and maemo, it also works on desktop
machines, and can be useful on small screens or low-powered devices.
Looks ok to jasper@
The goal of Entomologist is to provide a cross-platform, open source
bug tracker client that works with multiple bug trackers (Bugzilla,
Launchpad, Mantis, Trac, etc) and provides an easier way to work with
bugs on the desktop.
With tweaks and ok jasper@ & 'what he said' ajacoutot@
Deskzilla is a java desktop client for Bugzilla bug tracking system.
This is the Lite editition which is a fully-functional Deskzilla that
requires no license key, but has a couple of limitations:
* Only a single connection to Bugzilla server is supported.
* works only if you have 1,000 or less bugs in Bugzilla for those
products you work with.
Additionally, Deskzilla Lite allows unlimited connections to well-known
Bugzilla servers that host open-source projects (mozilla, apache, gnome,
kde, xfce....).
Setting permit markers to 'Free version of commercial product', awaiting
licence clarification/permission to distribute from upstream.
Looks ok to ajacoutot@
a kitten.
Let pydoc${VERSION} use #!${LOCALBASE}/bin/python${VERSION} instead
of $!/usr/bin/env python${VERSION}.
ok rpointel@, sthen@ (after some discussion wether post-build is
the proper target for this or not)
pip is a replacement for easy_install. It uses mostly the
same techniques for finding packages, so packages that were
made easy_installable should be pip-installable as well.
ok benoit@
reads ok landry@
The BSD::Socket::Splice module implements a Perl interface to OpenBSD
socket splicing. Compared to the manual aproach with pack() and
setsockopt(), it provides a convenient way to access the necessary
system-calls.
ok jasper@
Converts back and forth between a nested hash structure and a flat hash
of delimited key-value pairs. Useful for protocols that only support
key-value pairs (such as CGI and DBMs).
This module packages several Moose::Util::TypeConstraints with
coercions, designed to work with the DateTime suite of objects.
from gleydson soares (MAINTAINER), ok sthen@