🔒 Repository is read-only – file editing is disabled.

recipes/gui/movit/PAGBUILD.yaml main

35 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435
pkgname: movit
pkgver: '1.7.2'
pkgrel: '1'
pkgdesc: 'The modern video toolkit'
url: 'https://movit.sesse.net/'
arch: x86_64
license:
- GPL2

depends: []
makedepends:
- eigen3
- gtest
- sdl
- fftw
- libepoxy

source:
- 'https://movit.sesse.net/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  ./configure --prefix=/usr

  make -j1

  make DESTDIR=${PKGDIR} install

package: |
  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libmovit.la