This commit is contained in:
uglyside
2025-06-30 06:50:16 +03:00
parent 8e68d2045b
commit d7dbf7bcde
2 changed files with 17 additions and 12 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>