lib32-libavc1394

MEDIUM
maintainer severach 0 votes scanned 2026-09-13 19:15:06.142757
View on AUR
Why flagged

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

Triggered rules

Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Felix Yan <felixonmars@archlinux.org>
2# Contributor: damir <damir@archlinux.org>
3# Contributor: Robert Emil Berge <robert@rebi.no>
4
5_pkgname=libavc1394
6pkgname=lib32-libavc1394
7pkgver=0.5.4
8pkgrel=5
9pkgdesc="A library to control A/V devices using the 1394ta AV/C commands (32-bit)"
10arch=("x86_64")
11url="https://sourceforge.net/projects/libavc1394/"
12license=('LGPL')
13depends=('lib32-libraw1394' 'libavc1394')
14source=("https://downloads.sourceforge.net/sourceforge/libavc1394/${_pkgname}-${pkgver}.tar.gz")
15md5sums=('caf0db059d8b8d35d6f08e6c0e1c7dfe')
16sha256sums=('7cb1ff09506ae911ca9860bef4af08c2403f3e131f6c913a2cbd6ddca4215b53')
17
18build() {
19 export CC="gcc -m32"
20 export CXX="g++ -m32"
21 export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
22
23 cd "${srcdir}/${_pkgname}-${pkgver}"
24 ./configure --build=i686-pc-linux-gnu --prefix=/usr --libdir=/usr/lib32 --mandir=/usr/share/man --disable-static
25 make
26}
27
28package() {
29 cd "${srcdir}/${_pkgname}-${pkgver}"
30 make DESTDIR="${pkgdir}" install
31
32 rm -r "$pkgdir"/usr/{bin,share,include}
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 19:15:06 Medium 1
2026-08-17 00:18:29 Clean 2
2026-08-16 21:33:47 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