public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-text2skin/
@ 2017-02-11 19:47 David Seifert
  0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-02-11 19:47 UTC (permalink / raw
  To: gentoo-commits

commit:     528b542ebf8264a5d067f2ad39686995d2ba872e
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 19:21:57 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 19:47:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528b542e

media-plugins/vdr-text2skin: Use sub-slot operators for imagemagick

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3907

 ...-1.3.2.ebuild => vdr-text2skin-1.3.2-r1.ebuild} | 45 +++++++++++++---------
 1 file changed, 26 insertions(+), 19 deletions(-)

diff --git a/media-plugins/vdr-text2skin/vdr-text2skin-1.3.2.ebuild b/media-plugins/vdr-text2skin/vdr-text2skin-1.3.2-r1.ebuild
similarity index 68%
rename from media-plugins/vdr-text2skin/vdr-text2skin-1.3.2.ebuild
rename to media-plugins/vdr-text2skin/vdr-text2skin-1.3.2-r1.ebuild
index b072c9c495..b75013bc81 100644
--- a/media-plugins/vdr-text2skin/vdr-text2skin-1.3.2.ebuild
+++ b/media-plugins/vdr-text2skin/vdr-text2skin-1.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,18 +15,23 @@ SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="~x86 ~amd64"
-IUSE="contrib doc +imagemagick imlib"
-
-REQUIRED_USE="imagemagick? ( !imlib )
-	imlib? ( !imagemagick )"
-
-RDEPEND=">=media-video/vdr-1.6.0
-	imagemagick? ( || ( media-gfx/imagemagick[cxx] media-gfx/graphicsmagick[cxx] ) )
-	imlib? ( media-libs/imlib2 >=media-video/vdr-1.6.0[-graphtft] )"
+IUSE="contrib doc graphicsmagick +imagemagick imlib"
+
+RDEPEND="
+	>=media-video/vdr-1.6.0
+	imagemagick? (
+		graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] )
+		!graphicsmagick? ( media-gfx/imagemagick:=[cxx] )
+	)
+	!imagemagick? (
+		imlib? (
+			media-libs/imlib2
+			>=media-video/vdr-1.6.0[-graphtft]
+		)
+	)"
 DEPEND="${RDEPEND}
-	imagemagick? ( virtual/pkgconfig )
-	imlib? ( virtual/pkgconfig )
-	sys-devel/gettext"
+	sys-devel/gettext
+	virtual/pkgconfig"
 
 KEEP_I18NOBJECT="yes"
 
@@ -42,17 +47,19 @@ src_prepare() {
 	fi
 
 	if use imagemagick; then
-		# Prefer imagemagick over graphicsmagick
-		if has_version "media-gfx/imagemagick"; then
-			imagelib="imagemagick"
-		elif has_version "media-gfx/graphicsmagick"; then
+		if use graphicsmagick; then
 			imagelib="graphicsmagick"
+		else
+			imagelib="imagemagick"
 		fi
-	elif use imlib; then
-		imagelib="imlib2"
 	else
-		imagelib="none"
+		if use imlib; then
+			imagelib="imlib2"
+		else
+			imagelib="none"
+		fi
 	fi
+
 	sed -i -e "s:\(IMAGELIB[[:space:]]*=\) .*:\1 ${imagelib}:" Makefile || die
 
 	vdr-plugin-2_src_prepare


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-text2skin/
@ 2018-03-30  2:54 Aaron Bauman
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2018-03-30  2:54 UTC (permalink / raw
  To: gentoo-commits

commit:     ad29bcaffa13d1bb71d7cf6b4fdc712c0469f2fc
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Mar 29 19:16:39 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 02:34:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad29bcaf

media-plugins/vdr-text2skin: fix HOMEPAGE, use HTTPS

 media-plugins/vdr-text2skin/vdr-text2skin-1.3.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/vdr-text2skin/vdr-text2skin-1.3.2-r1.ebuild b/media-plugins/vdr-text2skin/vdr-text2skin-1.3.2-r1.ebuild
index 88272279b7b..3ed16ca90fc 100644
--- a/media-plugins/vdr-text2skin/vdr-text2skin-1.3.2-r1.ebuild
+++ b/media-plugins/vdr-text2skin/vdr-text2skin-1.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="783" # changes with every version / new file :-(
 
 DESCRIPTION="VDR text2skin PlugIn"
-HOMEPAGE="http://projects.vdr-developer.org/projects/show/plg-text2skin"
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-text2skin"
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 SLOT="0"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-30  2:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-11 19:47 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-text2skin/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2018-03-30  2:54 Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox