🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031
pkgname: libbluray
pkgver: '1.4.1'
pkgrel: '1'
pkgdesc: Blu-Ray access library.
url: 'https://www.videolan.org/developers/libbluray.html'
arch: x86_64
depends: []
makedepends:
- rsync
- python
- meson
- libxml2
- freetype
- xorg-fontconfig
- apache-ant
source:
- 'https://code.videolan.org/videolan/libbluray/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2'
- 'https://code.videolan.org/videolan/libudfread/-/archive/1.2.0/libudfread-1.2.0.tar.bz2'
sha256sums:
- SKIP
- b7febc6c05af412d0dac20039a76438739986be9b22f8451a4babe69e06a2543
build: |
rsync -av --delete libudfread-1.2.0/ libbluray-${pkgver}/contrib/libudfread/
meson setup --prefix /usr \
--buildtype plain -D bdj_jar=disabled \
libbluray-${pkgver} builddir
meson compile -C builddir
DESTDIR=${PKGDIR} \
meson install -C builddir
package: |
true