Kasts è un'applicazione per podcast che gira su Linux. È sincronizzabile con gpoddersync su cloud.mastodon.uno https://castopod.it
Go to file
2024-12-15 02:01:19 +00:00
.patches
android
icons
LICENSES
po GIT_SILENT Sync po/docbooks with svn 2024-12-15 02:01:19 +00:00
src
.craft.ini Enable appx packages 2024-12-05 10:59:21 +01:00
.editorconfig
.flatpak-manifest.json Update flatpak runtime to 6.8 2024-12-13 18:59:03 +01:00
.gitignore
.gitlab-ci.yml Enable appx packages 2024-12-05 10:59:21 +01:00
.kde-ci.yml
CMakeLists.txt
kasts-android-square.svg
kasts.svg
logo.png
org.kde.kasts.appdata.xml GIT_SILENT made messages (after extraction) 2024-12-14 00:47:45 +00:00
org.kde.kasts.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2024-12-15 01:34:15 +00:00
README.md
REUSE.toml
snapcraft.yaml Add password-manager-service plug to allow saving nextcloud gpodder password. Ref bug 497049 2024-12-06 22:56:51 +00:00

Kasts

Kasts is a convergent podcast application.

Download on Flathub

Timeline

Get it

The nightly Android version is available in KDE's nightly F-Droid repository.

Nightly Windows builds can be found on KDE's ci-build server. Stable Windows versions can also be found on the same server.

Bug reports

Please don't use GitLab issues for reporting bugs, instead report them here.

Building

Note: When using versions of Kasts built from git-master, it's possible that the database format or the name of downloaded files change from one version to another without the necessary migrations to handle it. If you notice bugs after upgrading to a git-master version, export your feeds, delete ~/.local/share/KDE/kasts and import the feeds again.

Requirements

  • KCoreAddons
  • KI18n
  • KConfig
  • Kirigami
  • Kirigami-addons
  • Syndication
  • TagLib
  • QtKeychain
  • ThreadWeaver
  • KColorScheme
  • KCrash
  • libVLC (optional, recommended)
  • GStreamer (optional)

Linux

git clone https://invent.kde.org/multimedia/kasts
cd kasts
mkdir build && cd build
cmake .. -DCMAKE_PREFIX_PATH=/usr
make
sudo make install

This assumes all dependencies are installed. If your distribution does not provide them, you can use kdesrc-build to build all of them.

Android

You can build Kasts for Android using KDE's Docker-based build environment.