savonet / ocaml-flac

OCaml bindings to libFLAC
GNU General Public License v2.0
9 stars 2 forks source link

Please include flac.opam in release tarball #10

Closed paddatrapper closed 4 years ago

paddatrapper commented 4 years ago

Trying to build from the release tarball for 2.0.0 results in the following error:

./bootstrap
cat: flac.opam: No such file or directory

For the debian packaging of 0.2.0, I have worked around it by patching the file back from the Github repo.

toots commented 4 years ago

Thanks for the report! It is fixed now.

BTW, I would recommend to monitor the versions conflicts for liquidsoap. I believe that these packages are mostly used by us and there are a couple of recent releases that are meant for the on-going development branch so we should probably avoid pushing them to debian for now.

Until liquidsoap 2.0 is out, I'm committed to fixing any issues in the binding's version that are used by the latest released liquidsoap to make sure to hit us up if that happen!

paddatrapper commented 4 years ago

Thanks. Sure, will do