summaryrefslogtreecommitdiff
path: root/app-cdr/brasero/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-cdr/brasero/files
reinit the tree, so we can have metadata
Diffstat (limited to 'app-cdr/brasero/files')
-rw-r--r--app-cdr/brasero/files/brasero-3.12.1-libdvdcss.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-cdr/brasero/files/brasero-3.12.1-libdvdcss.patch b/app-cdr/brasero/files/brasero-3.12.1-libdvdcss.patch
new file mode 100644
index 000000000000..86b009d71f79
--- /dev/null
+++ b/app-cdr/brasero/files/brasero-3.12.1-libdvdcss.patch
@@ -0,0 +1,18 @@
+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;