Update bento4 to 1.6.0.632

This commit is contained in:
Martchus 2020-03-26 20:59:19 +01:00
parent 802a93bed0
commit 16e82adab4
1 changed files with 6 additions and 6 deletions

View File

@ -4,8 +4,8 @@
# you also find the URL of a binary repository.
pkgname=bento4
pkgver=1.5.1.629
_pkgverstr=1.5.1-629
pkgver=1.6.0.632
_pkgverstr=1-6-0-632
pkgrel=1
pkgdesc='C++ class library and tools designed to read and write ISO-MP4 files'
arch=('i686' 'x86_64')
@ -13,11 +13,11 @@ url='https://www.bento4.com/'
license=('GPL')
makedepends=('cmake')
optdepends=('python')
source=("https://github.com/axiomatic-systems/Bento4/archive/v${_pkgverstr}.tar.gz")
sha256sums=('de692f15ddd17d1d89e5bc58131f77ff4cd0dd1d0116fdef82d285910f204d29')
source=("http://zebulon.bok.net/Bento4/source/Bento4-SRC-${_pkgverstr}.zip")
sha1sums=('73a98c07a9392a0525d41f09f824c447dca10963')
build() {
cd "${srcdir}/Bento4-${_pkgverstr}"
cd "${srcdir}"
sed -i "s/ STATIC / SHARED /" CMakeLists.txt
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_SKIP_BUILD_RPATH=ON
@ -25,7 +25,7 @@ build() {
}
package() {
cd "${srcdir}/Bento4-${_pkgverstr}"
cd "${srcdir}"
# prevent conflict with libmp4v2
for conflicting_file in mp4extract mp4info; do