Skip to content

Commit e6dedb1

Browse files
authored
Merge pull request ocaml#27749 from toots/opam-publish-ffmpeg.1.2.3
8 packages from savonet/ocaml-ffmpeg at 1.2.3
2 parents 70b82be + e0dd7f8 commit e6dedb1

File tree

8 files changed

+395
-0
lines changed
  • packages
    • ffmpeg-avcodec/ffmpeg-avcodec.1.2.3
    • ffmpeg-avdevice/ffmpeg-avdevice.1.2.3
    • ffmpeg-avfilter/ffmpeg-avfilter.1.2.3
    • ffmpeg-avutil/ffmpeg-avutil.1.2.3
    • ffmpeg-av/ffmpeg-av.1.2.3
    • ffmpeg-swresample/ffmpeg-swresample.1.2.3
    • ffmpeg-swscale/ffmpeg-swscale.1.2.3
    • ffmpeg/ffmpeg.1.2.3

8 files changed

+395
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Bindings for the ffmpeg libraries -- top-level helpers"
4+
maintainer: ["Romain Beauxis <[email protected]>"]
5+
authors: ["The Savonet Team <[email protected]>"]
6+
license: "LGPL-2.1-only"
7+
homepage: "https://github.com/savonet/ocaml-ffmpeg"
8+
bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues"
9+
depends: [
10+
"conf-pkg-config" {build}
11+
"conf-ffmpeg" {build}
12+
"ocaml" {>= "4.08.0"}
13+
"dune" {>= "3.6"}
14+
"dune-configurator" {build}
15+
"ffmpeg-avutil" {= version}
16+
"ffmpeg-avcodec" {= version}
17+
"odoc" {with-doc}
18+
]
19+
conflicts: [
20+
"ffmpeg" {< "0.5.0"}
21+
]
22+
build: [
23+
["dune" "subst"] {dev}
24+
[
25+
"dune"
26+
"build"
27+
"-p"
28+
name
29+
"-j"
30+
jobs
31+
"@install"
32+
"@runtest" {with-test}
33+
"@doc" {with-doc}
34+
]
35+
]
36+
dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git"
37+
x-maintenance-intent: ["(latest)"]
38+
post-messages: [
39+
"""\
40+
We're sorry that your install failed. Make sure to check the README.md file
41+
to check what minimal version of FFmpeg this package requires."""
42+
{failure}
43+
]
44+
url {
45+
src:
46+
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.3.tar.gz"
47+
checksum: [
48+
"md5=46b996d7679e6ba3bbf6eb060ab7b624"
49+
"sha512=13589b3b77dbaa2ba4bc28c49a4289cd5ac831312d33ca1c87842c5f3097b208671ee6c2ab288729d3b74de430e0c47dd5b78f485db7d71b364b795744288d27"
50+
]
51+
}
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Bindings for the ffmpeg avcodec library"
4+
maintainer: ["Romain Beauxis <[email protected]>"]
5+
authors: ["The Savonet Team <[email protected]>"]
6+
license: "LGPL-2.1-only"
7+
homepage: "https://github.com/savonet/ocaml-ffmpeg"
8+
bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues"
9+
depends: [
10+
"conf-pkg-config" {build}
11+
"conf-ffmpeg" {build}
12+
"ocaml" {>= "4.08.0"}
13+
"dune" {>= "3.6"}
14+
"dune-configurator" {build}
15+
"ffmpeg-avutil" {= version}
16+
"odoc" {with-doc}
17+
]
18+
conflicts: [
19+
"ffmpeg" {< "0.5.0"}
20+
]
21+
build: [
22+
["dune" "subst"] {dev}
23+
[
24+
"dune"
25+
"build"
26+
"-p"
27+
name
28+
"-j"
29+
jobs
30+
"@install"
31+
"@runtest" {with-test}
32+
"@doc" {with-doc}
33+
]
34+
]
35+
dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git"
36+
x-maintenance-intent: ["(latest)"]
37+
post-messages: [
38+
"""\
39+
We're sorry that your install failed. Make sure to check the README.md file
40+
to check what minimal version of FFmpeg this package requires."""
41+
{failure}
42+
]
43+
url {
44+
src:
45+
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.3.tar.gz"
46+
checksum: [
47+
"md5=46b996d7679e6ba3bbf6eb060ab7b624"
48+
"sha512=13589b3b77dbaa2ba4bc28c49a4289cd5ac831312d33ca1c87842c5f3097b208671ee6c2ab288729d3b74de430e0c47dd5b78f485db7d71b364b795744288d27"
49+
]
50+
}
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Bindings for the ffmpeg avdevice library"
4+
maintainer: ["Romain Beauxis <[email protected]>"]
5+
authors: ["The Savonet Team <[email protected]>"]
6+
license: "LGPL-2.1-only"
7+
homepage: "https://github.com/savonet/ocaml-ffmpeg"
8+
bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues"
9+
depends: [
10+
"conf-pkg-config" {build}
11+
"conf-ffmpeg" {build}
12+
"ocaml" {>= "4.08.0"}
13+
"dune" {>= "3.6"}
14+
"dune-configurator" {build}
15+
"ffmpeg-av" {= version}
16+
"odoc" {with-doc}
17+
]
18+
conflicts: [
19+
"ffmpeg" {< "0.5.0"}
20+
]
21+
build: [
22+
["dune" "subst"] {dev}
23+
[
24+
"dune"
25+
"build"
26+
"-p"
27+
name
28+
"-j"
29+
jobs
30+
"@install"
31+
"@runtest" {with-test}
32+
"@doc" {with-doc}
33+
]
34+
]
35+
dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git"
36+
x-maintenance-intent: ["(latest)"]
37+
post-messages: [
38+
"""\
39+
We're sorry that your install failed. Make sure to check the README.md file
40+
to check what minimal version of FFmpeg this package requires."""
41+
{failure}
42+
]
43+
url {
44+
src:
45+
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.3.tar.gz"
46+
checksum: [
47+
"md5=46b996d7679e6ba3bbf6eb060ab7b624"
48+
"sha512=13589b3b77dbaa2ba4bc28c49a4289cd5ac831312d33ca1c87842c5f3097b208671ee6c2ab288729d3b74de430e0c47dd5b78f485db7d71b364b795744288d27"
49+
]
50+
}
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Bindings for the ffmpeg avfilter library"
4+
maintainer: ["Romain Beauxis <[email protected]>"]
5+
authors: ["The Savonet Team <[email protected]>"]
6+
license: "LGPL-2.1-only"
7+
homepage: "https://github.com/savonet/ocaml-ffmpeg"
8+
bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues"
9+
depends: [
10+
"conf-pkg-config" {build}
11+
"conf-ffmpeg" {build}
12+
"ocaml" {>= "4.08.0"}
13+
"dune" {>= "3.6"}
14+
"dune-configurator" {build}
15+
"ffmpeg-avutil" {= version}
16+
"odoc" {with-doc}
17+
]
18+
conflicts: [
19+
"ffmpeg" {< "0.5.0"}
20+
]
21+
build: [
22+
["dune" "subst"] {dev}
23+
[
24+
"dune"
25+
"build"
26+
"-p"
27+
name
28+
"-j"
29+
jobs
30+
"@install"
31+
"@runtest" {with-test}
32+
"@doc" {with-doc}
33+
]
34+
]
35+
dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git"
36+
x-maintenance-intent: ["(latest)"]
37+
post-messages: [
38+
"""\
39+
We're sorry that your install failed. Make sure to check the README.md file
40+
to check what minimal version of FFmpeg this package requires."""
41+
{failure}
42+
]
43+
url {
44+
src:
45+
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.3.tar.gz"
46+
checksum: [
47+
"md5=46b996d7679e6ba3bbf6eb060ab7b624"
48+
"sha512=13589b3b77dbaa2ba4bc28c49a4289cd5ac831312d33ca1c87842c5f3097b208671ee6c2ab288729d3b74de430e0c47dd5b78f485db7d71b364b795744288d27"
49+
]
50+
}
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Bindings for the ffmpeg avutil libraries"
4+
maintainer: ["Romain Beauxis <[email protected]>"]
5+
authors: ["The Savonet Team <[email protected]>"]
6+
license: "LGPL-2.1-only"
7+
homepage: "https://github.com/savonet/ocaml-ffmpeg"
8+
bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues"
9+
depends: [
10+
"conf-pkg-config" {build}
11+
"conf-ffmpeg" {build}
12+
"ocaml" {>= "4.08.0"}
13+
"dune" {>= "3.6"}
14+
"dune-configurator" {build}
15+
"base-threads"
16+
"odoc" {with-doc}
17+
]
18+
conflicts: [
19+
"ffmpeg" {< "0.5.0"}
20+
]
21+
build: [
22+
["dune" "subst"] {dev}
23+
[
24+
"dune"
25+
"build"
26+
"-p"
27+
name
28+
"-j"
29+
jobs
30+
"@install"
31+
"@runtest" {with-test}
32+
"@doc" {with-doc}
33+
]
34+
]
35+
dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git"
36+
x-maintenance-intent: ["(latest)"]
37+
post-messages: [
38+
"""\
39+
We're sorry that your install failed. Make sure to check the README.md file
40+
to check what minimal version of FFmpeg this package requires."""
41+
{failure}
42+
]
43+
url {
44+
src:
45+
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.3.tar.gz"
46+
checksum: [
47+
"md5=46b996d7679e6ba3bbf6eb060ab7b624"
48+
"sha512=13589b3b77dbaa2ba4bc28c49a4289cd5ac831312d33ca1c87842c5f3097b208671ee6c2ab288729d3b74de430e0c47dd5b78f485db7d71b364b795744288d27"
49+
]
50+
}
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Bindings for the ffmpeg swresample library"
4+
maintainer: ["Romain Beauxis <[email protected]>"]
5+
authors: ["The Savonet Team <[email protected]>"]
6+
license: "LGPL-2.1-only"
7+
homepage: "https://github.com/savonet/ocaml-ffmpeg"
8+
bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues"
9+
depends: [
10+
"conf-pkg-config" {build}
11+
"conf-ffmpeg" {build}
12+
"ocaml" {>= "4.08.0"}
13+
"dune" {>= "3.6"}
14+
"dune-configurator" {build}
15+
"ffmpeg-avutil" {= version}
16+
"ffmpeg-avcodec" {= version}
17+
"odoc" {with-doc}
18+
]
19+
conflicts: [
20+
"ffmpeg" {< "0.5.0"}
21+
]
22+
build: [
23+
["dune" "subst"] {dev}
24+
[
25+
"dune"
26+
"build"
27+
"-p"
28+
name
29+
"-j"
30+
jobs
31+
"@install"
32+
"@runtest" {with-test}
33+
"@doc" {with-doc}
34+
]
35+
]
36+
dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git"
37+
x-maintenance-intent: ["(latest)"]
38+
post-messages: [
39+
"""\
40+
We're sorry that your install failed. Make sure to check the README.md file
41+
to check what minimal version of FFmpeg this package requires."""
42+
{failure}
43+
]
44+
url {
45+
src:
46+
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.3.tar.gz"
47+
checksum: [
48+
"md5=46b996d7679e6ba3bbf6eb060ab7b624"
49+
"sha512=13589b3b77dbaa2ba4bc28c49a4289cd5ac831312d33ca1c87842c5f3097b208671ee6c2ab288729d3b74de430e0c47dd5b78f485db7d71b364b795744288d27"
50+
]
51+
}
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Bindings for the ffmpeg swscale library"
4+
maintainer: ["Romain Beauxis <[email protected]>"]
5+
authors: ["The Savonet Team <[email protected]>"]
6+
license: "LGPL-2.1-only"
7+
homepage: "https://github.com/savonet/ocaml-ffmpeg"
8+
bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues"
9+
depends: [
10+
"conf-pkg-config" {build}
11+
"conf-ffmpeg" {build}
12+
"ocaml" {>= "4.08.0"}
13+
"dune" {>= "3.6"}
14+
"dune-configurator" {build}
15+
"ffmpeg-avutil" {= version}
16+
"odoc" {with-doc}
17+
]
18+
conflicts: [
19+
"ffmpeg" {< "0.5.0"}
20+
]
21+
build: [
22+
["dune" "subst"] {dev}
23+
[
24+
"dune"
25+
"build"
26+
"-p"
27+
name
28+
"-j"
29+
jobs
30+
"@install"
31+
"@runtest" {with-test}
32+
"@doc" {with-doc}
33+
]
34+
]
35+
dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git"
36+
x-maintenance-intent: ["(latest)"]
37+
post-messages: [
38+
"""\
39+
We're sorry that your install failed. Make sure to check the README.md file
40+
to check what minimal version of FFmpeg this package requires."""
41+
{failure}
42+
]
43+
url {
44+
src:
45+
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.3.tar.gz"
46+
checksum: [
47+
"md5=46b996d7679e6ba3bbf6eb060ab7b624"
48+
"sha512=13589b3b77dbaa2ba4bc28c49a4289cd5ac831312d33ca1c87842c5f3097b208671ee6c2ab288729d3b74de430e0c47dd5b78f485db7d71b364b795744288d27"
49+
]
50+
}

0 commit comments

Comments
 (0)