media-plugins/vdr-burn: fixed patch -p1 failed
authorJoerg Bornkessel <hd_brummy@gentoo.org>
Thu, 12 Dec 2019 20:20:25 +0000 (21:20 +0100)
committerJoerg Bornkessel <hd_brummy@gentoo.org>
Thu, 12 Dec 2019 20:21:49 +0000 (21:21 +0100)
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>
media-plugins/vdr-burn/files/vdr-burn-0.2.2_makefile.diff
media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild

index 837321ef6874f69c5cdac4c2eb2934ba4f908a09..0612ec9292ab7e059a6f4d142dadfa273ec1081a 100644 (file)
@@ -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
index c8b7b420037a08d2ad8776a656a8287b7046081a..603aa97fc3dc276b35191f4399f10373699e875f 100644 (file)
@@ -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:"