Gecko Media Player is a browser plugin that uses GNOME MPlayer to play
media in a browser. It should work with all browsers on Unix-like
systems that use the NS4 API (Seamonkey, Firefox, Epiphany, etc).
from David Coppa (MAINTAINER) with some tweaks
a few patches to deal with shared libraries.
there is lisp code to deal with recognizing .so, so until someone dives
in and adapts it for OpenBSD, keep a libecl.so...
GNOME MPlayer is a simple GUI for MPlayer.
It has a rich API that is exposed via DBus. It is not highly dependent
on the GNOME libraries, but its look and feel is based on the GNOME HIG.
The player can be used to play media on websites when used
with Gecko Mediaplayer.
Note that despites its name, it is not a GNOME application but rather a
simple gtk one, this is why it is not under x11/gnome. It is completely
usable on !GNOME.
from David Coppa (MAINTAINER) with some tweaks.
TestDisk is a powerful free data recovery software! It was primarily
designed to help recover lost partitions and/or make non-booting disks
bootable again when these symptoms are caused by faulty software,
certain types of viruses or human error (such as accidentally deleting a
Partition Table). Partition table recovery using TestDisk is really
easy.
PhotoRec is a file data recovery software designed to recover lost files
including video, documents and archives from Hard Disks and CDRom and
lost pictures (thus, its 'Photo Recovery' name) from digital camera
memory. PhotoRec ignores the filesystem and goes after the underlying
data, so it will still work even if your media's filesystem has been
severely damaged or re-formatted.
with feedback from pea@, thanks!
- Remove MAINTAINERS as they agree not having time nor interest for it.
- Use install-libs target instead of manually installing some cherrypicked
headers - now all needed headers are installed in the right place.
- Install fsck and its manpage as fsck_ext2fs instead of the confusing pfsck.
- Install uuid.pc as e2fs-uuid.pc to avoid conflicts with devel/uuid.
- Patch most Makefiles to print full build commands instead of the
non-informative linux-kernel-like output.
- Patch some regress tests, more and more works fine now.
With feedback and tweaks from naddy@ and pea@