imdex libxmlb libgme

This commit is contained in:
Rmys
2021-04-21 18:24:45 +03:00
parent 0c99df12fd
commit 106410bad8
11 changed files with 256838 additions and 257122 deletions
-29
View File
@@ -1,29 +0,0 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("mkdir build_")
shelltools.cd("build_")
shelltools.system("cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib")
def build():
shelltools.cd("build_")
cmaketools.make()
def install():
shelltools.cd("build_")
autotools.rawInstall("DESTDIR=%s" %get.installDIR())
shelltools.cd("..")
pisitools.dodoc("changes.txt", "design.txt", "gme.txt", "license*", "readme.txt")
-57
View File
@@ -1,57 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libgme</Name>
<Homepage>https://bitbucket.org/mpyne/game-music-emu/wiki/Home</Homepage>
<Packager>
<Name>Mathias Freire</Name>
<Email>mathiasfreire45@gmail.com</Email>
</Packager>
<License>LGPL</License>
<IsA>library</IsA>
<Summary>Video game music file emulation/playback library</Summary>
<Description>game-music-emu is a collection of audio emulators for assorted video game console hardware. It was originally developed by Blargg and used as the basis for several other software products before being converted into a library.</Description>
<Archive sha1sum="9047b774bd5623adae6f5412d02d70cf72070d8f" type="tarxz">https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libgme</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libgme-devel</Name>
<Summary>Header files for libgme.</Summary>
<RuntimeDependencies>
<Dependency release="current">libgme</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-01-12</Date>
<Version>0.6.2</Version>
<Comment>First release.</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
</History>
</PISI>
+256797 -256906
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
e934a83a8d42465f49e190668b3e0a55074ee63d
8d8303eb44e797ba71c9211b78bdac211f656f03
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
6912d0bf3f4f2991aef02b6a09cddfcd3d6e274b
e3a07988cb79ad22b432f4ed034865ab03507c72
-22
View File
@@ -1,22 +0,0 @@
#!/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 pisitools
from pisi.actionsapi import mesontools
def setup():
mesontools.configure("-Dgtkdoc=true \
--libexecdir=/usr/lib")
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("LICENSE", "README*")
# remove installed tests
pisitools.removeDir("/usr/lib/installed-tests/")
pisitools.removeDir("/usr/share/installed-tests/")
-72
View File
@@ -1,72 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org.tr/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libxmlb</Name>
<Homepage>https://github.com/hughsie/libxmlb</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<PartOf>programming.library</PartOf>
<License>GPLv2</License>
<Summary>Library for querying compressed XML metadata</Summary>
<Description>Library for querying compressed XML metadata</Description>
<Archive sha1sum="79a9bbd866eb149f00548837f7df287d51bd03b7" type="tarxz">https://people.freedesktop.org/~hughsient/releases/libxmlb-0.2.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>shared-mime-info</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libxmlb</Name>
<Summary>Library for querying compressed XML metadata</Summary>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/doc</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="data">/usr/share/gtk-doc</Path>
<Path fileType="library">/usr/lib/libxmlb.*</Path>
<Path fileType="executable">/usr/lib/xb-tool</Path>
<Path fileType="data">/usr/share/girepository-1.0</Path>
<Path fileType="library">/usr/lib/girepository-1.0</Path>
</Files>
</Package>
<Package>
<Name>libxmlb-devel</Name>
<Summary>Development files for libxmlb</Summary>
<RuntimeDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency release="current">libxmlb</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2020-09-02</Date>
<Version>0.2.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-02-01</Date>
<Version>0.1.14</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
+9 -12
View File
@@ -1,25 +1,22 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
#!/usr/bin/python
#!/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 get
from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
from pisi.actionsapi import mesontools
def setup():
mesontools.configure("--prefix=/usr -Dstemming=false -Dqt=true -Dvapi=true")
mesontools.configure("-Dgtkdoc=true \
--libexecdir=/usr/lib")
def build():
mesontools.build()
##def check():
# mesontools.build("test")
def install():
mesontools.install()
pisitools.dodoc("LICENSE", "README.md")
pisitools.dodoc("LICENSE", "README*")
# remove installed tests
pisitools.removeDir("/usr/lib/installed-tests/")
pisitools.removeDir("/usr/share/installed-tests/")
+30 -22
View File
@@ -1,47 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org.tr/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libxmlb</Name>
<Homepage>https://github.com/hughsie/libxmlb</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>LGPL2.1</License>
<IsA>app:console</IsA>
<Summary>A library to help create and query binary XML blobs</Summary>
<Description>A library to help create and query binary XML blobs</Description>
<Archive sha1sum="0d1401cb33e304d7a7ee87f53e7997fd35c11b96" type="tarxz">https://people.freedesktop.org/~hughsient/releases/libxmlb-0.1.14.tar.xz</Archive>
<PartOf>programming.library</PartOf>
<License>GPLv2</License>
<Summary>Library for querying compressed XML metadata</Summary>
<Description>Library for querying compressed XML metadata</Description>
<Archive sha1sum="79a9bbd866eb149f00548837f7df287d51bd03b7" type="tarxz">https://people.freedesktop.org/~hughsient/releases/libxmlb-0.2.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>shared-mime-info</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libxmlb</Name>
<Summary>Library for querying compressed XML metadata</Summary>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>glib2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/gtk-doc</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/gir-1.0/Xmlb-1.0.gir</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/doc</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="data">/usr/share/gtk-doc</Path>
<Path fileType="library">/usr/lib/libxmlb.*</Path>
<Path fileType="executable">/usr/lib/xb-tool</Path>
<Path fileType="data">/usr/share/girepository-1.0</Path>
<Path fileType="library">/usr/lib/girepository-1.0</Path>
</Files>
</Package>
<Package>
<Name>libxmlb-devel</Name>
<Summary>Development files for libxmlb</Summary>
<RuntimeDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency release="current">libxmlb</Dependency>
@@ -53,12 +54,19 @@
</Package>
<History>
<Update release="2">
<Date>2020-09-02</Date>
<Version>0.2.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-02-02</Date>
<Date>2020-02-01</Date>
<Version>0.1.14</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>