Skip to content

Commit

Permalink
Merge pull request #26612 from toots/opam-publish-ffmpeg.1.2.0
Browse files Browse the repository at this point in the history
8 packages from savonet/ocaml-ffmpeg at 1.2.0
  • Loading branch information
mseri authored Sep 25, 2024
2 parents fdaae3d + 70fcb11 commit a1dc9c1
Show file tree
Hide file tree
Showing 59 changed files with 424 additions and 2 deletions.
44 changes: 44 additions & 0 deletions packages/ffmpeg-av/ffmpeg-av.1.2.0/opam
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"
]
}
43 changes: 43 additions & 0 deletions packages/ffmpeg-avcodec/ffmpeg-avcodec.1.2.0/opam
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"
]
}
43 changes: 43 additions & 0 deletions packages/ffmpeg-avdevice/ffmpeg-avdevice.1.2.0/opam
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"
]
}
43 changes: 43 additions & 0 deletions packages/ffmpeg-avfilter/ffmpeg-avfilter.1.2.0/opam
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"
]
}
43 changes: 43 additions & 0 deletions packages/ffmpeg-avutil/ffmpeg-avutil.1.2.0/opam
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"
]
}
44 changes: 44 additions & 0 deletions packages/ffmpeg-swresample/ffmpeg-swresample.1.2.0/opam
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"
]
}
43 changes: 43 additions & 0 deletions packages/ffmpeg-swscale/ffmpeg-swscale.1.2.0/opam
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"
]
}
43 changes: 43 additions & 0 deletions packages/ffmpeg/ffmpeg.1.2.0/opam
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"
]
}
3 changes: 3 additions & 0 deletions packages/liquidsoap-core/liquidsoap-core.2.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ conflicts: [
"fdkaac" {< "0.3.1"}
"ffmpeg" {< "1.1.8"}
"ffmpeg-avutil" {< "1.1.8"}
"ffmpeg" {>= "1.2.0"}
"ffmpeg-avutil" {>= "1.2.0"}
"flac" {< "0.5.0"}
"frei0r" {< "0.1.0"}
"gstreamer" {< "0.3.1"}
Expand Down Expand Up @@ -138,3 +140,4 @@ url {
"sha512=f1ba43fcd0bba005bfc3ae4df9897860d11108a7cef3bdb216c2be955dc48a5c0e536fa130eeb6bdcc4d08abc706285c3a8e60d64fb495de9afb481615768167"
]
}
x-maintenance-intent: ["(latest)"]
3 changes: 3 additions & 0 deletions packages/liquidsoap-core/liquidsoap-core.2.2.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ conflicts: [
"fdkaac" {< "0.3.1"}
"ffmpeg" {< "1.1.8"}
"ffmpeg-avutil" {< "1.1.8"}
"ffmpeg" {>= "1.2.0"}
"ffmpeg-avutil" {>= "1.2.0"}
"flac" {< "0.5.0"}
"frei0r" {< "0.1.0"}
"gstreamer" {< "0.3.1"}
Expand Down Expand Up @@ -138,3 +140,4 @@ url {
"sha512=2b9c376545fcdea5832b323aae580c786d8d216d51a9496cf635c817b462354f50a0d5600f847b5747cfe8dd8e49bff57a071d74131bfa5f96033f1e8d832e79"
]
}
x-maintenance-intent: ["(latest)"]
3 changes: 3 additions & 0 deletions packages/liquidsoap-core/liquidsoap-core.2.2.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ conflicts: [
"fdkaac" {< "0.3.1"}
"ffmpeg" {< "1.1.8"}
"ffmpeg-avutil" {< "1.1.8"}
"ffmpeg" {>= "1.2.0"}
"ffmpeg-avutil" {>= "1.2.0"}
"flac" {< "0.3.0"}
"frei0r" {< "0.1.0"}
"gstreamer" {< "0.3.1"}
Expand Down Expand Up @@ -138,3 +140,4 @@ url {
"sha512=8cb337a9980a580ec548ecb59a7a070313cc3f96f1cc4d16eed2eb26403fdfa99f803022e828dc5d7b8c63baf02f32145d96e133036279a7576595ca3f4afccf"
]
}
x-maintenance-intent: ["(latest)"]
Loading

0 comments on commit a1dc9c1

Please sign in to comment.