[SCM] gerbera/master: Enable exiv2, enable ffmpegthumbnailer, and re-enable mysql

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Thu Oct 12 08:38:48 UTC 2017


The following commit has been merged in the master branch:
commit f959083a1d36a50a66cc70914114a4d118884177
Author: James Cowgill <jcowgill at debian.org>
Date:   Sun Oct 8 18:55:29 2017 +0100

    Enable exiv2, enable ffmpegthumbnailer, and re-enable mysql

diff --git a/debian/control b/debian/control
index 8341964..8d633cb 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,9 @@ Build-Depends:
  libavutil-dev,
  libcurl4-gnutls-dev,
  libexif-dev,
+ libexiv2-dev,
  libexpat-dev,
+ libffmpegthumbnailer-dev,
  libmagic-dev,
  libsqlite3-dev,
  libtag1-dev,
diff --git a/debian/rules b/debian/rules
index 2497ae7..d72a00c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,4 +8,8 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DWITH_AVCODEC=1
+	dh_auto_configure -- \
+		-DWITH_AVCODEC=1 \
+		-DWITH_EXIV2=1 \
+		-DWITH_FFMPEGTHUMBNAILER=1 \
+		-DWITH_MYSQL=1

-- 
gerbera packaging



More information about the pkg-multimedia-commits mailing list