X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id BAE09DC0160 for ; Thu, 3 Mar 2016 14:46:09 +0000 (UTC) Received: from apollo.thewebhostserver.com (unknown [46.28.50.181]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 33F64DC00C9 for ; Thu, 3 Mar 2016 14:46:07 +0000 (UTC) Received: from [81.4.121.188] (port=49934 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-SHA256:128) (Exim 4.86_1) (envelope-from ) id 1abUVx-000eBS-Vk for alpine-aports@lists.alpinelinux.org; Thu, 03 Mar 2016 14:46:06 +0000 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/ffmpegthumbnailer: update to 2.1.1 Date: Thu, 3 Mar 2016 14:46:04 +0000 Message-Id: <1457016364-2199-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.7.2 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Authenticated-Sender: apollo.thewebhostserver.com: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: changelog: https://github.com/dirkvdb/ffmpegthumbnailer/blob/master/ChangeLog --- testing/ffmpegthumbnailer/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/testing/ffmpegthumbnailer/APKBUILD b/testing/ffmpegthumbnailer/APKBUILD index 0bae42a..40a4720 100644 --- a/testing/ffmpegthumbnailer/APKBUILD +++ b/testing/ffmpegthumbnailer/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=ffmpegthumbnailer -pkgver=2.0.10 +pkgver=2.1.1 pkgrel=0 pkgdesc="Lightweight video thumbnailer that can be used by file managers" url="https://github.com/dirkvdb/ffmpegthumbnailer" @@ -31,9 +31,9 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 - mv "$pkgdir"/usr/man "$pkgdir"/usr/share/ + mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib } -md5sums="3918d43b9d76c6e3eaf17e1c0c7dd5bc ffmpegthumbnailer-2.0.10.tar.bz2" -sha256sums="a3022c86aa3e704849e424147bd4a319867e18930d66a4a4c93c0baefdd1fc60 ffmpegthumbnailer-2.0.10.tar.bz2" -sha512sums="1fcfcfe9457a3e3e70a749f3234f79d080fbbb40d4d1f65b84e1c46a7051c75368afaffb25a39b43f8e205ffdbc2e156e6fb5848514fce4a1a3f5222458c1b9d ffmpegthumbnailer-2.0.10.tar.bz2" +md5sums="753c8ba68f66ae085ef178d7c5966cae ffmpegthumbnailer-2.1.1.tar.bz2" +sha256sums="51bca83c0cfae283e8e2f323aa49e0c6ced206c5a068332b4be974d3905cf055 ffmpegthumbnailer-2.1.1.tar.bz2" +sha512sums="2ac9e8b904e73086d0bf0f586a971bf3807d41bd394505164461731099c17570b45d71374e2bbf6fa2d0d7d47011564e06230b360255535120a9969fde3888a4 ffmpegthumbnailer-2.1.1.tar.bz2" -- 2.7.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---