From 4ab6db5717ef23f29320d4c6fb9ebdb8dec1f193 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 21 Dec 2017 20:47:17 +0000 Subject: gentoo resync : 21.12.2017 --- app-cdr/brasero/files/brasero-3.12.1-libdvdcss.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 app-cdr/brasero/files/brasero-3.12.1-libdvdcss.patch (limited to 'app-cdr/brasero/files') diff --git a/app-cdr/brasero/files/brasero-3.12.1-libdvdcss.patch b/app-cdr/brasero/files/brasero-3.12.1-libdvdcss.patch deleted file mode 100644 index 86b009d71f79..000000000000 --- a/app-cdr/brasero/files/brasero-3.12.1-libdvdcss.patch +++ /dev/null @@ -1,18 +0,0 @@ -The current version of libdvdcss has removed the dvdcss_interface_2 symbol so -brasero incorrectly assumes it's the wrong version. - -https://bugzilla.redhat.com/show_bug.cgi?id=1193628 - -diff -Naur brasero-3.12.1.orig/plugins/dvdcss/burn-dvdcss.c brasero-3.12.1/plugins/dvdcss/burn-dvdcss.c ---- brasero-3.12.1.orig/plugins/dvdcss/burn-dvdcss.c 2015-11-12 09:48:53.782886516 -0600 -+++ brasero-3.12.1/plugins/dvdcss/burn-dvdcss.c 2015-11-12 09:53:03.152656908 -0600 -@@ -95,9 +95,6 @@ - if (!module) - goto error_doesnt_exist; - -- if (!g_module_symbol (module, "dvdcss_interface_2", &address)) -- goto error_version; -- - if (!g_module_symbol (module, "dvdcss_open", &address)) - goto error_version; - dvdcss_open = address; -- cgit v1.2.3