Skip to content

Commit edd5207

Browse files
authored
Merge pull request #24034 from toots/opam-publish-ffmpeg.1.1.8
8 packages from savonet/ocaml-ffmpeg at 1.1.8
2 parents df7c8a5 + 8976f1f commit edd5207

File tree

24 files changed

+572
-0
lines changed
  • packages
    • ffmpeg-avcodec/ffmpeg-avcodec.1.1.8
    • ffmpeg-avdevice/ffmpeg-avdevice.1.1.8
    • ffmpeg-avfilter/ffmpeg-avfilter.1.1.8
    • ffmpeg-avutil/ffmpeg-avutil.1.1.8
    • ffmpeg-av/ffmpeg-av.1.1.8
    • ffmpeg-swresample/ffmpeg-swresample.1.1.8
    • ffmpeg-swscale/ffmpeg-swscale.1.1.8
    • ffmpeg/ffmpeg.1.1.8
    • liquidsoap
      • liquidsoap.2.0.2-1
      • liquidsoap.2.0.2
      • liquidsoap.2.0.3-1
      • liquidsoap.2.0.3
      • liquidsoap.2.0.4-1
      • liquidsoap.2.0.4-2
      • liquidsoap.2.0.4
      • liquidsoap.2.0.5
      • liquidsoap.2.0.6
      • liquidsoap.2.0.7
      • liquidsoap.2.1.0-1
      • liquidsoap.2.1.0
      • liquidsoap.2.1.1
      • liquidsoap.2.1.2
      • liquidsoap.2.1.3
      • liquidsoap.2.1.4

24 files changed

