-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
I began work on a pkgbuild but there are a couple of problems with it.
- edconv is unable to find FFmpeg and FFprobe automatically, despite them being installed and requirements
- The file browser window that opens is not usable (at least on my system using polkit, wayland and hyprland)
pkgname=edconv
pkgver=1.4.0
pkgrel=1
pkgdesc="An intuitive FFmpeg GUI"
arch=('x86_64')
url="https://github.com/edneyosf/Edconv"
license=('custom')
depends=('ffmpeg>=7.1')
source=(
"edconv_1.4.0.deb::https://github.com/edneyosf/Edconv/releases/download/1.4.0/edconv_${pkgver}_amd64.deb"
"https://raw.githubusercontent.com/edneyosf/Edconv/refs/heads/main/LICENSE"
)
sha256sums=(
'c5ebdce833d27d65f8d2f50574f7ae8447c5b37345dae13eb4ae05c798f014b1'
'7eb022790bc61574c36094222411b95dc9a5e23cfdc105777b665bddd6fa5b82'
)
package() {
ar x "${srcdir}/edconv_${pkgver}.deb" data.tar.zst
tar -xf data.tar.zst -C "${pkgdir}"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}

Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed