[renpy] 10/17: Switch to SDL2.
Markus Koschany
apo-guest at moszumanska.debian.org
Thu Jan 21 11:25:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch experimental
in repository renpy.
commit 6216eccfdf0b24a839ae45f4888dc79e6fcd1784
Author: Markus Koschany <apo at debian.org>
Date: Tue Jan 19 22:33:02 2016 +0100
Switch to SDL2.
Remove libspeex-dev, libavutil-dev, libmodplug-dev, libswcale-dev,
libpng-dev. Obsolete. Add libjpeg-dev.
---
debian/changelog | 2 ++
debian/control | 15 ++++++---------
debian/renpy-demo.install | 2 +-
debian/renpy-thequestion.install | 2 +-
debian/renpy.install | 2 +-
5 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 815bbcb..4c75fc8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
renpy (6.99.8-1) unstable; urgency=medium
* New upstream release.
+ * Switch to SDL2. Remove libspeex-dev,libavutil-dev, libmodplug-dev,
+ libswcale-dev, libpng-dev, Add libjpeg-dev
-- Markus Koschany <apo at debian.org> Sun, 17 Jan 2016 15:56:50 +0100
diff --git a/debian/control b/debian/control
index 390b7d1..f14dd13 100644
--- a/debian/control
+++ b/debian/control
@@ -8,21 +8,18 @@ Build-Depends:
cython,
debhelper (>= 9),
dh-python,
+ ibsdl2-mixer-dev,
libavcodec-dev,
libavformat-dev,
libavresample-dev,
- libavutil-dev,
libfreetype6-dev,
libfribidi-dev,
libglew-dev,
- libmodplug-dev,
- libpng-dev,
- libsdl-image1.2-dev,
- libsdl-sound1.2-dev,
- libsdl-ttf2.0-dev,
- libsdl1.2-dev,
- libspeex-dev,
- libswscale-dev,
+ libjpeg-dev,
+ libsdl2-dev,
+ libsdl2-gfx-dev,
+ libsdl2-image-dev,
+ libsdl2-ttf-dev,
python-all-dev,
python-pygame,
python-setuptools,
diff --git a/debian/renpy-demo.install b/debian/renpy-demo.install
index 7ad60a5..091d716 100644
--- a/debian/renpy-demo.install
+++ b/debian/renpy-demo.install
@@ -1,4 +1,4 @@
-debian/renpy-demo.desktop usr/share/applications
debian/bin/renpy-demo.sh usr/share/games/renpy
debian/icons/renpy-demo.xpm usr/share/pixmaps
+debian/renpy-demo.desktop usr/share/applications
tutorial/* usr/share/games/renpy/demo
diff --git a/debian/renpy-thequestion.install b/debian/renpy-thequestion.install
index c68397a..a0794a2 100644
--- a/debian/renpy-thequestion.install
+++ b/debian/renpy-thequestion.install
@@ -1,4 +1,4 @@
debian/bin/renpy-the_question.sh usr/share/games/renpy
-debian/renpy-thequestion.desktop usr/share/applications
debian/icons/renpy-thequestion.xpm usr/share/pixmaps
+debian/renpy-thequestion.desktop usr/share/applications
the_question/* usr/share/games/renpy/the_question
diff --git a/debian/renpy.install b/debian/renpy.install
index 9ab71b9..7624ee6 100644
--- a/debian/renpy.install
+++ b/debian/renpy.install
@@ -1,5 +1,5 @@
-debian/renpy.desktop usr/share/applications
debian/icons/renpy.xpm usr/share/pixmaps
+debian/renpy.desktop usr/share/applications
launcher usr/share/games/renpy
renpy usr/share/games/renpy
renpy.py usr/share/games/renpy
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/renpy.git
More information about the Pkg-games-commits
mailing list