diff --git a/packages/libspa-codec-bluez5-aac-bin/.SRCINFO b/packages/libspa-codec-bluez5-aac-bin/.SRCINFO index 435ab3635d..52a8eb70b3 100644 --- a/packages/libspa-codec-bluez5-aac-bin/.SRCINFO +++ b/packages/libspa-codec-bluez5-aac-bin/.SRCINFO @@ -1,11 +1,12 @@ pkgbase = libspa-codec-bluez5-aac-bin gives = libspa-codec-bluez5-aac - pkgver = 0.3.65-4~glasgall1 + pkgver = 1.2.4-1ubuntu2~glasgall1 pkgdesc = Adds AAC bluetooth codec to pipewire arch = amd64 depends = libspa-0.2-bluetooth + noextract = archive maintainer = Zahrun - source = @libspa-codec-bluez5-aac-bin~0.3.65-4~glasgall1::https://github.com/Zahrun/libspa-0.2-bluetooth/raw/main/libspa-codec-bluez5-aac_0.3.65-4~glasgall1_amd64.tar.xz - sha256sums = 9a235d1b5d8bb52302f9c8159da828ca7c8de15614233967d484d92cba4e56c2 + source_amd64 = archive::https://launchpad.net/~aglasgall/+archive/ubuntu/pipewire-extra-bt-codecs/+files/libspa-0.2-bluetooth_1.2.4-1ubuntu2~glasgall1_amd64.deb/ + sha256sums_amd64 = 9a9b0411790ee991ba1afb7756d579f2005ca94d01cf71393f2f724184119a87 pkgname = libspa-codec-bluez5-aac-bin diff --git a/packages/libspa-codec-bluez5-aac-bin/libspa-codec-bluez5-aac-bin.pacscript b/packages/libspa-codec-bluez5-aac-bin/libspa-codec-bluez5-aac-bin.pacscript index 822307a11d..04c166e70d 100644 --- a/packages/libspa-codec-bluez5-aac-bin/libspa-codec-bluez5-aac-bin.pacscript +++ b/packages/libspa-codec-bluez5-aac-bin/libspa-codec-bluez5-aac-bin.pacscript @@ -1,14 +1,19 @@ pkgname="libspa-codec-bluez5-aac-bin" gives="libspa-codec-bluez5-aac" -pkgver="0.3.65-4~glasgall1" -source=("@${pkgname}~${pkgver}::https://github.com/Zahrun/libspa-0.2-bluetooth/raw/main/libspa-codec-bluez5-aac_${pkgver}_amd64.tar.xz") +pkgver="1.2.4-1ubuntu2~glasgall1" +arch=("amd64") +source_amd64="archive::https://launchpad.net/~aglasgall/+archive/ubuntu/pipewire-extra-bt-codecs/+files/libspa-0.2-bluetooth_${pkgver}_amd64.deb/" # FIXME: We add a trailing slash to trick it into not installing. +sha256sums_amd64="9a9b0411790ee991ba1afb7756d579f2005ca94d01cf71393f2f724184119a87" +noextract=("archive") pkgdesc="Adds AAC bluetooth codec to pipewire" -sha256sums=("9a235d1b5d8bb52302f9c8159da828ca7c8de15614233967d484d92cba4e56c2") -arch=('amd64') maintainer=("Zahrun ") depends=("libspa-0.2-bluetooth") +prepare() { + dpkg-deb -R "archive" "${pkgname}-${pkgver}" + find . +} + package() { - cd "${pkgname}~${pkgver}" - install -Dm644 libspa-codec-bluez5-aac.so -t "${pkgdir}/usr/lib/x86_64-linux-gnu/spa-0.2/bluez5/" + install -Dm644 "${pkgname}-${pkgver}/usr/lib/${AARCH}-linux-gnu/spa-0.2/bluez5/libspa-codec-bluez5-aac.so" -t "${pkgdir}/usr/lib/${AARCH}-linux-gnu/spa-0.2/bluez5/" } diff --git a/packages/libspa-codec-bluez5-aac-bin/libspa-codec-bluez5-aac-bin_1.2.4-1ubuntu2~glasgall1-pacstall1_amd64.deb b/packages/libspa-codec-bluez5-aac-bin/libspa-codec-bluez5-aac-bin_1.2.4-1ubuntu2~glasgall1-pacstall1_amd64.deb new file mode 100644 index 0000000000..9557d271a6 Binary files /dev/null and b/packages/libspa-codec-bluez5-aac-bin/libspa-codec-bluez5-aac-bin_1.2.4-1ubuntu2~glasgall1-pacstall1_amd64.deb differ diff --git a/srclist b/srclist index a3ba7ad825..a463ec5906 100644 --- a/srclist +++ b/srclist @@ -5910,13 +5910,14 @@ pkgname = librewolf-deb --- pkgbase = libspa-codec-bluez5-aac-bin gives = libspa-codec-bluez5-aac - pkgver = 0.3.65-4~glasgall1 + pkgver = 1.2.4-1ubuntu2~glasgall1 pkgdesc = Adds AAC bluetooth codec to pipewire arch = amd64 depends = libspa-0.2-bluetooth + noextract = archive maintainer = Zahrun - source = @libspa-codec-bluez5-aac-bin~0.3.65-4~glasgall1::https://github.com/Zahrun/libspa-0.2-bluetooth/raw/main/libspa-codec-bluez5-aac_0.3.65-4~glasgall1_amd64.tar.xz - sha256sums = 9a235d1b5d8bb52302f9c8159da828ca7c8de15614233967d484d92cba4e56c2 + source_amd64 = archive::https://launchpad.net/~aglasgall/+archive/ubuntu/pipewire-extra-bt-codecs/+files/libspa-0.2-bluetooth_1.2.4-1ubuntu2~glasgall1_amd64.deb/ + sha256sums_amd64 = 9a9b0411790ee991ba1afb7756d579f2005ca94d01cf71393f2f724184119a87 pkgname = libspa-codec-bluez5-aac-bin ---