[mupen64plus-video-glide64] 135/172: Switch from SDL 1.2 to SDL 2.0

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:12:02 UTC 2015


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

ecsv-guest pushed a commit to branch master
in repository mupen64plus-video-glide64.

commit d6591efee0558bbdc2abcea8f51e00ffd2bdb3e5
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sun Jun 9 23:06:03 2013 +0200

    Switch from SDL 1.2 to SDL 2.0
---
 debian/changelog | 9 +++++++++
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b1b8b91..8dc09f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+mupen64plus-video-glide64 (1.99.5+23+ecd597fb6dcf-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - Switch from SDL 1.2 to SDL 2.0
+  * debian/control:
+    - Depend on libsdl2-dev instead of libsdl1.2-dev
+
+ -- Sven Eckelmann <sven at narfation.org>  Sun, 09 Jun 2013 23:01:57 +0200
+
 mupen64plus-video-glide64 (1.99.5+23+ecd597fb6dcf-1) experimental; urgency=low
 
   * New Upstream Snapshot from ecd597fb6dcf8340f44832d3a28ea1716782375b
diff --git a/debian/control b/debian/control
index 1aa23e9..bcadb09 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
  dpkg-dev (>= 1.16.1.1),
  libgl1-mesa-dev | libgl-dev,
  libmupen64plus-dev (>= 1.99.5+207+cbb5cbe2d4fc),
- libsdl1.2-dev | libsdl-dev,
+ libsdl2-dev,
  pkg-config,
 
 Package: mupen64plus-video-glide64
diff --git a/debian/rules b/debian/rules
index 7faef1c..d05769c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
-MAKEOPTIONS = V=1 UNAME='$(DEB_HOST_ARCH_OS)' HOST_CPU='$(DEB_HOST_GNU_CPU)' APIDIR=/usr/include/mupen64plus/ DEBUG=1 PREFIX=/usr/ LIBDIR="/usr/lib/$(DEB_HOST_MULTIARCH)" PIC=1 OPTFLAGS="-DNDEBUG" SHAREDIR="/usr/share/games/mupen64plus/"
+MAKEOPTIONS = V=1 UNAME='$(DEB_HOST_ARCH_OS)' HOST_CPU='$(DEB_HOST_GNU_CPU)' APIDIR=/usr/include/mupen64plus/ DEBUG=1 PREFIX=/usr/ LIBDIR="/usr/lib/$(DEB_HOST_MULTIARCH)" PIC=1 OPTFLAGS="-DNDEBUG" SHAREDIR="/usr/share/games/mupen64plus/" SDL_CONFIG=sdl2-config
 
 DBG_PACKAGE=$(shell dpkg-parsechangelog|grep '^Source: '|sed 's/^Source:\s*//')-dbg
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-glide64.git



More information about the Pkg-games-commits mailing list