[SCM] mplayer2/master: Drop libsvga support, it's dead upstream (Closes: #640229).

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Sep 4 08:37:13 UTC 2011


The following commit has been merged in the master branch:
commit c7ab44c6c4434137a945a7b6502665a5c36681d3
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Sep 4 10:36:46 2011 +0200

    Drop libsvga support, it's dead upstream (Closes: #640229).

diff --git a/debian/control b/debian/control
index 0c7324c..7005810 100644
--- a/debian/control
+++ b/debian/control
@@ -48,7 +48,6 @@ Build-Depends:
  libsdl1.2-dev | libsdl1.1-dev,
  libsmbclient-dev,
  libspeex-dev,
- libsvga1-dev [i386 amd64],
  libswscale-dev (>= 4:0.7~rc1~),
  libtheora-dev (>= 1.0~beta1),
  libtool,
diff --git a/debian/rules b/debian/rules
index 6015aeb..2847016 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,11 @@ NUMJOBS := -j$(shell getconf _NPROCESSORS_ONLN 2>/dev/null || echo 1)
 endif
 endif
 
-confflags := --prefix=/usr --confdir=/etc/mplayer --enable-translation --enable-debug=3
+confflags := --prefix=/usr \
+	--confdir=/etc/mplayer \
+	--enable-translation \
+	--disable-svga \
+	--enable-debug=3
 
 # runtime cpu detection works on x86 and ppc only. These checks also work on kfreebsd!
 DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)

-- 
mplayer2 packaging



More information about the pkg-multimedia-commits mailing list