From 2f224ce02d61f4e9614222fb2cc1839552b9c084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20B=C5=82aszk=C3=B3w?= Date: Tue, 6 Nov 2018 14:11:06 +0100 Subject: [PATCH] Use deps from hex.pm & bump version --- mix.exs | 14 ++++++-------- mix.lock | 12 ++++++------ 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/mix.exs b/mix.exs index 58841a9..b50f317 100644 --- a/mix.exs +++ b/mix.exs @@ -1,9 +1,8 @@ defmodule Membrane.Element.FFmpeg.SWResample.Mixfile do use Mix.Project - Application.put_env(:bundlex, :membrane_element_ffmpeg_swresample, __ENV__) @github_url "https://github.com/membraneframework/membrane-element-ffmpeg-swresample" - @version "0.1.1" + @version "0.2.0" def project do [ @@ -63,12 +62,11 @@ defmodule Membrane.Element.FFmpeg.SWResample.Mixfile do defp deps do [ {:ex_doc, "~> 0.19", only: :dev, runtime: false}, - # {:membrane_core, "~> 0.1"}, - {:membrane_core, github: "membraneframework/membrane-core"}, - {:membrane_caps_audio_raw, github: "membraneframework/membrane-caps-audio-raw"}, - {:bunch, github: "membraneframework/bunch", override: true}, - {:unifex, github: "membraneframework/unifex"}, - {:membrane_common_c, github: "membraneframework/membrane-common-c"}, + {:membrane_core, "~> 0.2"}, + {:membrane_caps_audio_raw, "~> 0.1"}, + {:bunch, "~> 0.1.2"}, + {:unifex, "~> 0.1"}, + {:membrane_common_c, "~> 0.2"}, {:bundlex, "~> 0.1"}, {:mockery, "~> 2.1", runtime: false} ] diff --git a/mix.lock b/mix.lock index 12d1ebd..8c4cc0c 100644 --- a/mix.lock +++ b/mix.lock @@ -1,6 +1,6 @@ %{ "bimap": {:hex, :bimap, "0.1.1", "f0406e59f65ba903af678383d2356d0a6e59fb794adc1a7dd32bd8fabe0f028f", [:mix], [], "hexpm"}, - "bunch": {:git, "https://github.com/membraneframework/bunch.git", "13fdefd0d8b4f8c4276ab013675ef445c06b5086", []}, + "bunch": {:hex, :bunch, "0.1.2", "2389a4bcdb62382fbfeed9e19952cc22452dc0c01b4bcac941cce00ef212d7b4", [:mix], [], "hexpm"}, "bunch_native": {:hex, :bunch_native, "0.1.1", "9895b2cf5e5c6847af5de80c8d485ea9c69021a21e74c7237ab64e7a225c06c2", [:mix], [{:bundlex, "~> 0.1", [hex: :bundlex, repo: "hexpm", optional: false]}], "hexpm"}, "bundlex": {:hex, :bundlex, "0.1.3", "f55cce979fe656e48ae7fc4d36a90c65fce907632d65b54828388735a71b840b", [:mix], [{:porcelain, "~> 2.0", [hex: :porcelain, repo: "hexpm", optional: false]}], "hexpm"}, "connection": {:hex, :connection, "1.0.4", "a1cae72211f0eef17705aaededacac3eb30e6625b04a6117c1b2db6ace7d5976", [:mix], []}, @@ -9,13 +9,13 @@ "makeup": {:hex, :makeup, "0.5.5", "9e08dfc45280c5684d771ad58159f718a7b5788596099bdfb0284597d368a882", [:mix], [{:nimble_parsec, "~> 0.4", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm"}, "makeup_elixir": {:hex, :makeup_elixir, "0.10.0", "0f09c2ddf352887a956d84f8f7e702111122ca32fbbc84c2f0569b8b65cbf7fa", [:mix], [{:makeup, "~> 0.5.5", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm"}, "membrane_caps_audio_mpeg": {:git, "git@github.com:membraneframework/membrane-caps-audio-mpeg.git", "4f29dec1b3058cdf1d113484240569b64d4334b2", []}, - "membrane_caps_audio_raw": {:git, "https://github.com/membraneframework/membrane-caps-audio-raw.git", "14ad9ca2ff06a46c4738d135569f5beb3775efe5", []}, - "membrane_common_c": {:git, "https://github.com/membraneframework/membrane-common-c.git", "0e86e469474f8628f7c21132d561e14b3a16cfad", []}, - "membrane_core": {:git, "https://github.com/membraneframework/membrane-core.git", "6da99699d8b8de070ec92c3cded2e38cc24d90d3", []}, + "membrane_caps_audio_raw": {:hex, :membrane_caps_audio_raw, "0.1.3", "f7e01d9e8e4c6b8622c04efba0328635e3e852fbf058be547e08b382d4e52e50", [:mix], [{:bimap, "~> 0.1", [hex: :bimap, repo: "hexpm", optional: false]}, {:bunch, "~> 0.1", [hex: :bunch, repo: "hexpm", optional: false]}, {:membrane_core, "~> 0.2", [hex: :membrane_core, repo: "hexpm", optional: false]}], "hexpm"}, + "membrane_common_c": {:hex, :membrane_common_c, "0.2.0", "6e6b04456fb6737d94ed15e55f363bf6c338b05936f1c49f3082a037b5ff4ce4", [:mix], [{:bundlex, "~> 0.1.3", [hex: :bundlex, repo: "hexpm", optional: false]}, {:membrane_core, "~> 0.2.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:shmex, "~> 0.1.2", [hex: :shmex, repo: "hexpm", optional: false]}, {:unifex, "~> 0.1.0", [hex: :unifex, repo: "hexpm", optional: false]}], "hexpm"}, + "membrane_core": {:hex, :membrane_core, "0.2.0", "de05223ce50661518d47ac9bfb79854483490d8322876724c86cef3aa806b66c", [:mix], [{:bunch, "~> 0.1.2", [hex: :bunch, repo: "hexpm", optional: false]}, {:qex, "~> 0.3", [hex: :qex, repo: "hexpm", optional: false]}], "hexpm"}, "mockery": {:hex, :mockery, "2.3.0", "f1af3976916e7402427116f491e3038a251857de8f0836952c2fa24ad6de4317", [:mix], [], "hexpm"}, "nimble_parsec": {:hex, :nimble_parsec, "0.4.0", "ee261bb53214943679422be70f1658fff573c5d0b0a1ecd0f18738944f818efe", [:mix], [], "hexpm"}, "porcelain": {:hex, :porcelain, "2.0.3", "2d77b17d1f21fed875b8c5ecba72a01533db2013bd2e5e62c6d286c029150fdc", [:mix], [], "hexpm"}, "qex": {:hex, :qex, "0.5.0", "5a3a9becf67d4006377c4c247ffdaaa8ae5b3634a0caadb788dc24d6125068f4", [:mix], [], "hexpm"}, - "shmex": {:git, "https://github.com/membraneframework/shmex.git", "379d4a91b4641922240d2ae1beb202f05671fc23", []}, - "unifex": {:git, "https://github.com/membraneframework/unifex.git", "8469cede71f683ed450a1a70d37e28fd0dfd24a9", []}, + "shmex": {:hex, :shmex, "0.1.2", "c12c11b7bf315589d7aef4de1030e5d15c72c25a828624daf81d76a50ce894c2", [:mix], [{:bunch, "~> 0.1.2", [hex: :bunch, repo: "hexpm", optional: false]}, {:bunch_native, "~> 0.1.1", [hex: :bunch_native, repo: "hexpm", optional: false]}, {:bundlex, "~> 0.1.3", [hex: :bundlex, repo: "hexpm", optional: false]}], "hexpm"}, + "unifex": {:hex, :unifex, "0.1.0", "1937dfceba8fe9b9cbc58d1091615e07814c736cc5adf8b159f8e65a9b4468f4", [:mix], [{:bunch, "~> 0.1.2", [hex: :bunch, repo: "hexpm", optional: false]}, {:bundlex, "~> 0.1.3", [hex: :bundlex, repo: "hexpm", optional: false]}, {:shmex, "~> 0.1.2", [hex: :shmex, repo: "hexpm", optional: false]}], "hexpm"}, }