lib32-libtheora
LOW
maintainer patlefort
0 votes
scanned 2026-08-23 19:21:20.461168
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
7
pkgname=lib32-libtheora
8
pkgver=1.2.0
9
pkgrel=1
10
pkgdesc='Standard encoder and decoder library for the Theora video compression format (32-bit)'
11
arch=(x86_64)
12
url='https://www.theora.org/'
13
license=(BSD-3-Clause)
14
depends=(
15
lib32-glibc
16
lib32-libogg
17
libtheora
18
)
19
makedepends=(
20
git
21
lib32-libvorbis
22
)
23
source=("git+https://github.com/xiph/theora.git#tag=v$pkgver")
24
b2sums=('50ed821f0a8ee98c95ea638c66740dda5d2346b70742f1834b96f0089d219c9f3b0d0fad539138b7c514f47d968a550fa842bfff22935db748caf6a4c489428c')
25
validpgpkeys=(17E78AB6BD65A91EE811D60947000F7BB1441DEF) # Ralph Giles <giles@mozilla.com>
26
27
prepare() {
28
cd theora
29
autoreconf -fi
30
}
31
32
build() {
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
48
check() {
49
cd theora
50
make check
51
}
52
53
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-23 19:21:20 | Low | 1 |