# HG changeset patch # User siretart # Date 1287045467 0 # Node ID 76854194b09ead450d667bd4cda4fd429899d251 # Parent 32eb0475a2d2b636e1ea6bb167a6c4ebff0a13ad add hint for building an mplayer package that uses libdvdcss at runtime instead of the internal copy diff -r 32eb0475a2d2 -r 76854194b09e debian/daily-build.sh --- a/debian/daily-build.sh Thu Oct 14 08:36:31 2010 +0000 +++ b/debian/daily-build.sh Thu Oct 14 08:37:47 2010 +0000 @@ -3,6 +3,9 @@ # wrapper around dpkg-buildpackage to generate correct changelog # use "debian/daily-build.sh -b" to create binary packages # and "debian/daily-build.sh -S" to create a source package only +# +# use this invocation to load system libdvdcss at runtime +# env DEB_EXTRA_CONFIGURE_FLAGS=--disable-libdvdcss-internal debian/daily-build.sh -Ilibdvdcss LC_ALL=C svn info 2> /dev/null | grep Revision | cut -d' ' -f2 version=$(LC_ALL=C svn info 2> /dev/null | grep Revision | cut -d' ' -f2)