[SCM] mpv/master: Re-enable CDDA support via libcdio

ghedo at users.alioth.debian.org ghedo at users.alioth.debian.org
Sat Oct 25 13:27:04 UTC 2014


The following commit has been merged in the master branch:
commit 8011fd4c1f27a119f8207e9ccc4b55e42348b60c
Author: Alessandro Ghedini <alessandro at ghedini.me>
Date:   Sat Oct 25 15:09:16 2014 +0200

    Re-enable CDDA support via libcdio
    
    Closes: #766725

diff --git a/debian/control b/debian/control
index 5697b07..c02bbbb 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Build-Depends: debhelper (>= 9),
  libavutil-dev (>= 6:10~),
  libbluray-dev,
  libbs2b-dev,
+ libcdio-paranoia-dev,
  libdvdnav-dev,
  libdvdread-dev,
  libegl1-mesa-dev [linux-any],
diff --git a/debian/rules b/debian/rules
index 400a12d..8026a18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,7 @@ override_dh_auto_configure:
 			--prefix=/usr				\
 			--libdir=/usr/lib/$(DEB_HOST_MULTIARCH)	\
 			--confdir=/etc/mpv			\
+			--enable-cdda				\
 			--enable-sdl2				\
 			--enable-zsh-comp			\
 			--enable-libmpv-shared

-- 
mpv packaging



More information about the pkg-multimedia-commits mailing list