public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-video/dvdauthor/
@ 2016-05-02  7:51 Lars Wendler
  0 siblings, 0 replies; 16+ messages in thread
From: Lars Wendler @ 2016-05-02  7:51 UTC (permalink / raw
  To: gentoo-commits

commit:     d61345d2f75d2af77befdc719aa29d147fe67be5
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 06:51:48 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon May  2 07:51:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d61345d2

media-video/dvdauthor: Added slotdep for imagemagick. Bumped to EAPI-6.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-video/dvdauthor/dvdauthor-0.7.1.ebuild | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/media-video/dvdauthor/dvdauthor-0.7.1.ebuild b/media-video/dvdauthor/dvdauthor-0.7.1.ebuild
index 37e3414..fd97f1b 100644
--- a/media-video/dvdauthor/dvdauthor-0.7.1.ebuild
+++ b/media-video/dvdauthor/dvdauthor-0.7.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 inherit eutils flag-o-matic toolchain-funcs
 
 DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players"
@@ -20,7 +20,7 @@ RDEPEND=">=dev-libs/fribidi-0.19.2
 	media-libs/libdvdread
 	media-libs/libpng:0=
 	graphicsmagick? ( media-gfx/graphicsmagick )
-	!graphicsmagick? ( >=media-gfx/imagemagick-5.5.7.14 )"
+	!graphicsmagick? ( >=media-gfx/imagemagick-5.5.7.14:= )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
@@ -28,10 +28,16 @@ S=${WORKDIR}/${PN}
 
 DOCS=( AUTHORS ChangeLog README TODO )
 
+PATCHES=(
+	"${FILESDIR}/${P}-glibc220.patch"
+)
+
 src_prepare() {
-	epatch "${FILESDIR}/${P}-glibc220.patch"
-	use graphicsmagick && \
-		sed -i -e 's:ExportImagePixels:dIsAbLeAuToMaGiC&:' configure
+	default
+	if use graphicsmagick ; then
+		sed -i -e 's:ExportImagePixels:dIsAbLeAuToMaGiC&:' configure \
+			|| die
+	fi
 }
 
 src_configure() {


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/dvdauthor/
@ 2017-01-03 16:35 Alexis Ballier
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2017-01-03 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     868c21bc29243d315cec9791bb0d19439a97414b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 16:35:05 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 16:35:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=868c21bc

media-video/dvdauthor: bump to 0.7.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-video/dvdauthor/Manifest               |  1 +
 media-video/dvdauthor/dvdauthor-0.7.2.ebuild | 44 ++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/media-video/dvdauthor/Manifest b/media-video/dvdauthor/Manifest
index 61dcf35..bc66b13 100644
--- a/media-video/dvdauthor/Manifest
+++ b/media-video/dvdauthor/Manifest
@@ -1 +1,2 @@
 DIST dvdauthor-0.7.1.tar.gz 421324 SHA256 501fb11b09c6eb9c5a229dcb400bd81e408cc78d34eab6749970685023c51fe9 SHA512 0875300df4711bf5758cb8a3ec03793689abd403cdebfc5736463d9b6df49a22e66e9e1f0c2abfcb7d25469c2e7f7e76789f7779cc0743ec972f8965b0f744a9 WHIRLPOOL c07526bbdbd75b4ddc0f2a1057f2bf27dbb5c63b4e4495b3a051d530af58ba4d4d75ec15dff2e3628cd1cb46b476ecb6a3d640ec30e1e6692d832549108b3e63
+DIST dvdauthor-0.7.2.tar.gz 648305 SHA256 3020a92de9f78eb36f48b6f22d5a001c47107826634a785a62dfcd080f612eb7 SHA512 202b8bba38939d122dc864921a57e89906ca99ddabf44e3b07419cc42cc052567cd892b41f1171c9c195c9a770758e9319a942ea64d14ee8fa847588c7761125 WHIRLPOOL d74d9b9d7976c5b98c9c6ebae5f5af5c201bc93f295c400b8cf7a10d4012e9b602f7817dd4acca70578a347d38fbe5bf43bbe8df398b4bc38c20bcc165ee1c3c

diff --git a/media-video/dvdauthor/dvdauthor-0.7.2.ebuild b/media-video/dvdauthor/dvdauthor-0.7.2.ebuild
new file mode 100644
index 00000000..a957dcc
--- /dev/null
+++ b/media-video/dvdauthor/dvdauthor-0.7.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils flag-o-matic toolchain-funcs
+
+DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players"
+HOMEPAGE="http://dvdauthor.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="graphicsmagick"
+
+RDEPEND=">=dev-libs/fribidi-0.19.2
+	dev-libs/libxml2
+	>=media-libs/freetype-2
+	media-libs/libdvdread
+	media-libs/libpng:0=
+	graphicsmagick? ( media-gfx/graphicsmagick )
+	!graphicsmagick? ( >=media-gfx/imagemagick-5.5.7.14:= )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+S=${WORKDIR}/${PN}
+
+DOCS=( AUTHORS ChangeLog README TODO )
+
+src_prepare() {
+	default
+	if use graphicsmagick ; then
+		sed -i -e 's:ExportImagePixels:dIsAbLeAuToMaGiC&:' configure \
+			|| die
+	fi
+}
+
+src_configure() {
+	use graphicsmagick && \
+		append-cppflags "$($(tc-getPKG_CONFIG) --cflags GraphicsMagick)" #459976
+	append-cppflags "$($(tc-getPKG_CONFIG) --cflags fribidi)" #417041
+	econf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/dvdauthor/
@ 2017-05-23 22:32 Lars Wendler
  0 siblings, 0 replies; 16+ messages in thread
From: Lars Wendler @ 2017-05-23 22:32 UTC (permalink / raw
  To: gentoo-commits

commit:     f4fb3fdf4808088e63df3888231b9733e0d3d937
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 22:32:09 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue May 23 22:32:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4fb3fdf

media-video/dvdauthor: Fixed compilation with USE="-imagemagick".

Gentoo bug #619480

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild b/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild
index b279738dca1..b8470759771 100644
--- a/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild
+++ b/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild
@@ -24,14 +24,14 @@ RDEPEND=">=dev-libs/fribidi-0.19.2
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
-S=${WORKDIR}/${PN}
+S="${WORKDIR}/${PN}"
 
 DOCS=( AUTHORS ChangeLog README TODO )
 
 src_prepare() {
 	default
 
-	if has_version '>=media-gfx/imagemagick-7.0.1.0' ; then
+	if use imagemagick && has_version '>=media-gfx/imagemagick-7.0.1.0' ; then
 		eapply "${FILESDIR}/${PN}-0.7.2-imagemagick7.patch"
 	fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/dvdauthor/
@ 2017-12-24 13:38 Sergei Trofimovich
  0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2017-12-24 13:38 UTC (permalink / raw
  To: gentoo-commits

commit:     8352272825da28bc9d39d93f681993e3d9b27264
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 24 13:36:41 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 13:37:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83522728

media-video/dvdauthor: stable 0.7.2-r1 for ppc/ppc64, bug #641194

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc ppc64"

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

diff --git a/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild b/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild
index b8470759771..d8ad91b8608 100644
--- a/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild
+++ b/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ppc ppc64 ~sparc ~x86"
 IUSE="graphicsmagick +imagemagick"
 REQUIRED_USE="^^ ( graphicsmagick imagemagick )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/dvdauthor/
@ 2018-01-08  0:37 Mikle Kolyada
  0 siblings, 0 replies; 16+ messages in thread
From: Mikle Kolyada @ 2018-01-08  0:37 UTC (permalink / raw
  To: gentoo-commits

commit:     33aeeb0046163dd7fba5170a3396f2d362be8699
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  8 00:37:10 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Jan  8 00:37:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33aeeb00

media-video/dvdauthor: amd64 stable wrt bug #641194

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild b/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild
index d8ad91b8608..9a101476c60 100644
--- a/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild
+++ b/media-video/dvdauthor/dvdauthor-0.7.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=6
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ppc ppc64 ~sparc ~x86"
 IUSE="graphicsmagick +imagemagick"
 REQUIRED_USE="^^ ( graphicsmagick imagemagick )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/dvdauthor/
@ 2018-02-20 10:37 Lars Wendler
  0 siblings, 0 replies; 16+ messages in thread
From: Lars Wendler @ 2018-02-20 10:37 UTC (permalink / raw
  To: gentoo-commits

commit:     eb126898e3ae6ee26a7ec816feee057aedc1a3fb
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 10:36:44 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 10:36:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb126898

media-video/dvdauthor: Removed old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild | 49 -------------------------
 1 file changed, 49 deletions(-)

diff --git a/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild b/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild
deleted file mode 100644
index 6ac055e70b4..00000000000
--- a/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players"
-HOMEPAGE="http://dvdauthor.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86"
-IUSE="graphicsmagick +imagemagick"
-REQUIRED_USE="^^ ( graphicsmagick imagemagick )"
-
-RDEPEND=">=dev-libs/fribidi-0.19.2
-	dev-libs/libxml2
-	>=media-libs/freetype-2
-	media-libs/libdvdread
-	media-libs/libpng:0=
-	graphicsmagick? ( media-gfx/graphicsmagick:= )
-	imagemagick? ( media-gfx/imagemagick:= )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-S="${WORKDIR}/${PN}"
-
-DOCS=( AUTHORS ChangeLog README TODO )
-
-src_prepare() {
-	default
-
-	if use imagemagick && has_version '>=media-gfx/imagemagick-7.0.1.0' ; then
-		eapply "${FILESDIR}/${PN}-0.7.2-imagemagick7.patch"
-	fi
-
-	if use graphicsmagick ; then
-		sed -i -e 's:ExportImagePixels:dIsAbLeAuToMaGiC&:' configure \
-			|| die
-	fi
-}
-
-src_configure() {
-	use graphicsmagick && \
-		append-cppflags "$($(tc-getPKG_CONFIG) --cflags GraphicsMagick)" #459976
-	append-cppflags "$($(tc-getPKG_CONFIG) --cflags fribidi)" #417041
-	econf
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/dvdauthor/
@ 2021-04-29  5:44 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2021-04-29  5:44 UTC (permalink / raw
  To: gentoo-commits

commit:     9c10bc054fbb35a8c19763cbfdbdda8a5828877a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 29 05:42:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 29 05:44:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c10bc05

media-video/dvdauthor: Stabilize 0.7.2-r2 sparc, #786621

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-video/dvdauthor/dvdauthor-0.7.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/dvdauthor/dvdauthor-0.7.2-r2.ebuild b/media-video/dvdauthor/dvdauthor-0.7.2-r2.ebuild
index f62b1cd090a..dcd1561b0b1 100644
--- a/media-video/dvdauthor/dvdauthor-0.7.2-r2.ebuild
+++ b/media-video/dvdauthor/dvdauthor-0.7.2-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
 IUSE="graphicsmagick +imagemagick"
 REQUIRED_USE="^^ ( graphicsmagick imagemagick )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/dvdauthor/
@ 2022-11-12 17:48 Matt Turner
  0 siblings, 0 replies; 16+ messages in thread
From: Matt Turner @ 2022-11-12 17:48 UTC (permalink / raw
  To: gentoo-commits

commit:     1bdbb0e6974badc5a72ad6910f97be661d1c58f0
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 17:29:15 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 17:32:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bdbb0e6

media-video/dvdauthor: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-video/dvdauthor/Manifest                  |  1 -
 media-video/dvdauthor/dvdauthor-0.7.1-r1.ebuild | 48 -------------------------
 2 files changed, 49 deletions(-)

diff --git a/media-video/dvdauthor/Manifest b/media-video/dvdauthor/Manifest
index dd767a2c963f..e3c6d6e347b9 100644
--- a/media-video/dvdauthor/Manifest
+++ b/media-video/dvdauthor/Manifest
@@ -1,2 +1 @@
-DIST dvdauthor-0.7.1.tar.gz 421324 BLAKE2B 34d7f20cc7f8a5f8ea10cfd1404a15b04e909a343e008da18035f6bf78de7b4f16729b3c2ba5ebedd7bd12e72a801874d99d5c1e6f7458a311501e07afc11788 SHA512 0875300df4711bf5758cb8a3ec03793689abd403cdebfc5736463d9b6df49a22e66e9e1f0c2abfcb7d25469c2e7f7e76789f7779cc0743ec972f8965b0f744a9
 DIST dvdauthor-0.7.2.tar.gz 648305 BLAKE2B e3c918e101be1627b32d19a4ba17e676593ce260c72c4a1126acc691d9dec484e3d70817abfa1f1542d5a29d603ecbd9226e305caadd77abfb1278125f7d6c64 SHA512 202b8bba38939d122dc864921a57e89906ca99ddabf44e3b07419cc42cc052567cd892b41f1171c9c195c9a770758e9319a942ea64d14ee8fa847588c7761125

diff --git a/media-video/dvdauthor/dvdauthor-0.7.1-r1.ebuild b/media-video/dvdauthor/dvdauthor-0.7.1-r1.ebuild
deleted file mode 100644
index ec4f4b64bb34..000000000000
--- a/media-video/dvdauthor/dvdauthor-0.7.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players"
-HOMEPAGE="http://dvdauthor.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE="graphicsmagick +imagemagick"
-REQUIRED_USE="^^ ( graphicsmagick imagemagick )"
-
-RDEPEND=">=dev-libs/fribidi-0.19.2
-	dev-libs/libxml2
-	>=media-libs/freetype-2
-	media-libs/libdvdread
-	media-libs/libpng:0=
-	graphicsmagick? ( media-gfx/graphicsmagick:= )
-	imagemagick? ( media-gfx/imagemagick:= )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-
-DOCS=( AUTHORS ChangeLog README TODO )
-
-PATCHES=(
-	"${FILESDIR}/${P}-glibc220.patch"
-)
-
-src_prepare() {
-	default
-	if use graphicsmagick ; then
-		sed -i -e 's:ExportImagePixels:dIsAbLeAuToMaGiC&:' configure \
-			|| die
-	fi
-}
-
-src_configure() {
-	use graphicsmagick && \
-		append-cppflags "$($(tc-getPKG_CONFIG) --cflags GraphicsMagick)" #459976
-	append-cppflags "$($(tc-getPKG_CONFIG) --cflags fribidi)" #417041
-	econf
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/dvdauthor/
@ 2023-05-10 22:17 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-05-10 22:17 UTC (permalink / raw
  To: gentoo-commits

commit:     cb1e1be53328d98213bd9f19459963c0b7a47752
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 22:11:36 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 10 22:11:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb1e1be5

media-video/dvdauthor: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-video/dvdauthor/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-video/dvdauthor/metadata.xml b/media-video/dvdauthor/metadata.xml
index 01dfeec842c4..1479cf0f2ecd 100644
--- a/media-video/dvdauthor/metadata.xml
+++ b/media-video/dvdauthor/metadata.xml
@@ -6,5 +6,6 @@
   </maintainer>
   <upstream>
     <remote-id type="sourceforge">dvdauthor</remote-id>
+    <remote-id type="github">ldo/dvdauthor</remote-id>
   </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/dvdauthor/
@ 2023-12-26  2:37 Conrad Kostecki
  0 siblings, 0 replies; 16+ messages in thread
From: Conrad Kostecki @ 2023-12-26  2:37 UTC (permalink / raw
  To: gentoo-commits

commit:     49ec06dfd7c927b61924c1ce4cc3f5f669e5e3fc
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Dec 23 12:01:41 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 02:37:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ec06df

media-video/dvdauthor: EAPI8 bump, fix #914235

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>

Closes: https://bugs.gentoo.org/914235
Closes: https://github.com/gentoo/gentoo/pull/34441
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild | 54 +++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild b/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild
new file mode 100644
index 000000000000..bac3629b21c1
--- /dev/null
+++ b/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools flag-o-matic toolchain-funcs
+
+DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players"
+HOMEPAGE="https://dvdauthor.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="graphicsmagick +imagemagick"
+
+RDEPEND=">=dev-libs/fribidi-0.19.2
+	dev-libs/libxml2
+	>=media-libs/freetype-2
+	media-libs/libdvdread
+	media-libs/libpng:0=
+	imagemagick? (
+		graphicsmagick? ( media-gfx/graphicsmagick:= )
+		imagemagick? ( media-gfx/imagemagick:= )
+	)"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-freetype-pkgconfig.patch
+)
+
+src_prepare() {
+	default
+
+	eautoreconf
+
+	if use imagemagick && has_version '>=media-gfx/imagemagick-7.0.1.0' ; then
+		eapply "${FILESDIR}/${PN}-0.7.2-imagemagick7.patch"
+	fi
+
+	if use graphicsmagick ; then
+		sed -i -e 's:ExportImagePixels:dIsAbLeAuToMaGiC&:' configure \
+			|| die
+	fi
+}
+
+src_configure() {
+	use graphicsmagick && \
+		append-cppflags "$($(tc-getPKG_CONFIG) --cflags GraphicsMagick)" #459976
+	append-cppflags "$($(tc-getPKG_CONFIG) --cflags fribidi)" #417041
+	econf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/dvdauthor/
@ 2024-04-13 18:39 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2024-04-13 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     1a304d94ffc474561bc23ca63502798096ad317d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 18:39:24 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 18:39:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a304d94

media-video/dvdauthor: Stabilize 0.7.2-r3 ppc64, #929941

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild b/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild
index bac3629b21c1..e6def892a58b 100644
--- a/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild
+++ b/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86"
 IUSE="graphicsmagick +imagemagick"
 
 RDEPEND=">=dev-libs/fribidi-0.19.2


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/dvdauthor/
@ 2024-04-13 18:50 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2024-04-13 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     58dcdef134452b545f8a66cda995173278c7b709
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 18:50:45 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 18:50:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58dcdef1

media-video/dvdauthor: Stabilize 0.7.2-r3 ppc, #929941

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild b/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild
index e6def892a58b..0a2a23e73c3e 100644
--- a/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild
+++ b/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ppc ppc64 ~sparc ~x86"
 IUSE="graphicsmagick +imagemagick"
 
 RDEPEND=">=dev-libs/fribidi-0.19.2


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/dvdauthor/
@ 2024-04-13 18:53 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2024-04-13 18:53 UTC (permalink / raw
  To: gentoo-commits

commit:     46eb5e6567b8b974b56d51faa20b81b7ec001527
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 18:53:51 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 18:53:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46eb5e65

media-video/dvdauthor: Stabilize 0.7.2-r3 amd64, #929941

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild b/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild
index 0a2a23e73c3e..bdacf14ffa1b 100644
--- a/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild
+++ b/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ppc ppc64 ~sparc ~x86"
 IUSE="graphicsmagick +imagemagick"
 
 RDEPEND=">=dev-libs/fribidi-0.19.2


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/dvdauthor/
@ 2024-04-13 18:54 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2024-04-13 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     91eabf3e724a82e39922b4d29a9f635198b21336
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 18:54:23 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 18:54:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91eabf3e

media-video/dvdauthor: Stabilize 0.7.2-r3 x86, #929941

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild b/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild
index bdacf14ffa1b..18a2d7e665b8 100644
--- a/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild
+++ b/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ppc ppc64 ~sparc x86"
 IUSE="graphicsmagick +imagemagick"
 
 RDEPEND=">=dev-libs/fribidi-0.19.2


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/dvdauthor/
@ 2024-04-15  7:07 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2024-04-15  7:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ea578e3bb1b85847edca6f20c7c021922cbc4a47
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 07:07:08 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 07:07:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea578e3b

media-video/dvdauthor: Stabilize 0.7.2-r3 sparc, #929941

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild b/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild
index 18a2d7e665b8..2ad99789f374 100644
--- a/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild
+++ b/media-video/dvdauthor/dvdauthor-0.7.2-r3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
 IUSE="graphicsmagick +imagemagick"
 
 RDEPEND=">=dev-libs/fribidi-0.19.2


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/dvdauthor/
@ 2024-04-15  7:33 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2024-04-15  7:33 UTC (permalink / raw
  To: gentoo-commits

commit:     efd207e61608ac20a1ce06a06107f4bd730b7ab6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 07:32:44 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 07:32:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd207e6

media-video/dvdauthor: drop 0.7.2-r2, EAPI6--

Closes: https://bugs.gentoo.org/929941
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-video/dvdauthor/dvdauthor-0.7.2-r2.ebuild | 55 -------------------------
 1 file changed, 55 deletions(-)

diff --git a/media-video/dvdauthor/dvdauthor-0.7.2-r2.ebuild b/media-video/dvdauthor/dvdauthor-0.7.2-r2.ebuild
deleted file mode 100644
index 89f11e102235..000000000000
--- a/media-video/dvdauthor/dvdauthor-0.7.2-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools flag-o-matic toolchain-funcs
-
-DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players"
-HOMEPAGE="http://dvdauthor.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE="graphicsmagick +imagemagick"
-REQUIRED_USE="^^ ( graphicsmagick imagemagick )"
-
-RDEPEND=">=dev-libs/fribidi-0.19.2
-	dev-libs/libxml2
-	>=media-libs/freetype-2
-	media-libs/libdvdread
-	media-libs/libpng:0=
-	graphicsmagick? ( media-gfx/graphicsmagick:= )
-	imagemagick? ( media-gfx/imagemagick:= )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-S="${WORKDIR}/${PN}"
-
-DOCS=( AUTHORS ChangeLog README TODO )
-
-PATCHES=(
-	"${FILESDIR}"/${P}-freetype-pkgconfig.patch
-)
-
-src_prepare() {
-	default
-
-	eautoreconf
-
-	if use imagemagick && has_version '>=media-gfx/imagemagick-7.0.1.0' ; then
-		eapply "${FILESDIR}/${PN}-0.7.2-imagemagick7.patch"
-	fi
-
-	if use graphicsmagick ; then
-		sed -i -e 's:ExportImagePixels:dIsAbLeAuToMaGiC&:' configure \
-			|| die
-	fi
-}
-
-src_configure() {
-	use graphicsmagick && \
-		append-cppflags "$($(tc-getPKG_CONFIG) --cflags GraphicsMagick)" #459976
-	append-cppflags "$($(tc-getPKG_CONFIG) --cflags fribidi)" #417041
-	econf
-}


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

end of thread, other threads:[~2024-04-15  7:33 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-26  2:37 [gentoo-commits] repo/gentoo:master commit in: media-video/dvdauthor/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2024-04-15  7:33 Arthur Zamarin
2024-04-15  7:07 Arthur Zamarin
2024-04-13 18:54 Arthur Zamarin
2024-04-13 18:53 Arthur Zamarin
2024-04-13 18:50 Arthur Zamarin
2024-04-13 18:39 Arthur Zamarin
2023-05-10 22:17 Sam James
2022-11-12 17:48 Matt Turner
2021-04-29  5:44 Sam James
2018-02-20 10:37 Lars Wendler
2018-01-08  0:37 Mikle Kolyada
2017-12-24 13:38 Sergei Trofimovich
2017-05-23 22:32 Lars Wendler
2017-01-03 16:35 Alexis Ballier
2016-05-02  7:51 Lars Wendler

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