1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: avbin
Maintainer: Andrew Straw <strawman@astraw.com>
Uploaders: Matthew Johnson <mjj29@debian.org>
Section: utils
Priority: extra
Build-Depends: debhelper (>= 7),
libtool,
autoconf,
automake,
libavutil-dev,
libavcodec-dev,
libavformat-dev,
libswscale-dev
Standards-Version: 3.8.0
Homepage: http://code.google.com/p/avbin/
Vcs-Git: git://github.com/astraw/avbin-debian.git
Vcs-Browser: http://github.com/astraw/avbin-debian/tree/master
Package: libavbin0
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
ffmpeg
Description: cross-platform media decoding library
AVbin is a thin wrapper around FFmpeg, providing binary compatibility
for applications and languages that need it.
.
FFmpeg is a collection of audio and video codecs widely used in
projects such as mplayer, xine, GStreamer and VLC. It is under
continuous development; so much so that its developers rarely provide
a release, and SVN snapshots of the library must be statically linked
to avoid version incompatibilities.
Package: libavbin-dev
Section: libdevel
Architecture: any
Depends: libavbin0 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: development files for libavbin
AVbin is a thin wrapper around FFmpeg, providing binary compatibility
for applications and languages that need it.
.
This package contains the header files and static libraries needed to
compile applications or shared objects that use libavbin.
|