Package Details: winff-qt5 1.6.4-3

Git Clone URL: https://aur.archlinux.org/winff.git (read-only, click to copy)
Package Base: winff
Description: GUI for ffmpeg written in Lazarus
Upstream URL: https://github.com/WinFF/winff/
Licenses: GPL-3.0-or-later
Submitter: Barthalion
Maintainer: toropisco
Last Packager: toropisco
Votes: 16
Popularity: 0.004868
First Submitted: 2018-01-05 16:42 (UTC)
Last Updated: 2024-06-02 22:32 (UTC)

Latest Comments

1 2 3 Next › Last »

simona commented on 2024-06-02 22:35 (UTC)

now perfect

FabioLolix commented on 2024-06-02 19:25 (UTC)

Splitted pkgbuild ready

Created a common package, winff-gtk2 and winff-qt5 can be installed alongside

Removed makedepends on tar since is part of base-devel, removed gzip command since is already done by default

Muflone commented on 2024-06-02 19:18 (UTC)

@toropisco the lazarus-gtk2 makedependency is not needed, please remove it.

the package builds and runs fine without lazarus-gtk2.

I've rejected the orphan request by mistake, but I was wrong. The makedependencies can be fixed to avoid lazarus-gtk2

FabioLolix commented on 2024-06-02 18:54 (UTC)

About building the gtk2 and qt5 version, lazarus-gtk2 is not needed to build the gtk2 version as lazarus-qt5 is not needed to build the qt5 version

When I have time I'll take a look

I have a local pkgbuild for cudatext-git (completely unrelated to the one on AUR; mine use z4ziggy cudatext fork, main reason for not uplaoding) which build both the gtk2 and the qt5 version

simona commented on 2024-05-01 12:03 (UTC) (edited on 2024-05-01 12:03 (UTC) by simona)

I understand the question. I know it's not your fault. maybe one day it will be better and users will be freer to choose. I certainly won't accept impositions and consider GTK a serious interface. but these are personal arguments. I apologize for the trouble. for me it's quite normal to use both GTK and QT apps.

toropisco commented on 2024-05-01 11:58 (UTC)

can I install this package and keep lazarus-qt installed? if I use this package can't I choose to use lazarus-qt? I'm confused

No can do. Lazarus is designed to be installed with a GTK+ OR a QT runtime and therefore the core developer doing the packaging for the extra repository configured the runtimes as conflicting packages. The fight must be taken to Lazarus upstream developers, something I don't care about anymore TBH, I tried some 20 years ago and failed; may younger people gain some gray on their heads :-).

What I CAN DO is to create a split package. I don't care for the QT UI in particular and the last time someone asked he was a entitled brat not worth my time. And I think split packages weren't implemented yet. I'll give it a try ASAP.

Cheers.

simona commented on 2024-05-01 11:27 (UTC) (edited on 2024-05-01 11:28 (UTC) by simona)

can I install this package and keep lazarus-qt installed? if I use this package can't I choose to use lazarus-qt? I'm confused

toropisco commented on 2023-11-01 18:47 (UTC)

@simona, take your complaint to the Arch Linux Extras bug tracker, where it belongs.

simona commented on 2023-11-01 16:00 (UTC)

conflict lazarus-gtk2 / lazarus-qt5

PeterBB commented on 2023-09-29 12:47 (UTC)

Documentation is missing. In package() can add;

install -d "$pkgdir/usr/share/doc/winff/"
find . -name "*.pdf" \
  -exec install -Dm644 {} "$pkgdir/usr/share/doc/winff/" \; &> /dev/null