[MPlayer-cvslog] r32489 - trunk/debian/daily-build.sh

siretart subversion at mplayerhq.hu
Thu Oct 14 10:37:47 CEST 2010


Author: siretart
Date: Thu Oct 14 10:37:47 2010
New Revision: 32489

Log:
add hint for building an mplayer package that uses libdvdcss at runtime instead of the internal copy

Modified:
   trunk/debian/daily-build.sh

Modified: trunk/debian/daily-build.sh
==============================================================================
--- trunk/debian/daily-build.sh	Thu Oct 14 10:36:31 2010	(r32488)
+++ trunk/debian/daily-build.sh	Thu Oct 14 10:37:47 2010	(r32489)
@@ -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)


More information about the MPlayer-cvslog mailing list