summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2019-12-12 21:20:25 +0100
committerJoerg Bornkessel <hd_brummy@gentoo.org>2019-12-12 21:21:49 +0100
commit41fbe37f5fb14ec9509fbeb4fd1d2f3b37354de0 (patch)
tree2040fa389441024e02305ce5e11c803f45d0ea25 /media-plugins/vdr-burn
parentnet-misc/freerdp: remove old (diff)
downloadgentoo-41fbe37f5fb14ec9509fbeb4fd1d2f3b37354de0.tar.gz
gentoo-41fbe37f5fb14ec9509fbeb4fd1d2f3b37354de0.tar.bz2
gentoo-41fbe37f5fb14ec9509fbeb4fd1d2f3b37354de0.zip
media-plugins/vdr-burn: fixed patch -p1 failed
fixed patch -p1 failed for vdr-burn-0.2.2-missing-include-for-function-setpriority.patch fixed fuzz in vdr-burn-0.2.2_makefile.diff Bug: https://bugs.gentoo.org/702618 Closes: https://bugs.gentoo.org/702618 Package-Manager: Portage-2.3.81, Repoman-2.3.18 Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-burn')
-rw-r--r--media-plugins/vdr-burn/files/vdr-burn-0.2.2_makefile.diff13
-rw-r--r--media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild4
2 files changed, 9 insertions, 8 deletions
diff --git a/media-plugins/vdr-burn/files/vdr-burn-0.2.2_makefile.diff b/media-plugins/vdr-burn/files/vdr-burn-0.2.2_makefile.diff
index 837321ef6874..0612ec9292ab 100644
--- a/media-plugins/vdr-burn/files/vdr-burn-0.2.2_makefile.diff
+++ b/media-plugins/vdr-burn/files/vdr-burn-0.2.2_makefile.diff
@@ -1,10 +1,11 @@
-Signed-of-by: Joerg Bornkessel <hd_brummy@gentoo.org> (12 Feb 2012)
+support for DMH_ARCHIVE in makefile
-diff -Naur burn-0.2.0.orig/Makefile burn-0.2.0/Makefile
---- burn-0.2.0.orig/Makefile 2012-02-12 20:21:08.000000000 +0100
-+++ burn-0.2.0/Makefile 2012-02-12 20:24:33.000000000 +0100
-@@ -9,6 +9,9 @@
- #
+Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org> (12 Dec 2019)
+diff -Naur burn-0.2.2.orig/Makefile burn-0.2.2/Makefile
+--- burn-0.2.2.orig/Makefile 2019-12-12 21:01:38.000000000 +0100
++++ burn-0.2.2/Makefile 2019-12-12 21:02:43.000000000 +0100
+@@ -12,6 +12,9 @@
+
PLUGIN = burn
+# Enable DMH Archive
diff --git a/media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild b/media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild
index c8b7b420037a..603aa97fc3dc 100644
--- a/media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild
+++ b/media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild
@@ -43,8 +43,8 @@ src_prepare() {
eapply \
"${FILESDIR}"/${P}-r1_gentoo-path.diff \
"${FILESDIR}"/${P}_setdefaults.diff \
- "${FILESDIR}"/${P}_makefile.diff \
- "${FILESDIR}"/${P}-missing-include-for-function-setpriority.patch
+ "${FILESDIR}"/${P}_makefile.diff
+ eapply -p0 "${FILESDIR}"/${P}-missing-include-for-function-setpriority.patch
use dvdarchive && sed -i Makefile \
-e "s:#ENABLE_DMH_ARCHIVE:ENABLE_DMH_ARCHIVE:"