OggConvert is a small Gnome utility which uses GStreamer to convert
(almost) any media file to the patent-free Ogg Vorbis, Theora and Dirac
formats.
Joint work with jasper@
ok jasper@
gst-python provides a convenient wrapper for the GStreamer library for
use in Python programs, and takes care of many of the boring details
such as managing memory and type casting.
Joint work with jasper@
ok jasper@
- remove empty line from DESCR
- reorder PLIST and add a missing .orig file commented out so that it
does not reappear at next update-plist
ok deanna@ (MAINTAINER)
thanks to Giovanni Bechis <bigionews at snb dot it> who sent me a
similar diff of what I had in my tree but totally forgot about
tested under Treo 680 and LiveDrive (netsync) with jpilot and libmal
fix properly
Also, for the record, much thanks to Adrian Enache for originally
submitting this to ports@, and Roberto Fernandez for getting it to a point
that I only needed to tweak it slighly to commit it
The QEMU Accelerator (KQEMU) is a driver allowing a user application to
run x86 code in a Virtual Machine (VM). The code can be either user or
kernel code, in 64, 32 or 16 bit protected mode. KQEMU is very similar
in essence to the VM86 Linux syscall call, but it adds some new concepts
to improve memory handling.
KQEMU is ported on many host OSes (currently Linux, Windows, FreeBSD,
Solaris). It can execute code from many guest OSes (e.g. Linux, Windows
2000/XP) even if the host CPU does not support hardware virtualization.
GNS3 is a graphical network simulator that allows you to design complex
network topologies and to launch simulations on them.
It is an excellent complementary tool to real labs for administrators of
Cisco networks or people wanting to pass their CCNA, CCNP, CCIP or CCIE
certifications. It can also be used to experiment features of Cisco IOS
or to check configurations that need to be deployed later on real
routers.
Based on an original submission by MAINTAINER Jonathan Armani <dbd at asystant dot net>