-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
336 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
42
packages/ffmpeg-avcodec-windows/ffmpeg-avcodec-windows.1.1.10/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
42 changes: 42 additions & 0 deletions
42
packages/ffmpeg-avdevice-windows/ffmpeg-avdevice-windows.1.1.10/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
42 changes: 42 additions & 0 deletions
42
packages/ffmpeg-avfilter-windows/ffmpeg-avfilter-windows.1.1.10/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
42
packages/ffmpeg-avutil-windows/ffmpeg-avutil-windows.1.1.10/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
43 changes: 43 additions & 0 deletions
43
packages/ffmpeg-swresample-windows/ffmpeg-swresample-windows.1.1.10/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
42
packages/ffmpeg-swscale-windows/ffmpeg-swscale-windows.1.1.10/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |