this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #19385 from toots/opam-publish-ffmpeg-ffmpeg-av-ffmpeg-avcodec-ffmpeg-avdevice-ffmpeg-avfilter-ffmpeg-avutil-ffmpeg-swresample-ffmpeg-swscale.1.0.0-rc1

8 packages from savonet/ocaml-ffmpeg at 1.0.0~rc1

authored by

Marcello Seri and committed by
GitHub
8fc7af65 e5c714fc

+330
+42
packages/ffmpeg-av/ffmpeg-av.1.0.0~rc1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Bindings for the ffmpeg libraries -- top-level helpers" 3 + maintainer: ["Romain Beauxis <toots@rastageeks.org>"] 4 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 5 + license: "LGPL-2.1-only" 6 + homepage: "https://github.com/savonet/ocaml-ffmpeg" 7 + bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" 8 + depends: [ 9 + "conf-pkg-config" {build} 10 + "conf-ffmpeg" {build} 11 + "ocaml" {>= "4.08.0"} 12 + "dune" {>= "2.8"} 13 + "dune-configurator" {build} 14 + "ffmpeg-avutil" {= version} 15 + "ffmpeg-avcodec" {= 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: "https://github.com/savonet/ocaml-ffmpeg/archive/v1.0.0-rc1.tar.gz" 38 + checksum: [ 39 + "md5=996d69434972553ecf3ae04e95d5c09d" 40 + "sha512=1ae911c8cf4743a39bdb8b6b38185975955adeb8f0dc263f9b8c93259df0f85492a0213a8c7ac13a56eee63a5c46f8184d6015ddc8b3047876d6226a75562d50" 41 + ] 42 + }
+41
packages/ffmpeg-avcodec/ffmpeg-avcodec.1.0.0~rc1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Bindings for the ffmpeg avcodec library" 3 + maintainer: ["Romain Beauxis <toots@rastageeks.org>"] 4 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 5 + license: "LGPL-2.1-only" 6 + homepage: "https://github.com/savonet/ocaml-ffmpeg" 7 + bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" 8 + depends: [ 9 + "conf-pkg-config" {build} 10 + "conf-ffmpeg" {build} 11 + "ocaml" {>= "4.08.0"} 12 + "dune" {>= "2.8"} 13 + "dune-configurator" {build} 14 + "ffmpeg-avutil" {= version} 15 + "odoc" {with-doc} 16 + ] 17 + conflicts: [ 18 + "ffmpeg" {< "0.5.0"} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" 35 + url { 36 + src: "https://github.com/savonet/ocaml-ffmpeg/archive/v1.0.0-rc1.tar.gz" 37 + checksum: [ 38 + "md5=996d69434972553ecf3ae04e95d5c09d" 39 + "sha512=1ae911c8cf4743a39bdb8b6b38185975955adeb8f0dc263f9b8c93259df0f85492a0213a8c7ac13a56eee63a5c46f8184d6015ddc8b3047876d6226a75562d50" 40 + ] 41 + }
+41
packages/ffmpeg-avdevice/ffmpeg-avdevice.1.0.0~rc1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Bindings for the ffmpeg avdevice library" 3 + maintainer: ["Romain Beauxis <toots@rastageeks.org>"] 4 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 5 + license: "LGPL-2.1-only" 6 + homepage: "https://github.com/savonet/ocaml-ffmpeg" 7 + bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" 8 + depends: [ 9 + "conf-pkg-config" {build} 10 + "conf-ffmpeg" {build} 11 + "ocaml" {>= "4.08.0"} 12 + "dune" {>= "2.8"} 13 + "dune-configurator" {build} 14 + "ffmpeg-av" {= version} 15 + "odoc" {with-doc} 16 + ] 17 + conflicts: [ 18 + "ffmpeg" {< "0.5.0"} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" 35 + url { 36 + src: "https://github.com/savonet/ocaml-ffmpeg/archive/v1.0.0-rc1.tar.gz" 37 + checksum: [ 38 + "md5=996d69434972553ecf3ae04e95d5c09d" 39 + "sha512=1ae911c8cf4743a39bdb8b6b38185975955adeb8f0dc263f9b8c93259df0f85492a0213a8c7ac13a56eee63a5c46f8184d6015ddc8b3047876d6226a75562d50" 40 + ] 41 + }
+41
packages/ffmpeg-avfilter/ffmpeg-avfilter.1.0.0~rc1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Bindings for the ffmpeg avfilter library" 3 + maintainer: ["Romain Beauxis <toots@rastageeks.org>"] 4 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 5 + license: "LGPL-2.1-only" 6 + homepage: "https://github.com/savonet/ocaml-ffmpeg" 7 + bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" 8 + depends: [ 9 + "conf-pkg-config" {build} 10 + "conf-ffmpeg" {build} 11 + "ocaml" {>= "4.08.0"} 12 + "dune" {>= "2.8"} 13 + "dune-configurator" {build} 14 + "ffmpeg-avutil" {= version} 15 + "odoc" {with-doc} 16 + ] 17 + conflicts: [ 18 + "ffmpeg" {< "0.5.0"} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" 35 + url { 36 + src: "https://github.com/savonet/ocaml-ffmpeg/archive/v1.0.0-rc1.tar.gz" 37 + checksum: [ 38 + "md5=996d69434972553ecf3ae04e95d5c09d" 39 + "sha512=1ae911c8cf4743a39bdb8b6b38185975955adeb8f0dc263f9b8c93259df0f85492a0213a8c7ac13a56eee63a5c46f8184d6015ddc8b3047876d6226a75562d50" 40 + ] 41 + }
+41
packages/ffmpeg-avutil/ffmpeg-avutil.1.0.0~rc1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Bindings for the ffmpeg avutil libraries" 3 + maintainer: ["Romain Beauxis <toots@rastageeks.org>"] 4 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 5 + license: "LGPL-2.1-only" 6 + homepage: "https://github.com/savonet/ocaml-ffmpeg" 7 + bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" 8 + depends: [ 9 + "conf-pkg-config" {build} 10 + "conf-ffmpeg" {build} 11 + "ocaml" {>= "4.08.0"} 12 + "dune" {>= "2.8"} 13 + "dune-configurator" {build} 14 + "base-threads" 15 + "odoc" {with-doc} 16 + ] 17 + conflicts: [ 18 + "ffmpeg" {< "0.5.0"} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" 35 + url { 36 + src: "https://github.com/savonet/ocaml-ffmpeg/archive/v1.0.0-rc1.tar.gz" 37 + checksum: [ 38 + "md5=996d69434972553ecf3ae04e95d5c09d" 39 + "sha512=1ae911c8cf4743a39bdb8b6b38185975955adeb8f0dc263f9b8c93259df0f85492a0213a8c7ac13a56eee63a5c46f8184d6015ddc8b3047876d6226a75562d50" 40 + ] 41 + }
+42
packages/ffmpeg-swresample/ffmpeg-swresample.1.0.0~rc1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Bindings for the ffmpeg swresample library" 3 + maintainer: ["Romain Beauxis <toots@rastageeks.org>"] 4 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 5 + license: "LGPL-2.1-only" 6 + homepage: "https://github.com/savonet/ocaml-ffmpeg" 7 + bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" 8 + depends: [ 9 + "conf-pkg-config" {build} 10 + "conf-ffmpeg" {build} 11 + "ocaml" {>= "4.08.0"} 12 + "dune" {>= "2.8"} 13 + "dune-configurator" {build} 14 + "ffmpeg-avutil" {= version} 15 + "ffmpeg-avcodec" {= 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: "https://github.com/savonet/ocaml-ffmpeg/archive/v1.0.0-rc1.tar.gz" 38 + checksum: [ 39 + "md5=996d69434972553ecf3ae04e95d5c09d" 40 + "sha512=1ae911c8cf4743a39bdb8b6b38185975955adeb8f0dc263f9b8c93259df0f85492a0213a8c7ac13a56eee63a5c46f8184d6015ddc8b3047876d6226a75562d50" 41 + ] 42 + }
+41
packages/ffmpeg-swscale/ffmpeg-swscale.1.0.0~rc1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Bindings for the ffmpeg swscale library" 3 + maintainer: ["Romain Beauxis <toots@rastageeks.org>"] 4 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 5 + license: "LGPL-2.1-only" 6 + homepage: "https://github.com/savonet/ocaml-ffmpeg" 7 + bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" 8 + depends: [ 9 + "conf-pkg-config" {build} 10 + "conf-ffmpeg" {build} 11 + "ocaml" {>= "4.08.0"} 12 + "dune" {>= "2.8"} 13 + "dune-configurator" {build} 14 + "ffmpeg-avutil" {= version} 15 + "odoc" {with-doc} 16 + ] 17 + conflicts: [ 18 + "ffmpeg" {< "0.5.0"} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" 35 + url { 36 + src: "https://github.com/savonet/ocaml-ffmpeg/archive/v1.0.0-rc1.tar.gz" 37 + checksum: [ 38 + "md5=996d69434972553ecf3ae04e95d5c09d" 39 + "sha512=1ae911c8cf4743a39bdb8b6b38185975955adeb8f0dc263f9b8c93259df0f85492a0213a8c7ac13a56eee63a5c46f8184d6015ddc8b3047876d6226a75562d50" 40 + ] 41 + }
+41
packages/ffmpeg/ffmpeg.1.0.0~rc1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Bindings for the ffmpeg libraries" 3 + maintainer: ["Romain Beauxis <toots@rastageeks.org>"] 4 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 5 + license: "LGPL-2.1-only" 6 + homepage: "https://github.com/savonet/ocaml-ffmpeg" 7 + bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" 8 + depends: [ 9 + "ocaml" {>= "4.08.0"} 10 + "dune" {>= "2.8"} 11 + "ffmpeg-av" {= version} 12 + "ffmpeg-avutil" {= version} 13 + "ffmpeg-avcodec" {= version} 14 + "ffmpeg-avfilter" {= version} 15 + "ffmpeg-avdevice" {= version} 16 + "ffmpeg-swscale" {= version} 17 + "ffmpeg-swresample" {= version} 18 + "odoc" {with-doc} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" 35 + url { 36 + src: "https://github.com/savonet/ocaml-ffmpeg/archive/v1.0.0-rc1.tar.gz" 37 + checksum: [ 38 + "md5=996d69434972553ecf3ae04e95d5c09d" 39 + "sha512=1ae911c8cf4743a39bdb8b6b38185975955adeb8f0dc263f9b8c93259df0f85492a0213a8c7ac13a56eee63a5c46f8184d6015ddc8b3047876d6226a75562d50" 40 + ] 41 + }