lib32-libavc1394
MEDIUM
maintainer severach
0 votes
scanned 2026-09-13 19:15:06.142757
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
6
pkgname=lib32-libavc1394
7
pkgver=0.5.4
8
pkgrel=5
9
pkgdesc="A library to control A/V devices using the 1394ta AV/C commands (32-bit)"
10
arch=("x86_64")
11
url="https://sourceforge.net/projects/libavc1394/"
12
license=('LGPL')
13
depends=('lib32-libraw1394' 'libavc1394')
14
source=("https://downloads.sourceforge.net/sourceforge/libavc1394/${_pkgname}-${pkgver}.tar.gz")
15
md5sums=('caf0db059d8b8d35d6f08e6c0e1c7dfe')
16
sha256sums=('7cb1ff09506ae911ca9860bef4af08c2403f3e131f6c913a2cbd6ddca4215b53')
17
18
build() {
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
28
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-13 19:15:06 | Medium | 1 |
| 2026-08-17 00:18:29 | Clean | 2 |
| 2026-08-16 21:33:47 | Low | 1 |