+572
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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+
url {
38+
src:
39+
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.8.tar.gz"
40+
checksum: [
41+
"md5=7ffc99827d516494abfd803351699cdd"
42+
"sha512=8ccbb5f48f9d827520cf5bf8527c95ec50fa016952b816a174385f94263b2a3692b2f49f7d0cab8ce6f07a6fd7b6073595e0e8ac5aa8bc7f61e09d36002e2bc2"
43+
]
44+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
url {
37+
src:
38+
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.8.tar.gz"
39+
checksum: [
40+
"md5=7ffc99827d516494abfd803351699cdd"
41+
"sha512=8ccbb5f48f9d827520cf5bf8527c95ec50fa016952b816a174385f94263b2a3692b2f49f7d0cab8ce6f07a6fd7b6073595e0e8ac5aa8bc7f61e09d36002e2bc2"
42+
]
43+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
url {
37+
src:
38+
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.8.tar.gz"
39+
checksum: [
40+
"md5=7ffc99827d516494abfd803351699cdd"
41+
"sha512=8ccbb5f48f9d827520cf5bf8527c95ec50fa016952b816a174385f94263b2a3692b2f49f7d0cab8ce6f07a6fd7b6073595e0e8ac5aa8bc7f61e09d36002e2bc2"
42+
]
43+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
url {
37+
src:
38+
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.8.tar.gz"
39+
checksum: [
40+
"md5=7ffc99827d516494abfd803351699cdd"
41+
"sha512=8ccbb5f48f9d827520cf5bf8527c95ec50fa016952b816a174385f94263b2a3692b2f49f7d0cab8ce6f07a6fd7b6073595e0e8ac5aa8bc7f61e09d36002e2bc2"
42+
]
43+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
url {
37+
src:
38+
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.8.tar.gz"
39+
checksum: [
40+
"md5=7ffc99827d516494abfd803351699cdd"
41+
"sha512=8ccbb5f48f9d827520cf5bf8527c95ec50fa016952b816a174385f94263b2a3692b2f49f7d0cab8ce6f07a6fd7b6073595e0e8ac5aa8bc7f61e09d36002e2bc2"
42+
]
43+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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+
url {
38+
src:
39+
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.8.tar.gz"
40+
checksum: [
41+
"md5=7ffc99827d516494abfd803351699cdd"
42+
"sha512=8ccbb5f48f9d827520cf5bf8527c95ec50fa016952b816a174385f94263b2a3692b2f49f7d0cab8ce6f07a6fd7b6073595e0e8ac5aa8bc7f61e09d36002e2bc2"
43+
]
44+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
url {
37+
src:
38+
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.8.tar.gz"
39+
checksum: [
40+
"md5=7ffc99827d516494abfd803351699cdd"
41+
"sha512=8ccbb5f48f9d827520cf5bf8527c95ec50fa016952b816a174385f94263b2a3692b2f49f7d0cab8ce6f07a6fd7b6073595e0e8ac5aa8bc7f61e09d36002e2bc2"
42+
]
43+
}

packages/ffmpeg/ffmpeg.1.1.8/opam

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Bindings for the ffmpeg 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+
"ocaml" {>= "4.08.0"}
11+
"dune" {>= "3.6"}
12+
"ffmpeg-av" {= version}
13+
"ffmpeg-avutil" {= version}
14+
"ffmpeg-avcodec" {= version}
15+
"ffmpeg-avfilter" {= version}
16+
"ffmpeg-avdevice" {= version}
17+
"ffmpeg-swscale" {= version}
18+
"ffmpeg-swresample" {= version}
19+
"odoc" {with-doc}
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+
url {
37+
src:
38+
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.8.tar.gz"
39+
checksum: [
40+
"md5=7ffc99827d516494abfd803351699cdd"
41+
"sha512=8ccbb5f48f9d827520cf5bf8527c95ec50fa016952b816a174385f94263b2a3692b2f49f7d0cab8ce6f07a6fd7b6073595e0e8ac5aa8bc7f61e09d36002e2bc2"
42+
]
43+
}

packages/liquidsoap/liquidsoap.2.0.2-1/opam

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,21 @@ conflicts: [
9090
"faad" {< "0.5.0"}
9191
"fdkaac" {< "0.3.1"}
9292
"ffmpeg" {< "1.1.1"}
93+
"ffmpeg" {>= "1.1.8"}
94+
"ffmpeg-avutil" {< "1.1.1"}
95+
"ffmpeg-avutil" {>= "1.1.8"}
96+
"ffmpeg-av" {< "1.1.1"}
97+
"ffmpeg-av" {>= "1.1.8"}
98+
"ffmpeg-avcodec" {< "1.1.1"}
99+
"ffmpeg-avcodec" {>= "1.1.8"}
100+
"ffmpeg-avdevice" {< "1.1.1"}
101+
"ffmpeg-avdevice" {>= "1.1.8"}
102+
"ffmpeg-avfilter" {< "1.1.1"}
103+
"ffmpeg-avfilter" {>= "1.1.8"}
104+
"ffmpeg-swresample" {< "1.1.1"}
105+
"ffmpeg-swresample" {>= "1.1.8"}
106+
"ffmpeg-swscale" {< "1.1.1"}
107+
"ffmpeg-swscale" {>= "1.1.8"}
93108
"flac" {< "0.3.0" | >= "0.4.0"}
94109
"frei0r" {< "0.1.0"}
95110
"gstreamer" {< "0.3.1"}

packages/liquidsoap/liquidsoap.2.0.2/opam

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,21 @@ conflicts: [
8484
"faad" {< "0.5.0"}
8585
"fdkaac" {< "0.3.1"}
8686
"ffmpeg" {< "1.1.1"}
87+
"ffmpeg" {>= "1.1.8"}
88+
"ffmpeg-avutil" {< "1.1.1"}
89+
"ffmpeg-avutil" {>= "1.1.8"}
90+
"ffmpeg-av" {< "1.1.1"}
91+
"ffmpeg-av" {>= "1.1.8"}
92+
"ffmpeg-avcodec" {< "1.1.1"}
93+
"ffmpeg-avcodec" {>= "1.1.8"}
94+
"ffmpeg-avdevice" {< "1.1.1"}
95+
"ffmpeg-avdevice" {>= "1.1.8"}
96+
"ffmpeg-avfilter" {< "1.1.1"}
97+
"ffmpeg-avfilter" {>= "1.1.8"}
98+
"ffmpeg-swresample" {< "1.1.1"}
99+
"ffmpeg-swresample" {>= "1.1.8"}
100+
"ffmpeg-swscale" {< "1.1.1"}
101+
"ffmpeg-swscale" {>= "1.1.8"}
87102
"flac" {< "0.3.0" | >= "0.4.0"}
88103
"frei0r" {< "0.1.0"}
89104
"gstreamer" {< "0.3.1"}

0 commit comments

Comments
 (0)