summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2010-03-14 15:12:25 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2010-03-14 15:12:25 +0000
commitabd0a463dca3cdc98d11c7ff811a9be3099d01cc (patch)
tree3dee9564a8e7ba68c21c16844af327727b36ce0a /debian
parent09e2ba368cb0b68e9b91d4b78709c8efa044c538 (diff)
parent841473467fd19e4fa4e255d9e17af526ecee5ac8 (diff)
downloadxine-lib-abd0a463dca3cdc98d11c7ff811a9be3099d01cc.tar.gz
xine-lib-abd0a463dca3cdc98d11c7ff811a9be3099d01cc.tar.bz2
Merge from 1.1.
--HG-- rename : src/libspudec/xine_spu_decoder.c => src/spu_dec/spu_decoder.c rename : src/libspudec/spu.c => src/spu_dec/spudec.c rename : src/libspudec/spu.h => src/spu_dec/spudec.h
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index a5137841c..c9c57183c 100644
--- a/debian/control
+++ b/debian/control
@@ -26,6 +26,7 @@ Build-Depends: debhelper (>= 5.0.1), binutils (>= 2.12.90.0.9), pkg-config,
libflac-dev, libsdl1.2-dev, libwavpack-dev,
libsmbclient-dev, libspeex-dev, libmng-dev,
libmad0-dev, libmpcdec-dev, libcdio-dev (>= 0.76-1), libvcdinfo-dev,
+ libdvdnav-dev, libdvdread-dev,
zlib1g-dev, w3m, xmlto, librsvg2-bin
Standards-Version: 3.7.2
diff --git a/debian/rules b/debian/rules
index bdaa347f8..0e03b0edd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,6 +70,7 @@ CONFIGURE_FLAGS := \
--with-freetype \
--with-wavpack \
--enable-ipv6 \
+ --with-external-dvdnav \
$(DEB_BUILD_CONFIG_OPTIONS)
configure: configure-stamp