git » libtheora.git » commit 7bef4f7

libtheora 1.1.1

author Urja (ARMLFS builder)
2024-07-12 17:48:11 UTC
committer Urja (ARMLFS builder)
2024-07-12 17:48:11 UTC
parent 5e311720ef537693d40860eca0769b99e8442991

libtheora 1.1.1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index cbdc6e6..ed4f514 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=libtheora
 pkgver=1.1.1
 pkgrel=6
 pkgdesc='Standard encoder and decoder library for the Theora video compression format'
-arch=('armv7h')
+arch=('armv7h' 'aarch64')
 url='https://www.theora.org/'
 license=('BSD-3-Clause')
 depends=('glibc' 'libogg')
@@ -25,7 +25,7 @@ prepare() {
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --build=$CHOST --host=$CHOST
   make
 }