[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2023-04-30 Thread Andreas Sturmlechner
commit: 6a805c728f4d7ed1d64b84dd03412ad97d2c0320
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr 29 22:40:39 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 30 07:53:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a805c72

media-video/ffmpegthumbnailer: drop 2.2.2

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../ffmpegthumbnailer-2.2.2.ebuild | 49 --
 1 file changed, 49 deletions(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
deleted file mode 100644
index 009948d53ef0..
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
-HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer";
-SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
-IUSE="gnome gtk jpeg png test"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="gnome? ( gtk )
-   test? ( png jpeg )"
-
-BDEPEND="
-   virtual/pkgconfig
-"
-RDEPEND="
-   gtk? ( dev-libs/glib:2= )
-   jpeg? ( virtual/jpeg:0= )
-   >=media-video/ffmpeg-2.7:0=
-   png? ( media-libs/libpng:0= )
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS ChangeLog README.md )
-
-src_prepare() {
-   rm -rf out* || die
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_GIO=$(usex gtk)
-   -DENABLE_TESTS=$(usex test)
-   -DENABLE_THUMBNAILER=$(usex gnome)
-   -DHAVE_JPEG=$(usex jpeg)
-   -DHAVE_PNG=$(usex png)
-   )
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2023-03-31 Thread Arthur Zamarin
commit: 98125a53428ffab1badd7054c81ec5b5dd7edf6d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 31 11:41:10 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 31 11:41:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98125a53

media-video/ffmpegthumbnailer: Stabilize 2.2.2-r1 x86, #886913

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
index 2a14d886589c..7807e20f3c9a 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc 
~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc 
x86"
 IUSE="gnome gtk jpeg png test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2023-03-31 Thread Arthur Zamarin
commit: 5697f9d080e08ad21fa507e095303e434b34dcb6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 31 11:41:13 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 31 11:41:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5697f9d0

media-video/ffmpegthumbnailer: Stabilize 2.2.2-r1 ppc, #886913

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
index 7807e20f3c9a..fe3bdd09679e 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
 IUSE="gnome gtk jpeg png test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2023-01-21 Thread Arthur Zamarin
commit: 49036f473199c947ee6ef29fd7af5f1a996bbe9f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 21 19:26:12 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 21 19:26:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49036f47

media-video/ffmpegthumbnailer: Stabilize 2.2.2-r1 amd64, #886913

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
index 3460ed879ff6..2a14d886589c 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc 
~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc 
~x86"
 IUSE="gnome gtk jpeg png test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2023-01-13 Thread Arthur Zamarin
commit: 4b60c10afd883e627142c1931c55b15ed340921e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 13 14:20:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 13 14:20:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b60c10a

media-video/ffmpegthumbnailer: Stabilize 2.2.2-r1 sparc, #886913

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
index b8e12150fea3..3460ed879ff6 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc 
~x86"
 IUSE="gnome gtk jpeg png test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2023-01-13 Thread Arthur Zamarin
commit: bce8ff3d9a6090b016c1bfbdaa117133bf431b15
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 13 13:04:38 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 13 13:04:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce8ff3d

media-video/ffmpegthumbnailer: Stabilize 2.2.2-r1 ppc64, #886913

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
index 41d3e458eca8..b8e12150fea3 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc 
~x86"
 IUSE="gnome gtk jpeg png test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2022-12-18 Thread Sam James
commit: e142d7ccbc2fa5a9cb1fd30df72677d1639f16b8
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 18 12:19:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 18 12:19:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e142d7cc

media-video/ffmpegthumbnailer: Stabilize 2.2.2-r1 arm64, #886913

Signed-off-by: Sam James  gentoo.org>

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
index 068cea683dfc..41d3e458eca8 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
 IUSE="gnome gtk jpeg png test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2022-12-18 Thread Sam James
commit: 32dca6977eb176193ebbdd0b5108511e013a87a7
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 18 12:19:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 18 12:19:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32dca697

media-video/ffmpegthumbnailer: Stabilize 2.2.2-r1 arm, #886913

Signed-off-by: Sam James  gentoo.org>

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
index 5423a80ea9e4..068cea683dfc 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 IUSE="gnome gtk jpeg png test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/files/

2022-11-15 Thread Conrad Kostecki
commit: ce1789c44c004215f74844e808717008b7560873
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Nov 14 17:49:01 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Nov 15 22:43:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1789c4

media-video/ffmpegthumbnailer: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../ffmpegthumbnailer-2.2.0-pkgconfig-libdir.patch  | 21 -
 1 file changed, 21 deletions(-)

diff --git 
a/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.2.0-pkgconfig-libdir.patch
 
b/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.2.0-pkgconfig-libdir.patch
deleted file mode 100644
index 8a70b6fbde49..
--- 
a/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.2.0-pkgconfig-libdir.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 88c09cb6218fda5457c228f33084244db8725ed2 Mon Sep 17 00:00:00 2001
-From: orbea 
-Date: Sat, 15 Apr 2017 19:36:01 -0700
-Subject: [PATCH] Fix libffmpegthumbnailer.pc to work with multilib systems
-

- libffmpegthumbnailer.pc.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/libffmpegthumbnailer.pc.in b/libffmpegthumbnailer.pc.in
-index 77c00b2..0a2f997 100644
 a/libffmpegthumbnailer.pc.in
-+++ b/libffmpegthumbnailer.pc.in
-@@ -1,6 +1,6 @@
- prefix=@CMAKE_INSTALL_PREFIX@
- exec_prefix=${prefix}
--libdir=${exec_prefix}/lib
-+libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
- includedir=${prefix}/include
- 
- Name: libffmpegthumbnailer



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2022-11-12 Thread Matt Turner
commit: ebb9bd9fe8515db8070e9b374aeda5eec9ada971
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:29:25 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:32:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb9bd9f

media-video/ffmpegthumbnailer: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-video/ffmpegthumbnailer/Manifest |  1 -
 .../ffmpegthumbnailer-2.2.0-r1.ebuild  | 51 --
 2 files changed, 52 deletions(-)

diff --git a/media-video/ffmpegthumbnailer/Manifest 
b/media-video/ffmpegthumbnailer/Manifest
index b2baf1a0f95d..d17cf3f8bf1d 100644
--- a/media-video/ffmpegthumbnailer/Manifest
+++ b/media-video/ffmpegthumbnailer/Manifest
@@ -1,2 +1 @@
-DIST ffmpegthumbnailer-2.2.0.tar.bz2 1223895 BLAKE2B 
1babd01672f927a9ae043488e67225490f732b26544ad92e4c55ae683eb7d852cb90233e76a52cbda2f6aec26654b57907d7706e3ad4ae6d76ca3bca163c78eb
 SHA512 
526d15b2c754fcb1415e69fb54cb6e7d0102b6d73a32a7e8528df81e32633dfe3786898984fdb988c93daee7218956c75c096ef657c9b3a42399d2d1d27c7bbf
 DIST ffmpegthumbnailer-2.2.2.tar.bz2 1201838 BLAKE2B 
449a876eaf56feb41c06dc5f3d123b138d66dfe8b6e1bc2e53f1742ef6fbd4ec5d14d77402e13cf8c369ee0cf0707ae5b100ac1d9fb02435b3c3a776cc9dc5f4
 SHA512 
52760dcf59430e5e85024c9f19dc1fac1d5f0edb4f937b33feac2b3ca8f12bbf549b5f658fc16fc07bf773717b9e10048aa3eb24bf52811c5c88c995ef492612

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild
deleted file mode 100644
index 7513824240d8..
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
-HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer";
-SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="gnome gtk jpeg png test"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="gnome? ( gtk )
-   test? ( png jpeg )"
-
-BDEPEND="
-   virtual/pkgconfig
-"
-RDEPEND="
-   gtk? ( dev-libs/glib:2= )
-   jpeg? ( virtual/jpeg:0= )
-   >=media-video/ffmpeg-2.7:0=
-   png? ( media-libs/libpng:0= )
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS ChangeLog README.md )
-
-PATCHES=( "${FILESDIR}/${P}-pkgconfig-libdir.patch" )
-
-src_prepare() {
-   rm -rf out* || die
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_GIO=$(usex gtk)
-   -DENABLE_TESTS=$(usex test)
-   -DENABLE_THUMBNAILER=$(usex gnome)
-   -DHAVE_JPEG=$(usex jpeg)
-   -DHAVE_PNG=$(usex png)
-   )
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2022-08-27 Thread WANG Xuerui
commit: 10f7647ba479bdbdd4bed406c8afb7ab55937799
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Aug 28 03:53:27 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Aug 28 05:05:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f7647b

