[Pkg-sdl-commits] [libsdl1.2] 01/08: Disable suppot for DirectFB (Closes: #816125)

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Sat Mar 12 00:40:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

mafm pushed a commit to branch master
in repository libsdl1.2.

commit 03a1e1b7fd43b065237a0c7e892781be8b318bc8
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Fri Mar 11 23:52:11 2016 +0000

    Disable suppot for DirectFB (Closes: #816125)
---
 debian/changelog |  6 ++++++
 debian/control   | 10 ++++------
 debian/rules     |  2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a2897d0..dc09af2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libsdl1.2 (1.2.15+dfsg1-3) UNRELEASED; urgency=medium
+
+  * Disable suppot for DirectFB (Closes: #816125)
+
+ -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Fri, 11 Mar 2016 23:45:17 +0000
+
 libsdl1.2 (1.2.15+dfsg1-2) unstable; urgency=medium
 
   * d/control: remove "Multi-Arch: no" from -dev package, despite what
diff --git a/debian/control b/debian/control
index afe79f8..417dc7a 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,6 @@ Build-Depends: debhelper (>= 9),
                libgl1-mesa-dev,
                libasound2-dev [linux-any],
                libcaca-dev,
-               libdirectfb-dev (>= 1.0) [!hurd-i386],
                libusbhid-dev [kfreebsd-any],
                libglu1-mesa-dev
 Vcs-Git: git://anonscm.debian.org/pkg-sdl/packages/libsdl1.2.git
@@ -49,11 +48,11 @@ Conflicts: libsdl1.2debian-all,
            libsdl1.2-nas,
            libsdl1.2
 Description: Simple DirectMedia Layer
- SDL is a library that allows programs portable low level access to
- a video framebuffer, audio output, mouse, and keyboard.
+ SDL is a library that allows programs portable low level access to a video
+ framebuffer, audio output, mouse, and keyboard.
  .
- This version of SDL is compiled with X11, caca and DirectFB graphics 
- drivers and OSS, ALSA, NAS and PulseAudio sound drivers.
+ This version of SDL is compiled with X11 and caca graphics drivers and OSS,
+ ALSA, NAS and PulseAudio sound drivers.
 
 Package: libsdl1.2-dev
 Architecture: any
@@ -62,7 +61,6 @@ Depends: ${misc:Depends},
          libsdl1.2debian (= ${binary:Version}),
          libasound2-dev [linux-any],
          libcaca-dev,
-         libdirectfb-dev (>= 0.9.22),
          libglu1-mesa-dev | libglu-dev,
          libpulse-dev,
          libusbhid-dev [kfreebsd-any],
diff --git a/debian/rules b/debian/rules
index 242c7fb..b20706c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ confflags = --disable-rpath --enable-sdl-dlopen --disable-loadso \
             --disable-nas --disable-esd --disable-arts \
             --disable-alsa-shared --disable-pulseaudio-shared \
             --disable-x11-shared \
-            --enable-video-directfb --enable-video-caca
+            --enable-video-caca
 
 # Only use NASM routines on x86 CPUs
 ifeq ($(DEB_HOST_ARCH_CPU),i386)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl1.2.git



More information about the pkg-sdl-commits mailing list