Files
2026-07-02 14:59:16 +03:00

65 lines
3.0 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>opencadstudio</Name>
<Homepage>https://github.com/HakanSeven12/OpenCADStudio</Homepage>
<Packager>
<Name>Erkan Işık</Name>
<Email>erkanisik@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app:gui</IsA>
<Summary xml:lang="tr">Rust ile yazılmış 2D/3D CAD uygulaması</Summary>
<Summary xml:lang="en">2D/3D CAD application built with Rust</Summary>
<Description xml:lang="tr">OpenCADStudio, Rust ve WebGPU (wgpu) kullanılarak geliştirilmiş, yerel DWG/DXF desteğine ve GPU hızlandırmalı render motoruna sahip gelişmiş bir 2D çizim ve 3D modelleme CAD uygulamasıdır.</Description>
<Description xml:lang="en">OpenCADStudio is a 2D drafting and 3D modeling CAD application built with Rust and WebGPU (wgpu), featuring native DWG/DXF support and a GPU-accelerated rendering engine.</Description>
<Archive sha1sum="d8f0c802826090f68e8d1299e5cbbe7e6a5d7dfe" type="targz">https://github.com/HakanSeven12/OpenCADStudio/archive/refs/tags/v0.7.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>rust</Dependency>
<Dependency>pkgconfig</Dependency>
<Dependency>fontconfig-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libXcursor-devel</Dependency>
<Dependency>libXrandr-devel</Dependency>
<Dependency>libXi-devel</Dependency>
<Dependency>vulkan-headers</Dependency>
<Dependency>wayland-devel</Dependency>
<Dependency>libxkbcommon-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>opencadstudio</Name>
<RuntimeDependencies>
<Dependency>fontconfig</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libXcursor</Dependency>
<Dependency>libXrandr</Dependency>
<Dependency>libXi</Dependency>
<Dependency>libxkbcommon</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/opencadstudio</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/applications/</Path>
</Files>
<AdditionalFiles>
<AdditionalFile target="/usr/share/applications/opencadstudio.desktop">opencadstudio.desktop</AdditionalFile>
<AdditionalFile target="/usr/share/icons/opencadstudio.svg">opencadstudio.svg</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2026-07-02</Date>
<Version>0.7.2</Version>
<Comment>OpenCADStudio v0.7.2 sürümüne güncellendi.</Comment>
<Name>Erkan Işık</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
</History>
</PISI>