pantry/projects/videolan.org/libbluray/package.yml
Joe DeCapo bff3b77d71
+libbluray (#1873)
* +libbluray

* cleanup brewisms

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-05-07 16:44:16 -04:00

43 lines
860 B
YAML

distributable:
url: https://download.videolan.org/videolan/libbluray/{{version}}/libbluray-{{version}}.tar.bz2
strip-components: 1
versions:
url: http://download.videolan.org/videolan/libbluray/
match: /\d+\.\d+\.\d+\//
strip:
- /\/$/
dependencies:
freedesktop.org/fontconfig: '*'
freetype.org: '*'
darwin:
gnome.org/libxml2: '*'
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
gnu.org/automake: '*'
gnu.org/autoconf: '*'
gnu.org/libtool: '*'
freedesktop.org/pkg-config: '*'
script: |
./bootstrap
./configure $ARGS
make
make install
env:
ARGS:
- --prefix={{prefix}}
- --disable-dependency-tracking
- --disable-silent-rules
- --disable-bdjava-jar
test:
dependencies:
tea.xyz/gx/cc: c99
script: |
cc test.c -lbluray -o test
./test