updated bento4

This commit is contained in:
Martchus 2016-04-13 23:32:51 +02:00
parent cdd5f8d30d
commit 8f83bfe871
1 changed files with 6 additions and 6 deletions

View File

@ -1,22 +1,22 @@
# Maintainer: Martchus <youremail@domain.com> # Maintainer: Martchus <martchus@gmx.net>
# All my PKGBUILDs are managed at https://github.com/Martchus/PKGBUILDs where # All my PKGBUILDs are managed at https://github.com/Martchus/PKGBUILDs where
# you also find the URL of a binary repository. # you also find the URL of a binary repository.
pkgname=bento4 pkgname=bento4
pkgver=1.4.3.607 pkgver=1.4.3.608
_pkgverstr=1.4.3-607 _pkgverstr=1.4.3-608
pkgrel=1 pkgrel=1
pkgdesc="Bento4 is a C++ class library and tools designed to read and write ISO-MP4 files." pkgdesc="C++ class library and tools designed to read and write ISO-MP4 files"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.bento4.com/" url="https://www.bento4.com/"
license=('GPL') license=('GPL')
makedepends=('cmake') makedepends=('cmake')
optdepends=('python') optdepends=('python')
source=("https://github.com/axiomatic-systems/Bento4/archive/v${_pkgverstr}.tar.gz") source=("https://github.com/axiomatic-systems/Bento4/archive/v${_pkgverstr}.tar.gz")
md5sums=('9c5ebea9e0cef667c214d7df38d00b4e') sha256sums=('f3e2ae92eb7b1d09e3ae1bfc02a1ab546207bc11033e9e7d6c7a46db53b9a4ca')
_config="Release" _config="Release"
if [ $CARCH == "i686" ]; then if [[ $CARCH == "i686" ]]; then
_arch="x86" _arch="x86"
else else
_arch=$CARCH _arch=$CARCH