Your message dated Fri, 24 Mar 2023 11:24:56 +0100
with message-id <ea716bbb-2a54-e97d-4898-075592842...@yahoo.it>
and subject line Re: opentk: Please disable OpenGL ES 1 support
has caused the Debian Bug report #855120,
regarding opentk: Please disable OpenGL ES 1 support
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
855120: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855120
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: opentk
Version: 1.1.4c+dfsg-2
Severity: normal
Dear Maintainer,
we are in the process of removing OpenGL ES 1 support for buster. We
have gone ahead and uploaded Mesa version 17.0.0~rc3-1 (with disabled
GLES1 support) to experimental. Thus the packages libgles1-mesa-dev and
libgles1-mesa won't be available for buster.
Please disable OpenGL ES 1 support in opentk and consider uploading a
version with disabled GLES1 support to experimental for easier testing
during the freeze of stretch.
Thanks,
Andreas
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: opentk
Source-Version: 1.1.4c+dfsg-2.2
On Mon, 26 Nov 2018 15:24:00 +0100 Andreas Beckmann <a...@debian.org> wrote:
Followup-For: Bug #855120
Hi,
I've prepared a NMU dropping the libgles1-mesa-dev build-dependency and
uploaded it to DELAYED/10. Please let me know if I should delay it
longer.
Since src:libglvnd is now building a libgles1 package, and libglvnd-dev
is pulled in through the other packages, this does not drop GLES1
support, it just updates the dependencies in the generated arch:all
package.
Andreas
diff -Nru opentk-1.1.4c+dfsg/debian/changelog
opentk-1.1.4c+dfsg/debian/changelog
--- opentk-1.1.4c+dfsg/debian/changelog 2018-11-26 14:53:40.000000000 +0100
+++ opentk-1.1.4c+dfsg/debian/changelog 2023-03-24 09:28:44.000000000 +0100
@@ -1,3 +1,15 @@
+opentk (1.1.4c+dfsg-2.2) unstable; urgency=medium
+
+ [ Gianfranco Costamagna ]
+ * Non-maintainer upload. (Closes: #855120)
+
+ [ Timo Aaltonen ]
+ * fix_dllmaps: Drop references to GLESv1.
+ * rules: Exclude references to GLES.
+ * control: Drop fglrx* from suggests, it's long gone.
+
+ -- Gianfranco Costamagna <locutusofb...@debian.org> Fri, 24 Mar 2023
09:28:44 +0100
+
opentk (1.1.4c+dfsg-2.1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru opentk-1.1.4c+dfsg/debian/control opentk-1.1.4c+dfsg/debian/control
--- opentk-1.1.4c+dfsg/debian/control 2018-11-26 11:09:23.000000000 +0100
+++ opentk-1.1.4c+dfsg/debian/control 2023-03-24 09:27:53.000000000 +0100
@@ -30,7 +30,7 @@
Package: libopentk1.1-cil
Architecture: all
Depends: ${cli:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Suggests: nvidia-libopencl1-dev | fglrx | fglrx-updates | nvidia-current |
nvidia-current-updates
+Suggests: nvidia-libopencl1-dev | nvidia-current | nvidia-current-updates
Description: Open Toolkit wrapper for OpenGL, OpenAL and OpenCL - Assemblies
The Open Toolkit is an advanced, low-level C# library that wraps OpenGL,
OpenCL and OpenAL. It is suitable for games, scientific applications and
diff -Nru opentk-1.1.4c+dfsg/debian/patches/fix_dllmaps
opentk-1.1.4c+dfsg/debian/patches/fix_dllmaps
--- opentk-1.1.4c+dfsg/debian/patches/fix_dllmaps 2015-11-22
17:54:13.000000000 +0100
+++ opentk-1.1.4c+dfsg/debian/patches/fix_dllmaps 2023-03-24
09:28:11.000000000 +0100
@@ -17,15 +17,13 @@
===================================================================
--- opentk.orig/Source/OpenTK/OpenTK.dll.config
+++ opentk/Source/OpenTK/OpenTK.dll.config
-@@ -4,8 +4,20 @@
+@@ -4,8 +4,18 @@
<dllmap os="linux" dll="openal32.dll" target="libopenal.so.1"/>
<dllmap os="linux" dll="alut.dll" target="libalut.so.0"/>
<dllmap os="linux" dll="opencl.dll" target="libOpenCL.so"/>
+ <dllmap os="linux" dll="libXxf86vm" target="libXxf86vm.so.1"/>
+ <dllmap os="linux" dll="libXinerama" target="libXinerama.so.1"/>
+ <dllmap os="linux" dll="libEGL.dll" target="libEGL.so.1"/>
-+ <dllmap os="linux" dll="libGLES.dll" target="libGLESv1_CM.so.1"/>
-+ <dllmap os="linux" dll="GLESv1_CM" target="libGLESv1_CM.so.1"/>
+ <dllmap os="linux" dll="libGLESv2.dll" target="libGLESv2.so.2"/>
<dllmap os="linux" dll="libX11" target="libX11.so.6"/>
<dllmap os="linux" dll="libXi" target="libXi.so.6"/>
diff -Nru opentk-1.1.4c+dfsg/debian/rules opentk-1.1.4c+dfsg/debian/rules
--- opentk-1.1.4c+dfsg/debian/rules 2015-11-22 17:54:13.000000000 +0100
+++ opentk-1.1.4c+dfsg/debian/rules 2023-03-24 09:27:57.000000000 +0100
@@ -32,7 +32,9 @@
--exclude-moduleref=/System/Library/Frameworks/OpenGL.framework/Versions/Current/OpenGL
\
--exclude-moduleref=/System/Library/Frameworks/IOKit.framework/Versions/Current/IOKit
\
--exclude-moduleref=/usr/lib/libobjc.dylib \
- --exclude-moduleref=libdl.dylib
+ --exclude-moduleref=libdl.dylib \
+ --exclude-moduleref=libGLES.dll \
+ --exclude-moduleref=GLESv1_CM
upstream_version=$(shell dpkg-parsechangelog | sed -rne 's,^Version:
([^-\+]+)+(\+dfsg)*.*,\1,p')
get-orig-source:
--- End Message ---