Skip to content

Commit

Permalink
ffmpeg-windows.1.2.1 (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
toots authored Nov 26, 2024
1 parent f95c803 commit 39adb1f
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.2.1/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 <[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}
"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.2.1.tar.gz"
checksum: [
"md5=0246dce16d3fd1ad00b8ab8cb562e2c0"
"sha512=c72adb6ba5651e47c343d28b6be7759a5958ea1ea712ce98d3d4b86de35370f79e8c4833aa35b0633907d813abc080f6472186ad433ff5b8eeb31d5b5e012913"
]
}
42 changes: 42 additions & 0 deletions packages/ffmpeg-avcodec-windows/ffmpeg-avcodec-windows.1.2.1/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 <[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}
"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.2.1.tar.gz"
checksum: [
"md5=0246dce16d3fd1ad00b8ab8cb562e2c0"
"sha512=c72adb6ba5651e47c343d28b6be7759a5958ea1ea712ce98d3d4b86de35370f79e8c4833aa35b0633907d813abc080f6472186ad433ff5b8eeb31d5b5e012913"
]
}
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 <[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}
"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.2.1.tar.gz"
checksum: [
"md5=0246dce16d3fd1ad00b8ab8cb562e2c0"
"sha512=c72adb6ba5651e47c343d28b6be7759a5958ea1ea712ce98d3d4b86de35370f79e8c4833aa35b0633907d813abc080f6472186ad433ff5b8eeb31d5b5e012913"
]
}
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 <[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}
"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.2.1.tar.gz"
checksum: [
"md5=0246dce16d3fd1ad00b8ab8cb562e2c0"
"sha512=c72adb6ba5651e47c343d28b6be7759a5958ea1ea712ce98d3d4b86de35370f79e8c4833aa35b0633907d813abc080f6472186ad433ff5b8eeb31d5b5e012913"
]
}
42 changes: 42 additions & 0 deletions packages/ffmpeg-avutil-windows/ffmpeg-avutil-windows.1.2.1/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 <[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}
"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.2.1.tar.gz"
checksum: [
"md5=0246dce16d3fd1ad00b8ab8cb562e2c0"
"sha512=c72adb6ba5651e47c343d28b6be7759a5958ea1ea712ce98d3d4b86de35370f79e8c4833aa35b0633907d813abc080f6472186ad433ff5b8eeb31d5b5e012913"
]
}
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 <[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}
"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.2.1.tar.gz"
checksum: [
"md5=0246dce16d3fd1ad00b8ab8cb562e2c0"
"sha512=c72adb6ba5651e47c343d28b6be7759a5958ea1ea712ce98d3d4b86de35370f79e8c4833aa35b0633907d813abc080f6472186ad433ff5b8eeb31d5b5e012913"
]
}
42 changes: 42 additions & 0 deletions packages/ffmpeg-swscale-windows/ffmpeg-swscale-windows.1.2.1/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 <[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}
"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.2.1.tar.gz"
checksum: [
"md5=0246dce16d3fd1ad00b8ab8cb562e2c0"
"sha512=c72adb6ba5651e47c343d28b6be7759a5958ea1ea712ce98d3d4b86de35370f79e8c4833aa35b0633907d813abc080f6472186ad433ff5b8eeb31d5b5e012913"
]
}
40 changes: 40 additions & 0 deletions packages/ffmpeg-windows/ffmpeg-windows.1.2.1/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 <[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-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.2.1.tar.gz"
checksum: [
"md5=0246dce16d3fd1ad00b8ab8cb562e2c0"
"sha512=c72adb6ba5651e47c343d28b6be7759a5958ea1ea712ce98d3d4b86de35370f79e8c4833aa35b0633907d813abc080f6472186ad433ff5b8eeb31d5b5e012913"
]
}

0 comments on commit 39adb1f

Please sign in to comment.