Package Details: soundkonverter 3.0.1.32-1

Git Clone URL: https://aur.archlinux.org/soundkonverter.git (read-only, click to copy)
Package Base: soundkonverter
Description: Front-end to various audio converters
Upstream URL: https://store.kde.org/p/1126634
Licenses: GPL
Submitter: arojas
Maintainer: MdN
Last Packager: MdN
Votes: 13
Popularity: 0.103954
First Submitted: 2024-01-24 17:52 (UTC)
Last Updated: 2024-03-09 15:05 (UTC)

Dependencies (45)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

MdN commented on 2024-03-10 20:04 (UTC)

@josete, delete the src folder, then run again 'makepkg -si'.

josete commented on 2024-03-10 19:44 (UTC)

I can't update the package. I see this message ... "soundkonverter is not a clone of https://github.com/nphantasm/soundkonverter.git" Any idea? What can I do?

MdN commented on 2024-03-09 15:35 (UTC)

@koshikas, if you don't want the debug package, then add an exclamation mark in front of "debug" on the "OPTIONS" line in your /etc/makepkg.conf. For some reason that default was changed somewhat recently.

MdN commented on 2024-03-09 15:08 (UTC)

@Phantasm, I've switched this to point at your fork, so it now includes the patches you mentioned.

<deleted-account> commented on 2024-02-25 14:57 (UTC)

Hi MdN, I've made few patches for the upstream soundkonverter repo many months ago that fix a few things.

https://github.com/nphantasm/soundkonverter/commit/87a37e10642f67c4d59caa8d7f677263cb88ed4a

https://github.com/nphantasm/soundkonverter/commit/0329d90365b459e4530b33f6cc8475d38d11bb9c

https://github.com/nphantasm/soundkonverter/commit/e2927e9f8da41d488ce4c71aff707977f71026ad

The first two fix the app icon not showing on Wayland and port some parts of the code away from kdelibs4 support to KF5 (very partially).

The last one hardcodes another color value for the processing background color, so the text can be readable on dark themes (currently used in the soundkonverter-dark-theme-git package).

Apparently there's also a Qt6 port in the works, so soundkonverter isn't quite dead yet :)

So now they are at least two people working on reviving the project. Although I'm porting it to KF5 and then to KF6

Ralf_Mardorf commented on 2024-02-17 08:54 (UTC) (edited on 2024-02-17 08:57 (UTC) by Ralf_Mardorf)

Hi koshikas, the Arch Wiki can tell you what soundkonverter-debug is for. Regards, Ralf

koshikas commented on 2024-02-17 02:01 (UTC)

can someone tell me what the soundkonverter-debug package is for

simona commented on 2024-02-16 19:11 (UTC)

it continue to require kdebase-runtime and libkcddb

MdN commented on 2024-02-16 18:59 (UTC)

Added kinit to makedepends again (it got removed when I switched the PKGBUILD to the git version, as the original soundkonverter-git PKGBUILD for some reason didn't have it).

koshikas commented on 2024-02-16 15:16 (UTC)

@mdcclxv installed kinit from official repo, and that sorted the build issue.

Thanks