123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>mesa</Name>
- <Homepage>http://www.mesa3d.org</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Icon>mesa</Icon>
- <Summary>Mesa graphics libraries and utilities</Summary>
- <Description>Mesa is an open-source implementation of the OpenGL specification - a system for rendering interactive 3D graphics.</Description>
- <Archive sha1sum="8fd034015bef5c9e6300237b2a056627a6fad829" type="tarxz">https://archive.mesa3d.org/mesa-24.2.7.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>cbindgen</Dependency>
- <Dependency>valgrind-devel</Dependency>
- <Dependency>libva-devel</Dependency>
- <Dependency>zstd-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>xorg-proto</Dependency>
- <Dependency>openssl-devel</Dependency>
- <Dependency>expat-devel</Dependency>
- <Dependency>libXt-devel</Dependency>
- <Dependency>libcap-devel</Dependency>
- <Dependency>libdrm-devel</Dependency>
- <Dependency>libXext-devel</Dependency>
- <Dependency>elfutils-devel</Dependency>
- <Dependency>wayland-devel</Dependency>
- <Dependency>wayland-server</Dependency>
- <Dependency>wayland-client</Dependency>
- <Dependency>libvdpau-devel</Dependency>
- <Dependency>libXfixes-devel</Dependency>
- <Dependency>libtalloc-devel</Dependency>
- <Dependency>libXdamage-devel</Dependency>
- <Dependency>libomxil-bellagio-devel</Dependency>
- <Dependency>libXxf86vm-devel</Dependency>
- <Dependency>libXvMC-devel</Dependency>
- <Dependency>libXv-devel</Dependency>
- <Dependency>eudev-devel</Dependency>
- <Dependency>nettle-devel</Dependency>
- <Dependency>python3-mako</Dependency>
- <Dependency versionFrom="15.0.7">llvm</Dependency>
- <Dependency versionFrom="15.0.7">compiler-rt</Dependency>
- <Dependency versionFrom="15.0.7">llvm-polly</Dependency>
- <Dependency versionFrom="15.0.7">llvm-clang-devel</Dependency>
- <Dependency versionFrom="1.2">libxshmfence-devel</Dependency>
- <Dependency>automake</Dependency>
- <Dependency>libX11-devel</Dependency>
- <Dependency>libdrm-intel</Dependency>
- <Dependency>libdrm-radeon</Dependency>
- <Dependency>libdrm-amd</Dependency>
- <Dependency>libdrm-nouveau</Dependency>
- <Dependency>libunwind-devel</Dependency>
- <Dependency>wayland-protocols-devel</Dependency>
- <Dependency>libXrandr-devel</Dependency>
- <Dependency>libglvnd-devel</Dependency>
- <Dependency>libclc-devel</Dependency>
- <Dependency>vulkan-devel</Dependency>
- <Dependency>glslang-devel</Dependency>
- <Dependency>lm_sensors-devel</Dependency>
- <Dependency>xcb-util-keysyms-devel</Dependency>
- <Dependency>python3-PLY</Dependency>
- <Dependency>python3-PyYAML</Dependency>
- <Dependency>python3-packaging</Dependency>
- <Dependency versionFrom="1.614.0">DirectX-headers-devel</Dependency>
- <Dependency>rust-bindgen</Dependency>
- <Dependency>spirv-llvm-devel</Dependency>
- <Dependency>spirv-tools-devel</Dependency>
- </BuildDependencies>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0644" target="crossfile.ini">crossfile.ini</AdditionalFile>
- </AdditionalFiles>
- <Patches>
- <!-- <Patch level="1">0001-rusticl-do-not-use-CL-vector-types-in-bindings-and-c.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>mesa</Name>
- <RuntimeDependencies>
- <Dependency>zstd</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>expat</Dependency>
- <Dependency>eudev</Dependency>
- <Dependency>libXv</Dependency>
- <Dependency>libX11</Dependency>
- <Dependency>libdrm</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>libxcb</Dependency>
- <Dependency>libXext</Dependency>
- <Dependency>libXvMC</Dependency>
- <Dependency>elfutils</Dependency>
- <Dependency>libXfixes</Dependency>
- <Dependency>libunwind</Dependency>
- <Dependency>libXdamage</Dependency>
- <Dependency>libXxf86vm</Dependency>
- <Dependency>libdrm-amd</Dependency>
- <Dependency>lm_sensors</Dependency>
- <Dependency>libdrm-intel</Dependency>
- <Dependency>libxshmfence</Dependency>
- <Dependency>libdrm-radeon</Dependency>
- <Dependency>libdrm-nouveau</Dependency>
- <Dependency>wayland-client</Dependency>
- <Dependency>wayland-server</Dependency>
- <Dependency>libomxil-bellagio</Dependency>
- <Dependency>lm_sensors</Dependency>
- <Dependency>xcb-util-keysyms</Dependency>
- <!-- <Dependency>libclc</Dependency> -->
- <Dependency>vulkan</Dependency>
- <Dependency>DirectX-headers</Dependency>
- <!-- <Dependency>opencl-icd</Dependency> -->
- <Dependency versionFrom="15.0.7">llvm-libs</Dependency>
- <!-- <Dependency versionFrom="11.0.0">llvm-clang</Dependency> -->
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="config">/usr/share/drirc.d/00-radv-defaults.conf</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="library">/usr/lib/libGL.so.1.2</Path>
- <Path fileType="data">/usr/share/vulkan/icd.d</Path>
- <Path fileType="data">/usr/share/drirc.d/00-mesa-defaults.conf</Path>
- <Path fileType="data">/usr/share/glvnd/egl_vendor.d/50_mesa.json</Path>
- <Path fileType="data">/usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/vulkan/explicit_layer.d</Path>
- <Path fileType="data">/usr/share/pixmaps</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0644" target="/etc/drirc">drirc</AdditionalFile>
- </AdditionalFiles>
- </Package>
-
- <Package>
- <Name>mesa-opencl</Name>
- <Summary>OpenCL support for AMD/ATI Radeon mesa drivers</Summary>
- <RuntimeDependencies>
- <Dependency>zstd</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>expat</Dependency>
- <Dependency>libdrm</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>elfutils</Dependency>
- <Dependency>llvm-libs</Dependency>
- <Dependency>libdrm-amd</Dependency>
- <Dependency>llvm-clang</Dependency>
- <Dependency>lm_sensors</Dependency>
- <Dependency>spirv-llvm</Dependency>
- <Dependency>spirv-tools</Dependency>
- <Dependency>libdrm-radeon</Dependency>
- <Dependency>libdrm-nouveau</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc/OpenCL/vendors/mesa.icd</Path>
- <Path fileType="config">/etc/OpenCL/vendors/rusticl.icd</Path>
- <Path fileType="library">/usr/lib/libMesaOpenCL.so*</Path>
- <Path fileType="library">/usr/lib/gallium-pipe/pipe*.so</Path>
- <Path fileType="library">/usr/lib/libRusticlOpenCL.so*</Path>
- </Files>
- <AdditionalFiles>
- <!-- <AdditionalFile owner="root" permission="0644" target="/etc/drirc">drirc</AdditionalFile> -->
- </AdditionalFiles>
- </Package>
- <Package>
- <Name>mesa-devel</Name>
- <Summary>Development files for mesa</Summary>
- <RuntimeDependencies>
- <Dependency>eudev-devel</Dependency>
- <Dependency>libX11-devel</Dependency>
- <Dependency>libxcb-devel</Dependency>
- <Dependency>libdrm-devel</Dependency>
- <Dependency>libXext-devel</Dependency>
- <Dependency>wayland-devel</Dependency>
- <Dependency>libglvnd-devel</Dependency>
- <Dependency>libXfixes-devel</Dependency>
- <Dependency>libXdamage-devel</Dependency>
- <Dependency>libXxf86vm-devel</Dependency>
- <Dependency>libxshmfence-devel</Dependency>
- <Dependency release="current">mesa</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/lib32/pkgconfig</Path>
- </Files>
- </Package>
- <Package>
- <Name>mesa-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for mesa</Summary>
- <BuildType>emul32</BuildType>
- <BuildDependencies>
- <Dependency>zlib-32bit</Dependency>
- <Dependency>libva-32bit</Dependency>
- <Dependency>elfutils-32bit</Dependency>
- <Dependency>expat-32bit</Dependency>
- <Dependency>libXt-32bit</Dependency>
- <Dependency>libXv-32bit</Dependency>
- <Dependency>libX11-32bit</Dependency>
- <Dependency>libcap-32bit</Dependency>
- <Dependency>libdrm-32bit</Dependency>
- <Dependency>libXext-32bit</Dependency>
- <Dependency>libXvMC-32bit</Dependency>
- <Dependency>eudev-32bit</Dependency>
- <Dependency>openssl-32bit</Dependency>
- <Dependency>wayland-32bit</Dependency>
- <Dependency>libvdpau-32bit</Dependency>
- <Dependency>libXfixes-32bit</Dependency>
- <Dependency>libXdamage-32bit</Dependency>
- <Dependency>libXxf86vm-32bit</Dependency>
- <Dependency>libdrm-intel-32bit</Dependency>
- <Dependency>libdrm-radeon-32bit</Dependency>
- <Dependency>libdrm-amd-32bit</Dependency>
- <Dependency>libdrm-nouveau-32bit</Dependency>
- <Dependency>libxshmfence-32bit</Dependency>
- <Dependency>nettle-32bit</Dependency>
- <Dependency>libunwind-32bit</Dependency>
- <Dependency>xcb-util-keysyms-32bit</Dependency>
- <Dependency versionFrom="11.0.0">llvm-32bit</Dependency>
- <Dependency>libXrandr-32bit</Dependency>
- <Dependency>libglvnd-32bit</Dependency>
- <Dependency>vulkan-32bit</Dependency>
- <Dependency>libclc-32bit</Dependency>
- <Dependency>spirv-llvm-32bit</Dependency>
- <Dependency>spirv-tools-32bit</Dependency>
- <Dependency>llvm-clang-32bit</Dependency>
- </BuildDependencies>
- <RuntimeDependencies>
- <Dependency>zlib-32bit</Dependency>
- <Dependency>elfutils-32bit</Dependency>
- <Dependency>openssl-32bit</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>eudev-32bit</Dependency>
- <Dependency>libxcb-32bit</Dependency>
- <Dependency>expat-32bit</Dependency>
- <Dependency>libX11-32bit</Dependency>
- <Dependency>libdrm-32bit</Dependency>
- <Dependency>libxcb-32bit</Dependency>
- <Dependency>libXext-32bit</Dependency>
- <Dependency>libXfixes-32bit</Dependency>
- <Dependency>libXdamage-32bit</Dependency>
- <Dependency>libXxf86vm-32bit</Dependency>
- <Dependency>libXv-32bit</Dependency>
- <Dependency>libXvMC-32bit</Dependency>
- <Dependency>libdrm-intel-32bit</Dependency>
- <Dependency>libxshmfence-32bit</Dependency>
- <Dependency>libdrm-radeon-32bit</Dependency>
- <Dependency>libdrm-amd-32bit</Dependency>
- <Dependency>libdrm-nouveau-32bit</Dependency>
- <Dependency>wayland-32bit</Dependency>
- <Dependency>vulkan-32bit</Dependency>
- <Dependency>opencl-icd-32bit</Dependency>
- <Dependency>libglvnd-32bit</Dependency>
- <Dependency>libclc-32bit</Dependency>
- <Dependency>libunwind-32bit</Dependency>
- <!-- <Dependency>llvm-clang-32bit</Dependency> -->
- <!-- <Dependency>spirv-llvm-32bit</Dependency> -->
- <!-- <Dependency>spirv-tools-32bit</Dependency> -->
- <Dependency>xcb-util-keysyms-32bit</Dependency>
- <Dependency release="current">mesa</Dependency>
- <Dependency versionFrom="11.0.0">llvm-32bit</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32</Path>
- <Path fileType="data">/usr/share/vulkan/icd.d/*.i686.json</Path>
- </Files>
- </Package>
- <History>
- <Update release="122">
- <Date>2024-11-14</Date>
- <Version>24.2.7</Version>
- <Comment>Version bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="121">
- <Date>2024-10-30</Date>
- <Version>24.2.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="120">
- <Date>2024-10-05</Date>
- <Version>24.2.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="119">
- <Date>2024-09-19</Date>
- <Version>24.2.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="118">
- <Date>2024-09-06</Date>
- <Version>24.2.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="117">
- <Date>2024-08-29</Date>
- <Version>24.2.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="116">
- <Date>2024-08-15</Date>
- <Version>24.1.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="115">
- <Date>2024-08-01</Date>
- <Version>24.1.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="114">
- <Date>2024-07-18</Date>
- <Version>24.1.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="113">
- <Date>2024-07-03</Date>
- <Version>24.1.3</Version>
- <Comment>Version bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="112">
- <Date>2024-06-25</Date>
- <Version>24.1.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="111">
- <Date>2024-06-11</Date>
- <Version>24.1.1</Version>
- <Comment>Version bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="110">
- <Date>2024-05-24</Date>
- <Version>24.0.8</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="109">
- <Date>2024-05-09</Date>
- <Version>24.0.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="108">
- <Date>2024-04-24</Date>
- <Version>24.0.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="107">
- <Date>2024-04-14</Date>
- <Version>24.0.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="106">
- <Date>2024-03-29</Date>
- <Version>24.0.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="105">
- <Date>2024-03-14</Date>
- <Version>24.0.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="104">
- <Date>2024-03-07</Date>
- <Version>24.0.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="103">
- <Date>2024-02-15</Date>
- <Version>23.3.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="102">
- <Date>2024-02-02</Date>
- <Version>23.3.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="101">
- <Date>2024-01-25</Date>
- <Version>23.3.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="100">
- <Date>2024-01-11</Date>
- <Version>23.3.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="99">
- <Date>2023-12-28</Date>
- <Version>23.3.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="98">
- <Date>2023-12-14</Date>
- <Version>23.3.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="97">
- <Date>2023-10-17</Date>
- <Version>23.2.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="96">
- <Date>2023-09-29</Date>
- <Version>23.2.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="95">
- <Date>2023-09-20</Date>
- <Version>23.1.8</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="94">
- <Date>2023-09-07</Date>
- <Version>23.1.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="93">
- <Date>2023-08-17</Date>
- <Version>23.1.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="92">
- <Date>2023-08-02</Date>
- <Version>23.1.5</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="91">
- <Date>2023-07-22</Date>
- <Version>23.1.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="90">
- <Date>2023-06-22</Date>
- <Version>23.1.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="89">
- <Date>2023-06-09</Date>
- <Version>23.1.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="88">
- <Date>2023-05-26</Date>
- <Version>23.1.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="87">
- <Date>2023-04-21</Date>
- <Version>23.0.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="86">
- <Date>2023-04-07</Date>
- <Version>23.0.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="85">
- <Date>2023-03-25</Date>
- <Version>23.0.1</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="84">
- <Date>2023-03-09</Date>
- <Version>22.3.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="83">
- <Date>2023-02-23</Date>
- <Version>22.3.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="82">
- <Date>2023-01-26</Date>
- <Version>22.3.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="81">
- <Date>2023-01-17</Date>
- <Version>22.3.3</Version>
- <Comment>Rebuild llvm.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="80">
- <Date>2023-01-12</Date>
- <Version>22.3.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="79">
- <Date>2022-12-30</Date>
- <Version>22.3.2</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="78">
- <Date>2022-12-15</Date>
- <Version>22.3.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="77">
- <Date>2022-12-11</Date>
- <Version>22.2.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="76">
- <Date>2022-11-17</Date>
- <Version>22.2.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="75">
- <Date>2022-11-09</Date>
- <Version>22.2.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="74">
- <Date>2022-10-22</Date>
- <Version>22.2.2</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="73">
- <Date>2022-10-12</Date>
- <Version>22.2.1</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="72">
- <Date>2022-09-21</Date>
- <Version>22.2.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="71">
- <Date>2022-08-18</Date>
- <Version>22.1.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="70">
- <Date>2022-08-11</Date>
- <Version>22.1.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="69">
- <Date>2022-08-04</Date>
- <Version>22.1.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="68">
- <Date>2022-07-16</Date>
- <Version>22.1.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="67">
- <Date>2022-06-30</Date>
- <Version>22.1.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="66">
- <Date>2022-06-03</Date>
- <Version>22.0.5</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="65">
- <Date>2022-05-20</Date>
- <Version>22.0.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="64">
- <Date>2022-05-07</Date>
- <Version>22.0.3</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="63">
- <Date>2022-04-25</Date>
- <Version>22.0.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="62">
- <Date>2022-04-13</Date>
- <Version>22.0.1</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="61">
- <Date>2022-03-19</Date>
- <Version>21.3.8</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="60">
- <Date>2022-03-19</Date>
- <Version>21.3.7</Version>
- <Comment>Rebuild for libglvnd</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="59">
- <Date>2022-02-24</Date>
- <Version>21.3.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="58">
- <Date>2022-02-11</Date>
- <Version>21.3.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="57">
- <Date>2022-01-27</Date>
- <Version>21.3.5</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="56">
- <Date>2022-01-13</Date>
- <Version>21.3.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="55">
- <Date>2021-12-30</Date>
- <Version>21.3.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="54">
- <Date>2021-12-18</Date>
- <Version>21.3.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="53">
- <Date>2021-12-02</Date>
- <Version>21.3.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="52">
- <Date>2021-11-18</Date>
- <Version>21.3.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="51">
- <Date>2021-10-28</Date>
- <Version>21.2.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="50">
- <Date>2021-10-24</Date>
- <Version>21.2.4</Version>
- <Comment>Rebuild llvm.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="49">
- <Date>2021-10-16</Date>
- <Version>21.2.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="48">
- <Date>2021-09-30</Date>
- <Version>21.2.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="47">
- <Date>2021-09-12</Date>
- <Version>21.1.8</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="46">
- <Date>2021-08-13</Date>
- <Version>21.1.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="45">
- <Date>2021-07-29</Date>
- <Version>21.1.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="44">
- <Date>2021-07-15</Date>
- <Version>21.1.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="43">
- <Date>2021-07-01</Date>
- <Version>21.1.4</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="42">
- <Date>2021-06-20</Date>
- <Version>21.1.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="41">
- <Date>2021-06-05</Date>
- <Version>21.1.2</Version>
- <Comment>Version bump</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="40">
- <Date>2021-03-25</Date>
- <Version>20.3.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="39">
- <Date>2021-02-21</Date>
- <Version>20.3.4</Version>
- <Comment>Rebuild llvm.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="38">
- <Date>2021-02-01</Date>
- <Version>20.3.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="37">
- <Date>2020-12-17</Date>
- <Version>20.2.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="36">
- <Date>2020-12-10</Date>
- <Version>20.2.4</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="35">
- <Date>2020-11-24</Date>
- <Version>20.2.3</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="34">
- <Date>2020-11-12</Date>
- <Version>20.2.2</Version>
- <Comment>Version bump.</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="33">
- <Date>2020-10-17</Date>
- <Version>20.2.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="32">
- <Date>2020-10-09</Date>
- <Version>20.2.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="31">
- <Date>2020-09-24</Date>
- <Version>20.1.8</Version>
- <Comment>Rebuild llvm-10.0.1.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="30">
- <Date>2020-09-17</Date>
- <Version>20.1.8</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="29">
- <Date>2020-09-03</Date>
- <Version>20.1.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="28">
- <Date>2020-08-06</Date>
- <Version>20.1.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="27">
- <Date>2020-07-10</Date>
- <Version>20.1.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="26">
- <Date>2020-06-25</Date>
- <Version>20.1.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="25">
- <Date>2020-06-12</Date>
- <Version>20.1.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="24">
- <Date>2020-06-03</Date>
- <Version>20.1.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="23">
- <Date>2020-05-16</Date>
- <Version>20.0.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="22">
- <Date>2020-05-09</Date>
- <Version>20.0.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="21">
- <Date>2020-04-23</Date>
- <Version>20.0.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="20">
- <Date>2020-04-09</Date>
- <Version>20.0.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="19">
- <Date>2020-03-27</Date>
- <Version>20.0.2</Version>
- <Comment>Version bump.</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="18">
- <Date>2020-01-03</Date>
- <Version>19.3.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Marcin Bojara</Name>
- <Email>marcin.bojara|@gmail.com</Email>
- </Update>
- <Update release="17">
- <Date>2019-11-15</Date>
- <Version>19.2.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="16">
- <Date>2019-11-07</Date>
- <Version>19.2.3</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="15">
- <Date>2019-10-24</Date>
- <Version>19.2.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="14">
- <Date>2019-05-29</Date>
- <Version>18.2.8</Version>
- <Comment>Rebuild llvm.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="13">
- <Date>2019-01-22</Date>
- <Version>18.2.8</Version>
- <Comment>Rebuild llvm.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="12">
- <Date>2018-12-18</Date>
- <Version>18.2.5</Version>
- <Comment>Rebuild llvm.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="11">
- <Date>2018-11-17</Date>
- <Version>18.2.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="10">
- <Date>2018-11-05</Date>
- <Version>18.1.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="9">
- <Date>2018-10-29</Date>
- <Version>17.3.4</Version>
- <Comment>Rebuild.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="8">
- <Date>2018-09-16</Date>
- <Version>17.3.4</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2018-04-10</Date>
- <Version>13.0.4</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2018-02-06</Date>
- <Version>13.0.4</Version>
- <Comment>Rebuild.</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2017-03-23</Date>
- <Version>13.0.4</Version>
- <Comment>llvm rebuild</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2017-02-02</Date>
- <Version>13.0.4</Version>
- <Comment>Version Bump</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-11-02</Date>
- <Version>13.0.0</Version>
- <Comment>Release Bump</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>11.2.1</Version>
- <Comment>Version Bump</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-28</Date>
- <Version>11.2.0</Version>
- <Comment>First release</Comment>
- <Name>Yusuf Aydemir</Name>
- <Email>yusuf.aydemir@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|