libraries/libebml: Updated for version 1.2.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
be171db5f7
commit
df571a442c
|
@ -25,7 +25,7 @@
|
|||
# Maintained by Ozan Türkyılmaz ozan.turkyilmaz@gmail.com
|
||||
|
||||
PRGNAM=libebml
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
VERSION=${VERSION:-1.2.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libebml"
|
||||
VERSION="1.0.0"
|
||||
VERSION="1.2.2"
|
||||
HOMEPAGE="http://www.bunkus.org/videotools/mkvtoolnix/source.html"
|
||||
DOWNLOAD="http://dl.matroska.org/downloads/libebml/libebml-1.2.0.tar.bz2"
|
||||
MD5SUM="26fbaa556bb497c1134d33b84ab34443"
|
||||
DOWNLOAD="http://dl.matroska.org/downloads/libebml/libebml-1.2.2.tar.bz2"
|
||||
MD5SUM="726cc2bd1a525929ff35ff9854c0ebab"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Ozan Türkyılmaz"
|
||||
EMAIL="ozan.turkyilmaz@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler-------------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
libebml: libebml (a C++ library for parsing EBML files)
|
||||
libebml:
|
||||
libebml: libebml is a C++ libary to parse EBML files. EBML (Extensible Binary
|
||||
|
|
Loading…
Reference in New Issue