Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: upd(libspa-codec-bluez5-aac-bin): 0.3.65-4~glasgall1 -> 1.2.4-1ubuntu2~glasgall1 #6835

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions packages/libspa-codec-bluez5-aac-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
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
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>")
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/"
}
Binary file not shown.
7 changes: 4 additions & 3 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
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
---
Expand Down
Loading