mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
libmatroska: update to 1.4.9.
Closes #13691. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
45366a42e7
commit
85fee5c674
1 changed files with 9 additions and 13 deletions
|
@ -1,28 +1,24 @@
|
||||||
# Template file for 'libmatroska'
|
# Template file for 'libmatroska'
|
||||||
pkgname=libmatroska
|
pkgname=libmatroska
|
||||||
version=1.4.8
|
version=1.4.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=cmake
|
||||||
hostmakedepends="automake libtool pkg-config"
|
configure_args="-DBUILD_SHARED_LIBS=ON"
|
||||||
makedepends="libebml-devel"
|
makedepends="libebml-devel"
|
||||||
short_desc="Extensible open standard Audio/Video container format"
|
short_desc="Extensible open standard Audio/Video container format"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://dl.matroska.org/downloads/libmatroska/"
|
license="LGPL-2.1-or-later"
|
||||||
license="LGPL-2.1"
|
homepage="https://dl.matroska.org/downloads/libmatroska/"
|
||||||
distfiles="http://dl.matroska.org/downloads/libmatroska/libmatroska-${version}.tar.xz"
|
distfiles="https://dl.matroska.org/downloads/libmatroska/libmatroska-${version}.tar.xz"
|
||||||
checksum=d8c72b20d4c5bf888776884b0854f95e74139b5267494fae1f395f7212d7c992
|
checksum=38a61dd5d87c070928b5deb3922b63b2b83c09e2e4a10f9393eecb6afa9795c8
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -if
|
|
||||||
}
|
|
||||||
|
|
||||||
libmatroska-devel_package() {
|
libmatroska-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.a
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/cmake
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue