lib32-libraw1394

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

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