Skip to content

Commit

Permalink
ffmpeg-windows 1.1.10 (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
toots authored Jan 17, 2024
1 parent 110024d commit 3376cfa
Show file tree
Hide file tree
Showing 8 changed files with 336 additions and 0 deletions.
43 changes: 43 additions & 0 deletions packages/ffmpeg-av-windows/ffmpeg-av-windows.1.1.10/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
opam-version: "2.0"
synopsis: "Bindings for the ffmpeg libraries -- top-level helpers"
maintainer: "Romain Beauxis <toots@rastageeks.org>"
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
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}
"ocaml-windows" {>= "4.08.0"}
"dune" {>= "3.6"}
"dune-configurator" {build}
"ffmpeg-avutil-windows" {= version}
"ffmpeg-avcodec-windows" {= version}
]
conflicts: [
"ffmpeg-windows" {< "0.5.0"}
]
depexts: [
["ffmpeg"] {os-distribution = "mxe"}
]
build: [
[
"dune"
"build"
"-p"
"ffmpeg-av"
"-x"
"windows"
"-j"
jobs
"@install"
]
]
dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git"
url {
src:
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.10.tar.gz"
checksum: [
"md5=afed228027fcbbd96016e141eddedde5"
"sha512=f4d35e93d847b2a00965ab6a8ef33698612eb77f7667477ee3308ef192ecc082787ef26ac5dae2bee12c579ef36028a66e698fe3de46309ac2bd90e5ba09314d"
]
}
42 changes: 42 additions & 0 deletions packages/ffmpeg-avcodec-windows/ffmpeg-avcodec-windows.1.1.10/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
opam-version: "2.0"
synopsis: "Bindings for the ffmpeg avcodec library"
maintainer: "Romain Beauxis <toots@rastageeks.org>"
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
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}
"ocaml-windows" {>= "4.08.0"}
"dune" {>= "3.6"}
"dune-configurator" {build}
"ffmpeg-avutil-windows" {= version}
]
conflicts: [
"ffmpeg-windows" {< "0.5.0"}
]
depexts: [
["ffmpeg"] {os-distribution = "mxe"}
]
build: [
[
"dune"
"build"
"-p"
"ffmpeg-avcodec"
"-x"
"windows"
"-j"
jobs
"@install"
]
]
dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git"
url {
src:
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.10.tar.gz"
checksum: [
"md5=afed228027fcbbd96016e141eddedde5"
"sha512=f4d35e93d847b2a00965ab6a8ef33698612eb77f7667477ee3308ef192ecc082787ef26ac5dae2bee12c579ef36028a66e698fe3de46309ac2bd90e5ba09314d"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
opam-version: "2.0"
synopsis: "Bindings for the ffmpeg avdevice library"
maintainer: "Romain Beauxis <toots@rastageeks.org>"
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
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}
"ocaml-windows" {>= "4.08.0"}
"dune" {>= "3.6"}
"dune-configurator" {build}
"ffmpeg-av-windows" {= version}
]
conflicts: [
"ffmpeg-windows" {< "0.5.0"}
]
depexts: [
["ffmpeg"] {os-distribution = "mxe"}
]
build: [
[
"dune"
"build"
"-p"
"ffmpeg-avdevice"
"-x"
"windows"
"-j"
jobs
"@install"
]
]
dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git"
url {
src:
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.10.tar.gz"
checksum: [
"md5=afed228027fcbbd96016e141eddedde5"
"sha512=f4d35e93d847b2a00965ab6a8ef33698612eb77f7667477ee3308ef192ecc082787ef26ac5dae2bee12c579ef36028a66e698fe3de46309ac2bd90e5ba09314d"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
opam-version: "2.0"
synopsis: "Bindings for the ffmpeg avfilter library"
maintainer: "Romain Beauxis <toots@rastageeks.org>"
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
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}
"ocaml-windows" {>= "4.08.0"}
"dune" {>= "3.6"}
"dune-configurator" {build}
"ffmpeg-avutil-windows" {= version}
]
conflicts: [
"ffmpeg-windows" {< "0.5.0"}
]
depexts: [
["ffmpeg"] {os-distribution = "mxe"}
]
build: [
[
"dune"
"build"
"-p"
"ffmpeg-avfilter"
"-x"
"windows"
"-j"
jobs
"@install"
]
]
dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git"
url {
src:
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.10.tar.gz"
checksum: [
"md5=afed228027fcbbd96016e141eddedde5"
"sha512=f4d35e93d847b2a00965ab6a8ef33698612eb77f7667477ee3308ef192ecc082787ef26ac5dae2bee12c579ef36028a66e698fe3de46309ac2bd90e5ba09314d"
]
}
42 changes: 42 additions & 0 deletions packages/ffmpeg-avutil-windows/ffmpeg-avutil-windows.1.1.10/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
opam-version: "2.0"
synopsis: "Bindings for the ffmpeg avutil libraries"
maintainer: "Romain Beauxis <toots@rastageeks.org>"
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
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}
"ocaml-windows" {>= "4.08.0"}
"dune" {>= "3.6"}
"dune-configurator" {build}
"base-threads"
]
conflicts: [
"ffmpeg-windows" {< "0.5.0"}
]
depexts: [
["ffmpeg"] {os-distribution = "mxe"}
]
build: [
[
"dune"
"build"
"-p"
"ffmpeg-avutil"
"-x"
"windows"
"-j"
jobs
"@install"
]
]
dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git"
url {
src:
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.10.tar.gz"
checksum: [
"md5=afed228027fcbbd96016e141eddedde5"
"sha512=f4d35e93d847b2a00965ab6a8ef33698612eb77f7667477ee3308ef192ecc082787ef26ac5dae2bee12c579ef36028a66e698fe3de46309ac2bd90e5ba09314d"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
opam-version: "2.0"
synopsis: "Bindings for the ffmpeg swresample library"
maintainer: "Romain Beauxis <toots@rastageeks.org>"
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
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}
"ocaml-windows" {>= "4.08.0"}
"dune" {>= "3.6"}
"dune-configurator" {build}
"ffmpeg-avutil-windows" {= version}
"ffmpeg-avcodec-windows" {= version}
]
conflicts: [
"ffmpeg-windows" {< "0.5.0"}
]
depexts: [
["ffmpeg"] {os-distribution = "mxe"}
]
build: [
[
"dune"
"build"
"-p"
"ffmpeg-swresample"
"-x"
"windows"
"-j"
jobs
"@install"
]
]
dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git"
url {
src:
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.10.tar.gz"
checksum: [
"md5=afed228027fcbbd96016e141eddedde5"
"sha512=f4d35e93d847b2a00965ab6a8ef33698612eb77f7667477ee3308ef192ecc082787ef26ac5dae2bee12c579ef36028a66e698fe3de46309ac2bd90e5ba09314d"
]
}
42 changes: 42 additions & 0 deletions packages/ffmpeg-swscale-windows/ffmpeg-swscale-windows.1.1.10/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
opam-version: "2.0"
synopsis: "Bindings for the ffmpeg swscale library"
maintainer: "Romain Beauxis <toots@rastageeks.org>"
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
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}
"ocaml-windows" {>= "4.08.0"}
"dune" {>= "3.6"}
"dune-configurator" {build}
"ffmpeg-avutil-windows" {= version}
]
conflicts: [
"ffmpeg-windows" {< "0.5.0"}
]
depexts: [
["ffmpeg"] {os-distribution = "mxe"}
]
build: [
[
"dune"
"build"
"-p"
"ffmpeg-swscale"
"-x"
"windows"
"-j"
jobs
"@install"
]
]
dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git"
url {
src:
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.10.tar.gz"
checksum: [
"md5=afed228027fcbbd96016e141eddedde5"
"sha512=f4d35e93d847b2a00965ab6a8ef33698612eb77f7667477ee3308ef192ecc082787ef26ac5dae2bee12c579ef36028a66e698fe3de46309ac2bd90e5ba09314d"
]
}
40 changes: 40 additions & 0 deletions packages/ffmpeg-windows/ffmpeg-windows.1.1.10/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
synopsis: "Bindings for the ffmpeg libraries"
maintainer: "Romain Beauxis <toots@rastageeks.org>"
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
license: "LGPL-2.1-only"
homepage: "https://github.com/savonet/ocaml-ffmpeg"
bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues"
depends: [
"ocaml-windows" {>= "4.08.0"}
"dune" {>= "3.6"}
"ffmpeg-av-windows" {= version}
"ffmpeg-avutil-windows" {= version}
"ffmpeg-avcodec-windows" {= version}
"ffmpeg-avfilter-windows" {= version}
"ffmpeg-avdevice-windows" {= version}
"ffmpeg-swscale-windows" {= version}
"ffmpeg-swresample-windows" {= version}
]
build: [
[
"dune"
"build"
"-p"
"ffmpeg"
"-x"
"windows"
"-j"
jobs
"@install"
]
]
dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git"
url {
src:
"https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.10.tar.gz"
checksum: [
"md5=afed228027fcbbd96016e141eddedde5"
"sha512=f4d35e93d847b2a00965ab6a8ef33698612eb77f7667477ee3308ef192ecc082787ef26ac5dae2bee12c579ef36028a66e698fe3de46309ac2bd90e5ba09314d"
]
}

0 comments on commit 3376cfa

Please sign in to comment.