-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Template file for 'subtitlecomposer' | ||
pkgname=subtitlecomposer | ||
version=0.8.1 | ||
revision=1 | ||
build_style=cmake | ||
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake | ||
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins | ||
-DKDE_INSTALL_QMLDIR=lib/qt6/qml | ||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules" | ||
hostmakedepends="extra-cmake-modules perl pkg-config qt6-base qt6-tools | ||
kf6-kcoreaddons kf6-kdoctools gettext kf6-kconfig" | ||
makedepends="blas-devel ffmpeg-devel jack-devel kf6-ktextwidgets-devel kf6-kio-devel | ||
kf6-kcodecs-devel kross-devel kf6-kxmlgui-devel kf6-ki18n-devel | ||
libopenal-devel libpocketsphinx-devel kf6-sonnet-devel kf6-kiconthemes-devel" | ||
checkdepends="xvfb-run" | ||
short_desc="Open source text-based subtitle editor" | ||
maintainer="Hervy Qurrotul Ainur Rozi <[email protected]>" | ||
license="GPL-2.0-or-later" | ||
homepage="https://apps.kde.org/subtitlecomposer" | ||
changelog="https://invent.kde.org/multimedia/subtitlecomposer/-/raw/master/ChangeLog" | ||
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" | ||
checksum=23c022768d7422c092149f41d51ebea80f54b27655573cf43f736efb88c30027 | ||
python_version=3 |