diff --git a/hardware/bluetooth/sbc/actions.py b/hardware/bluetooth/sbc/actions.py index 03f7e009ef..142056a7eb 100644 --- a/hardware/bluetooth/sbc/actions.py +++ b/hardware/bluetooth/sbc/actions.py @@ -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*") diff --git a/hardware/bluetooth/sbc/pspec.xml b/hardware/bluetooth/sbc/pspec.xml index c441508601..ee654a6118 100644 --- a/hardware/bluetooth/sbc/pspec.xml +++ b/hardware/bluetooth/sbc/pspec.xml @@ -1,9 +1,9 @@ - + sbc - http://www.bluez.org/ + https://git.kernel.org/pub/scm/bluetooth/sbc.git Marcin Bojara marcin@pisilinux.org @@ -14,15 +14,15 @@ bluetooth Bluetooth Subband Codec (SBC) library An audio codec to connect bluetooth high quality audio devices like headphones or loudspeakers. - https://mirrors.edge.kernel.org/pub/linux/bluetooth/sbc-2.0.tar.xz + https://mirrors.edge.kernel.org/pub/linux/bluetooth/sbc-2.1.tar.xz sbc - /usr/bin/* + /usr/bin /usr/lib - /usr/share/doc/sbc/* + /usr/share @@ -39,6 +39,13 @@ + + 2025-06-29 + 2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-27 2.0 @@ -53,7 +60,7 @@ Mustafa Cinasal muscnsl@gmail.com - + 2020-01-12 1.4 Version bump.