@@ -377575,6 +377575,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
|
|||||||
<Dependency>meson</Dependency>
|
<Dependency>meson</Dependency>
|
||||||
<Dependency>dbus-devel</Dependency>
|
<Dependency>dbus-devel</Dependency>
|
||||||
<Dependency>glib2-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency>alsa-lib-devel</Dependency>
|
||||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<SourceURI>multimedia/misc/callaudiod/pspec.xml</SourceURI>
|
<SourceURI>multimedia/misc/callaudiod/pspec.xml</SourceURI>
|
||||||
@@ -430455,6 +430456,66 @@ to create header files and sources from protocol files.</Description>
|
|||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</SpecFile>
|
</SpecFile>
|
||||||
|
<SpecFile>
|
||||||
|
<Source>
|
||||||
|
<Name>libgmobile</Name>
|
||||||
|
<Homepage>https://gitlab.gnome.org/World/Phosh/gmobile</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPLv3</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<PartOf>programming.library</PartOf>
|
||||||
|
<Summary xml:lang="en">Functions useful in mobile related, glib based projects</Summary>
|
||||||
|
<Summary xml:lang="tr">Functions useful in mobile related, glib based projects</Summary>
|
||||||
|
<Description xml:lang="en">Mobil ile ilgili, glib tabanlı projelerde kullanışlı işlevler</Description>
|
||||||
|
<Description xml:lang="tr">Mobil ile ilgili, glib tabanlı projelerde kullanışlı işlevler</Description>
|
||||||
|
<Archive type="tarbz2" sha1sum="e2a422c27c53030a822ac20e04efc7870c187330" name="gmobile-v0.2.1.tar.bz2">https://gitlab.gnome.org/World/Phosh/gmobile/-/archive/v0.2.1/gmobile-v0.2.1.tar.bz2</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>meson</Dependency>
|
||||||
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency>json-glib-devel</Dependency>
|
||||||
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
<SourceURI>programming/library/libgmobile/pspec.xml</SourceURI>
|
||||||
|
</Source>
|
||||||
|
<Package>
|
||||||
|
<Name>libgmobile</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>glib2</Dependency>
|
||||||
|
<Dependency>json-glib</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
<Package>
|
||||||
|
<Name>libgmobile-devel</Name>
|
||||||
|
<Summary xml:lang="en">Development files for libgmobile</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency release="1">libgmobile</Dependency>
|
||||||
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency>json-glib-devel</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2024-09-30</Date>
|
||||||
|
<Version>0.2.1</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</SpecFile>
|
||||||
<SpecFile>
|
<SpecFile>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>stellarsolver</Name>
|
<Name>stellarsolver</Name>
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
50c38776a5666f262b810436365cf9acbf39e952
|
1cf3699e48596604f400571e5fdaec5140c6e253
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
b088b08bbf7be48393e3f829c471062d0f21358b
|
d41cbf2399b7b704bbfcf94da14bbc60dba1da44
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Licensed under the GNU General Public License, version 3.
|
||||||
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import autotools
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import mesontools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
mesontools.configure()
|
||||||
|
|
||||||
|
def build():
|
||||||
|
mesontools.build()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
mesontools.install()
|
||||||
|
|
||||||
|
#shelltools.cd("..")
|
||||||
|
pisitools.dodoc("COPYING", "NEWS", "README*")
|
||||||
@@ -0,0 +1,67 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>libgmobile</Name>
|
||||||
|
<Homepage>https://gitlab.gnome.org/World/Phosh/gmobile</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPLv3</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<Summary>Functions useful in mobile related, glib based projects</Summary>
|
||||||
|
<Description>Mobil ile ilgili, glib tabanlı projelerde kullanışlı işlevler</Description>
|
||||||
|
<Archive sha1sum="e2a422c27c53030a822ac20e04efc7870c187330" type="tarbz2">https://gitlab.gnome.org/World/Phosh/gmobile/-/archive/v0.2.1/gmobile-v0.2.1.tar.bz2</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>meson</Dependency>
|
||||||
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency>json-glib-devel</Dependency>
|
||||||
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
<!--
|
||||||
|
<Patches>
|
||||||
|
<Patch>libgmobile.patch</Patch>
|
||||||
|
<Patch level="1">libgmobile.patch</Patch>
|
||||||
|
</Patches>
|
||||||
|
-->
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libgmobile</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>glib2</Dependency>
|
||||||
|
<Dependency>json-glib</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libgmobile-devel</Name>
|
||||||
|
<Summary>Development files for libgmobile</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency release="current">libgmobile</Dependency>
|
||||||
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency>json-glib-devel</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2024-09-30</Date>
|
||||||
|
<Version>0.2.1</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>libgmobile</Name>
|
||||||
|
<Summary xml:lang="tr">Functions useful in mobile related, glib based projects</Summary>
|
||||||
|
<Description xml:lang="tr">Mobil ile ilgili, glib tabanlı projelerde kullanışlı işlevler</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user