libmatroska: update to 1.4.2.
This commit is contained in:
parent
4bf811dfca
commit
94ca621ba7
1 changed files with 7 additions and 15 deletions
|
@ -1,27 +1,19 @@
|
||||||
# Template file for 'libmatroska'
|
# Template file for 'libmatroska'
|
||||||
pkgname=libmatroska
|
pkgname=libmatroska
|
||||||
version=1.4.1
|
version=1.4.2
|
||||||
revision=5
|
revision=1
|
||||||
makedepends="libebml-devel>=1.3.0"
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libebml-devel>=1.3.1"
|
||||||
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>"
|
||||||
homepage="http://dl.matroska.org/downloads/libmatroska/"
|
homepage="http://dl.matroska.org/downloads/libmatroska/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="http://dl.matroska.org/downloads/libmatroska/libmatroska-${version}.tar.bz2"
|
distfiles="http://dl.matroska.org/downloads/libmatroska/libmatroska-${version}.tar.bz2"
|
||||||
checksum="086f21873e925679babdabf793c3bb85c353d0cd79423543a3355e08e8a4efb7"
|
checksum=bea10320f1f1fd121bbd7db9ffc77b2518e8269f00903549c5425478bbf8393f
|
||||||
|
|
||||||
do_build() {
|
|
||||||
cd make/linux
|
|
||||||
make CC="$CC" CXX="$CXX" LD="$LD" CFLAGS="$CFLAGS" ${makejobs}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
cd make/linux
|
|
||||||
make prefix=${DESTDIR}/usr install
|
|
||||||
}
|
|
||||||
|
|
||||||
libmatroska-devel_package() {
|
libmatroska-devel_package() {
|
||||||
depends="libebml-devel libmatroska>=${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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue