mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 15:37:14 +08:00
Adding kffmpegthumbnailer
This commit is contained in:
parent
4e325c0138
commit
7799882db1
28
kffmpegthumbnailer/PKGBUILD
Normal file
28
kffmpegthumbnailer/PKGBUILD
Normal file
@ -0,0 +1,28 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=kffmpegthumbnailer
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="kffmpegthumbnailer is a video thumbnailer for kde based on ffmpegthumbnailer"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://code.google.com/p/ffmpegthumbnailer"
|
||||
license=('GPL2')
|
||||
depends=('kdebase-workspace' 'ffmpeg' 'ffmpegthumbnailer>=2.0.0')
|
||||
makedepends=('cmake')
|
||||
source=(http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('fa897450ee691b6d225d8f79a6cfd409')
|
||||
build() {
|
||||
cd $startdir/src/$pkgname-$pkgver
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=release ..
|
||||
make || return 1
|
||||
make DESTDIR=$pkgdir install || return 1
|
||||
}
|
Loading…
Reference in New Issue
Block a user