gstreamer1: add libatomic dependency for 32-bit arm targets
authorAlexandru Ardelean <redacted>
Sun, 10 May 2026 09:05:44 +0000 (12:05 +0300)
committerAlexandru Ardelean <redacted>
Thu, 14 May 2026 19:16:36 +0000 (22:16 +0300)
commit2ac8367f3a82e8aaad54c0570e589cd3f6ca02e8
tree35b8385a1820ba5950027c89f76f7926812cf4c6
parent024b8ee60e08fe2f1705e59129850f33dc99bd80
gstreamer1: add libatomic dependency for 32-bit arm targets

arm926ej-s (ARMv5) does not have native lock-free atomics and the
toolchain inserts calls to libatomic.so.1 for atomic operations.
The libgstreamer1 DEPENDS only listed armeb, powerpc, mips and mipsel
as needing libatomic, missing plain arm (little-endian 32-bit ARM).

Extend the condition to include arm so the package is properly
declared on all 32-bit ARM targets that require libatomic.

Signed-off-by: Alexandru Ardelean <redacted>
multimedia/gstreamer1/Makefile
git clone https://git.99rst.org/PROJECT