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

recipes/utils/mediainfo/PAGBUILD.yaml main

31 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031
pkgname: mediainfo
pkgver: '26.05'
pkgrel: '1'
pkgdesc: 'Show technical and tag informations about video or audio file.'
url: 'https://mediaarea.net/'
arch: x86_64
license:
- BSD

depends: []
makedepends:
- libmediainfo

source:
- 'https://mediaarea.net/download/source/${pkgname}/${pkgver}/${pkgname}_${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd MediaInfo/Project/GNU/CLI
  ./autogen.sh
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install

  install -Dm644 ./MediaInfo/LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
  install -Dm644 ./MediaInfo/License.html ${PKGDIR}/usr/share/licenses/${pkgname}/License.html

package: |
  true