media-video/ffmpegthumbnailer: keyword 2.2.2-r1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
index 4906d0009027..5423a80ea9e4 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 IUSE="gnome gtk jpeg png test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2022-03-31 Thread Sam James
commit: 9efc9ea16bc00b278b1f871d78557b91d321
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  1 01:31:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  1 01:31:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9efc9ea1

media-video/ffmpegthumbnailer: Stabilize 2.2.2 ppc64, #833742

Signed-off-by: Sam James  gentoo.org>

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
index 0b2435358b68..009948d53ef0 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="gnome gtk jpeg png test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2022-03-31 Thread Sam James
commit: f1269ad47b1096e54d7788801d00e7a3e314ee6d
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  1 01:31:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  1 01:31:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1269ad4

media-video/ffmpegthumbnailer: Stabilize 2.2.2 ppc, #833742

Signed-off-by: Sam James  gentoo.org>

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
index bcc643818faa..0b2435358b68 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc x86"
 IUSE="gnome gtk jpeg png test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2022-03-15 Thread Jakov Smolić
commit: 559719db45daf57647d7367a3234e4b8634aef95
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Mar 15 09:38:45 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Mar 15 09:38:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=559719db

media-video/ffmpegthumbnailer: Stabilize 2.2.2 arm, #833742

Signed-off-by: Jakov Smolić  gentoo.org>

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
index d355e9023be2..bcc643818faa 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
 IUSE="gnome gtk jpeg png test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/files/, media-video/ffmpegthumbnailer/

2022-02-28 Thread Alexis Ballier
commit: 564304e8f9ed045fd252214d4433dc8f6aca18f4
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Feb 28 10:05:23 2022 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Feb 28 10:05:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=564304e8

media-video/ffmpegthumbnailer: ffmpeg5 fixes

from upstream

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexis Ballier  gentoo.org>

 .../ffmpegthumbnailer-2.2.2-r1.ebuild  | 61 +
 .../ffmpegthumbnailer/files/ffmpeg5-1.patch| 22 
 .../ffmpegthumbnailer/files/ffmpeg5-10.patch   | 22 
 .../ffmpegthumbnailer/files/ffmpeg5-2.patch| 28 ++
 .../ffmpegthumbnailer/files/ffmpeg5-3.patch| 26 +
 .../ffmpegthumbnailer/files/ffmpeg5-4.patch| 32 +++
 .../ffmpegthumbnailer/files/ffmpeg5-5.patch| 37 +
 .../ffmpegthumbnailer/files/ffmpeg5-6.patch| 23 
 .../ffmpegthumbnailer/files/ffmpeg5-7.patch| 27 ++
 .../ffmpegthumbnailer/files/ffmpeg5-8.patch| 54 +++
 .../ffmpegthumbnailer/files/ffmpeg5-9.patch| 62 ++
 11 files changed, 394 insertions(+)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
new file mode 100644
index ..4906d0009027
--- /dev/null
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
+HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer";
+SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="gnome gtk jpeg png test"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="gnome? ( gtk )
+   test? ( png jpeg )"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+RDEPEND="
+   gtk? ( dev-libs/glib:2= )
+   jpeg? ( virtual/jpeg:0= )
+   >=media-video/ffmpeg-2.7:0=
+   png? ( media-libs/libpng:0= )
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS ChangeLog README.md )
+PATCHES=(
+   "${FILESDIR}/ffmpeg5-1.patch"
+   "${FILESDIR}/ffmpeg5-2.patch"
+   "${FILESDIR}/ffmpeg5-3.patch"
+   "${FILESDIR}/ffmpeg5-4.patch"
+   "${FILESDIR}/ffmpeg5-5.patch"
+   "${FILESDIR}/ffmpeg5-6.patch"
+   "${FILESDIR}/ffmpeg5-7.patch"
+   "${FILESDIR}/ffmpeg5-8.patch"
+   "${FILESDIR}/ffmpeg5-9.patch"
+   "${FILESDIR}/ffmpeg5-10.patch"
+)
+
+src_prepare() {
+   rm -rf out* || die
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_GIO=$(usex gtk)
+   -DENABLE_TESTS=$(usex test)
+   -DENABLE_THUMBNAILER=$(usex gnome)
+   -DHAVE_JPEG=$(usex jpeg)
+   -DHAVE_PNG=$(usex png)
+   )
+   cmake_src_configure
+}

diff --git a/media-video/ffmpegthumbnailer/files/ffmpeg5-1.patch 
b/media-video/ffmpegthumbnailer/files/ffmpeg5-1.patch
new file mode 100644
index ..d852f3b4131d
--- /dev/null
+++ b/media-video/ffmpegthumbnailer/files/ffmpeg5-1.patch
@@ -0,0 +1,22 @@
+From 67be4abd22b726e277c4b67bfb3abf5a65cfd9b5 Mon Sep 17 00:00:00 2001
+From: Zane van Iperen 
+Date: Mon, 15 Mar 2021 17:23:23 +1000
+Subject: [PATCH] lib/moviedecoder: remove unused variable
+
+---
+ libffmpegthumbnailer/moviedecoder.cpp | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/libffmpegthumbnailer/moviedecoder.cpp 
b/libffmpegthumbnailer/moviedecoder.cpp
+index 290e212..aa44adf 100644
+--- a/libffmpegthumbnailer/moviedecoder.cpp
 b/libffmpegthumbnailer/moviedecoder.cpp
