Update requests for packages built by Manjaro developers

wait a little because there is at the moment many patches in serie 5.8 ,
in order to be more stable

Okay. Now we are at the fifth point release of 5.8, with 5.7 being EOL. Package should be updated now.
Also, there is a metapackage for latest nvidia driver missing: linux-latest-nvidia-450xx

1 Like

Does the ‘‘Please justify why the requested update should be taken into consideration.’’-rule from the Arch-packages-topic (unfortunately I can’t link to the topic because Discourse) also apply for this topic?

less because we know these packages very well :wink: but giving reasons allows the maintainer to understand your request : “I’m in a hurry” is not the same as “this package with this version doesn’t work with …”
If package is already in testing or unstable, this is a technical reason, giving it will help the maintainer.

A post was split to a new topic: How are package updates which resolve CVE’s handled?

@Chrysostomus it seems a rebuild of bmenu is needed, i’ve pushed a new release which also includes a minor typo fix.

1 Like

Uploading now

1 Like

Any news on when (or if) you could update the Brave (stable) package @philm?

thank you! seems I missed that. building now. :+1:

2 Likes

filesystem needs an update, see

lightdm-slick-greeter is out of date. Upstream is at version 1.4.1, we are at version 1.3.2. Last packager is @linux-aarhus.

lightdm-settings is out of date. Upstream is at version 1.4.2, we are at version 1.3.3. Last packager is @linux-aarhus.

:white_check_mark:

2020-09-28T07:59:00Z pushed to unstable

brave-browser
maintainer: Philip Mueller (@philm)
It is very outdated

1 Like

A post was split to a new topic: Manjaro rofi package information

A post was merged into an existing topic: Update requests for packages imported from Arch Linux

2 posts were merged into an existing topic: Update requests for packages imported from Arch Linux

brave and brave-beta updated in unstable

2 Likes

pulseaudio-modules-bt needs to be rebuild against new pulseaudio version 13.99.2 (just arrived at unstable)

Updated PKGBUILD
# Maintainer: Jonathon Fernyhough <jonathon@@manjaro..org>
# Contributor: Yamada Hayao <hayao@fascode.net>
# Contributor: EHfive <eh5@sokka.cn>

pkgname=pulseaudio-modules-bt
pkgver=1.4
_pulseaudio_ver=13.99.2
pkgrel=2.0
pkgdesc="PulseAudio Bluetooth modules with SBC, AAC, APTX, APTX-HD, Sony LDAC (A2DP codec) support"
arch=("i686" "x86_64" "arm" "armv6h" "armv7h" "aarch64")
url="https://github.com/EHfive/pulseaudio-modules-bt"
license=('GPL3')
depends=("pulseaudio>=12.0" "bluez" "bluez-libs" "sbc" "libfdk-aac.so")
makedepends=("cmake>=3.0" "libavcodec.so>=58" "libldac")
optdepends=("libavcodec.so>=58: aptX Classic, aptX HD support"
            "libldac: LDAC support")
provides=("pulseaudio-bluetooth")
conflicts=("pulseaudio-bluetooth" "pulseaudio-modules-bt-git")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
        "pulseaudio-$_pulseaudio_ver.tar.gz::https://github.com/pulseaudio/pulseaudio/archive/v$_pulseaudio_ver.tar.gz")
b2sums=('98b21d8fced5b88d59e45ca4fa2505d3606616a8a09dd95eb91e30b0d31c8a0ec7e52e4c2fd1b601130f69a997871064849fa0c8847ec0686fb42a2ccd7ac43b'
        '8bfe899d55f35790e216ea5bc02aff5a852d7abb7464ac059adab23c9b33276abcb904ba0939908759e00d6fd37021adbd6009e63a9c28f1803571c9f1bc580f')
prepare() {
    cd $pkgname-$pkgver
    rm -rf pa
    ln -sf -T ../pulseaudio-$_pulseaudio_ver pa
}

build() {
	mkdir build && cd build
    cmake \
        -DCMAKE_BUILD_TYPE=Release \
        ../$pkgname-$pkgver
    make
}

package() {
    cd build
    make DESTDIR="$pkgdir" install
}

btw. Maintainer is still Jonathon… (I’d be willing to take over if nobody wants to)

Firefox 81.0.1 :+1: