[SCM] ffmpeg/master: Don't enable x11grab, which has been replaced with xcb.

aca-guest at users.alioth.debian.org aca-guest at users.alioth.debian.org
Sun Nov 6 19:40:16 UTC 2016


The following commit has been merged in the master branch:
commit 390d78a3b516af0544264fa0b11ea5cefeec5943
Author: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
Date:   Sun Nov 6 19:54:10 2016 +0100

    Don't enable x11grab, which has been replaced with xcb.

diff --git a/debian/control b/debian/control
index 6c7d733..e7bc0f9 100644
--- a/debian/control
+++ b/debian/control
@@ -137,8 +137,6 @@ Build-Depends:
  libx264-dev [!powerpcspe] <!stage1>,
 # --enable-libx265
  libx265-dev (>= 1.8),
-# --enable-x11grab
- libxext-dev,
 # --enable-libxvid
  libxvidcore-dev,
 # autodetected: decoder 'mpeg_xvmc'; outdev 'xv'
diff --git a/debian/rules b/debian/rules
index e9f90ed..f59b8eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -88,8 +88,7 @@ CONFIG := --prefix=/usr \
 	--enable-libzmq \
 	--enable-libzvbi \
 	--enable-opengl \
-	--enable-sdl2 \
-	--enable-x11grab
+	--enable-sdl2
 
 # The standard configuration only uses the shared CONFIG.
 CONFIG_standard = --enable-shared

-- 
ffmpeg packaging



More information about the pkg-multimedia-commits mailing list