This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit d1a2f9c3a78be8d0ac2a852c4196e6dfcf378ff2 Author: Jens Reyer <[email protected]> Date: Sat Jan 13 16:26:11 2018 +0100 Build with capi, gphoto, sane, and v4l support. This adds recommends on their runtime dependencies, we might demote this to suggests if this is not wanted for the default installation. --- debian/control.in | 4 ++++ debian/rules | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control.in b/debian/control.in index 4cd5d9e..3ea19e2 100644 --- a/debian/control.in +++ b/debian/control.in @@ -39,12 +39,14 @@ Build-Depends: unicode-data (<< 11), libpng-dev, libssl-dev, + libv4l-dev, libxml2-dev, libgsm1-dev, libjpeg-dev, libkrb5-dev, libtiff-dev, libpcap-dev, + libsane-dev, libudev-dev [linux-any], libpulse-dev [!kfreebsd-any], liblcms2-dev, @@ -52,11 +54,13 @@ Build-Depends: libxslt1-dev, unixodbc-dev, libcups2-dev, + libcapi20-dev, libopenal-dev, libdbus-1-dev, freeglut3-dev, libmpg123-dev, libasound2-dev, + libgphoto2-dev, libosmesa6-dev, libgnutls28-dev, libncurses5-dev, diff --git a/debian/rules b/debian/rules index c29b4e6..c1ff446 100755 --- a/debian/rules +++ b/debian/rules @@ -33,10 +33,6 @@ export DEB_LDFLAGS_MAINT_APPEND+=-Wl,-rpath,/$(LIBDIR) # configure options CONFLAGS=--with-gnutls \ --without-hal \ - --without-v4l \ - --without-sane \ - --without-capi \ - --without-gphoto \ --disable-tests \ --enable-maintainer-mode \ --libdir=/$(LIBDIR) \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
