Sam Lantinga
f002c5c73f
Updated version to 2.0.12 for release candidate build
2020-03-01 14:58:16 -08:00
Ryan C. Gordon
e0661f0cdf
cmake: more proper sdl2-config.cmake work (thanks, Alexander!)
...
Fixes Bugzilla #4970 .
--HG--
extra : amend_source : 58e7991ac25965c177e3f11346396f19e2ca6c5d
2020-02-21 15:52:35 -05:00
Sam Lantinga
6b6170caf6
Updated copyright date for 2020
2020-01-16 20:49:25 -08:00
Sam Lantinga
455a109d79
Updated SDL development builds to version 2.0.11
2019-09-22 10:37:16 -07:00
Sam Lantinga
a288bb0eca
Updated version to 2.0.10
2019-06-17 10:13:28 -07:00
Sam Lantinga
af32a2f4cd
Updated copyright for 2019
2019-01-04 22:01:14 -08:00
Sam Lantinga
51a10d7f68
Used confflags +=, so each option can be enabled individually, if desired
2018-11-07 07:52:39 -08:00
Sam Lantinga
54d22a6fe8
The Debian maintainers aren't using these rules, so enable dynamic loading of shared libraries by default for the Steam Linux Runtime
2018-11-07 07:38:11 -08:00
Sam Lantinga
f355625f9c
Updated version to 2.0.9
2018-09-26 10:08:14 -07:00
Sam Lantinga
346af016a5
Updated copyright for 2018
2018-01-03 10:03:25 -08:00
Sam Lantinga
a429dc96f9
Updated version to 2.0.8 since SDL_image depends on it
2017-11-04 21:58:48 -07:00
Sam Lantinga
3ca107edbd
Updated version to 2.0.7
2017-10-12 08:08:04 -07:00
Sam Lantinga
12ccc0815f
Make sure the libtool archives are installed
2017-09-09 08:34:46 -07:00
Sam Lantinga
d26a67c874
We don't need libvulkan-dev to build Vulkan support
2017-09-09 07:35:55 -07:00
Sam Lantinga
296d251a0b
Updated Debian changelog for 2.0.6 release
2017-09-09 07:30:25 -07:00
Ryan C. Gordon
a566435db1
vulkan: Initial Vulkan support!
...
This work was done by Jacob Lifshay and Mark Callow; I'm just merging it
into revision control.
--HG--
extra : rebase_source : cb3bb332146125366b5242c0d7444f44638733d9
extra : amend_source : c72ebb6d3a92efc3fdd085ce3b6d4b1d7f573cc9
2017-08-27 22:15:57 -04:00
Sam Lantinga
c5d89dc186
We don't actually build with the Xt library
2017-01-10 23:23:32 -08:00
Sam Lantinga
1b24bfad38
Updated copyright for 2017
2017-01-01 18:33:28 -08:00
Sam Lantinga
7000baacf0
Added fcitx-libs-dev to debian build dependencies, for Fcitx IME support
2016-11-28 08:05:45 -08:00
Sam Lantinga
e10c0baa5f
Added debian changelog entry for SDL 2.0.5
2016-11-28 07:34:25 -08:00
Ryan C. Gordon
0d2fc8ca8f
Replaced SDL_qsort with public domain code from PDCLib: http://pdclib.e43.eu/
...
--HG--
extra : rebase_source : ddb2748ed1e77c9a92a32d743241490a707cd41a
2016-02-15 03:16:46 -05:00
Sam Lantinga
81d9973057
Updated debian packaging files
2016-01-07 12:01:51 -08:00
Sam Lantinga
7ee8dda270
Updated copyright to 2016
2016-01-02 10:10:34 -08:00
Sam Lantinga
56b58afdbe
Updated the copyright year to 2015
2015-05-26 06:27:46 -07:00
Sam Lantinga
a12283899b
Added libibus-1.0-dev build dependency
2014-06-21 17:31:36 -07:00
Sam Lantinga
b821f84418
Updated SDL to version 2.0.3
2014-03-09 10:38:30 -07:00
Sam Lantinga
e49f7fcdf8
Updated SDL to version 2.0.2
2014-02-09 03:09:56 -08:00
Sam Lantinga
d7940a513e
Fixed bug 2374 - Update copyright for 2014...
...
Is it that time already??
2014-02-02 00:53:27 -08:00
Sam Lantinga
db8217dea5
Fixed bug 2180 - debian/rules: Makefiles should use tabs
...
Joseph Carter
Whitespace in a makefile is consequential. In fact, it's part of the syntax. And at least a few versions of make puke on Makefiles with lines indented with spaces, not tabs. Obviously GNU make used on Debianish systems is not strictly among them, or this would fail. Even so, I cannot resist the urge to pedantically fix this, if only to get rid of the bright syntax error red coloration in vim. :)
2013-11-03 11:34:03 -08:00
Sam Lantinga
05187f9ba8
Updated Debian package version to 2.0.1
2013-10-23 16:32:56 -07:00
Sam Lantinga
2b824bd331
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
...
Updated Makefile.in so "make dist" includes everything necessary for release.
--HG--
rename : BUGS => BUGS.txt
rename : COPYING => COPYING.txt
rename : CREDITS => CREDITS.txt
rename : INSTALL => INSTALL.txt
rename : README.android => README-android.txt
rename : README.cmake => README-cmake.txt
rename : README.DirectFB => README-directfb.txt
rename : README.gesture => README-gesture.txt
rename : README.HG => README-hg.txt
rename : README.iOS => README-ios.txt
rename : README.MacOSX => README-macosx.txt
rename : README.pandora => README-pandora.txt
rename : README.Platforms => README-platforms.txt
rename : README.Porting => README-porting.txt
rename : README.psp => README-psp.txt
rename : README.touch => README-touch.txt
rename : README.WinCE => README-wince.txt
rename : README => README.txt
rename : TODO => TODO.txt
2013-05-26 11:06:17 -07:00
Andreas Schiffler
750f6fb9d9
Deprecate test/automated and test/test-automation (replaced by test/testautomation*.*)
2013-05-18 23:32:53 -07:00
Sam Lantinga
cc3e8105ec
We don't need no stinking pre-release version number!
...
If we do end up needing something, we should use the Mercurial revision number.
2013-02-17 23:39:25 -08:00
Sam Lantinga
8cd8501f09
Updated debian files to be consistent across SDL packages
2013-02-16 11:43:59 -08:00
Sam Lantinga
2563e36110
Fixed package name in the control file
2013-02-16 04:43:38 -08:00
Sam Lantinga
f142f09b1e
Switched package name back, at the request of Manuel A. Fernandez Montecelo
2013-02-16 04:40:32 -08:00
Sam Lantinga
0729af112f
Switched debian package name to sdl2
...
Disabled most of the dynamic shared libraries so that the correct dependency set is created for the runtime package.
2013-02-15 14:11:28 -08:00
Sam Lantinga
4d92d49a5f
Added native Debian package information
2013-02-15 14:56:08 -08:00