[SCM] mpv/master: Revert --enable-tv and remove build dependency on libv4l-dev

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Thu Jul 20 16:06:03 UTC 2017


The following commit has been merged in the master branch:
commit 168c5b848a65378f680866a2adf3ee156661154c
Author: James Cowgill <jcowgill at debian.org>
Date:   Thu Jul 20 15:35:03 2017 +0100

    Revert --enable-tv and remove build dependency on libv4l-dev
    
    I was (until now) unaware that there was a replacement for this by
    using libav to handle all the video4linux stuff. Therefore this can be
    disabled again.

diff --git a/debian/control b/debian/control
index b55b162..caa9a11 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,6 @@ Build-Depends:
  libsndio-dev (>= 1.0.1),
  libswscale-dev (>= 7:3.2.2),
  libuchardet-dev,
- libv4l-dev,
  libva-dev,
  libvdpau-dev,
  libwayland-dev [linux-any],
diff --git a/debian/rules b/debian/rules
index 22e5e4d..a70bb95 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,6 @@ override_dh_auto_configure:
 			--enable-libsmbclient				\
 			--enable-sdl2					\
 			--enable-sndio					\
-			--enable-tv					\
 			--enable-zsh-comp				\
 			--disable-build-date
 

-- 
mpv packaging



More information about the pkg-multimedia-commits mailing list