Merge pull request #16910 from mrSi-Si/various

sbc v2.1, apache v2.4.63
This commit is contained in:
Kamil ATLI
2025-07-01 10:52:13 +03:00
committed by GitHub
4 changed files with 36 additions and 24 deletions
+4 -6
View File
@@ -2,16 +2,14 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-fvi")
autotools.configure("--disable-static \
--disable-tester")
autotools.configure("--enable-pie --disable-tester")
def build():
autotools.make()
@@ -19,4 +17,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "README")
pisitools.dodoc("AUTHORS", "COPYING*")
+13 -6
View File
@@ -1,9 +1,9 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>sbc</Name>
<Homepage>http://www.bluez.org/</Homepage>
<Homepage>https://git.kernel.org/pub/scm/bluetooth/sbc.git</Homepage>
<Packager>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
@@ -14,15 +14,15 @@
<Icon>bluetooth</Icon>
<Summary>Bluetooth Subband Codec (SBC) library</Summary>
<Description>An audio codec to connect bluetooth high quality audio devices like headphones or loudspeakers.</Description>
<Archive sha1sum="aca40de6db7e352910166cd1d4a1692b5754f5c9" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/bluetooth/sbc-2.0.tar.xz</Archive>
<Archive sha1sum="811d3fef30585d5a5f0104b643a194a9896fce34" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/bluetooth/sbc-2.1.tar.xz</Archive>
</Source>
<Package>
<Name>sbc</Name>
<Files>
<Path fileType="executable">/usr/bin/*</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/sbc/*</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
@@ -39,6 +39,13 @@
</Package>
<History>
<Update release="8">
<Date>2025-06-29</Date>
<Version>2.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2022-07-27</Date>
<Version>2.0</Version>
@@ -53,7 +60,7 @@
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Update release="5">
<Date>2020-01-12</Date>
<Version>1.4</Version>
<Comment>Version bump.</Comment>
+1 -1
View File
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
+18 -11
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>apache</Name>
@@ -13,37 +13,37 @@
<IsA>service</IsA>
<Summary>Apache web server</Summary>
<Description>Apache HTTP Server is a free software/open source web server for Unix-like systems, Microsoft Windows, Novell NetWare and other operating systems. Apache is notable for playing a key role in the initial growth of the World Wide Web, and continues to be the most popular web server in use, serving as the de facto reference platform against which other web servers are designed and judged.</Description>
<Archive sha1sum="c968e2a0e556a8d3b7f6d6fc9732ddc456b5c229" type="tarbz2">https://downloads.apache.org/httpd/httpd-2.4.62.tar.bz2</Archive>
<Archive sha1sum="5f26584d27100cf33f278288b8e7efffdd58c397" type="tarbz2">https://archive.apache.org/dist/httpd/httpd-2.4.63.tar.bz2</Archive>
<BuildDependencies>
<Dependency>db-devel</Dependency>
<Dependency>apr-devel</Dependency>
<Dependency>nss-devel</Dependency>
<Dependency>lua-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>expat-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>db-devel</Dependency>
<Dependency>expat-devel</Dependency>
<Dependency>libpcre-devel</Dependency>
<Dependency>apr-util-devel</Dependency>
<Dependency>cyrus-sasl-devel</Dependency>
</BuildDependencies>
</BuildDependencies>
</Source>
<Package>
<Name>apache</Name>
<RuntimeDependencies>
<Dependency>db</Dependency>
<Dependency>nss</Dependency>
<Dependency>apr</Dependency>
<Dependency>lua</Dependency>
<Dependency>zlib</Dependency>
<Dependency>expat</Dependency>
<Dependency>openssl</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libpcre</Dependency>
<Dependency>apr-util</Dependency>
<Dependency>cyrus-sasl</Dependency>
<Dependency>openldap-client</Dependency>
<Dependency>zlib</Dependency>
<Dependency>openssl</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libpcre</Dependency>
<Dependency>db</Dependency>
<Dependency>expat</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
@@ -91,6 +91,13 @@
</Package>
<History>
<Update release="19">
<Date>2025-06-30</Date>
<Version>2.4.63</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="18">
<Date>2024-12-18</Date>
<Version>2.4.62</Version>