[arch-commits] Commit in ffmpegthumbs/repos (2 files)
Antonio Rojas
arojas at archlinux.org
Sun May 29 08:27:33 UTC 2016
Date: Sunday, May 29, 2016 @ 10:27:33
Author: arojas
Revision: 268727
archrelease: copy trunk to extra-i686, extra-x86_64
Deleted:
ffmpegthumbs/repos/extra-i686/PKGBUILD
ffmpegthumbs/repos/extra-x86_64/PKGBUILD
-----------------------+
extra-i686/PKGBUILD | 43 -------------------------------------------
extra-x86_64/PKGBUILD | 43 -------------------------------------------
2 files changed, 86 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-05-29 08:26:36 UTC (rev 268726)
+++ extra-i686/PKGBUILD 2016-05-29 08:27:33 UTC (rev 268727)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=ffmpegthumbs
-pkgver=16.04.1
-pkgrel=2
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://www.kde.org/applications/multimedia/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdemultimedia)
-depends=(kio ffmpeg)
-makedepends=(extra-cmake-modules git)
-replaces=(kdemultimedia-ffmpegthumbs)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
- ffmpegthumbs-ffmpeg3.patch)
-md5sums=('245536522d4cf913621a2bb7ed1a27b2'
- '663025192fe6ae929e4df1e7e7003239')
-
-prepare() {
- mkdir -p build
-
- cd $pkgname-$pkgver
-# Fix build against ffmpeg 3.0
- patch -p1 -i ../ffmpegthumbs-ffmpeg3.patch
-}
-
-build() {
- cd build
- export PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig"
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-05-29 08:26:36 UTC (rev 268726)
+++ extra-x86_64/PKGBUILD 2016-05-29 08:27:33 UTC (rev 268727)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=ffmpegthumbs
-pkgver=16.04.1
-pkgrel=2
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://www.kde.org/applications/multimedia/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdemultimedia)
-depends=(kio ffmpeg)
-makedepends=(extra-cmake-modules git)
-replaces=(kdemultimedia-ffmpegthumbs)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
- ffmpegthumbs-ffmpeg3.patch)
-md5sums=('245536522d4cf913621a2bb7ed1a27b2'
- '663025192fe6ae929e4df1e7e7003239')
-
-prepare() {
- mkdir -p build
-
- cd $pkgname-$pkgver
-# Fix build against ffmpeg 3.0
- patch -p1 -i ../ffmpegthumbs-ffmpeg3.patch
-}
-
-build() {
- cd build
- export PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig"
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
More information about the arch-commits
mailing list