@q234rty adding libpipewire will be done
deadbeef-pipewire-plugin-git have been deleted https://lists.archlinux.org/archives/list/aur-requests@lists.archlinux.org/message/DUMZHD3VIAZL27ASJT7ZIHRCI7HJ3FGN/
Git Clone URL: | https://aur.archlinux.org/deadbeef.git (read-only, click to copy) |
---|---|
Package Base: | deadbeef |
Description: | Modular GTK audio player for GNU/Linux |
Upstream URL: | https://deadbeef.sourceforge.io/ |
Licenses: | GPL2, zlib, LGPL2.1 |
Conflicts: | deadbeef-pipewire-plugin-git |
Submitter: | arojas |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 92 |
Popularity: | 1.69 |
First Submitted: | 2021-05-08 09:08 (UTC) |
Last Updated: | 2025-04-02 22:05 (UTC) |
@q234rty adding libpipewire will be done
deadbeef-pipewire-plugin-git have been deleted https://lists.archlinux.org/archives/list/aur-requests@lists.archlinux.org/message/DUMZHD3VIAZL27ASJT7ZIHRCI7HJ3FGN/
libpipewire should be added as makedepends and optdepends so that building this package in a clean chroot would result in a package that supports pipewire.
Edit: And deadbeef-pipewire-plugin-git should be added as provides and conflicts as said package has been deleted and would conflict with this package on usr/lib/deadbeef/ddb_out_pw.so
As the maintainer of deadbeef-pipewire-plugin-git
I put in a request to delete that package. It's no longer necessary with 1.9.5 and should be uninstalled.
Package collides with deadbeef-pipewire-plugin-git
because pipewire is now supported natively
Yes, tomorrow
Any chance this package gets updated? Otherwise I will probably make an orphan request since it's already over 2 weeks.
Also for any people having ffmpeg
errors: you need to rebuild this package due to ffmpeg
6.0 upgrade
@eclairevoyant yeah I know, I've seen it some time ago and was wondering if someone would notice sooner or later :)
@myself600 such hacky solutions don't make sense for versioned packages since you need to update the pkgver and push anyway.
@FabioLolix pkgconfig
should be removed from makedepends()
, it's part of base-devel
@myself600 that will never happen in my pkgbuilds
@FabioLolix: I've noticed you're doing manual pkgver bumps. You can use something like
_pkgver=`curl -s https://github.com/DeaDBeeF-Player/deadbeef/tags|grep Link--primary|cut -d\> -f3|cut -d\< -f1|head -1`
source=(git+https://github.com/DeaDBeeF-Player/deadbeef.git#tag=$_pkgver)
pkgver(){
echo $_pkgver
}
to automate that so that only regression fixes, etc. would be necessary.
Pinned Comments
FabioLolix commented on 2025-02-23 09:41 (UTC)
This now depends on
libFLAC.so
so you are forced to remove the package when there is a libFLAC.so update instead of keeping a semi-broken package