diff --git a/packages/ffmpeg-av/ffmpeg-av.1.2.7/opam b/packages/ffmpeg-av/ffmpeg-av.1.2.7/opam new file mode 100644 index 000000000000..a5d6b8e579b4 --- /dev/null +++ b/packages/ffmpeg-av/ffmpeg-av.1.2.7/opam @@ -0,0 +1,51 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Bindings for the ffmpeg libraries -- top-level helpers" +maintainer: ["Romain Beauxis "] +authors: ["The Savonet Team "] +license: "LGPL-2.1-only" +homepage: "https://github.com/savonet/ocaml-ffmpeg" +bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" +depends: [ + "conf-pkg-config" {build} + "conf-ffmpeg" {build} + "ocaml" {>= "4.08.0"} + "dune" {>= "3.8"} + "dune-configurator" {build} + "ffmpeg-avutil" {= version} + "ffmpeg-avcodec" {= version} + "odoc" {with-doc} +] +conflicts: [ + "ffmpeg" {< "0.5.0"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" +x-maintenance-intent: ["(latest)"] +post-messages: [ + """\ +We're sorry that your install failed. Make sure to check the README.md file +to check what minimal version of FFmpeg this package requires.""" + {failure} +] +url { + src: + "https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.7.tar.gz" + checksum: [ + "md5=32027fdf1754e0076a0ce505344500d7" + "sha512=d37207de5819e655948e2f2c1a6a0e1ac7c29e5537faecd35395e7d7bce3c700b72ffea7039b4214c5f79fa20914a0e12542a6054271d77ee8f564058a792afb" + ] +} diff --git a/packages/ffmpeg-avcodec/ffmpeg-avcodec.1.2.7/opam b/packages/ffmpeg-avcodec/ffmpeg-avcodec.1.2.7/opam new file mode 100644 index 000000000000..f62296907979 --- /dev/null +++ b/packages/ffmpeg-avcodec/ffmpeg-avcodec.1.2.7/opam @@ -0,0 +1,50 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Bindings for the ffmpeg avcodec library" +maintainer: ["Romain Beauxis "] +authors: ["The Savonet Team "] +license: "LGPL-2.1-only" +homepage: "https://github.com/savonet/ocaml-ffmpeg" +bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" +depends: [ + "conf-pkg-config" {build} + "conf-ffmpeg" {build} + "ocaml" {>= "4.08.0"} + "dune" {>= "3.8"} + "dune-configurator" {build} + "ffmpeg-avutil" {= version} + "odoc" {with-doc} +] +conflicts: [ + "ffmpeg" {< "0.5.0"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" +x-maintenance-intent: ["(latest)"] +post-messages: [ + """\ +We're sorry that your install failed. Make sure to check the README.md file +to check what minimal version of FFmpeg this package requires.""" + {failure} +] +url { + src: + "https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.7.tar.gz" + checksum: [ + "md5=32027fdf1754e0076a0ce505344500d7" + "sha512=d37207de5819e655948e2f2c1a6a0e1ac7c29e5537faecd35395e7d7bce3c700b72ffea7039b4214c5f79fa20914a0e12542a6054271d77ee8f564058a792afb" + ] +} diff --git a/packages/ffmpeg-avdevice/ffmpeg-avdevice.1.2.7/opam b/packages/ffmpeg-avdevice/ffmpeg-avdevice.1.2.7/opam new file mode 100644 index 000000000000..dad1fd2684a5 --- /dev/null +++ b/packages/ffmpeg-avdevice/ffmpeg-avdevice.1.2.7/opam @@ -0,0 +1,50 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Bindings for the ffmpeg avdevice library" +maintainer: ["Romain Beauxis "] +authors: ["The Savonet Team "] +license: "LGPL-2.1-only" +homepage: "https://github.com/savonet/ocaml-ffmpeg" +bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" +depends: [ + "conf-pkg-config" {build} + "conf-ffmpeg" {build} + "ocaml" {>= "4.08.0"} + "dune" {>= "3.8"} + "dune-configurator" {build} + "ffmpeg-av" {= version} + "odoc" {with-doc} +] +conflicts: [ + "ffmpeg" {< "0.5.0"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" +x-maintenance-intent: ["(latest)"] +post-messages: [ + """\ +We're sorry that your install failed. Make sure to check the README.md file +to check what minimal version of FFmpeg this package requires.""" + {failure} +] +url { + src: + "https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.7.tar.gz" + checksum: [ + "md5=32027fdf1754e0076a0ce505344500d7" + "sha512=d37207de5819e655948e2f2c1a6a0e1ac7c29e5537faecd35395e7d7bce3c700b72ffea7039b4214c5f79fa20914a0e12542a6054271d77ee8f564058a792afb" + ] +} diff --git a/packages/ffmpeg-avfilter/ffmpeg-avfilter.1.2.7/opam b/packages/ffmpeg-avfilter/ffmpeg-avfilter.1.2.7/opam new file mode 100644 index 000000000000..c71c59ff2fbd --- /dev/null +++ b/packages/ffmpeg-avfilter/ffmpeg-avfilter.1.2.7/opam @@ -0,0 +1,50 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Bindings for the ffmpeg avfilter library" +maintainer: ["Romain Beauxis "] +authors: ["The Savonet Team "] +license: "LGPL-2.1-only" +homepage: "https://github.com/savonet/ocaml-ffmpeg" +bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" +depends: [ + "conf-pkg-config" {build} + "conf-ffmpeg" {build} + "ocaml" {>= "4.08.0"} + "dune" {>= "3.8"} + "dune-configurator" {build} + "ffmpeg-avutil" {= version} + "odoc" {with-doc} +] +conflicts: [ + "ffmpeg" {< "0.5.0"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" +x-maintenance-intent: ["(latest)"] +post-messages: [ + """\ +We're sorry that your install failed. Make sure to check the README.md file +to check what minimal version of FFmpeg this package requires.""" + {failure} +] +url { + src: + "https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.7.tar.gz" + checksum: [ + "md5=32027fdf1754e0076a0ce505344500d7" + "sha512=d37207de5819e655948e2f2c1a6a0e1ac7c29e5537faecd35395e7d7bce3c700b72ffea7039b4214c5f79fa20914a0e12542a6054271d77ee8f564058a792afb" + ] +} diff --git a/packages/ffmpeg-avutil/ffmpeg-avutil.1.2.7/opam b/packages/ffmpeg-avutil/ffmpeg-avutil.1.2.7/opam new file mode 100644 index 000000000000..cf991d8bceeb --- /dev/null +++ b/packages/ffmpeg-avutil/ffmpeg-avutil.1.2.7/opam @@ -0,0 +1,50 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Bindings for the ffmpeg avutil libraries" +maintainer: ["Romain Beauxis "] +authors: ["The Savonet Team "] +license: "LGPL-2.1-only" +homepage: "https://github.com/savonet/ocaml-ffmpeg" +bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" +depends: [ + "conf-pkg-config" {build} + "conf-ffmpeg" {build} + "ocaml" {>= "4.08.0"} + "dune" {>= "3.8"} + "dune-configurator" {build} + "base-threads" + "odoc" {with-doc} +] +conflicts: [ + "ffmpeg" {< "0.5.0"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" +x-maintenance-intent: ["(latest)"] +post-messages: [ + """\ +We're sorry that your install failed. Make sure to check the README.md file +to check what minimal version of FFmpeg this package requires.""" + {failure} +] +url { + src: + "https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.7.tar.gz" + checksum: [ + "md5=32027fdf1754e0076a0ce505344500d7" + "sha512=d37207de5819e655948e2f2c1a6a0e1ac7c29e5537faecd35395e7d7bce3c700b72ffea7039b4214c5f79fa20914a0e12542a6054271d77ee8f564058a792afb" + ] +} diff --git a/packages/ffmpeg-swresample/ffmpeg-swresample.1.2.7/opam b/packages/ffmpeg-swresample/ffmpeg-swresample.1.2.7/opam new file mode 100644 index 000000000000..206166a6ea14 --- /dev/null +++ b/packages/ffmpeg-swresample/ffmpeg-swresample.1.2.7/opam @@ -0,0 +1,51 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Bindings for the ffmpeg swresample library" +maintainer: ["Romain Beauxis "] +authors: ["The Savonet Team "] +license: "LGPL-2.1-only" +homepage: "https://github.com/savonet/ocaml-ffmpeg" +bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" +depends: [ + "conf-pkg-config" {build} + "conf-ffmpeg" {build} + "ocaml" {>= "4.08.0"} + "dune" {>= "3.8"} + "dune-configurator" {build} + "ffmpeg-avutil" {= version} + "ffmpeg-avcodec" {= version} + "odoc" {with-doc} +] +conflicts: [ + "ffmpeg" {< "0.5.0"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" +x-maintenance-intent: ["(latest)"] +post-messages: [ + """\ +We're sorry that your install failed. Make sure to check the README.md file +to check what minimal version of FFmpeg this package requires.""" + {failure} +] +url { + src: + "https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.7.tar.gz" + checksum: [ + "md5=32027fdf1754e0076a0ce505344500d7" + "sha512=d37207de5819e655948e2f2c1a6a0e1ac7c29e5537faecd35395e7d7bce3c700b72ffea7039b4214c5f79fa20914a0e12542a6054271d77ee8f564058a792afb" + ] +} diff --git a/packages/ffmpeg-swscale/ffmpeg-swscale.1.2.7/opam b/packages/ffmpeg-swscale/ffmpeg-swscale.1.2.7/opam new file mode 100644 index 000000000000..26dd3adaa8c5 --- /dev/null +++ b/packages/ffmpeg-swscale/ffmpeg-swscale.1.2.7/opam @@ -0,0 +1,50 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Bindings for the ffmpeg swscale library" +maintainer: ["Romain Beauxis "] +authors: ["The Savonet Team "] +license: "LGPL-2.1-only" +homepage: "https://github.com/savonet/ocaml-ffmpeg" +bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" +depends: [ + "conf-pkg-config" {build} + "conf-ffmpeg" {build} + "ocaml" {>= "4.08.0"} + "dune" {>= "3.8"} + "dune-configurator" {build} + "ffmpeg-avutil" {= version} + "odoc" {with-doc} +] +conflicts: [ + "ffmpeg" {< "0.5.0"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" +x-maintenance-intent: ["(latest)"] +post-messages: [ + """\ +We're sorry that your install failed. Make sure to check the README.md file +to check what minimal version of FFmpeg this package requires.""" + {failure} +] +url { + src: + "https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.7.tar.gz" + checksum: [ + "md5=32027fdf1754e0076a0ce505344500d7" + "sha512=d37207de5819e655948e2f2c1a6a0e1ac7c29e5537faecd35395e7d7bce3c700b72ffea7039b4214c5f79fa20914a0e12542a6054271d77ee8f564058a792afb" + ] +} diff --git a/packages/ffmpeg/ffmpeg.1.2.7/opam b/packages/ffmpeg/ffmpeg.1.2.7/opam new file mode 100644 index 000000000000..c7fbd14c5b86 --- /dev/null +++ b/packages/ffmpeg/ffmpeg.1.2.7/opam @@ -0,0 +1,43 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Bindings for the ffmpeg libraries" +maintainer: ["Romain Beauxis "] +authors: ["The Savonet Team "] +license: "LGPL-2.1-only" +homepage: "https://github.com/savonet/ocaml-ffmpeg" +bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "3.8"} + "ffmpeg-av" {= version} + "ffmpeg-avutil" {= version} + "ffmpeg-avcodec" {= version} + "ffmpeg-avfilter" {= version} + "ffmpeg-avdevice" {= version} + "ffmpeg-swscale" {= version} + "ffmpeg-swresample" {= version} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" +url { + src: + "https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.7.tar.gz" + checksum: [ + "md5=32027fdf1754e0076a0ce505344500d7" + "sha512=d37207de5819e655948e2f2c1a6a0e1ac7c29e5537faecd35395e7d7bce3c700b72ffea7039b4214c5f79fa20914a0e12542a6054271d77ee8f564058a792afb" + ] +}