Skip to content

[Request] Availability on the AUR #59

@illegitimate-egg

Description

@illegitimate-egg

I began work on a pkgbuild but there are a couple of problems with it.

  1. edconv is unable to find FFmpeg and FFprobe automatically, despite them being installed and requirements
  2. 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"
}
Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions