🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627
pkgname: live
pkgver: '2025.05.24'
pkgrel: '2'
pkgdesc: 'A set of C++ libraries for multimedia streaming'
url: 'http://www.live555.com/liveMedia/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://download.videolan.org/contrib/live555/${pkgname}.${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd live
find . -name Makefile.head | xargs sed -e 's|/local||g' -i # Fix prefix
./genMakefiles linux
sed -E 's|(-DSOCKLEN_T=socklen_t)|\1 -fPIC -DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1|g' -i config.linux-with-shared-libraries
CXXFLAGS+=' -std=c++20' \
make
make DESTDIR=${PKGDIR} install
package: |
true