libmatroska: update to 1.3.0, bump abi_depends.
This commit is contained in:
parent
08fec2aa88
commit
f0050cc308
3 changed files with 4 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=1.1.0"
|
||||
abi_depends=">=1.3.0"
|
||||
api_depends="${abi_depends}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libmatroska'
|
||||
pkgname=libmatroska
|
||||
version=1.2.0
|
||||
version=1.3.0
|
||||
distfiles="http://www.bunkus.org/videotools/mkvtoolnix/sources/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_makefile
|
||||
build_wrksrc="make/linux"
|
||||
|
@ -9,7 +9,7 @@ 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
|
||||
checksum=5231ec958571365e719a6fd3c220227af6cf0f14e0bd1bcf766ddbc068d18e69
|
||||
long_desc="
|
||||
Matroska aims to become THE Standard of Multimedia Container Formats.
|
||||
It was derived from a project called MCF, but differentiates from it
|
||||
|
|
|
@ -381,7 +381,7 @@ libproxy.so.1 libproxy libproxy-devel
|
|||
libmodman.so.1 libproxy libproxy-devel
|
||||
libFLAC.so.8 libflac libflac-devel
|
||||
libmad.so.0 libmad libmad-devel
|
||||
libmatroska.so.4 libmatroska libmatroska-devel
|
||||
libmatroska.so.5 libmatroska libmatroska-devel
|
||||
libebml.so.3 libebml libebml-devel
|
||||
libdvdread.so.4 libdvdread libdvdread-devel
|
||||
libdvdnav.so.4 libdvdnav libdvdnav-devel
|
||||
|
|
Loading…
Reference in a new issue