]> git.armaanb.net Git - asd-repo.git/blobdiff - junk/libass/build
mpv: move to junk
[asd-repo.git] / junk / libass / build
diff --git a/junk/libass/build b/junk/libass/build
new file mode 100755 (executable)
index 0000000..40c062d
--- /dev/null
@@ -0,0 +1,14 @@
+#!/bin/sh -e
+
+patch -p1 < no-fribidi.patch
+sed -i \
+    -e 's/as_fn_error.*fribidi/: 0 "/' \
+    -e '/pkg_requires="fribidi >= .*/d' \
+    configure
+
+./configure \
+    --prefix=/usr \
+    --enable-fontconfig
+
+make
+make DESTDIR="$1" install