summaryrefslogtreecommitdiff
path: root/kde-unstable/kdemultimedia-ffmpegthumbs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'kde-unstable/kdemultimedia-ffmpegthumbs/PKGBUILD')
-rw-r--r--kde-unstable/kdemultimedia-ffmpegthumbs/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/kde-unstable/kdemultimedia-ffmpegthumbs/PKGBUILD b/kde-unstable/kdemultimedia-ffmpegthumbs/PKGBUILD
deleted file mode 100644
index 5c69944c1..000000000
--- a/kde-unstable/kdemultimedia-ffmpegthumbs/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 171834 2012-11-21 19:50:46Z andrea $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
-
-pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.9.80
-pkgrel=1
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-depends=('kdelibs' 'ffmpeg')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz")
-sha1sums=('f4f53267642f8181741a0491e34fb6b85ba0e298')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../ffmpegthumbs-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}