🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334
pkgname: frei0r-plugins
pkgver: '3.5.0'
pkgrel: 1
pkgdesc: A minimalistic plugin API for video sources and filters
url: 'https://www.piksel.org/frei0r'
arch: x86_64
license:
- GPL2
depends: []
makedepends:
- cmake
- gavl
- doxygen
- opencv
source:
- 'https://github.com/dyne/frei0r/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DWITHOUT_OPENCV=ON \
..
make
make DESTDIR=${PKGDIR} install
install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
package: |
true