mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 20:07:16 +08:00
mkvtoolnix updated
This commit is contained in:
parent
e36b6b49a4
commit
c7a0674e77
@ -4,23 +4,23 @@
|
||||
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
|
||||
|
||||
pkgname=mkvtoolnix
|
||||
pkgver=5.8.0
|
||||
pkgrel=2
|
||||
pkgver=6.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="Set of tools to create, edit and inspect Matroska files."
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
license=('GPL')
|
||||
url="http://www.bunkus.org/videotools/mkvtoolnix/index.html"
|
||||
depends=('flac' 'libmatroska' 'libogg' 'libvorbis' 'qt' 'xdg-utils' 'libebml' 'zlib' 'boost-libs')
|
||||
optdepends=('flac: for FLAC support (Free Lossless Audio Codec)'
|
||||
'lzo2: for additional compression capabilities'
|
||||
'bzip2: for additional compression capabilities'
|
||||
'file: for automatic content type detection'
|
||||
'curl: for online update checks')
|
||||
makedepends=('gcc>=4.6.0' 'boost>=1.46.0' 'ruby')
|
||||
'lzo2: for additional compression capabilities'
|
||||
'bzip2: for additional compression capabilities'
|
||||
'file: for automatic content type detection'
|
||||
'curl: for online update checks')
|
||||
makedepends=('gcc' 'boost>=1.46.0' 'ruby')
|
||||
categories=('multimedia')
|
||||
install=mkvtoolnix.install
|
||||
source=("http://www.bunkus.org/videotools/$pkgname/sources/$pkgname-$pkgver.tar.bz2")
|
||||
sha256sums=('3c9ec7e4c035b82a35850c5ada98a29904edc44a0d1c9b900ed05d56e6274960')
|
||||
source=("http://www.bunkus.org/videotools/$pkgname/sources/$pkgname-$pkgver.tar.xz")
|
||||
md5sums=('869dac2061f4ef91dd96ce6bb0fafecb')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
Loading…
Reference in New Issue
Block a user