[oe-commits] Martin Jansa : sox: add dependency on libvorbis

git at git.openembedded.org git at git.openembedded.org
Sat Aug 9 16:13:25 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 3ce213b8e513d431698e6130199ce72416eb7b56
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3ce213b8e513d431698e6130199ce72416eb7b56

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Aug  9 14:38:05 2014 +0200

sox: add dependency on libvorbis

* fixes following floating dependencies:
  sox/sox/latest lost dependency on  libvorbis

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb b/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb
index 18d77bb..758fec9 100644
--- a/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb
+++ b/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb
@@ -4,7 +4,7 @@ and can apply different effects and filters to the audio data."
 HOMEPAGE = "http://sox.sourceforge.net"
 SECTION = "audio"
 
-DEPENDS = "libpng libav libsndfile1"
+DEPENDS = "libpng libav libsndfile1 libvorbis"
 
 PR = "r2"
 



More information about the Openembedded-commits mailing list