mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 11:27:15 +08:00
revert ffmpegthumbs to kdemultimedia-ffmpegthumbs, is not KF5 ready
This commit is contained in:
parent
81fe264afc
commit
e6682b79c5
@ -1,25 +1,28 @@
|
||||
|
||||
source ../kdeapps.conf
|
||||
|
||||
pkgname=ffmpegthumbs
|
||||
pkgname=kdemultimedia-ffmpegthumbs
|
||||
_pkgname=ffmpegthumbs
|
||||
pkgver=${_kdever}
|
||||
pkgrel=3
|
||||
pkgrel=1
|
||||
pkgdesc='FFmpeg-based thumbnail creator for video files'
|
||||
url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
|
||||
arch=('x86_64')
|
||||
license=('GPL' 'LGPL' 'FDL')
|
||||
groups=('kde' 'kde-uninstall' 'kde-applications' 'kdemultimedia')
|
||||
depends=('kio' 'ffmpeg')
|
||||
depends=('kdelibs' 'ffmpeg')
|
||||
makedepends=('cmake' 'extra-cmake-modules')
|
||||
options=('debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
replaces=('ffmpegthumbs<=15.08.0-2')
|
||||
conflics=('ffmpegthumbs<=15.08.0-2')
|
||||
source=("$_mirror/${_pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${_pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../ffmpegthumbs-${pkgver} \
|
||||
cmake ../${_pkgname}-${pkgver} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DKDE4_BUILD_TESTS=OFF \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
Loading…
Reference in New Issue
Block a user