diff options
author | Sam James <sam@gentoo.org> | 2023-05-10 23:10:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-10 23:10:55 +0100 |
commit | 041c12502cfa9f7b83a3c6194e65cf33cc03012c (patch) | |
tree | a5998f23ef4e59e5b876cd25712e54941e8725b8 /media-video | |
parent | dev-perl/XML-LibXSLT: add github upstream metadata (diff) | |
download | gentoo-041c12502cfa9f7b83a3c6194e65cf33cc03012c.tar.gz gentoo-041c12502cfa9f7b83a3c6194e65cf33cc03012c.tar.bz2 gentoo-041c12502cfa9f7b83a3c6194e65cf33cc03012c.zip |
media-video/dvdauthor: rename patch; add upstream ref
Was looking at the ebuild for libxml2 but no need now (was a macro issue
that was fixed upstream since in libxml2).
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/dvdauthor/dvdauthor-0.7.2-r2.ebuild | 6 | ||||
-rw-r--r-- | media-video/dvdauthor/files/dvdauthor-0.7.2-freetype-pkgconfig.patch (renamed from media-video/dvdauthor/files/dvdauthor-freetype_pkgconfig.patch) | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-video/dvdauthor/dvdauthor-0.7.2-r2.ebuild b/media-video/dvdauthor/dvdauthor-0.7.2-r2.ebuild index dcd1561b0b16..89f11e102235 100644 --- a/media-video/dvdauthor/dvdauthor-0.7.2-r2.ebuild +++ b/media-video/dvdauthor/dvdauthor-0.7.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,7 +28,9 @@ S="${WORKDIR}/${PN}" DOCS=( AUTHORS ChangeLog README TODO ) -PATCHES=( "${FILESDIR}/${PN}-freetype_pkgconfig.patch" ) +PATCHES=( + "${FILESDIR}"/${P}-freetype-pkgconfig.patch +) src_prepare() { default diff --git a/media-video/dvdauthor/files/dvdauthor-freetype_pkgconfig.patch b/media-video/dvdauthor/files/dvdauthor-0.7.2-freetype-pkgconfig.patch index bb9858f437d4..1ddf49403e46 100644 --- a/media-video/dvdauthor/files/dvdauthor-freetype_pkgconfig.patch +++ b/media-video/dvdauthor/files/dvdauthor-0.7.2-freetype-pkgconfig.patch @@ -1,3 +1,5 @@ +https://github.com/ldo/dvdauthor/commit/d5bb0bdd542c33214855a7062fcc485f8977934e + From 259f892fe61f16c26733506d2511eec7ff136dc4 Mon Sep 17 00:00:00 2001 From: Lars Wendler <polynomial-c@gentoo.org> Date: Mon, 7 May 2018 09:18:48 +0200 |