46768830ae
Now x11-packages repository will use original names for packages. For example, libgtk2 now will be provided as gtk2, libgtk3 will be available as gtk3, libsdl - as sdl. List of changed packages: libatk --> atk libglu --> glu libgtk2 --> gtk2 libgtk3 --> gtk3 libmesa --> mesa libsdl --> sdl libsdl2 --> sdl2 libsdl-net --> sdl-net riscvemu-sdl --> riscvemu xorg-xvfb --> xorg-server-xvfb List of dependent packages (should be rebuilt with new deps): dosbox, emacs-x, galculator, geany, libepoxy, mtpaint, qemu-system-x86_64, the-powder-toy, tigervnc, wireshark-gtk, xarchiver. Note: depending on which packages are installed, it may be necessary to upgrade with 'apt dist-upgrade'.
26 lines
744 B
Diff
26 lines
744 B
Diff
diff -uNr SDL2-2.0.8/include/SDL_rwops.h SDL2-2.0.8.mod/include/SDL_rwops.h
|
|
--- SDL2-2.0.8/include/SDL_rwops.h 2018-03-01 18:34:41.000000000 +0200
|
|
+++ SDL2-2.0.8.mod/include/SDL_rwops.h 2018-09-07 16:13:56.453571346 +0300
|
|
@@ -93,20 +93,7 @@
|
|
Uint32 type;
|
|
union
|
|
{
|
|
-#if defined(__ANDROID__)
|
|
- struct
|
|
- {
|
|
- void *fileNameRef;
|
|
- void *inputStreamRef;
|
|
- void *readableByteChannelRef;
|
|
- void *readMethod;
|
|
- void *assetFileDescriptorRef;
|
|
- long position;
|
|
- long size;
|
|
- long offset;
|
|
- int fd;
|
|
- } androidio;
|
|
-#elif defined(__WIN32__)
|
|
+#if defined(__WIN32__)
|
|
struct
|
|
{
|
|
SDL_bool append;
|