~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-aports] [PATCH] testing/ffmpegthumbnailer: update to 2.1.1

Details
Message ID
<1457016364-2199-1-git-send-email-developer@it-offshore.co.uk>
Sender timestamp
1457016364
DKIM signature
missing
Download raw message
Patch: +5 -5
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 <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
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
---
Timo Teras <timo.teras@iki.fi>
Details
Message ID
<20160308111633.51fd38b8@vostro.util.wtbts.net>
In-Reply-To
<1457016364-2199-1-git-send-email-developer@it-offshore.co.uk> (view parent)
Sender timestamp
1457428593
DKIM signature
missing
Download raw message
On Thu,  3 Mar 2016 14:46:04 +0000
Stuart Cardall <developer@it-offshore.co.uk> wrote:

> 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 <developer@it-offshore.co.uk>
>  # Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
>  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
>  }

I applied this, but it fails on x86 (probably arm too) with:
http://build.alpinelinux.org/buildlogs/build-edge-x86/testing/ffmpegthumbnailer/ffmpegthumbnailer-2.1.1-r0.log

Please fix with incremental new commit. We'll probably disable the
build on non x86_64 or revert this patch soon depending on which looks
more appropriate.

/Timo


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)