libepoxy-1.5.9
This commit is contained in:
@@ -6,17 +6,16 @@
|
|||||||
|
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
|
from pisi.actionsapi import mesontools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.autoreconf("-vfi")
|
mesontools.configure()
|
||||||
|
|
||||||
autotools.configure()
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
mesontools.build()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" %get.installDIR())
|
mesontools.install()
|
||||||
|
|
||||||
pisitools.dodoc("README.md", "COPYING")
|
pisitools.dodoc("README.md", "COPYING")
|
||||||
|
|||||||
@@ -12,8 +12,9 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>OpenGL function pointer management library</Summary>
|
<Summary>OpenGL function pointer management library</Summary>
|
||||||
<Description>Epoxy is a library for handling OpenGL function pointer management for you.</Description>
|
<Description>Epoxy is a library for handling OpenGL function pointer management for you.</Description>
|
||||||
<Archive sha1sum="d08d805b3307005e2197741012f9f4bc9739cd31" type="tarxz">https://github.com/anholt/libepoxy/releases/download/1.5.4/libepoxy-1.5.4.tar.xz</Archive>
|
<Archive sha1sum="531d98d849ead728a0fc7722df5487a3d9108829" type="tarxz">https://download.gnome.org/sources/libepoxy/1.5/libepoxy-1.5.9.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
|
<Dependency>meson</Dependency>
|
||||||
<Dependency>libX11-devel</Dependency>
|
<Dependency>libX11-devel</Dependency>
|
||||||
<Dependency>libglvnd-devel</Dependency>
|
<Dependency>libglvnd-devel</Dependency>
|
||||||
<Dependency>util-macros</Dependency>
|
<Dependency>util-macros</Dependency>
|
||||||
@@ -38,10 +39,12 @@
|
|||||||
<Summary>Development files for libepoxy</Summary>
|
<Summary>Development files for libepoxy</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency release="current">libepoxy</Dependency>
|
<Dependency release="current">libepoxy</Dependency>
|
||||||
|
<Dependency>libglvnd-devel</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="header">/usr/include</Path>
|
<Path fileType="header">/usr/include</Path>
|
||||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||||
|
<Path fileType="config">/usr/lib32/pkgconfig</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
@@ -63,6 +66,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="8">
|
||||||
|
<Date>2021-08-14</Date>
|
||||||
|
<Version>1.5.9</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="7">
|
<Update release="7">
|
||||||
<Date>2020-01-10</Date>
|
<Date>2020-01-10</Date>
|
||||||
<Version>1.5.4</Version>
|
<Version>1.5.4</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user