[arch-commits] Commit in ffmpegthumbnailer/repos (6 files)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Sun Jul 14 12:23:58 UTC 2013
Date: Sunday, July 14, 2013 @ 14:23:58
Author: bpiotrowski
Revision: 190078
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
ffmpegthumbnailer/repos/staging-i686/
ffmpegthumbnailer/repos/staging-i686/PKGBUILD
(from rev 190077, ffmpegthumbnailer/trunk/PKGBUILD)
ffmpegthumbnailer/repos/staging-i686/ffmpegthumbnailer-2.0.8-memcpy.patch
(from rev 190077, ffmpegthumbnailer/trunk/ffmpegthumbnailer-2.0.8-memcpy.patch)
ffmpegthumbnailer/repos/staging-x86_64/
ffmpegthumbnailer/repos/staging-x86_64/PKGBUILD
(from rev 190077, ffmpegthumbnailer/trunk/PKGBUILD)
ffmpegthumbnailer/repos/staging-x86_64/ffmpegthumbnailer-2.0.8-memcpy.patch
(from rev 190077, ffmpegthumbnailer/trunk/ffmpegthumbnailer-2.0.8-memcpy.patch)
-----------------------------------------------------+
staging-i686/PKGBUILD | 36 ++++++++++++++++++
staging-i686/ffmpegthumbnailer-2.0.8-memcpy.patch | 13 ++++++
staging-x86_64/PKGBUILD | 36 ++++++++++++++++++
staging-x86_64/ffmpegthumbnailer-2.0.8-memcpy.patch | 13 ++++++
4 files changed, 98 insertions(+)
Copied: ffmpegthumbnailer/repos/staging-i686/PKGBUILD (from rev 190077, ffmpegthumbnailer/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2013-07-14 12:23:58 UTC (rev 190078)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: boromil at gmail.com
+
+pkgname=ffmpegthumbnailer
+pkgver=2.0.8
+pkgrel=4
+pkgdesc="Lightweight video thumbnailer that can be used by file managers."
+url="http://code.google.com/p/ffmpegthumbnailer/"
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ffmpeg' 'libjpeg' 'libpng')
+optdepends=('gvfs: support for gio uris')
+source=("http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz"
+ "ffmpegthumbnailer-2.0.8-memcpy.patch")
+options=('!libtool')
+sha1sums=('2c54ca16efd953f46547e22799cfc40bd9c24533'
+ 'c23ef173f98c928fcacacd6e6060dab2e56f1239')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ patch -Np0 -i "${srcdir}/ffmpegthumbnailer-2.0.8-memcpy.patch"
+}
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr --enable-gio --enable-thumbnailer
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Copied: ffmpegthumbnailer/repos/staging-i686/ffmpegthumbnailer-2.0.8-memcpy.patch (from rev 190077, ffmpegthumbnailer/trunk/ffmpegthumbnailer-2.0.8-memcpy.patch)
===================================================================
--- staging-i686/ffmpegthumbnailer-2.0.8-memcpy.patch (rev 0)
+++ staging-i686/ffmpegthumbnailer-2.0.8-memcpy.patch 2013-07-14 12:23:58 UTC (rev 190078)
@@ -0,0 +1,13 @@
+libffmpegthumbnailer/pngwriter.cpp: In function 'void ffmpegthumbnailer::writeDataCallback(png_structp, png_bytep, png_size_t)':
+libffmpegthumbnailer/pngwriter.cpp:111:52: error: 'memcpy' was not declared in this scope
+
+--- libffmpegthumbnailer/pngwriter.cpp
++++ libffmpegthumbnailer/pngwriter.cpp
+@@ -17,6 +17,7 @@
+ #include "pngwriter.h"
+ #include <stdexcept>
+ #include <cassert>
++#include <cstring>
+
+ using namespace std;
+
Copied: ffmpegthumbnailer/repos/staging-x86_64/PKGBUILD (from rev 190077, ffmpegthumbnailer/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-14 12:23:58 UTC (rev 190078)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: boromil at gmail.com
+
+pkgname=ffmpegthumbnailer
+pkgver=2.0.8
+pkgrel=4
+pkgdesc="Lightweight video thumbnailer that can be used by file managers."
+url="http://code.google.com/p/ffmpegthumbnailer/"
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ffmpeg' 'libjpeg' 'libpng')
+optdepends=('gvfs: support for gio uris')
+source=("http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz"
+ "ffmpegthumbnailer-2.0.8-memcpy.patch")
+options=('!libtool')
+sha1sums=('2c54ca16efd953f46547e22799cfc40bd9c24533'
+ 'c23ef173f98c928fcacacd6e6060dab2e56f1239')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ patch -Np0 -i "${srcdir}/ffmpegthumbnailer-2.0.8-memcpy.patch"
+}
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr --enable-gio --enable-thumbnailer
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Copied: ffmpegthumbnailer/repos/staging-x86_64/ffmpegthumbnailer-2.0.8-memcpy.patch (from rev 190077, ffmpegthumbnailer/trunk/ffmpegthumbnailer-2.0.8-memcpy.patch)
===================================================================
--- staging-x86_64/ffmpegthumbnailer-2.0.8-memcpy.patch (rev 0)
+++ staging-x86_64/ffmpegthumbnailer-2.0.8-memcpy.patch 2013-07-14 12:23:58 UTC (rev 190078)
@@ -0,0 +1,13 @@
+libffmpegthumbnailer/pngwriter.cpp: In function 'void ffmpegthumbnailer::writeDataCallback(png_structp, png_bytep, png_size_t)':
+libffmpegthumbnailer/pngwriter.cpp:111:52: error: 'memcpy' was not declared in this scope
+
+--- libffmpegthumbnailer/pngwriter.cpp
++++ libffmpegthumbnailer/pngwriter.cpp
+@@ -17,6 +17,7 @@
+ #include "pngwriter.h"
+ #include <stdexcept>
+ #include <cassert>
++#include <cstring>
+
+ using namespace std;
+
More information about the arch-commits
mailing list