+@@ -570,8 +570,6 @@ bool MovieDecoder::getVideoPacket()
+ bool framesAvailable = true;
+ bool frameDecoded = false;
+ 
+-int attempts = 0;
+-
+ if (m_pPacket)
+ {
+ av_packet_unref(m_pPacket);

diff --git a/media-video/ffmpegthumbnailer/files/ffmpeg5-10.patch 
b/media-video/ffmpegthumbnailer/files/ffmpeg5-10.patch
new file mode 100644
index ..81e57aab1c96
--- /dev/null
+++ b/media-video/ffmpegthumbnailer/files/ffmpeg5-10.patch
@@ -0,0 +1,22 @@
+From efb5b618f1c1471c1a7900aed3a59d851ea9a210 Mon Sep 17 00:00:00 2001
+From: Paul Jonkins 
+Date: Wed, 23 Jun 2021 17:53:55 +0200
+Subject: [PATCH] Constify AVCodec
+
+---
+ libffmpegthumbnailer/moviedecoder.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libffmpegthumbnailer/moviedecoder.h 
b/libffmpegthumbnailer/moviedecoder.h
+index 3ef5f12..fb6add2 100644
+--- a/libffmpegthumbnailer/moviedecoder.h
 b/libffmpegthumbnailer/moviedecoder.h
+@@ -78,7 +78,7 @@ class MovieDecoder
+ int m_VideoStream;
+ AV

[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2022-02-25 Thread Arthur Zamarin
commit: aefd9543a785e9b5e15c27a7475917710ada56d2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb 25 21:00:20 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb 25 21:00:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aefd9543

media-video/ffmpegthumbnailer: Stabilize 2.2.2 arm64, #833742

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
index 39e35bb53241..d355e9023be2 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
 IUSE="gnome gtk jpeg png test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2022-02-19 Thread Sam James
commit: 1784268c33072ddc3c8e78e82560413c181d841c
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 19 19:27:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 19 19:27:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1784268c

media-video/ffmpegthumbnailer: Stabilize 2.2.2 sparc, #833742

Signed-off-by: Sam James  gentoo.org>

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
index d79c27eabb6d..39e35bb53241 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
 IUSE="gnome gtk jpeg png test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2022-02-19 Thread Jakov Smolić
commit: 07f52ed9ea2898ad559c23e70d8400a6ab765e0c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Feb 19 13:21:48 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Feb 19 13:21:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f52ed9

media-video/ffmpegthumbnailer: Stabilize 2.2.2 x86, #833742

Signed-off-by: Jakov Smolić  gentoo.org>

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
index 077c95b5ca0d..d79c27eabb6d 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="gnome gtk jpeg png test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2022-02-19 Thread Jakov Smolić
commit: f6cfb97771726be2558bce1b5d0866964057c3fc
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Feb 19 13:10:57 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Feb 19 13:15:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6cfb977

media-video/ffmpegthumbnailer: Stabilize 2.2.2 amd64, #833742

Signed-off-by: Jakov Smolić  gentoo.org>

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
index 1db8f1d925cb..077c95b5ca0d 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="gnome gtk jpeg png test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2021-08-23 Thread Marek Szuba
commit: 37178413f586a25911f9925963cbe39a7b009b18
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 21:44:06 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 22:59:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37178413

media-video/ffmpegthumbnailer: keyword 2.2.2 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
index 2ac9daa50b6..1db8f1d925c 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="gnome gtk jpeg png test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2021-04-12 Thread Sam James
commit: 467248dc3569de642df2522b052dc441afcb7272
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 23:26:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 23:32:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=467248dc

media-video/ffmpegthumbnailer: Stabilize 2.2.0-r1 arm64, #776703

Signed-off-by: Sam James  gentoo.org>

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild
index 4ceb37088e7..7513824240d 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="gnome gtk jpeg png test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2020-10-14 Thread Alexis Ballier
commit: ec05cd92f56aea15d2a977677809916d4eeed797
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Oct 14 08:13:47 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Oct 14 08:13:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec05cd92

media-video/ffmpegthumbnailer: bump to 2.2.2

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alexis Ballier  gentoo.org>

 media-video/ffmpegthumbnailer/Manifest |  1 +
 .../ffmpegthumbnailer-2.2.2.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/media-video/ffmpegthumbnailer/Manifest 
b/media-video/ffmpegthumbnailer/Manifest
index f6f9a7f907e..b2baf1a0f95 100644
--- a/media-video/ffmpegthumbnailer/Manifest
+++ b/media-video/ffmpegthumbnailer/Manifest
@@ -1 +1,2 @@
 DIST ffmpegthumbnailer-2.2.0.tar.bz2 1223895 BLAKE2B 
1babd01672f927a9ae043488e67225490f732b26544ad92e4c55ae683eb7d852cb90233e76a52cbda2f6aec26654b57907d7706e3ad4ae6d76ca3bca163c78eb
 SHA512 
526d15b2c754fcb1415e69fb54cb6e7d0102b6d73a32a7e8528df81e32633dfe3786898984fdb988c93daee7218956c75c096ef657c9b3a42399d2d1d27c7bbf
+DIST ffmpegthumbnailer-2.2.2.tar.bz2 1201838 BLAKE2B 
449a876eaf56feb41c06dc5f3d123b138d66dfe8b6e1bc2e53f1742ef6fbd4ec5d14d77402e13cf8c369ee0cf0707ae5b100ac1d9fb02435b3c3a776cc9dc5f4
 SHA512 
52760dcf59430e5e85024c9f19dc1fac1d5f0edb4f937b33feac2b3ca8f12bbf549b5f658fc16fc07bf773717b9e10048aa3eb24bf52811c5c88c995ef492612

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
new file mode 100644
index 000..2ac9daa50b6
--- /dev/null
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
+HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer";
+SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gnome gtk jpeg png test"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="gnome? ( gtk )
+   test? ( png jpeg )"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+RDEPEND="
+   gtk? ( dev-libs/glib:2= )
+   jpeg? ( virtual/jpeg:0= )
+   >=media-video/ffmpeg-2.7:0=
+   png? ( media-libs/libpng:0= )
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS ChangeLog README.md )
+
+src_prepare() {
+   rm -rf out* || die
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_GIO=$(usex gtk)
+   -DENABLE_TESTS=$(usex test)
+   -DENABLE_THUMBNAILER=$(usex gnome)
+   -DHAVE_JPEG=$(usex jpeg)
+   -DHAVE_PNG=$(usex png)
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2020-04-26 Thread Mikle Kolyada
commit: 50b5fbcf088f55d5081d31e06c74953d920f42b7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr 26 10:08:02 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr 26 10:08:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b5fbcf

media-video/ffmpegthumbnailer: migrate frim libav

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild
index 7681b363ac5..4ceb37088e7 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="gnome gtk jpeg libav png test"
+IUSE="gnome gtk jpeg png test"
 RESTRICT="!test? ( test )"
 
 REQUIRED_USE="gnome? ( gtk )
@@ -24,8 +24,7 @@ BDEPEND="
 RDEPEND="
gtk? ( dev-libs/glib:2= )
jpeg? ( virtual/jpeg:0= )
-   !libav? ( >=media-video/ffmpeg-2.7:0= )
-   libav? ( >=media-video/libav-11:0= )
+   >=media-video/ffmpeg-2.7:0=
png? ( media-libs/libpng:0= )
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2020-04-11 Thread Sergei Trofimovich
commit: 69212935c38b4179863174ccc1be43f7f28e1e4c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Apr 11 09:53:18 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr 11 10:20:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69212935

media-video/ffmpegthumbnailer: drop to ~hppa

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild
index 5f4e22133b0..7681b363ac5 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="gnome gtk jpeg libav png test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/, media-video/vcdimager/, media-video/rtmpdump/, ...

2019-10-11 Thread Michał Górny
commit: 1449d39c70ad3842b92259758b90fd44c511f215
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:36:30 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:36:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1449d39c

media-video: Remove *-fbsd KEYWORDS

Signed-off-by: Michał Górny  gentoo.org>

 media-video/dirac/dirac-1.0.2-r1.ebuild | 2 +-
 media-video/ffmpeg/ffmpeg-3.4.6-r1.ebuild   | 2 +-
 media-video/ffmpeg/ffmpeg-4.1.3.ebuild  | 2 +-
 media-video/ffmpeg/ffmpeg-4.1.4.ebuild  | 2 +-
 media-video/ffmpeg/ffmpeg-4.2.1.ebuild  | 2 +-
 media-video/ffmpeg/ffmpeg-.ebuild   | 2 +-
 media-video/ffmpeg2theora/ffmpeg2theora-0.30.ebuild | 2 +-
 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild | 2 +-
 media-video/gpac/gpac-0.7.1-r1.ebuild   | 2 +-
 media-video/gpac/gpac-.ebuild   | 2 +-
 media-video/griffith/griffith-0.13-r2.ebuild| 2 +-
 media-video/libav/libav-12.3.ebuild | 2 +-
 media-video/libav/libav-.ebuild | 2 +-
 media-video/mjpegtools/mjpegtools-2.1.0-r4.ebuild   | 2 +-
 media-video/mpeg2vidcodec/mpeg2vidcodec-12-r1.ebuild| 2 +-
 media-video/mplayer/mplayer-1.3.0-r5.ebuild | 2 +-
 media-video/mplayer/mplayer-.ebuild | 2 +-
 media-video/pymp/pymp-1.1-r1.ebuild | 2 +-
 media-video/rtmpdump/rtmpdump-2.4_p20161210-r3.ebuild   | 2 +-
 media-video/rtmpdump/rtmpdump-.ebuild   | 2 +-
 media-video/smplayer/smplayer-18.6.0.ebuild | 2 +-
 media-video/smplayer/smplayer-19.1.0-r1.ebuild  | 2 +-
 media-video/smplayer/smplayer-19.5.0.ebuild | 2 +-
 media-video/totem/totem-3.30.0.ebuild   | 2 +-
 media-video/totem/totem-3.32.1-r1.ebuild| 2 +-
 media-video/vcdimager/vcdimager-0.7.24.ebuild   | 2 +-
 media-video/vcdimager/vcdimager-2.0.1.ebuild| 2 +-
 media-video/vlc/vlc-3.0.8.ebuild| 2 +-
 media-video/vlc/vlc-3.0..ebuild | 2 +-
 media-video/vlc/vlc-.ebuild | 2 +-
 media-video/x264-encoder/x264-encoder-0.0.20190214.ebuild   | 2 +-
 media-video/x264-encoder/x264-encoder-0.0.20190903.ebuild   | 2 +-
 media-video/x264-encoder/x264-encoder-.ebuild   | 2 +-
 media-video/xine-ui/xine-ui-0.99.10.ebuild  | 2 +-
 34 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/media-video/dirac/dirac-1.0.2-r1.ebuild 
b/media-video/dirac/dirac-1.0.2-r1.ebuild
index 36eee488263..9986743bf13 100644
--- a/media-video/dirac/dirac-1.0.2-r1.ebuild
+++ b/media-video/dirac/dirac-1.0.2-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="MPL-1.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="debug doc cpu_flags_x86_mmx static-libs"
 
 RDEPEND=""

diff --git a/media-video/ffmpeg/ffmpeg-3.4.6-r1.ebuild 
b/media-video/ffmpeg/ffmpeg-3.4.6-r1.ebuild
index a375361a8cd..57488e979b6 100644
--- a/media-video/ffmpeg/ffmpeg-3.4.6-r1.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.4.6-r1.ebuild
@@ -54,7 +54,7 @@ LICENSE="
samba? ( GPL-3 )
 "
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 # Options to use as use_enable in the foo[:bar] form.

diff --git a/media-video/ffmpeg/ffmpeg-4.1.3.ebuild 
b/media-video/ffmpeg/ffmpeg-4.1.3.ebuild
index 29ee8125994..fe650987e86 100644
--- a/media-video/ffmpeg/ffmpeg-4.1.3.ebuild
+++ b/media-video/ffmpeg/ffmpeg-4.1.3.ebuild
@@ -55,7 +55,7 @@ LICENSE="
samba? ( GPL-3 )
 "
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 # Options to use as use_ena

[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2019-07-23 Thread Aaron Bauman
commit: 62e14af96dc707e63f73729e020eea0c7b8a7a10
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Jul 24 03:21:51 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul 24 03:22:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e14af9

media-video/ffmpegthumbnailer: arm64 keyworded (bug #689062)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild
index c10e330b578..ad3961659c7 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="gnome gtk jpeg libav png test"
 
 REQUIRED_USE="gnome? ( gtk )



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2019-06-12 Thread Andreas Sturmlechner
commit: 1eb16a7838c9a80f3b79922a34458a6c35ae05d3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun 12 10:30:49 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun 12 10:37:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb16a78

media-video/ffmpegthumbnailer: Drop 2.2.0 (r0)

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../ffmpegthumbnailer-2.2.0.ebuild | 47 --
 1 file changed, 47 deletions(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
deleted file mode 100644
index d92f8f29094..000
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils eutils
-
-DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
-HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer";
-SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="gnome gtk jpeg libav png test"
-
-RDEPEND="
-   gtk? ( dev-libs/glib:2= )
-   jpeg? ( virtual/jpeg:0= )
-   !libav? ( >=media-video/ffmpeg-2.7:0= )
-   libav? ( >=media-video/libav-11:0= )
-   png? ( media-libs/libpng:0= )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-REQUIRED_USE="gnome? ( gtk )
-   test? ( png jpeg )"
-
-DOCS=( AUTHORS ChangeLog README.md )
-
-src_prepare() {
-   rm -rf out* || die
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_GIO=$(usex gtk)
-   -DENABLE_TESTS=$(usex test)
-   -DENABLE_THUMBNAILER=$(usex gnome)
-   -DHAVE_JPEG=$(usex jpeg)
-   -DHAVE_PNG=$(usex png)
-   )
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/, media-video/ffmpegthumbnailer/files/

2019-06-12 Thread Andreas Sturmlechner
commit: 048995235df9f30a30107934331ff94b2d720859
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun 12 10:30:10 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun 12 10:37:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04899523

media-video/ffmpegthumbnailer: Fix libffmpegthumbnailer.pc libdir

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../ffmpegthumbnailer-2.2.0-r1.ebuild  | 51 ++
 .../ffmpegthumbnailer-2.2.0-pkgconfig-libdir.patch | 21 +
 2 files changed, 72 insertions(+)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild
new file mode 100644
index 000..c10e330b578
--- /dev/null
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
+HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer";
+SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+IUSE="gnome gtk jpeg libav png test"
+
+REQUIRED_USE="gnome? ( gtk )
+   test? ( png jpeg )"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+RDEPEND="
+   gtk? ( dev-libs/glib:2= )
+   jpeg? ( virtual/jpeg:0= )
+   !libav? ( >=media-video/ffmpeg-2.7:0= )
+   libav? ( >=media-video/libav-11:0= )
+   png? ( media-libs/libpng:0= )
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS ChangeLog README.md )
+
+PATCHES=( "${FILESDIR}/${P}-pkgconfig-libdir.patch" )
+
+src_prepare() {
+   rm -rf out* || die
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_GIO=$(usex gtk)
+   -DENABLE_TESTS=$(usex test)
+   -DENABLE_THUMBNAILER=$(usex gnome)
+   -DHAVE_JPEG=$(usex jpeg)
+   -DHAVE_PNG=$(usex png)
+   )
+   cmake-utils_src_configure
+}

diff --git 
a/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.2.0-pkgconfig-libdir.patch
 
b/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.2.0-pkgconfig-libdir.patch
new file mode 100644
index 000..8a70b6fbde4
--- /dev/null
+++ 
b/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.2.0-pkgconfig-libdir.patch
@@ -0,0 +1,21 @@
+From 88c09cb6218fda5457c228f33084244db8725ed2 Mon Sep 17 00:00:00 2001
+From: orbea 
+Date: Sat, 15 Apr 2017 19:36:01 -0700
+Subject: [PATCH] Fix libffmpegthumbnailer.pc to work with multilib systems
+
+---
+ libffmpegthumbnailer.pc.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libffmpegthumbnailer.pc.in b/libffmpegthumbnailer.pc.in
+index 77c00b2..0a2f997 100644
+--- a/libffmpegthumbnailer.pc.in
 b/libffmpegthumbnailer.pc.in
+@@ -1,6 +1,6 @@
+ prefix=@CMAKE_INSTALL_PREFIX@
+ exec_prefix=${prefix}
+-libdir=${exec_prefix}/lib
++libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
+ includedir=${prefix}/include
+ 
+ Name: libffmpegthumbnailer



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/, media-video/ffmpegthumbnailer/files/

2017-03-23 Thread Johannes Huber
commit: da6eb748fae73ffc816fd2beaf51be9d1ee24426
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Mar 23 19:44:15 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Mar 23 19:44:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da6eb748

media-video/ffmpegthumbnailer: Remove 2.0.10

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-video/ffmpegthumbnailer/Manifest |  1 -
 .../ffmpegthumbnailer-2.0.10.ebuild| 53 --
 .../ffmpegthumbnailer-2.0.10-config-summary.patch  | 23 
 .../files/ffmpegthumbnailer-2.0.10-ffmpeg29.patch  | 62 --
 .../ffmpegthumbnailer-2.0.10-installdirs.patch | 47 
 .../ffmpegthumbnailer-2.0.10-set-locale.patch  | 46 
 6 files changed, 232 deletions(-)

diff --git a/media-video/ffmpegthumbnailer/Manifest 
b/media-video/ffmpegthumbnailer/Manifest
index e9b1d3cd53f..2a0013aec2d 100644
--- a/media-video/ffmpegthumbnailer/Manifest
+++ b/media-video/ffmpegthumbnailer/Manifest
@@ -1,3 +1,2 @@
-DIST ffmpegthumbnailer-2.0.10.tar.bz2 2154028 SHA256 
a3022c86aa3e704849e424147bd4a319867e18930d66a4a4c93c0baefdd1fc60 SHA512 
1fcfcfe9457a3e3e70a749f3234f79d080fbbb40d4d1f65b84e1c46a7051c75368afaffb25a39b43f8e205ffdbc2e156e6fb5848514fce4a1a3f5222458c1b9d
 WHIRLPOOL 
fe60513d2a26db622d02f6f38f04009590337415aeb02b441757949e4402cdfeb33d37cb295720f8dd66ebae9dcfdba9304c88256ccda4800e015fa40650151b
 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.10.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.10.ebuild
deleted file mode 100644
index 912b0d91c9f..000
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.10.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils eutils
-
-DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
-HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer";
-SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="gnome gtk jpeg libav png test"
-
-RDEPEND="
-   gtk? ( dev-libs/glib:2= )
-   jpeg? ( virtual/jpeg:0= )
-   !libav? ( >=media-video/ffmpeg-2.7:0= )
-   libav? ( >=media-video/libav-11:0= )
-   png? ( media-libs/libpng:0= )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-REQUIRED_USE="gnome? ( gtk )"
-
-PATCHES=(
-   "${FILESDIR}/${P}-config-summary.patch"
-   "${FILESDIR}/${P}-installdirs.patch"
-   "${FILESDIR}/${P}-set-locale.patch"
-)
-
-DOCS=( AUTHORS ChangeLog README.md )
-
-src_prepare() {
-   rm -rf out* || die
-
-   cmake-utils_src_prepare
-   has_version '>=media-video/ffmpeg-2.9' && epatch 
"${FILESDIR}/${P}-ffmpeg29.patch"
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_GIO=$(usex gtk)
-   -DENABLE_TESTS=$(usex test)
-   -DENABLE_THUMBNAILER=$(usex gnome)
-   -DHAVE_JPEG=$(usex jpeg)
-   -DHAVE_PNG=$(usex png)
-   )
-   cmake-utils_src_configure
-}

diff --git 
a/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.0.10-config-summary.patch
 
b/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.0.10-config-summary.patch
deleted file mode 100644
index 60849455921..000
--- 
a/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.0.10-config-summary.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 9c2a5fe997a6d8b00bef49eabb7bc49840882ec6 Mon Sep 17 00:00:00 2001
-From: Dirk Vanden Boer 
-Date: Wed, 29 Apr 2015 20:19:58 +0200
-Subject: [PATCH] Fixed configuration summary
-

- .travis.yml| 1 +
- CMakeLists.txt | 2 +-
- 2 files changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 22803d9..6b6e515 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -239,7 +239,7 @@ ELSE ()
- MESSAGE(STATUS "register thumbnailer : disabled")
- ENDIF ()
- 
--IF (ENABLE_UNITTEST)
-+IF (ENABLE_TESTS)
- MESSAGE(STATUS

[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2017-03-23 Thread Johannes Huber
commit: 9e7524199cfda0dea10274e9a68042cb7d06178b
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Mar 23 19:44:52 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Mar 23 19:44:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e752419

media-video/ffmpegthumbnailer: Remove 2.1.2

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-video/ffmpegthumbnailer/Manifest |  1 -
 .../ffmpegthumbnailer-2.1.2.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/media-video/ffmpegthumbnailer/Manifest 
b/media-video/ffmpegthumbnailer/Manifest
index 2a0013aec2d..36593314fef 100644
--- a/media-video/ffmpegthumbnailer/Manifest
+++ b/media-video/ffmpegthumbnailer/Manifest
@@ -1,2 +1 @@
-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.1.2.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.1.2.ebuild
deleted file mode 100644
index c6f15f29f88..000
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.1.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils eutils
-
-DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
-HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer";
-SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="gnome gtk jpeg libav png test"
-
-RDEPEND="
-   gtk? ( dev-libs/glib:2= )
-   jpeg? ( virtual/jpeg:0= )
-   !libav? ( >=media-video/ffmpeg-2.7:0= )
-   libav? ( >=media-video/libav-11:0= )
-   png? ( media-libs/libpng:0= )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-REQUIRED_USE="gnome? ( gtk )"
-
-DOCS=( AUTHORS ChangeLog README.md )
-
-src_prepare() {
-   rm -rf out* || die
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_GIO=$(usex gtk)
-   -DENABLE_TESTS=$(usex test)
-   -DENABLE_THUMBNAILER=$(usex gnome)
-   -DHAVE_JPEG=$(usex jpeg)
-   -DHAVE_PNG=$(usex png)
-   )
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/, media-video/ffmpegthumbnailer/files/

2017-03-23 Thread Johannes Huber
commit: 69f5130861c370e8e693f75abfa3fbc43a1e2e3f
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Mar 23 19:42:49 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Mar 23 19:42:49 2017 +
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..000
--- 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..000
--- 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 
- #include 
-+#include 
- 
- using namespace std;
- 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2017-02-23 Thread Michael Weber
commit: 2cc1ced15935a57fc4c7abe02bbb284619b26c70
Author: Michael Weber  gentoo  org>
AuthorDate: Thu Feb 23 09:26:11 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Thu Feb 23 09:26:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc1ced1

media-video/ffmpegthumbnailer: arm stable (bug 575520).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
index fba2494b1e..1c88877d5a 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="gnome gtk jpeg libav png test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2017-01-25 Thread Tobias Klausmann
commit: 63d2b7a47b78906952d2782fb2bea9a238f6cf9d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Jan 25 18:24:11 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Jan 25 18:24:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d2b7a4

media-video/ffmpegthumbnailer-2.2.0-r0: stable on alpha

Gentoo-Bug: 575520

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
index 73d86f2..fba2494 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="gnome gtk jpeg libav png test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2017-01-25 Thread Alexis Ballier
commit: dcbbc6c055c940b429474b65dfcc364cd0e4138f
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jan 25 10:07:30 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jan 25 10:07:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcbbc6c0

media-video/ffmpegthumbnailer: tests require png & jpeg, bug #606946

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
index aee6e01..73d86f2 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
@@ -25,7 +25,8 @@ RDEPEND="
 DEPEND="${RDEPEND}
virtual/pkgconfig
 "
-REQUIRED_USE="gnome? ( gtk )"
+REQUIRED_USE="gnome? ( gtk )
+   test? ( png jpeg )"
 
 DOCS=( AUTHORS ChangeLog README.md )
 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2017-01-15 Thread Jeroen Roovers
commit: e5def415e0f3b3b8cae6e4a8dd30fe9d56f1ea77
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jan 15 20:43:49 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jan 15 20:43:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5def415

media-video/ffmpegthumbnailer: Stable for HPPA (bug #575520).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
index 8e7f5ef..bbce478 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="gnome gtk jpeg libav png test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2017-01-15 Thread Jeroen Roovers
commit: 16f1595fc6e3bfd513ba33322552df4f966cb659
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jan 15 20:37:26 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jan 15 20:37:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f1595f

media-video/ffmpegthumbnailer: Stable for PPC64 (bug #575520).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
index 15f7c64..8e7f5ef 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="gnome gtk jpeg libav png test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2017-01-13 Thread Agostino Sarubbo
commit: 0269e140f32448fdfab388770dcb20c6c8f1a123
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan 13 14:35:33 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan 13 14:35:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0269e140

media-video/ffmpegthumbnailer: amd64 stable wrt bug #575520

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
index 6b870ca..f27bc77 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="gnome gtk jpeg libav png test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2016-11-17 Thread Lars Wendler
commit: a60adeaa7b0435e3413be906692fbe45458ca4eb
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Nov 17 18:02:20 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Nov 17 18:08:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60adeaa

media-video/ffmpegthumbnailer: Removed old.

Package-Manager: portage-2.3.2

 media-video/ffmpegthumbnailer/Manifest |  1 -
 .../ffmpegthumbnailer-2.1.1.ebuild | 47 --
 2 files changed, 48 deletions(-)

diff --git a/media-video/ffmpegthumbnailer/Manifest 
b/media-video/ffmpegthumbnailer/Manifest
index 1c9adf6..c00c7b2 100644
--- a/media-video/ffmpegthumbnailer/Manifest
+++ b/media-video/ffmpegthumbnailer/Manifest
@@ -1,5 +1,4 @@
 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.1.tar.bz2 1448731 SHA256 
51bca83c0cfae283e8e2f323aa49e0c6ced206c5a068332b4be974d3905cf055 SHA512 
2ac9e8b904e73086d0bf0f586a971bf3807d41bd394505164461731099c17570b45d71374e2bbf6fa2d0d7d47011564e06230b360255535120a9969fde3888a4
 WHIRLPOOL 
35e42062a50a0c5e3e669fc513b2e1219f77ec3681880a65ac503ff8dd463ada0c56206bb70c76460ff4d3592a40d26361b05b8ee8fe9b54269e30c4127e8e07
 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.1.1.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.1.1.ebuild
deleted file mode 100644
index f04e7f5..
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.1.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils eutils
-
-DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
-HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer";
-SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="gnome gtk jpeg libav png test"
-
-RDEPEND="
-   gtk? ( dev-libs/glib:2= )
-   jpeg? ( virtual/jpeg:0= )
-   !libav? ( >=media-video/ffmpeg-2.7:0= )
-   libav? ( >=media-video/libav-11:0= )
-   png? ( media-libs/libpng:0= )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-REQUIRED_USE="gnome? ( gtk )"
-
-DOCS=( AUTHORS ChangeLog README.md )
-
-src_prepare() {
-   rm -rf out* || die
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_GIO=$(usex gtk)
-   -DENABLE_TESTS=$(usex test)
-   -DENABLE_THUMBNAILER=$(usex gnome)
-   -DHAVE_JPEG=$(usex jpeg)
-   -DHAVE_PNG=$(usex png)
-   )
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2016-11-17 Thread Lars Wendler
commit: d746f4ba3c98c08788a6dd5bd162ff12636ee588
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Nov 17 18:01:45 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Nov 17 18:08:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d746f4ba

media-video/ffmpegthumbnailer: Bump to version 2.2.0

Package-Manager: portage-2.3.2

 media-video/ffmpegthumbnailer/Manifest |  1 +
 .../ffmpegthumbnailer-2.2.0.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/media-video/ffmpegthumbnailer/Manifest 
b/media-video/ffmpegthumbnailer/Manifest
index cf2b1e1..1c9adf6 100644
--- a/media-video/ffmpegthumbnailer/Manifest
+++ b/media-video/ffmpegthumbnailer/Manifest
@@ -2,3 +2,4 @@ DIST ffmpegthumbnailer-2.0.10.tar.bz2 2154028 SHA256 
a3022c86aa3e704849e424147bd
 DIST ffmpegthumbnailer-2.0.8.tar.gz 367186 SHA256 
2c8bbefa838d38ea42fc8ac78258cda36865d974c991624b14cffdb92a3bc68b SHA512 
6062d4b8f5326bde96c8c6dceaac52e1fabcec93f0a0ee4be19e203050e6c80426a006076a27e4a12582e05daceebd37beef008154fdd92a87f365fdff68ca83
 WHIRLPOOL 
6b0bd942777515f690f212df5616dffc4fc1c6e0e0e5be67128b376347b18d75eb144d25e9f8ac841b41099703092af5784edc31f34d7dbf81b742d678233e79
 DIST ffmpegthumbnailer-2.1.1.tar.bz2 1448731 SHA256 
51bca83c0cfae283e8e2f323aa49e0c6ced206c5a068332b4be974d3905cf055 SHA512 
2ac9e8b904e73086d0bf0f586a971bf3807d41bd394505164461731099c17570b45d71374e2bbf6fa2d0d7d47011564e06230b360255535120a9969fde3888a4
 WHIRLPOOL 
35e42062a50a0c5e3e669fc513b2e1219f77ec3681880a65ac503ff8dd463ada0c56206bb70c76460ff4d3592a40d26361b05b8ee8fe9b54269e30c4127e8e07
 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.2.0.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
new file mode 100644
index ..6b870ca
--- /dev/null
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils eutils
+
+DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
+HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer";
+SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="gnome gtk jpeg libav png test"
+
+RDEPEND="
+   gtk? ( dev-libs/glib:2= )
+   jpeg? ( virtual/jpeg:0= )
+   !libav? ( >=media-video/ffmpeg-2.7:0= )
+   libav? ( >=media-video/libav-11:0= )
+   png? ( media-libs/libpng:0= )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+REQUIRED_USE="gnome? ( gtk )"
+
+DOCS=( AUTHORS ChangeLog README.md )
+
+src_prepare() {
+   rm -rf out* || die
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_GIO=$(usex gtk)
+   -DENABLE_TESTS=$(usex test)
+   -DENABLE_THUMBNAILER=$(usex gnome)
+   -DHAVE_JPEG=$(usex jpeg)
+   -DHAVE_PNG=$(usex png)
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2016-10-31 Thread Lars Wendler
commit: 18e3e3cfd38c82045e9ad2dd38e69133486fa9a3
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 31 22:35:50 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 31 22:39:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e3e3cf

media-video/ffmpegthumbnailer: Bump to version 2.1.2

Package-Manager: portage-2.3.2
Signed-off-by: Lars Wendler  gentoo.org>

 media-video/ffmpegthumbnailer/Manifest |  1 +
 .../ffmpegthumbnailer-2.1.2.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/media-video/ffmpegthumbnailer/Manifest 
b/media-video/ffmpegthumbnailer/Manifest
index fb2bd06..5f19b74 100644
--- a/media-video/ffmpegthumbnailer/Manifest
+++ b/media-video/ffmpegthumbnailer/Manifest
@@ -2,3 +2,4 @@ DIST ffmpegthumbnailer-2.0.10.tar.bz2 2154028 SHA256 
a3022c86aa3e704849e424147bd
 DIST ffmpegthumbnailer-2.0.8.tar.gz 367186 SHA256 
2c8bbefa838d38ea42fc8ac78258cda36865d974c991624b14cffdb92a3bc68b SHA512 
6062d4b8f5326bde96c8c6dceaac52e1fabcec93f0a0ee4be19e203050e6c80426a006076a27e4a12582e05daceebd37beef008154fdd92a87f365fdff68ca83
 WHIRLPOOL 
6b0bd942777515f690f212df5616dffc4fc1c6e0e0e5be67128b376347b18d75eb144d25e9f8ac841b41099703092af5784edc31f34d7dbf81b742d678233e79
 DIST ffmpegthumbnailer-2.1.0.tar.bz2 2108351 SHA256 
99ad417113c2dd7669978da2bd22b84cdfe87c2690ff3864a117b0bf72cd8c0f SHA512 
c1cedcadc46e7abaa1d91ea83b96beda03b82d2ceecfbf1f4538f1865f1b336cdcc588cefd84e69c6374316b10805380cfe685999bd32a9206d82927b75e2cfa
 WHIRLPOOL 
fb8f6db18a5ea0e4423719fdac3de7927a599b4c0aec83c8a823ec73e51d1154cf8ff4b0d49345f13d350ff6be980c30c4d408d07a00d902a2892d2071ccc821
 DIST ffmpegthumbnailer-2.1.1.tar.bz2 1448731 SHA256 
51bca83c0cfae283e8e2f323aa49e0c6ced206c5a068332b4be974d3905cf055 SHA512 
2ac9e8b904e73086d0bf0f586a971bf3807d41bd394505164461731099c17570b45d71374e2bbf6fa2d0d7d47011564e06230b360255535120a9969fde3888a4
 WHIRLPOOL 
35e42062a50a0c5e3e669fc513b2e1219f77ec3681880a65ac503ff8dd463ada0c56206bb70c76460ff4d3592a40d26361b05b8ee8fe9b54269e30c4127e8e07
+DIST ffmpegthumbnailer-2.1.2.tar.bz2 1221508 SHA256 
f536035c3f2c2455b3180559e3fb3082db275d9264565271053028221dc6d2cd SHA512 
e297708df4cbefdbead89af0499881b17128dc47c8403f84862343822113354de61450f63e932ab4b5b2414826a3fe5ff72ac2bec22ee3bb507801ee0d065d7b
 WHIRLPOOL 
3775e071380936f447b880ee051e8c9fe6ec50735b46cd352600ee7125b0744847a5547378bba25a65d3829f25ccee6843c1559a917e50aa6e02c1a6727c6b8a

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.1.2.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.1.2.ebuild
new file mode 100644
index ..6b870ca
--- /dev/null
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.1.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils eutils
+
+DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
+HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer";
+SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="gnome gtk jpeg libav png test"
+
+RDEPEND="
+   gtk? ( dev-libs/glib:2= )
+   jpeg? ( virtual/jpeg:0= )
+   !libav? ( >=media-video/ffmpeg-2.7:0= )
+   libav? ( >=media-video/libav-11:0= )
+   png? ( media-libs/libpng:0= )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+REQUIRED_USE="gnome? ( gtk )"
+
+DOCS=( AUTHORS ChangeLog README.md )
+
+src_prepare() {
+   rm -rf out* || die
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_GIO=$(usex gtk)
+   -DENABLE_TESTS=$(usex test)
+   -DENABLE_THUMBNAILER=$(usex gnome)
+   -DHAVE_JPEG=$(usex jpeg)
+   -DHAVE_PNG=$(usex png)
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2016-10-31 Thread Lars Wendler
commit: 99016da202f8345212a6b4bb1d552b595a600f9b
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 31 22:36:56 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 31 22:39:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99016da2

media-video/ffmpegthumbnailer: Removed old.

Package-Manager: portage-2.3.2
Signed-off-by: Lars Wendler  gentoo.org>

 media-video/ffmpegthumbnailer/Manifest |  1 -
 .../ffmpegthumbnailer-2.1.0.ebuild | 48 --
 2 files changed, 49 deletions(-)

diff --git a/media-video/ffmpegthumbnailer/Manifest 
b/media-video/ffmpegthumbnailer/Manifest
index 5f19b74..cf2b1e1 100644
--- a/media-video/ffmpegthumbnailer/Manifest
+++ b/media-video/ffmpegthumbnailer/Manifest
@@ -1,5 +1,4 @@
 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.0.tar.bz2 2108351 SHA256 
99ad417113c2dd7669978da2bd22b84cdfe87c2690ff3864a117b0bf72cd8c0f SHA512 
c1cedcadc46e7abaa1d91ea83b96beda03b82d2ceecfbf1f4538f1865f1b336cdcc588cefd84e69c6374316b10805380cfe685999bd32a9206d82927b75e2cfa
 WHIRLPOOL 
fb8f6db18a5ea0e4423719fdac3de7927a599b4c0aec83c8a823ec73e51d1154cf8ff4b0d49345f13d350ff6be980c30c4d408d07a00d902a2892d2071ccc821
 DIST ffmpegthumbnailer-2.1.1.tar.bz2 1448731 SHA256 
51bca83c0cfae283e8e2f323aa49e0c6ced206c5a068332b4be974d3905cf055 SHA512 
2ac9e8b904e73086d0bf0f586a971bf3807d41bd394505164461731099c17570b45d71374e2bbf6fa2d0d7d47011564e06230b360255535120a9969fde3888a4
 WHIRLPOOL 
35e42062a50a0c5e3e669fc513b2e1219f77ec3681880a65ac503ff8dd463ada0c56206bb70c76460ff4d3592a40d26361b05b8ee8fe9b54269e30c4127e8e07
 DIST ffmpegthumbnailer-2.1.2.tar.bz2 1221508 SHA256 
f536035c3f2c2455b3180559e3fb3082db275d9264565271053028221dc6d2cd SHA512 
e297708df4cbefdbead89af0499881b17128dc47c8403f84862343822113354de61450f63e932ab4b5b2414826a3fe5ff72ac2bec22ee3bb507801ee0d065d7b
 WHIRLPOOL 
3775e071380936f447b880ee051e8c9fe6ec50735b46cd352600ee7125b0744847a5547378bba25a65d3829f25ccee6843c1559a917e50aa6e02c1a6727c6b8a

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.1.0.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.1.0.ebuild
deleted file mode 100644
index 82d4176..
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.1.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils eutils
-
-DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
-HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer";
-SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="gnome gtk jpeg libav png test"
-
-RDEPEND="
-   gtk? ( dev-libs/glib:2= )
-   jpeg? ( virtual/jpeg:0= )
-   !libav? ( >=media-video/ffmpeg-2.7:0= )
-   libav? ( >=media-video/libav-11:0= )
-   png? ( media-libs/libpng:0= )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-REQUIRED_USE="gnome? ( gtk )"
-
-DOCS=( AUTHORS ChangeLog README.md )
-
-src_prepare() {
-   rm -rf out* || die
-
-   cmake-utils_src_prepare
-   has_version '>=media-video/ffmpeg-2.9' && epatch 
"${FILESDIR}/${PN}-2.0.10-ffmpeg29.patch"
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_GIO=$(usex gtk)
-   -DENABLE_TESTS=$(usex test)
-   -DENABLE_THUMBNAILER=$(usex gnome)
-   -DHAVE_JPEG=$(usex jpeg)
-   -DHAVE_PNG=$(usex png)
-   )
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2016-02-23 Thread Alexis Ballier
commit: 60aca11a27e671c9bc8ea1fe6146a10e5e80831d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Feb 23 15:56:22 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Feb 23 15:56:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60aca11a

media-video/ffmpegthumbnailer: bump to 2.1.1

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier  gentoo.org>

 media-video/ffmpegthumbnailer/Manifest |  1 +
 .../ffmpegthumbnailer-2.1.1.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/media-video/ffmpegthumbnailer/Manifest 
b/media-video/ffmpegthumbnailer/Manifest
index ca39d89..fb2bd06 100644
--- a/media-video/ffmpegthumbnailer/Manifest
+++ b/media-video/ffmpegthumbnailer/Manifest
@@ -1,3 +1,4 @@
 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.0.tar.bz2 2108351 SHA256 
99ad417113c2dd7669978da2bd22b84cdfe87c2690ff3864a117b0bf72cd8c0f SHA512 
c1cedcadc46e7abaa1d91ea83b96beda03b82d2ceecfbf1f4538f1865f1b336cdcc588cefd84e69c6374316b10805380cfe685999bd32a9206d82927b75e2cfa
 WHIRLPOOL 
fb8f6db18a5ea0e4423719fdac3de7927a599b4c0aec83c8a823ec73e51d1154cf8ff4b0d49345f13d350ff6be980c30c4d408d07a00d902a2892d2071ccc821
+DIST ffmpegthumbnailer-2.1.1.tar.bz2 1448731 SHA256 
51bca83c0cfae283e8e2f323aa49e0c6ced206c5a068332b4be974d3905cf055 SHA512 
2ac9e8b904e73086d0bf0f586a971bf3807d41bd394505164461731099c17570b45d71374e2bbf6fa2d0d7d47011564e06230b360255535120a9969fde3888a4
 WHIRLPOOL 
35e42062a50a0c5e3e669fc513b2e1219f77ec3681880a65ac503ff8dd463ada0c56206bb70c76460ff4d3592a40d26361b05b8ee8fe9b54269e30c4127e8e07

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.1.1.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.1.1.ebuild
new file mode 100644
index 000..f04e7f5
--- /dev/null
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.1.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils eutils
+
+DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
+HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer";
+SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="gnome gtk jpeg libav png test"
+
+RDEPEND="
+   gtk? ( dev-libs/glib:2= )
+   jpeg? ( virtual/jpeg:0= )
+   !libav? ( >=media-video/ffmpeg-2.7:0= )
+   libav? ( >=media-video/libav-11:0= )
+   png? ( media-libs/libpng:0= )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+REQUIRED_USE="gnome? ( gtk )"
+
+DOCS=( AUTHORS ChangeLog README.md )
+
+src_prepare() {
+   rm -rf out* || die
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_GIO=$(usex gtk)
+   -DENABLE_TESTS=$(usex test)
+   -DENABLE_THUMBNAILER=$(usex gnome)
+   -DHAVE_JPEG=$(usex jpeg)
+   -DHAVE_PNG=$(usex png)
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2015-10-21 Thread Lars Wendler
commit: 2efce3677902cbfca37d42dfced246de37706aa3
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Oct 21 09:52:25 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Oct 21 10:05:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2efce367

media-video/ffmpegthumbnailer: Bump to version 2.1.0

Package-Manager: portage-2.2.23
Signed-off-by: Lars Wendler  gentoo.org>

 media-video/ffmpegthumbnailer/Manifest |  1 +
 .../ffmpegthumbnailer-2.1.0.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/media-video/ffmpegthumbnailer/Manifest 
b/media-video/ffmpegthumbnailer/Manifest
index a036401..ca39d89 100644
--- a/media-video/ffmpegthumbnailer/Manifest
+++ b/media-video/ffmpegthumbnailer/Manifest
@@ -1,2 +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.0.tar.bz2 2108351 SHA256 
99ad417113c2dd7669978da2bd22b84cdfe87c2690ff3864a117b0bf72cd8c0f SHA512 
c1cedcadc46e7abaa1d91ea83b96beda03b82d2ceecfbf1f4538f1865f1b336cdcc588cefd84e69c6374316b10805380cfe685999bd32a9206d82927b75e2cfa
 WHIRLPOOL 
fb8f6db18a5ea0e4423719fdac3de7927a599b4c0aec83c8a823ec73e51d1154cf8ff4b0d49345f13d350ff6be980c30c4d408d07a00d902a2892d2071ccc821

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.1.0.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.1.0.ebuild
new file mode 100644
index 000..82d4176
--- /dev/null
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.1.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils eutils
+
+DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
+HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer";
+SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="gnome gtk jpeg libav png test"
+
+RDEPEND="
+   gtk? ( dev-libs/glib:2= )
+   jpeg? ( virtual/jpeg:0= )
+   !libav? ( >=media-video/ffmpeg-2.7:0= )
+   libav? ( >=media-video/libav-11:0= )
+   png? ( media-libs/libpng:0= )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+REQUIRED_USE="gnome? ( gtk )"
+
+DOCS=( AUTHORS ChangeLog README.md )
+
+src_prepare() {
+   rm -rf out* || die
+
+   cmake-utils_src_prepare
+   has_version '>=media-video/ffmpeg-2.9' && epatch 
"${FILESDIR}/${PN}-2.0.10-ffmpeg29.patch"
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_GIO=$(usex gtk)
+   -DENABLE_TESTS=$(usex test)
+   -DENABLE_THUMBNAILER=$(usex gnome)
+   -DHAVE_JPEG=$(usex jpeg)
+   -DHAVE_PNG=$(usex png)
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/files/, media-video/ffmpegthumbnailer/

2015-09-16 Thread Alexis Ballier
commit: 45ab11f0ed557d140feae5757b55d532fa47a196
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 14:06:40 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 14:06:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ab11f0

media-video/ffmpegthumbnailer: fix build with ffmpeg git master.

Package-Manager: portage-2.2.20.1

 .../ffmpegthumbnailer-2.0.10.ebuild|  3 +-
 .../files/ffmpegthumbnailer-2.0.10-ffmpeg29.patch  | 62 ++
 2 files changed, 64 insertions(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.10.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.10.ebuild
index 96de427..c01ea0b 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.10.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.10.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit cmake-utils
+inherit cmake-utils eutils
 
 DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
 HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer";
@@ -39,6 +39,7 @@ src_prepare() {
rm -rf out* || die
 
cmake-utils_src_prepare
+   has_version '>=media-video/ffmpeg-2.9' && epatch 
"${FILESDIR}/${P}-ffmpeg29.patch"
 }
 
 src_configure() {

diff --git 
a/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.0.10-ffmpeg29.patch 
b/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.0.10-ffmpeg29.patch
new file mode 100644
index 000..fb50ae8
--- /dev/null
+++ 
b/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.0.10-ffmpeg29.patch
@@ -0,0 +1,62 @@
+Index: ffmpegthumbnailer-2.0.10/libffmpegthumbnailer/moviedecoder.cpp
+===
+--- ffmpegthumbnailer-2.0.10.orig/libffmpegthumbnailer/moviedecoder.cpp
 ffmpegthumbnailer-2.0.10/libffmpegthumbnailer/moviedecoder.cpp
+@@ -266,7 +266,7 @@ bool MovieDecoder::decodeVideoPacket()
+ return false;
+ }
+ 
+-avcodec_get_frame_defaults(m_pFrame);
++av_frame_unref(m_pFrame);
+ 
+ int frameFinished;
+ 
+@@ -312,14 +312,8 @@ bool MovieDecoder::getVideoPacket()
+ 
+ void MovieDecoder::getScaledVideoFrame(int scaledSize, bool 
maintainAspectRatio, VideoFrame& videoFrame)
+ {
+-if (m_pFrame->interlaced_frame)
+-{
+-avpicture_deinterlace((AVPicture*) m_pFrame, (AVPicture*) m_pFrame, 
m_pVideoCodecContext->pix_fmt,
+-  m_pVideoCodecContext->width, 
m_pVideoCodecContext->height);
+-}
+-
+ int scaledWidth, scaledHeight;
+-convertAndScaleFrame(PIX_FMT_RGB24, scaledSize, maintainAspectRatio, 
scaledWidth, scaledHeight);
++convertAndScaleFrame(AV_PIX_FMT_RGB24, scaledSize, maintainAspectRatio, 
scaledWidth, scaledHeight);
+ 
+ videoFrame.width = scaledWidth;
+ videoFrame.height = scaledHeight;
+@@ -330,7 +324,7 @@ void MovieDecoder::getScaledVideoFrame(i
+ memcpy((&(videoFrame.frameData.front())), m_pFrame->data[0], 
videoFrame.lineSize * videoFrame.height);
+ }
+ 
+-void MovieDecoder::convertAndScaleFrame(PixelFormat format, int scaledSize, 
bool maintainAspectRatio, int& scaledWidth, int& scaledHeight)
++void MovieDecoder::convertAndScaleFrame(AVPixelFormat format, int scaledSize, 
bool maintainAspectRatio, int& scaledWidth, int& scaledHeight)
+ {
+ calculateDimensions(scaledSize, maintainAspectRatio, scaledWidth, 
scaledHeight);
+ 
+@@ -427,7 +421,7 @@ void MovieDecoder::calculateDimensions(i
+ }
+ }
+ 
+-void MovieDecoder::createAVFrame(AVFrame** pAvFrame, uint8_t** pFrameBuffer, 
int width, int height, PixelFormat format)
++void MovieDecoder::createAVFrame(AVFrame** pAvFrame, uint8_t** pFrameBuffer, 
int width, int height, AVPixelFormat format)
+ {
+ *pAvFrame = av_frame_alloc();
+ 
+Index: ffmpegthumbnailer-2.0.10/libffmpegthumbnailer/moviedecoder.h
+===
+--- ffmpegthumbnailer-2.0.10.orig/libffmpegthumbnailer/moviedecoder.h
 ffmpegthumbnailer-2.0.10/libffmpegthumbnailer/moviedecoder.h
+@@ -54,8 +54,8 @@ private:
+ 
+ bool decodeVideoPacket();
+ bool getVideoPacket();
+-void convertAndScaleFrame(PixelFormat format, int scaledSize, bool 
maintainAspectRatio, int& scaledWidth, int& scaledHeight);
+-void createAVFrame(AVFrame** pAvFrame, uint8_t** pFrameBuffer, int width, 
int height, PixelFormat format);
++void convertAndScaleFrame(AVPixelFormat format, int scaledSize, bool 
maintainAspectRatio, int& scaledWidth, int& scaledHeight);
++void createAVFrame(AVFrame** pAvFrame, uint8_t** pFrameBuffer, int width, 
int height, AVPixelFormat format);
+ void calculateDimensions(int squareSize, bool maintainAspectRatio, int& 
destWidth, int& destHeight);
+ 
+ private: