Artyom Aleksuk's avatar

You are behind a proxy. You can modify other data related to your profile by this link.

Artyom Aleksuk's avatar

Artyom Aleksuk

h31

Involved Projects and Packages
Maintainer Bugowner
Maintainer Bugowner

The Bauer stereophonic-to-binaural DSP (bs2b) library and plugins is
designed to improve headphone listening of stereo audio records.
Recommended for headphone prolonged listening to disable superstereo
fatigue without essential distortions.

Author: Boris Mikhaylov

Maintainer Bugowner

dcfldd is an enhanced version of GNU dd with features useful for forensics and security. Based on the dd program found in the GNU Coreutils package, dcfldd has the following additional features:

* Hashing on-the-fly - dcfldd can hash the input data as it is being
transferred, helping to ensure data integrity.
* Status output - dcfldd can update the user of its progress in terms of
the amount of data transferred and how much longer operation will take.
* Flexible disk wipes - dcfldd can be used to wipe disks quickly
and with a known pattern if desired.
* Image/wipe Verify - dcfldd can verify that a target drive is a
bit-for-bit match of the specified input file or pattern.
* Multiple outputs - dcfldd can output to multiple files or disks at
the same time.
* Split output - dcfldd can split output to multiple files with more
configurability than the split command.
* Piped output and logs - dcfldd can send all its log data and output
to commands as well as files natively.

Maintainer
Maintainer Bugowner

LONG DESCRIPTION
GOES
HERE

Maintainer Bugowner

LONG DESCRIPTION
GOES
HERE

Maintainer Bugowner

Modplug library based on the ModPlug sound engine.

- Plays 22 different mod formats.

- Plays zip, rar, gzip, and bzip2 compressed mods.

- plays timidity's GUS patch files (*.pat).

- plays all types of MIDI files (*.mid).

- plays textfiles written in the ABC music notation (*.abc).

Authors:
--------
Kenton Varda
Konstanty Bialkowski
Konstanty Bialkowski
Olivier Lapicque
Colin DeVilbiss
Markus Fick
Adam Goode
Marco Trillo
Alistair John Strachan
Tyler Montbriand

Maintainer

liboggz is a library that provides simple parsing and seeking of files
and streams based on the Ogg file format. liboggz requires libogg to
work.

liboggz knows about Ogg speex, Ogg vorbis, Ogg theora, and the Ogg
based Annodex formats, thus allows parsing (though not decoding) of
these files.

Authors:
--------
Conrad Parker
Silvia Pfeiffer
Andre Pang
Zentaro Kavanagh
David Kuehling

Maintainer

This package is based on the package 'liboil' from project 'multimedia:libs'.

This package is based on the package 'liboil' from project 'openSUSE:Factory'.

Liboil is a library of simple functions that are optimized for various
CPUs. These functions are generally loops implementing simple
algorithms, such as converting an array of N integers to floating-point
numbers or multiplying and summing an array of N numbers. Such
functions are candidates for significant optimization using various
techniques, especially by using extended instructions provided by
modern CPUs (Altivec, MMX, SSE, etc.).

Many multimedia applications and libraries already do similar things
internally. The goal of this project is to consolidate some of the code
used by various multimedia projects and also make optimizations easier
to use by a broader range of applications.

Maintainer

This package is based on the package 'libqca2' from project 'server:messaging'.

libqca2 2.0.0 final for psi 0.11

Maintainer

Qt is a set of libraries for developing applications.

This package contains base tools, like string, xml, and network
handling.

This package is based on the package 'libqt4' from project 'KDE:Qt44'.

Maintainer

md5deep is a cross-platform set of programs to compute MD5, SHA-1, SHA-256, Tiger, or Whirlpool message digests on an arbitrary number of files. md5deep is similar to the md5sum program found in the GNU Coreutils package, but has the following additional features:

* Recursive operation - md5deep is able to recursive examine an entire directory tree. That is, compute the MD5 for every file in a directory and for every file in every subdirectory.
* Comparison mode - md5deep can accept a list of known hashes and compare them to a set of input files. The program can display either those input files that match the list of known hashes or those that do not match. Hashes sets can be drawn from Encase, the National Software Reference Library, iLook Investigator, Hashkeeper, md5sum, BSD md5, and other generic hash generating programs. Users are welcome to add functionality to read other formats too!
* Time estimation - md5deep can produce a time estimate when it's processing very large files.
* Piecewise hashing - Hash input files in arbitrary sized blocks
* File type mode - md5deep can process only files of a certain type, such as regular files, block devices, etc.

Maintainer
Maintainer Bugowner

MP4v2 is a API compatible implementation of the MPEG4IP project, which was stopped in 2007.
There is close to no difference to build against this library compared to mpeg4ip 1.6

Maintainer

OggConvert is a GNOME application that uses GStreamer to convert any media to Ogg formats.

Maintainer Bugowner

p7zip is a quick port of 7z.exe and 7za.exe (command line version of
7zip, see www.7-zip.org) for Unix. 7-Zip is a file archiver with
highest compression ratio. Since 4.10, p7zip (like 7-zip) supports
little-endian and big-endian machines.

Authors:
--------
Igor Pavlov
my space

Maintainer

Psi is the premiere Instant Messaging application designed for
GNU/Linux, Microsoft Windows, Apple Mac OS X. Built upon an open
protocol named Jabber, Psi is a fast and lightweight messaging client
that utilises the best in open source technologies. Psi contains all
the features necessary to chat, with no bloated extras that slow your
computer down.

Maintainer

PsiMedia is a thick abstraction layer for providing audio and video RTP services to Psi-like IM clients. The implementation is based on GStreamer.

Maintainer

This package is based on the package 'python-configobj' from project 'devel:languages:python'.

ConfigObj is a simple but powerful config file reader and writer: an ini file
round tripper. Its main feature is that it is very easy to use, with a
straightforward programmer's interface and a simple syntax for config files.

It has lots of other features though :
* Nested sections (subsections), to any level
* List values
* Multiple line values
* String interpolation (substitution)
* Integrated with a powerful validation system
including automatic type checking/conversion, repeated sections,
and allowing default values
* All comments in the file are preserved
* The order of keys/sections is preserved
* No external dependencies
* Full Unicode support
* A powerful unrepr mode for storing basic datatypes

Maintainer

This package is based on the package 'python-dnspython' from project 'server:messaging'.

This package is based on the package 'python-dnspython' from project 'devel:languages:python'.

dnspython is a DNS toolkit for Python. It supports almost all record
types. It can be used for queries, zone transfers, and dynamic updates.
It supports TSIG authenticated messages and EDNS0.

dnspython provides both high and low level access to DNS. The high
level classes perform queries for data of a given name, type, and
class, and return an answer set. The low level classes allow direct
manipulation of DNS zones, messages, names, and records.

Authors:
--------
Bob Halley

Maintainer

PyQt is a set of Python bindings for Trolltech's Qt application
framework and runs on all platforms supported by Qt including Windows,
MacOS/X and Linux. There are two sets of bindings: PyQt v4 supports Qt
v4; and the older PyQt v3 supports Qt v3 and earlier. The bindings are
implemented as a set of Python modules and contain over 300 classes and
nearly 6,000 functions and methods.

Maintainer

This package is based on the package 'python-sqlite2' from project 'GNOME:Community'.

This packages allows you to use sqlite2 with python.
sqlite2 is a simple database engine.

Maintainer

crossplatform instant messanger for icq, jabber, irc protocols with smiles, skins and sounds

Maintainer

This package is based on the package 'sensors-applet' from project 'GNOME:Community'.

openSUSE Build Service is sponsored by