mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 14:07:13 +08:00
Update ffmpegthumbnailer to 2.0.9.
This commit is contained in:
parent
f27e7bb984
commit
5ab758f97b
@ -2,24 +2,16 @@
|
||||
# Contributor: abveritas@chakra-project.org
|
||||
|
||||
pkgname=ffmpegthumbnailer
|
||||
pkgver=2.0.8
|
||||
pkgrel=8
|
||||
pkgver=2.0.9
|
||||
pkgrel=1
|
||||
pkgdesc="Lightweight video thumbnailer that can be used by file managers."
|
||||
url="http://code.google.com/p/ffmpegthumbnailer/"
|
||||
license=('GPL2')
|
||||
arch=('x86_64')
|
||||
depends=('ffmpeg' 'libjpeg-turbo' 'libpng')
|
||||
source=("http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz"
|
||||
"ffmpegthumbnailer-2.0.8-memcpy.patch")
|
||||
source=("ftp://ftp.archlinux.org/other/packages/$pkgname/${pkgname}-${pkgver}.tar.gz")
|
||||
options=(!libtool)
|
||||
sha1sums=('2c54ca16efd953f46547e22799cfc40bd9c24533'
|
||||
'c23ef173f98c928fcacacd6e6060dab2e56f1239')
|
||||
|
||||
prepare() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
||||
patch -p0 < "$srcdir"/ffmpegthumbnailer-2.0.8-memcpy.patch
|
||||
}
|
||||
sha1sums=('0657e09ca926298f1b525e1fba06ad499c7663e7')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
Loading…
Reference in New Issue
Block a user