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

recipes/gui/libdv/PAGBUILD.yaml main

26 linii Raw ← Powrót
1234567891011121314151617181920212223242526
pkgname: libdv
pkgver: '1.0.0'
pkgrel: '4'
pkgdesc: The Quasar DV codec (libdv) is a software codec for DV video
url: 'http://downloads.sourceforge.net/libdv'
arch: x86_64
depends: []
makedepends:
- popt
- sdl
- xorg-libxv
source:
- 'https://downloads.sourceforge.net/libdv/libdv-${pkgver}.tar.gz'
sha256sums:
- a305734033a9c25541a59e8dd1c254409953269ea7c710c39e540bd8853389ba
build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr --disable-xv \
  --disable-static
  make
  make DESTDIR=${PKGDIR} install

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