[SCM] ardour/master: B-D on C++-API of libtag

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Sep 24 12:40:01 UTC 2015


The following commit has been merged in the master branch:
commit 5c67f64fea9ecb2c03576d2a54c1f1323c0c6cfe
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Thu Sep 24 13:30:20 2015 +0200

    B-D on C++-API of libtag
    
    ardour really uses the C++-API (libtag1-dev).
    this only worked because the C-API (libtagc0-dev) pulls in the C++-package

diff --git a/debian/rules b/debian/rules
index e72a81e..e754cfc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -135,7 +135,7 @@ CDBS_BUILD_DEPENDS += , ladspa-sdk (>= 1.1-2),\
 					  librubberband-dev, \
 					  libsamplerate0-dev (>= 0.1.8),\
 					  libsndfile1-dev (>= 1.0.25),\
-					  libtagc0-dev, \
+					  libtag1-dev, \
 					  lv2-dev (>= 1.2.0),\
 					  vamp-plugin-sdk (>=2.1)
 CDBS_BUILD_DEPENDS += , python-setuptools,\

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list