Merge pull request #16910 from mrSi-Si/various
sbc v2.1, apache v2.4.63
This commit is contained in:
@@ -2,16 +2,14 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Licensed under the GNU General Public License, version 3.
|
# 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 autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.autoreconf("-fvi")
|
autotools.configure("--enable-pie --disable-tester")
|
||||||
autotools.configure("--disable-static \
|
|
||||||
--disable-tester")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
@@ -19,4 +17,4 @@ def build():
|
|||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "README")
|
pisitools.dodoc("AUTHORS", "COPYING*")
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<?xml version="1.0" ?>
|
<?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>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>sbc</Name>
|
<Name>sbc</Name>
|
||||||
<Homepage>http://www.bluez.org/</Homepage>
|
<Homepage>https://git.kernel.org/pub/scm/bluetooth/sbc.git</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>Marcin Bojara</Name>
|
<Name>Marcin Bojara</Name>
|
||||||
<Email>marcin@pisilinux.org</Email>
|
<Email>marcin@pisilinux.org</Email>
|
||||||
@@ -14,15 +14,15 @@
|
|||||||
<Icon>bluetooth</Icon>
|
<Icon>bluetooth</Icon>
|
||||||
<Summary>Bluetooth Subband Codec (SBC) library</Summary>
|
<Summary>Bluetooth Subband Codec (SBC) library</Summary>
|
||||||
<Description>An audio codec to connect bluetooth high quality audio devices like headphones or loudspeakers.</Description>
|
<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>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>sbc</Name>
|
<Name>sbc</Name>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin/*</Path>
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
<Path fileType="doc">/usr/share/doc/sbc/*</Path>
|
<Path fileType="data">/usr/share</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
@@ -39,6 +39,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="7">
|
||||||
<Date>2022-07-27</Date>
|
<Date>2022-07-27</Date>
|
||||||
<Version>2.0</Version>
|
<Version>2.0</Version>
|
||||||
@@ -53,7 +60,7 @@
|
|||||||
<Name>Mustafa Cinasal</Name>
|
<Name>Mustafa Cinasal</Name>
|
||||||
<Email>muscnsl@gmail.com</Email>
|
<Email>muscnsl@gmail.com</Email>
|
||||||
</Update>
|
</Update>
|
||||||
<Update release="5">
|
<Update release="5">
|
||||||
<Date>2020-01-12</Date>
|
<Date>2020-01-12</Date>
|
||||||
<Version>1.4</Version>
|
<Version>1.4</Version>
|
||||||
<Comment>Version bump.</Comment>
|
<Comment>Version bump.</Comment>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Licensed under the GNU General Public License, version 3.
|
# 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 autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
|||||||
+18
-11
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?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>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>apache</Name>
|
<Name>apache</Name>
|
||||||
@@ -13,37 +13,37 @@
|
|||||||
<IsA>service</IsA>
|
<IsA>service</IsA>
|
||||||
<Summary>Apache web server</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
|
<Dependency>db-devel</Dependency>
|
||||||
<Dependency>apr-devel</Dependency>
|
<Dependency>apr-devel</Dependency>
|
||||||
<Dependency>nss-devel</Dependency>
|
<Dependency>nss-devel</Dependency>
|
||||||
<Dependency>lua-devel</Dependency>
|
<Dependency>lua-devel</Dependency>
|
||||||
<Dependency>zlib-devel</Dependency>
|
<Dependency>zlib-devel</Dependency>
|
||||||
|
<Dependency>expat-devel</Dependency>
|
||||||
<Dependency>openssl-devel</Dependency>
|
<Dependency>openssl-devel</Dependency>
|
||||||
<Dependency>libxml2-devel</Dependency>
|
<Dependency>libxml2-devel</Dependency>
|
||||||
<Dependency>db-devel</Dependency>
|
|
||||||
<Dependency>expat-devel</Dependency>
|
|
||||||
<Dependency>libpcre-devel</Dependency>
|
<Dependency>libpcre-devel</Dependency>
|
||||||
<Dependency>apr-util-devel</Dependency>
|
<Dependency>apr-util-devel</Dependency>
|
||||||
<Dependency>cyrus-sasl-devel</Dependency>
|
<Dependency>cyrus-sasl-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>apache</Name>
|
<Name>apache</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
|
<Dependency>db</Dependency>
|
||||||
<Dependency>nss</Dependency>
|
<Dependency>nss</Dependency>
|
||||||
<Dependency>apr</Dependency>
|
<Dependency>apr</Dependency>
|
||||||
<Dependency>lua</Dependency>
|
<Dependency>lua</Dependency>
|
||||||
|
<Dependency>zlib</Dependency>
|
||||||
|
<Dependency>expat</Dependency>
|
||||||
|
<Dependency>openssl</Dependency>
|
||||||
|
<Dependency>libxml2</Dependency>
|
||||||
|
<Dependency>libpcre</Dependency>
|
||||||
<Dependency>apr-util</Dependency>
|
<Dependency>apr-util</Dependency>
|
||||||
<Dependency>cyrus-sasl</Dependency>
|
<Dependency>cyrus-sasl</Dependency>
|
||||||
<Dependency>openldap-client</Dependency>
|
<Dependency>openldap-client</Dependency>
|
||||||
<Dependency>zlib</Dependency>
|
|
||||||
<Dependency>openssl</Dependency>
|
|
||||||
<Dependency>libxml2</Dependency>
|
|
||||||
<Dependency>libpcre</Dependency>
|
|
||||||
<Dependency>db</Dependency>
|
|
||||||
<Dependency>expat</Dependency>
|
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="config">/etc</Path>
|
<Path fileType="config">/etc</Path>
|
||||||
@@ -91,6 +91,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="18">
|
||||||
<Date>2024-12-18</Date>
|
<Date>2024-12-18</Date>
|
||||||
<Version>2.4.62</Version>
|
<Version>2.4.62</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user