commit:     69f5130861c370e8e693f75abfa3fbc43a1e2e3f
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 19:42:49 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 19:42:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f51308

media-video/ffmpegthumbnailer: Remove 2.0.8

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-video/ffmpegthumbnailer/Manifest             |  1 -
 .../ffmpegthumbnailer-2.0.8.ebuild                 | 44 ----------------------
 .../files/ffmpegthumbnailer-2.0.8-memcpy.patch     | 13 -------
 3 files changed, 58 deletions(-)

diff --git a/media-video/ffmpegthumbnailer/Manifest 
b/media-video/ffmpegthumbnailer/Manifest
index c00c7b29fca..e9b1d3cd53f 100644
--- a/media-video/ffmpegthumbnailer/Manifest
+++ b/media-video/ffmpegthumbnailer/Manifest
@@ -1,4 +1,3 @@
 DIST ffmpegthumbnailer-2.0.10.tar.bz2 2154028 SHA256 
a3022c86aa3e704849e424147bd4a319867e18930d66a4a4c93c0baefdd1fc60 SHA512 
1fcfcfe9457a3e3e70a749f3234f79d080fbbb40d4d1f65b84e1c46a7051c75368afaffb25a39b43f8e205ffdbc2e156e6fb5848514fce4a1a3f5222458c1b9d
 WHIRLPOOL 
fe60513d2a26db622d02f6f38f04009590337415aeb02b441757949e4402cdfeb33d37cb295720f8dd66ebae9dcfdba9304c88256ccda4800e015fa40650151b
-DIST ffmpegthumbnailer-2.0.8.tar.gz 367186 SHA256 
2c8bbefa838d38ea42fc8ac78258cda36865d974c991624b14cffdb92a3bc68b SHA512 
6062d4b8f5326bde96c8c6dceaac52e1fabcec93f0a0ee4be19e203050e6c80426a006076a27e4a12582e05daceebd37beef008154fdd92a87f365fdff68ca83
 WHIRLPOOL 
6b0bd942777515f690f212df5616dffc4fc1c6e0e0e5be67128b376347b18d75eb144d25e9f8ac841b41099703092af5784edc31f34d7dbf81b742d678233e79
 DIST ffmpegthumbnailer-2.1.2.tar.bz2 1221508 SHA256 
f536035c3f2c2455b3180559e3fb3082db275d9264565271053028221dc6d2cd SHA512 
e297708df4cbefdbead89af0499881b17128dc47c8403f84862343822113354de61450f63e932ab4b5b2414826a3fe5ff72ac2bec22ee3bb507801ee0d065d7b
 WHIRLPOOL 
3775e071380936f447b880ee051e8c9fe6ec50735b46cd352600ee7125b0744847a5547378bba25a65d3829f25ccee6843c1559a917e50aa6e02c1a6727c6b8a
 DIST ffmpegthumbnailer-2.2.0.tar.bz2 1223895 SHA256 
e5c31299d064968198cd378f7488e52cd5e738fac998eea780bc77d7f32238c2 SHA512 
526d15b2c754fcb1415e69fb54cb6e7d0102b6d73a32a7e8528df81e32633dfe3786898984fdb988c93daee7218956c75c096ef657c9b3a42399d2d1d27c7bbf
 WHIRLPOOL 
8634c8c33ae61a2b50cc8bc30e666b2c814a589758d83805f11710651a834439564c4702778e385eca3c63a76f1cf1a066d3ba2b6685df51f21acfe3bd5b4c4c

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild
deleted file mode 100644
index 2bf2187d153..00000000000
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils libtool
-
-DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
-HOMEPAGE="https://code.google.com/p/ffmpegthumbnailer/";
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="gnome gtk jpeg png"
-
-COMMON_DEPEND=">=virtual/ffmpeg-0.10.2
-       png? ( media-libs/libpng:0= )
-       jpeg? ( virtual/jpeg )"
-RDEPEND="${COMMON_DEPEND}
-       gtk? ( >=dev-libs/glib-2.30 )"
-DEPEND="${COMMON_DEPEND}
-       virtual/pkgconfig"
-REQUIRED_USE="gnome? ( gtk )"
-
-DOCS="AUTHORS ChangeLog README"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-memcpy.patch
-       elibtoolize
-}
-
-src_configure() {
-       econf \
-               --disable-static \
-               $(use_enable png) \
-               $(use_enable jpeg) \
-               $(use_enable gtk gio) \
-               $(use_enable gnome thumbnailer)
-}
-
-src_install() {
-       default
-       prune_libtool_files --all
-}

diff --git 
a/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.0.8-memcpy.patch 
b/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.0.8-memcpy.patch
deleted file mode 100644
index 5b9c68613e7..00000000000
--- a/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.0.8-memcpy.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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;
- 

Reply via email to