diff --git a/x11/library/freeglut/actions.py b/x11/library/freeglut/actions.py index e9f39ec4fa..2d7276ddaa 100644 --- a/x11/library/freeglut/actions.py +++ b/x11/library/freeglut/actions.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/copyleft/gpl.txt. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt from pisi.actionsapi import cmaketools from pisi.actionsapi import shelltools diff --git a/x11/library/freeglut/pspec.xml b/x11/library/freeglut/pspec.xml index b43ea770e9..3d1347556e 100644 --- a/x11/library/freeglut/pspec.xml +++ b/x11/library/freeglut/pspec.xml @@ -1,5 +1,5 @@ - + freeglut @@ -48,7 +48,7 @@ /usr/include - /usr/lib/pkgconfig + /usr/lib/pkgconfig @@ -59,14 +59,14 @@ emul32 libglvnd-32bit - mesa-glu-32bit + mesa-glu-32bit libXi-32bit libX11-32bit libXxf86vm-32bit libXrandr-32bit - freeglut + freeglut libglvnd-32bit libXi-32bit libXxf86vm-32bit @@ -79,7 +79,7 @@ - + 2020-01-10 3.2.1 Version bump diff --git a/x11/library/ftgl/actions.py b/x11/library/ftgl/actions.py index 4a1fe3af07..cc7466fa1c 100644 --- a/x11/library/ftgl/actions.py +++ b/x11/library/ftgl/actions.py @@ -2,25 +2,23 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import get from pisi.actionsapi import autotools from pisi.actionsapi import pisitools +from pisi.actionsapi import get def setup(): autotools.autoreconf("-vfi") - autotools.configure("--enable-shared \ - --disable-static\ - --with-x") - + autotools.configure("--disable-static --with-pic") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") - + def build(): autotools.make() def install(): autotools.install() - pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "NEWS", "README", "TODO") + pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README*") diff --git a/x11/library/ftgl/pspec.xml b/x11/library/ftgl/pspec.xml index e3368dc568..a51528a5bf 100644 --- a/x11/library/ftgl/pspec.xml +++ b/x11/library/ftgl/pspec.xml @@ -1,5 +1,5 @@ - + ftgl @@ -12,7 +12,7 @@ library Font rendering library for OpenGL FTGL is a free, open source library to enable developers to use arbitrary fonts in their OpenGL (www.opengl.org) applications. FTGL uses the Freetype (www.freetype.org) font library to open and 'decode' the fonts. - mirrors://sourceforge/ftgl/ftgl-2.1.3-rc5.tar.bz2 + https://github.com/frankheckenbach/ftgl/archive/v2.4.0.tar.gz freeglut-devel mesa-devel @@ -20,9 +20,9 @@ freetype-devel - ftgl-2.1.3-rc5-ldflags.patch - ftgl-2.1.3-rc5-ttf_font.patch - gentoo_build.patch + @@ -52,7 +52,14 @@ - + + + 2020-10-11 + 2.4.0 + Version bump + fury + wascheme@tuta.ii + 2020-06-29 2.1.3_rc5 @@ -60,6 +67,5 @@ Ali Algul(gulle) aligulle3801@gmail.com - diff --git a/x11/library/glew/actions.py b/x11/library/glew/actions.py index 0b1cdcbd6b..5b395fcc6e 100755 --- a/x11/library/glew/actions.py +++ b/x11/library/glew/actions.py @@ -1,8 +1,8 @@ #!/usr/bin/python -# -*- coding: utf-8 -*- +# -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt from pisi.actionsapi import autotools from pisi.actionsapi import pisitools diff --git a/x11/library/glew/pspec.xml b/x11/library/glew/pspec.xml index 0be282b420..83f4dd62c4 100755 --- a/x11/library/glew/pspec.xml +++ b/x11/library/glew/pspec.xml @@ -1,5 +1,5 @@ - + glew @@ -19,7 +19,7 @@ mirrors://sourceforge/glew/2.1.0/glew-2.1.0.tgz mesa-glu-devel - libglvnd-devel + libglvnd-devel @@ -68,14 +68,13 @@ libX11-32bit glew - /usr/lib32 - + 2020-01-10 2.1.0 Rebuild.