lib32-libtheora

LOW
maintainer patlefort 0 votes scanned 2026-08-23 19:21:20.461168
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
2# Contributor: Maxime Gauduin <alucryd@archlinux.org>
3# Contributor: Nicky726 <nicky726@gmail.com>
4# Contributor: Tom Killian <tom@archlinux.org>
5# Contributor: Rémy Oudompheng <remyoudompheng@gmail.com>
6
7pkgname=lib32-libtheora
8pkgver=1.2.0
9pkgrel=1
10pkgdesc='Standard encoder and decoder library for the Theora video compression format (32-bit)'
11arch=(x86_64)
12url='https://www.theora.org/'
13license=(BSD-3-Clause)
14depends=(
15 lib32-glibc
16 lib32-libogg
17 libtheora
18)
19makedepends=(
20 git
21 lib32-libvorbis
22)
23source=("git+https://github.com/xiph/theora.git#tag=v$pkgver")
24b2sums=('50ed821f0a8ee98c95ea638c66740dda5d2346b70742f1834b96f0089d219c9f3b0d0fad539138b7c514f47d968a550fa842bfff22935db748caf6a4c489428c')
25validpgpkeys=(17E78AB6BD65A91EE811D60947000F7BB1441DEF) # Ralph Giles <giles@mozilla.com>
26
27prepare() {
28 cd theora
29 autoreconf -fi
30}
31
32build() {
33 cd theora
34
35 export CC='gcc -m32'
36 export CXX='g++ -m32'
37 export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
38
39 ./configure \
40 --prefix=/usr \
41 --libdir=/usr/lib32 \
42 --sysconfdir=/etc \
43 --localstatedir=/var \
44 --disable-examples
45 make
46}
47
48check() {
49 cd theora
50 make check
51}
52
53package() {
54 cd theora
55 make DESTDIR="$pkgdir" install
56 rm -r "$pkgdir"/usr/{include,share}
57 install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE COPYING
58}
59

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 19:21:20 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion