-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26612 from toots/opam-publish-ffmpeg.1.2.0
8 packages from savonet/ocaml-ffmpeg at 1.2.0
- Loading branch information
Showing
59 changed files
with
424 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# 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 <[email protected]>"] | ||
authors: ["The Savonet Team <[email protected]>"] | ||
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.6"} | ||
"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" | ||
url { | ||
src: | ||
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.0.tar.gz" | ||
checksum: [ | ||
"md5=2fa89ab09c4e1f5d1c24178ca5d2df92" | ||
"sha512=cce220ccb708f4d739510f1f098faeb23b58a3b11d2b6bd2efbf067c5d9e206aaf1d626bd32d036f12488734a871b071e3504f913b66bb2ae266517ba088fe62" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
synopsis: "Bindings for the ffmpeg avcodec library" | ||
maintainer: ["Romain Beauxis <[email protected]>"] | ||
authors: ["The Savonet Team <[email protected]>"] | ||
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.6"} | ||
"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" | ||
url { | ||
src: | ||
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.0.tar.gz" | ||
checksum: [ | ||
"md5=2fa89ab09c4e1f5d1c24178ca5d2df92" | ||
"sha512=cce220ccb708f4d739510f1f098faeb23b58a3b11d2b6bd2efbf067c5d9e206aaf1d626bd32d036f12488734a871b071e3504f913b66bb2ae266517ba088fe62" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
synopsis: "Bindings for the ffmpeg avdevice library" | ||
maintainer: ["Romain Beauxis <[email protected]>"] | ||
authors: ["The Savonet Team <[email protected]>"] | ||
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.6"} | ||
"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" | ||
url { | ||
src: | ||
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.0.tar.gz" | ||
checksum: [ | ||
"md5=2fa89ab09c4e1f5d1c24178ca5d2df92" | ||
"sha512=cce220ccb708f4d739510f1f098faeb23b58a3b11d2b6bd2efbf067c5d9e206aaf1d626bd32d036f12488734a871b071e3504f913b66bb2ae266517ba088fe62" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
synopsis: "Bindings for the ffmpeg avfilter library" | ||
maintainer: ["Romain Beauxis <[email protected]>"] | ||
authors: ["The Savonet Team <[email protected]>"] | ||
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.6"} | ||
"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" | ||
url { | ||
src: | ||
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.0.tar.gz" | ||
checksum: [ | ||
"md5=2fa89ab09c4e1f5d1c24178ca5d2df92" | ||
"sha512=cce220ccb708f4d739510f1f098faeb23b58a3b11d2b6bd2efbf067c5d9e206aaf1d626bd32d036f12488734a871b071e3504f913b66bb2ae266517ba088fe62" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
synopsis: "Bindings for the ffmpeg avutil libraries" | ||
maintainer: ["Romain Beauxis <[email protected]>"] | ||
authors: ["The Savonet Team <[email protected]>"] | ||
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.6"} | ||
"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" | ||
url { | ||
src: | ||
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.0.tar.gz" | ||
checksum: [ | ||
"md5=2fa89ab09c4e1f5d1c24178ca5d2df92" | ||
"sha512=cce220ccb708f4d739510f1f098faeb23b58a3b11d2b6bd2efbf067c5d9e206aaf1d626bd32d036f12488734a871b071e3504f913b66bb2ae266517ba088fe62" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
synopsis: "Bindings for the ffmpeg swresample library" | ||
maintainer: ["Romain Beauxis <[email protected]>"] | ||
authors: ["The Savonet Team <[email protected]>"] | ||
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.6"} | ||
"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" | ||
url { | ||
src: | ||
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.0.tar.gz" | ||
checksum: [ | ||
"md5=2fa89ab09c4e1f5d1c24178ca5d2df92" | ||
"sha512=cce220ccb708f4d739510f1f098faeb23b58a3b11d2b6bd2efbf067c5d9e206aaf1d626bd32d036f12488734a871b071e3504f913b66bb2ae266517ba088fe62" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
synopsis: "Bindings for the ffmpeg swscale library" | ||
maintainer: ["Romain Beauxis <[email protected]>"] | ||
authors: ["The Savonet Team <[email protected]>"] | ||
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.6"} | ||
"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" | ||
url { | ||
src: | ||
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.0.tar.gz" | ||
checksum: [ | ||
"md5=2fa89ab09c4e1f5d1c24178ca5d2df92" | ||
"sha512=cce220ccb708f4d739510f1f098faeb23b58a3b11d2b6bd2efbf067c5d9e206aaf1d626bd32d036f12488734a871b071e3504f913b66bb2ae266517ba088fe62" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>"] | ||
authors: ["The Savonet Team <[email protected]>"] | ||
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.6"} | ||
"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.0.tar.gz" | ||
checksum: [ | ||
"md5=2fa89ab09c4e1f5d1c24178ca5d2df92" | ||
"sha512=cce220ccb708f4d739510f1f098faeb23b58a3b11d2b6bd2efbf067c5d9e206aaf1d626bd32d036f12488734a871b071e3504f913b66bb2ae266517ba088fe62" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.