[SCM] obs-studio/master: Disable and remove libcaption

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Wed Apr 19 20:07:29 UTC 2017


The following commit has been merged in the master branch:
commit 53054a31bfb08d43b856532548a56bc516333192
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Wed Apr 19 22:06:06 2017 +0200

    Disable and remove libcaption

diff --git a/debian/copyright b/debian/copyright
index de3f00f..900a0f5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,6 +7,7 @@ Files-Excluded:
  deps/jansson/*
  deps/blake2/*
  deps/lzma/*
+ deps/libcaption/*
  plugins/obs-qsv11/*
 
 Files: *
diff --git a/debian/rules b/debian/rules
index 9d7a38c..40f662b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,8 @@ override_dh_auto_configure:
 	dh_auto_configure -- \
 		-DOBS_MULTIARCH_SUFFIX=/$(DEB_HOST_MULTIARCH) \
 		-DUNIX_STRUCTURE=1 \
-		-DENABLE_WIN_UPDATER=0
+		-DENABLE_WIN_UPDATER=0 \
+		-DBUILD_CAPTIONS=0
 
 override_dh_auto_build:
 	dh_auto_build

-- 
obs-studio packaging



More information about the pkg-multimedia-commits mailing list