libmatroska: update to 1.1.0, bump abi_depends.
This commit is contained in:
parent
8e5b9d667d
commit
da666f3db0
3 changed files with 3 additions and 6 deletions
|
@ -1,2 +1,2 @@
|
||||||
abi_depends=">=0.8.1"
|
abi_depends=">=1.1.0"
|
||||||
api_depends="${abi_depends}"
|
api_depends="${abi_depends}"
|
||||||
|
|
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run libebml-devel
|
Add_dependency run libebml-devel
|
||||||
Add_dependency run libmatroska
|
Add_dependency run libmatroska
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'libmatroska'
|
# Template file for 'libmatroska'
|
||||||
pkgname=libmatroska
|
pkgname=libmatroska
|
||||||
version=0.8.1
|
version=1.1.0
|
||||||
revision=2
|
|
||||||
distfiles="http://www.bunkus.org/videotools/mkvtoolnix/sources/$pkgname-$version.tar.bz2"
|
distfiles="http://www.bunkus.org/videotools/mkvtoolnix/sources/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_makefile
|
build_style=gnu_makefile
|
||||||
build_wrksrc="make/linux"
|
build_wrksrc="make/linux"
|
||||||
|
@ -9,7 +8,7 @@ make_build_target="sharedlib"
|
||||||
make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr install"
|
make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr install"
|
||||||
short_desc="Extensible open standard Audio/Video container format"
|
short_desc="Extensible open standard Audio/Video container format"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=ee1f0c6a975ee14dd8b4b28b75d8f7a9f8498210d82e74411dbe95871382a7e9
|
checksum=4659d423856d67546dbdd1f30331ee5185cb8a0b27df98ec69274bd798c8a9b1
|
||||||
long_desc="
|
long_desc="
|
||||||
Matroska aims to become THE Standard of Multimedia Container Formats.
|
Matroska aims to become THE Standard of Multimedia Container Formats.
|
||||||
It was derived from a project called MCF, but differentiates from it
|
It was derived from a project called MCF, but differentiates from it
|
||||||
|
|
Loading…
Reference in a new issue