Control: tags 870304 + patch
Control: tags 870304 + pending

Dear maintainer,

I've prepared an NMU for yabause (versioned as 0.9.14-2.1) and uploaded 
it to DELAYED/10. Please feel free to tell me if I should cancel it.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

diff -Nru yabause-0.9.14/debian/changelog yabause-0.9.14/debian/changelog
--- yabause-0.9.14/debian/changelog	2016-10-29 10:53:24.000000000 +0300
+++ yabause-0.9.14/debian/changelog	2017-08-29 15:49:16.000000000 +0300
@@ -1,3 +1,11 @@
+yabause (0.9.14-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Search for gdkglext-config.h in the new location.
+    (Closes: #870304)
+
+ -- Adrian Bunk <b...@debian.org>  Tue, 29 Aug 2017 15:49:16 +0300
+
 yabause (0.9.14-2) unstable; urgency=medium
 
   * Build without dynarec, as this fails with PIE.
diff -Nru yabause-0.9.14/debian/patches/gtkglext-patch.patch yabause-0.9.14/debian/patches/gtkglext-patch.patch
--- yabause-0.9.14/debian/patches/gtkglext-patch.patch	1970-01-01 02:00:00.000000000 +0200
+++ yabause-0.9.14/debian/patches/gtkglext-patch.patch	2017-08-29 15:49:10.000000000 +0300
@@ -0,0 +1,15 @@
+Description: Search for gdkglext-config.h in the new location
+Author: Adrian Bunk <b...@debian.org>
+Bug-Debian: https://bugs.debian.org/870304
+
+--- yabause-0.9.14.orig/src/gtk/CMakeLists.txt
++++ yabause-0.9.14/src/gtk/CMakeLists.txt
+@@ -12,7 +12,7 @@ set(PORT_INCLUDE_DIRS ${GTK2_INCLUDE_DIR
+ set(PORT_LIBRARIES ${GTK2_LIBRARIES})
+ 
+ if (OPENGL_FOUND)
+-	find_path(GDKGLEXT_CONFIG_INCLUDE_DIR gdkglext-config.h PATHS ${CMAKE_SYSTEM_PREFIX_PATH} PATH_SUFFIXES lib/gtkglext-1.0/include)
++	find_path(GDKGLEXT_CONFIG_INCLUDE_DIR gdkglext-config.h PATHS ${CMAKE_SYSTEM_PREFIX_PATH} PATH_SUFFIXES include/gtkglext-1.0)
+ 	find_path(GTKGLEXT_INCLUDE_DIR gtk/gtkgl.h PATH_SUFFIXES gtkglext-1.0)
+ 	find_library(GDKGLEXT_LIBRARY gdkglext-x11-1.0)
+ 	find_library(GTKGLEXT_LIBRARY gtkglext-x11-1.0)
diff -Nru yabause-0.9.14/debian/patches/series yabause-0.9.14/debian/patches/series
--- yabause-0.9.14/debian/patches/series	1970-01-01 02:00:00.000000000 +0200
+++ yabause-0.9.14/debian/patches/series	2017-08-29 15:48:23.000000000 +0300
@@ -0,0 +1 @@
+gtkglext-patch.patch

Reply via email to