@@ -0,0 +1,28 @@
|
|||||||
|
#!/usr/bin/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 shelltools
|
||||||
|
from pisi.actionsapi import cmaketools
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
shelltools.makedirs("build")
|
||||||
|
shelltools.cd("build")
|
||||||
|
|
||||||
|
cmaketools.configure("-DCMAKE_INSTALL_PREFIX='/usr' \
|
||||||
|
-DBUILD_SHARED_LIBS=ON \
|
||||||
|
-DBUILD_STATIC_LIBS=OFF", sourceDir="..")
|
||||||
|
|
||||||
|
def build():
|
||||||
|
cmaketools.make("-B build")
|
||||||
|
|
||||||
|
def install():
|
||||||
|
shelltools.cd("build")
|
||||||
|
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
|
# pisitools.dodoc("COPYING", "README.md")
|
||||||
|
|
||||||
@@ -0,0 +1,58 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>libebur128</Name>
|
||||||
|
<Homepage>https://cdemu.sourceforge.io/</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Kamil Atlı</Name>
|
||||||
|
<Email>suvari@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>MIT</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<Icon>libebur128</Icon>
|
||||||
|
<Summary>A library implementing the EBU R128 loudness standard.</Summary>
|
||||||
|
<Description>libebur128 is a library that implements the EBU R 128 standard for loudness normalisation.</Description>
|
||||||
|
<Archive sha1sum="4e0eabdfbd12e731843ece5229af93e3655ba71f" type="targz">https://github.com/jiixyj/libebur128/archive/refs/tags/v1.2.6.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>cmake</Dependency>
|
||||||
|
<Dependency>glibc-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
<Patches>
|
||||||
|
<!-- <Patch></Patch> -->
|
||||||
|
</Patches>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libebur128</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<!-- <Dependency>glibc</Dependency> -->
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib/libebur128.so*</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libebur128-devel</Name>
|
||||||
|
<Summary>Development files for libebur128</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency release="current">libebur128</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2023-06-24</Date>
|
||||||
|
<Version>1.2.6</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Kamil Atlı</Name>
|
||||||
|
<Email>suvari@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>libebur128</Name>
|
||||||
|
<Summary xml:lang="tr">EBU R128 ses yüksekliği standardını uygulayan bir kitaplık.</Summary>
|
||||||
|
<Description xml:lang="tr">libebur128, ses yüksekliği normalleştirmesi için EBU R 128 standardını uygulayan bir kitaplıktır.</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
@@ -256753,6 +256753,57 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
|
|||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</SpecFile>
|
</SpecFile>
|
||||||
|
<SpecFile>
|
||||||
|
<Source>
|
||||||
|
<Name>libebur128</Name>
|
||||||
|
<Homepage>https://cdemu.sourceforge.io/</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Kamil Atlı</Name>
|
||||||
|
<Email>suvari@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>MIT</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<PartOf>multimedia.misc</PartOf>
|
||||||
|
<Summary xml:lang="en">A library implementing the EBU R128 loudness standard.</Summary>
|
||||||
|
<Summary xml:lang="tr">EBU R128 ses yüksekliği standardını uygulayan bir kitaplık.</Summary>
|
||||||
|
<Description xml:lang="en">libebur128 is a library that implements the EBU R 128 standard for loudness normalisation.</Description>
|
||||||
|
<Description xml:lang="tr">libebur128, ses yüksekliği normalleştirmesi için EBU R 128 standardını uygulayan bir kitaplıktır.</Description>
|
||||||
|
<Icon>libebur128</Icon>
|
||||||
|
<Archive type="targz" sha1sum="4e0eabdfbd12e731843ece5229af93e3655ba71f" name="v1.2.6.tar.gz">https://github.com/jiixyj/libebur128/archive/refs/tags/v1.2.6.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>cmake</Dependency>
|
||||||
|
<Dependency>glibc-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
<SourceURI>multimedia/misc/libebur128/pspec.xml</SourceURI>
|
||||||
|
</Source>
|
||||||
|
<Package>
|
||||||
|
<Name>libebur128</Name>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib/libebur128.so*</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
<Package>
|
||||||
|
<Name>libebur128-devel</Name>
|
||||||
|
<Summary xml:lang="en">Development files for libebur128</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency release="1">libebur128</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2023-06-24</Date>
|
||||||
|
<Version>1.2.6</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Kamil Atlı</Name>
|
||||||
|
<Email>suvari@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</SpecFile>
|
||||||
<SpecFile>
|
<SpecFile>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>libexif</Name>
|
<Name>libexif</Name>
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
fc3a06aad6f1fb79296b616ed1f674aa2030d94b
|
5edd041845ca42ff212aa0f1b3675f96937f1c7b
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
fe5a129bf50e97f70ffa434027add8ba8330ed65
|
4252b89b673720c1143c84c6fdc7278bed271176
|
||||||
Reference in New Issue
Block a user