From 7db7710238ce4440d28d09ec56eea8122c77a37f Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 26 May 2020 13:25:11 +0200 Subject: Kde/applications-extra: add kid3 Kid3 is an audio file tagger. --- kde/cmake/kid3 | 22 ++++++++++++++++++++++ kde/modules/applications-extra | 1 + kde/slack-desc/kid3 | 19 +++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 kde/cmake/kid3 create mode 100644 kde/slack-desc/kid3 (limited to 'kde') diff --git a/kde/cmake/kid3 b/kde/cmake/kid3 new file mode 100644 index 0000000..363e97b --- /dev/null +++ b/kde/cmake/kid3 @@ -0,0 +1,22 @@ +mkdir build +cd build + cmake \ + $KDE_OPT_ARGS \ + -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ + -DCMAKE_C_FLAGS_RELEASE:STRING="$SLKCFLAGS" \ + -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ + -DCMAKE_CXX_FLAGS_RELEASE:STRING="$SLKCFLAGS" \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DLIB_SUFFIX=${LIBDIRSUFFIX} \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ + -DWITH_APPS="Qt;CLI;KDE" \ + -DWITH_CHROMAPRINT=OFF \ + -DWITH_DOCDIR=share/kid3/doc \ + -DWITH_FFMPEG=ON \ + -DWITH_GSTREAMER_VERSION="1.0" \ + -DWITH_LIBDIR=lib$LIBDIRSUFFIX \ + -DWITH_MANDIR=man \ + -DWITH_NO_MANCOMPRESS=ON \ + .. + diff --git a/kde/modules/applications-extra b/kde/modules/applications-extra index 4b7a5df..d709af8 100644 --- a/kde/modules/applications-extra +++ b/kde/modules/applications-extra @@ -30,3 +30,4 @@ okteta krename ktimetracker labplot +kid3 diff --git a/kde/slack-desc/kid3 b/kde/slack-desc/kid3 new file mode 100644 index 0000000..1412fbf --- /dev/null +++ b/kde/slack-desc/kid3 @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +kid3: kid3 (audio tagger) +kid3: +kid3: If you want to easily tag multiple MP3, Ogg/Vorbis, FLAC, MPC, +kid3: MP4/AAC, MP2, Opus, Speex, TrueAudio, WavPack, WMA, WAV and AIFF +kid3: files (e.g. full albums) without typing the same information +kid3: again and again and have control over both ID3v1 and ID3v2 tags, +kid3: then Kid3 is the program you are looking for. +kid3: +kid3: +kid3: Home page: http://kid3.kde.org/ +kid3: -- cgit v1.2.3