lib32-libraw1394
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: GordonGR <ntheo1979@gmail.com>
3
# Contributor: josephgbr <rafael.f.f1@gmail.com>
4
5
_pkgname=libraw1394
6
pkgname=lib32-${_pkgname}
7
pkgver=2.1.2
8
pkgrel=5
9
pkgdesc="Provides an API to the Linux IEEE1394 (FireWire) driver (32 bit)"
10
arch=('x86_64')
11
url="https://ieee1394.wiki.kernel.org/index.php/Main_Page"
12
license=('LGPL2.1')
13
depends=('lib32-glibc' "${_pkgname}")
14
makedepends=('gcc-multilib')
15
source=(https://www.kernel.org/pub/linux/libs/ieee1394/${_pkgname}-${pkgver}.tar.xz)
16
md5sums=('118060584c04f1aa5e29c4d22c1c235a')
17
sha256sums=('03ccc69761d22c7deb1127fc301010dd13e70e44bb7134b8ff0d07590259a55e')
18
19
20
build() {
21
export CC='gcc -m32'
22
export CXX='g++ -m32'
23
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
24
25
cd ${_pkgname}-${pkgver}
26
./configure --prefix=/usr --libdir=/usr/lib32
27
make
28
}
29
30
package () {
31
cd ${_pkgname}-${pkgver}
32
make DESTDIR="${pkgdir}" install
33
rm -rf "${pkgdir}"/usr/{bin,include,share}
34
}
35
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 |