void-packages/srcpkgs/libmatroska/template
2011-08-12 09:41:39 +02:00

37 lines
1.3 KiB
Plaintext

# Template file for 'libmatroska'
pkgname=libmatroska
version=1.2.0
distfiles="http://www.bunkus.org/videotools/mkvtoolnix/sources/$pkgname-$version.tar.bz2"
build_style=gnu_makefile
build_wrksrc="make/linux"
make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr install"
short_desc="Extensible open standard Audio/Video container format"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://dl.matroska.org/downloads/libmatroska/"
license="LGPL-2.1"
checksum=8b68ed72c4563363fc17517d0fe0862d6a51747870f51ee7d1bb362274a5d44f
long_desc="
Matroska aims to become THE Standard of Multimedia Container Formats.
It was derived from a project called MCF, but differentiates from it
significantly. It is based on EBML (Extensible Binary Meta Language),
a binary derivative of XML.
Matroska is designed with the future in mind. It incorporates features
you would expect from a modern container format, like:
- Streamable over internet (HTTP and RTP)
- Fast seeking in the file
- High error recovery
- Menus (like DVDs have)
- Chapter entries
- Selectable subtitle streams
- Selectable audio streams
- Modularly extendable"
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run libstdc++
Add_dependency run libgcc
Add_dependency run libebml
Add_dependency build libebml-devel