Search Criteria
Package Details: soundkonverter 3.0.1.32-1
Package Actions
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: | 1.86 |
First Submitted: | 2024-01-24 17:52 (UTC) |
Last Updated: | 2024-03-09 15:05 (UTC) |
Dependencies (45)
- cdparanoia (cdparanoia-overreadAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- kcompletion5
- kconfig5
- kconfigwidgets5
- kcoreaddons5
- kdelibs4supportAUR
- ki18n5
- kio5
- knotifications5
- kservice5
- ktextwidgets5
- kwidgetsaddons5
- kxmlgui5
- libkcddb5
- phonon-qt5 (phonon-qt5-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- solid5
- Show 25 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
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).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
mdcclxv commented on 2024-02-16 09:54 (UTC)
@koshikas You need to have kinit built and installed.
koshikas commented on 2024-02-16 02:42 (UTC)
i'm getting build errors as follows for soundkonverter 3.0.1.27.gca95836-3;
CMake Warning at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package): By not providing "FindKF5Init.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "KF5Init", but CMake did not find one.
Could not find a package configuration file provided by "KF5Init" (requested version 5.115.0) with any of the following names:
Add the installation prefix of "KF5Init" to CMAKE_PREFIX_PATH or set "KF5Init_DIR" to a directory containing one of the above files. If "KF5Init" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): /usr/lib/cmake/KF5KDELibs4Support/KF5KDELibs4SupportConfig.cmake:54 (find_dependency) /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package) CMakeLists.txt:32 (find_package)
CMake Warning at /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package): Found package configuration file:
but it set KF5KDELibs4Support_FOUND to FALSE so package "KF5KDELibs4Support" is considered to be NOT FOUND. Reason given by package:
KF5KDELibs4Support could not be found because dependency KF5Init could not be found.
Call Stack (most recent call first): CMakeLists.txt:32 (find_package)
-- Could NOT find KF5KDELibs4Support (found version "5.115.0"), checked the following files: /usr/lib/cmake/KF5KDELibs4Support/KF5KDELibs4SupportConfig.cmake (version 5.115.0) Reason given by package: KF5KDELibs4Support could not be found because dependency KF5Init could not be found.
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find KF5 (missing: KDELibs4Support) (found version "5.115.0") Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /usr/share/ECM/find-modules/FindKF5.cmake:93 (find_package_handle_standard_args) CMakeLists.txt:32 (find_package)
« First ‹ Previous 1 2 3 Next › Last »